root / trunk / phpBB / includes / constants.php

View | Annotate | Download (8.4 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

10187 09/25/2009 10:41 AM Meik Sievertsen

prepare for RC2

10105 09/04/2009 04:19 PM Meik Sievertsen

Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run

9965 08/12/2009 04:00 PM Meik Sievertsen

ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....

9771 07/17/2009 01:40 PM Marek RuszczyƄski

- Add hard limit for smilies

9656 06/23/2009 10:48 AM Meik Sievertsen

- add options for quick reply (forum-based and board-wide)
- add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here)

9521 05/31/2009 10:46 AM Meik Sievertsen

update version number

9503 05/01/2009 10:06 AM Meik Sievertsen

Set new version...

9437 04/11/2009 09:11 AM Meik Sievertsen

a language alteration for captchas.
Added min/max captcha chars constants and changed the length from 5-8 to 4-7

9187 12/12/2008 02:47 PM Meik Sievertsen

Change version number from 3.0.4-RC1 to 3.0.4

9155 12/02/2008 05:13 PM Meik Sievertsen

dumdidum...

9050 11/08/2008 09:02 PM Meik Sievertsen

Fix Bug #36535 (PHP 5.3 compatibility) + version number updates (if RC2 will be released we will change it again. ;))

8811 09/04/2008 01:19 PM Meik Sievertsen

add phpbb version constant to constants. This allows us to check the filebase version.

8788 08/25/2008 07:15 PM Meik Sievertsen

fix bug #32925

8787 08/24/2008 01:35 PM Meik Sievertsen

fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.

8780 08/22/2008 02:52 PM Meik Sievertsen

change the way we do chmodd'ing. I know, my implementation really sucked... good we have motivated community members who point this out. ;) Thanks to faw for providing a way better function and for discussing and also abiding to our needs. :) LEW21 should maybe credited too... he gave the inspiration without knowing it.

8554 05/15/2008 03:29 PM Henry Sudhof

So, tighten things up a little further. QA Team, please check this.

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8379 02/13/2008 05:28 PM Henry Sudhof

Fixing converter bugs.
#21215
#18575
#18435
#16565

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8249 11/19/2007 06:00 PM Meik Sievertsen

lets start thinking about the future

8246 11/18/2007 04:37 PM Nils Adermann

- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927]
- Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110]...

8216 10/29/2007 02:39 PM Henry Sudhof

'1' might not have been a good choice

8146 10/05/2007 04:30 PM Meik Sievertsen

dumdidum... sorry. ;)

8128 10/04/2007 06:42 AM David M

#i71
#i72

8072 08/30/2007 11:21 PM Meik Sievertsen

necessary changes...

7559 05/13/2007 06:15 PM Nils Adermann

- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...

7304 04/08/2007 07:40 PM David M

- overhaul of imagesets
imagesets are now "intelligently" multilingual, one may use imagesets inside of CSS files now (as well as properties like the width and height of an imageset's image)
all previous styles should change their imageset.cfg to be like prosilver and subsilver2 (notice how there is now an imageset.cfg in the /en folder, there should be one for each language)

7076 02/25/2007 11:09 PM Nils Adermann

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]...

6831 01/03/2007 05:38 PM Meik Sievertsen

- removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on)
- removing extension from physical filename for uploaded attachments (as has been suggested some time ago from our community), can still be used by using the new 'unique_ext' mode on file cleaning...

6511 10/19/2006 03:55 PM Meik Sievertsen

Revised attachment categories a bit
Fixes for the following bugs:
#4830
#4818
#4816
#4810
#4808
#4798
#4796
#4772
#4662
#4646
#4546
#4524
#4270

I hope not having introduced additional severe errors :)

6496 10/14/2006 03:21 PM grahamje

Remove unused constants

6436 10/03/2006 08:35 PM Meik Sievertsen

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....

6394 09/23/2006 02:27 PM grahamje

A reworking of how we handle inactive users

6364 09/13/2006 06:08 PM Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6320 08/28/2006 05:50 PM Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6228 08/02/2006 05:53 PM Meik Sievertsen

- fixing some bugs
- removed file_exists calls for auth plugins since they need to be there once set up

6151 07/07/2006 02:36 PM Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6115 06/22/2006 06:49 PM Meik Sievertsen

change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look.

the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :)

6073 06/16/2006 06:54 PM Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6021 06/07/2006 09:32 PM Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

5859 04/29/2006 03:14 PM Meik Sievertsen

reverting changes to the installer
do not introduce a function we never call outside of common.php

5858 04/29/2006 03:18 AM Meik Sievertsen

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5855 04/28/2006 02:49 PM Meik Sievertsen

graham, sorry for this but i had to... ;)

- utilize common.php in installer (we only need to change one location then)
- use $user->lang instead of $lang to be able to use language template vars and having consistant namings

5815 04/22/2006 12:41 AM Nils Adermann

- added login error constant for various external auth failures
- completed auth plugin interface (init_method, login_method, autologin_method, validate_session_method, logout_method)
- updated ldap and apache auth plugins to return an info array
- added apache autologin

5739 03/28/2006 02:44 PM David M

- Visual Confirmation for guest posting

5623 03/13/2006 12:30 AM Meik Sievertsen

blah... not needed

5622 03/13/2006 12:19 AM Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5601 03/04/2006 02:50 PM bartvb

Reporting system revised. Needs some major cleanup and is missig some functionality (assign report, some overviews, decent notifications) but the basics are there. More after the weekend :)

5574 02/22/2006 10:42 PM Meik Sievertsen

implementing permission roles

- copy permissions (adding groups)
- copy permissions (adding forums)
- checking proper groupadd/del settings
- added intro page to permissions (to give an overview and quick links)
- able to select forums + subforums, single forum, all groups, all users (permission screens)...

5553 02/12/2006 08:21 PM Meik Sievertsen

my turn to break things... harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users...

5433 01/06/2006 11:50 PM grahamje

Removing an unused table from the schema

5416 01/02/2006 06:30 PM Meik Sievertsen

- install style and style elements
- refresh template and style cache

5324 12/11/2005 12:08 AM grahamje

Initial commit of files related to the warning system
As the comments suggest, it's not finished but I'm getting it in before
I do things to my machine

5272 10/19/2005 08:00 PM Meik Sievertsen

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

5255 10/04/2005 11:39 PM Meik Sievertsen

- some bugfixes

5239 10/02/2005 08:12 PM Meik Sievertsen

- re-add constants.php for easier modding