History | View | Annotate | Download (3.1 kB)
commit f0b36961fc4fe6d124371ab3073f30271bcb2956Merge: 239cb56 f08cbc7Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Sun Mar 6 14:53:53 2011 -0500
Merge branch 'develop-olympus' into develop
commit cde423591e90e58361b17f29f6841887573a0fa8Merge: 656f18d ba5c7d8Author: Nils Adermann <naderman@naderman.de>Date: Sun Jan 16 22:26:27 2011 +0100
commit 798e62b7b0f66aa5161c77571d7f53676c675a5cMerge: cdadda3 8e7f2e1Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Oct 4 17:25:00 2010 +0200
commit 85e32046e3d791eb015cfd8a07f16eb910475fd6Merge: 3e8d459 20460dcAuthor: Andreas Fischer <bantu@phpbb.com>Date: Tue Sep 14 16:58:35 2010 +0200
commit 904d2049c8f0d528216b4c24941e7dab66ec09ceMerge: 591217a 6d7e30aAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 20:46:12 2010 +0200
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...
Copy 3.0.x branch to trunk
Tiny adjustments related to r9900 and r9897.
adjust authors file... add contributions and new dev
adjust authors file to reflect current state. ;)
adjust authors file
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
deregister globals to install too
GPL statement...
Yes, it's actually written like this _
hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine...- other fixes
Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.
This introduces new language variables, so take note translators :).
added class for disabled options in ACPE_USER_ERROR now using language keys if available [related to #10445]UCP/MCP title tags [#10441]Check $start parameter in viewforum [#10435]Check for postable forum for moving user posts within users ACP [#10433]...
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
some fixes
ahhh, there are you. I can see a new haircut... looks good.
Fixing the following bugs:#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)#8414#8396#8388#8216
thanks to bartvb and kellanved for providing possible fixes...
- updated/new documents
- 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....
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
Assorted minor language changes
ok, first attempt at solving some compatibility issues.- dropping in replacement for realpath
- added standard/default roles + default roles assigned to users/groups
- use php_uname('n') instead of posix_uname and HTTP_HOST- updated the authors file a bit
- add our beloved in_phpbb check
temporarily updated authors file
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php- pleasing the users a little bit more by using table constants. :D...
Minor update
We'll get there in a sec ...
Silly \r\n
Updated
Added docs dir and some docs. Also working on Template 'how-to' doc, will be added later