History | View | Annotate | Download (3 kB)
commit f08cbc73de208dab29737ab53db3af8a6a2d97fcMerge: 7027489 32af9e8Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Sun Mar 6 14:53:47 2011 -0500
Merge branch 'ticket/bantu/10075' into develop-olympus
commit ba5c7d8e63d97650989c2866c20c11f16f4c1128Merge: e9c584a 60eff4eAuthor: Nils Adermann <naderman@naderman.de>Date: Sun Jan 16 22:25:49 2011 +0100
Merge branch 'ticket/bantu/9859' into develop-olympus
commit e081531a21d586e0a773c40a3389a7688a7c035eMerge: 41245f9 f670081Author: Andreas Fischer <bantu@phpbb.com>Date: Fri Sep 24 12:07:26 2010 +0200
Merge branch 'ticket/igorw/9804' into develop-olympus
commit 05c88bb00d821f1fed8831e231f2302eb6df6125Merge: 161be96 4776952Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Sep 12 20:36:34 2010 +0200
Merge branch 'ticket/bantu/9804' into develop-olympus
commit 6d7e30ae995fe0791c2bced0974b0445fa769ee9Author: Joas Schilling <nickvergessen@gmx.de>Date: Sat Apr 10 18:49:01 2010 +0200
[develop-olympus] Move rxu and nickvergessen to Developers
Updated AUTHORS file, hope I didn't get any names wrong ;-)
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