History | View | Annotate | Download (8.8 kB)
commit ba41e45f84027ebcf8d5118f909cee2bf0b4ddd5Merge: aae3bd0 df92b7bAuthor: Oleg Pudeyev <oleg@bsdpower.com>Date: Wed Feb 23 22:03:42 2011 -0500
Merge branch 'develop-olympus' into develop
commit 19a0c16ed6e73c6f306e1bc4f5ae554fc025d5d3Merge: bd51bbd 59454ccAuthor: Igor Wiedler <igor@wiedler.ch>Date: Wed Feb 16 16:13:37 2011 +0100
Merge branch 'ticket/nickvergessen/10045' into develop
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
commit 67593824d43a081d9b9301bcd40a32a17c5504a7Merge: 635752f d2778e6Author: Nils Adermann <naderman@naderman.de>Date: Sat Nov 20 17:56:17 2010 +0100
commit 635752fafc275c091cfc130e2f7b5e2ca5fe91d5Merge: 2e51e68 fbca4e9Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Nov 18 14:05:56 2010 +0100
commit 336dc70047707e8cdd879e6dc18ed532a8f1cb33Merge: f15446f 05dce72Author: Andreas Fischer <bantu@phpbb.com>Date: Mon Nov 8 23:42:23 2010 +0100
commit d753a02ec02e9475ee29d12797648c3aecccdcd8Merge: 6e5e229 642f940Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 17 21:47:04 2010 +0200
commit fe690779d4439071194ee3d047363ccd5fff4538Merge: 2cf5782 6c7d168Author: Andreas Fischer <bantu@phpbb.com>Date: Tue Jun 15 15:02:16 2010 +0200
commit 591217a903460a81df4c19850f5d99c2e9d10b1dMerge: cf89952 0bf2c3eAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 19:52:36 2010 +0200
commit 797a9ed28cdf6fa9e42f92bfb0891dee7fc7d8b6Merge: 693a2dc 568fb83Author: Nils Adermann <naderman@naderman.de>AuthorDate: Sat Mar 6 03:33:16 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Sat Mar 6 03:33:16 2010 +0100
commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7aMerge: b68de23 ac32927Author: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 3 23:32:09 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 3 23:32:09 2010 +0100
Merge branch 'develop-olympus' into develop...
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
prepare for RC2
Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run
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....
- Add hard limit for smilies
- 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)
update version number
Set new version...
a language alteration for captchas. Added min/max captcha chars constants and changed the length from 5-8 to 4-7
Change version number from 3.0.4-RC1 to 3.0.4
dumdidum...
Fix Bug #36535 (PHP 5.3 compatibility) + version number updates (if RC2 will be released we will change it again. ;))
add phpbb version constant to constants. This allows us to check the filebase version.
fix bug #32925
fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.
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.
So, tighten things up a little further. QA Team, please check this.
Hiding everywhere little buggers, eh?
Fixing converter bugs.#21215#18575#18435#16565
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
lets start thinking about the future
- 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]...
'1' might not have been a good choice
dumdidum... sorry. ;)
#i71#i72
necessary changes...
- 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]...
- overhaul of imagesetsimagesets 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)
- 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]...
- 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...
Revised attachment categories a bitFixes 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 :)
Remove unused constants
- 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....
A reworking of how we handle inactive users
- 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. ;)
- 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)
- fixing some bugs- removed file_exists calls for auth plugins since they need to be there once set up
- 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...
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. :)
- 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
ok, sorry for this. :/- cleaned up table names/constants
reverting changes to the installerdo not introduce a function we never call outside of common.php
- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.
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
- 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
- Visual Confirmation for guest posting
blah... not needed
- 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)...
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 :)
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)...
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...
Removing an unused table from the schema
- install style and style elements- refresh template and style cache
Initial commit of files related to the warning systemAs the comments suggest, it's not finished but I'm getting it in beforeI do things to my machine
- 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)
- some bugfixes
- re-add constants.php for easier modding