Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / docs / AUTHORS

AUTHORS

Download (2.4 KB)

# Date Author Comment
8672 06/23/2008 08:22 PM acydburn

merge? merge.

8130 10/04/2007 01:33 PM acydburn

deregister globals to install too

7840 07/07/2007 02:45 PM acydburn

GPL statement…

7690 05/27/2007 01:16 PM vic_delfant

Yes, it’s actually written like this _

7687 05/26/2007 06:38 PM acydburn

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

7478 05/05/2007 11:33 PM kellanved

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 :).

7456 05/04/2007 02:30 PM acydburn

added class for disabled options in ACP
E_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]
Show error if admin tries to put forums beneath linked forums [related to #10433]
Correctly catch attachments while moving posts [#10431]
language change in install.html [#10425]
Updated AUTHORS file

7386 04/22/2007 08:09 PM acydburn

changed the cache files to save some memory (all global ones are hold in memory, doubling it).

7286 04/06/2007 04:03 PM acydburn

some fixes

7263 04/02/2007 12:46 AM acydburn

ahhh, there are you. I can see a new haircut… looks good.

7114 03/03/2007 06:41 PM acydburn

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…

6844 01/06/2007 07:31 PM acydburn

- updated/new documents

6436 10/03/2006 08:35 PM acydburn

- 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.
- rewrote user_active_flip to support multiple users and a mode, as well as coping with the aforementioned changes
- implemented updated jabber class to support SRV server records and for better jabberd2 support.
- jabber errors now logged to the error log with a full transaction
- fixed user_delete calls to include usernames where possible and also update last post information correctly
- implemented additioal checks to user management to cope with common mistakes
- On installation, guess the required mysql schema as best as possible. Users now only need to decide if they want to use the mysqli extension or not (mysqli selected by default) and no longer need to know their mysql version.
- founders do not need to re-activate their account on profile changes
- remove older session if re-authentication was successful (re-authentication always assigns a new session id)
- set the cookie directly instead of using php’s function
- added inactive_remind to see which users got deactivated because of reminders (or re-activation) sent out

hopefully not introduced too many bugs – those testing with CVS releases, please concentrate on user registration, activation, profile changes (email/password)...

6312 08/22/2006 11:26 PM acydburn

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6233 08/03/2006 09:10 PM grahamje

Assorted minor language changes

6122 06/24/2006 03:27 PM acydburn

ok, first attempt at solving some compatibility issues.
- dropping in replacement for realpath

5872 05/01/2006 02:44 PM acydburn

- added standard/default roles + default roles assigned to users/groups

5866 04/30/2006 02:19 PM acydburn

- use php_uname(‘n’) instead of posix_uname and HTTP_HOST
- updated the authors file a bit

5670 03/19/2006 03:23 PM acydburn

- add our beloved in_phpbb check

5667 03/19/2006 12:33 PM acydburn

temporarily updated authors file

4836 02/21/2004 01:47 PM acydburn

- 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
- login box if “mode” is not allowed -> posting (thought about trigger_error integration, but we do not need this that often).

4760 01/15/2004 02:30 PM psotfx

Minor update

4246 07/13/2003 07:50 PM psotfx

We’ll get there in a sec …

4245 07/13/2003 07:49 PM psotfx

Silly \r\n

4244 07/13/2003 07:47 PM psotfx

Updated

320 05/24/2001 10:09 PM thefinn

Added docs dir and some docs. Also working on Template ‘how-to’ doc, will be added later