.. |
info
|
Unused Code inside function update_forum_data [Bug #6606]
|
2006-12-27 17:43:55 +00:00 |
acp_attachments.php
|
some language-specific adjustements
|
2007-05-03 14:29:22 +00:00 |
acp_ban.php
|
#8028
|
2007-02-23 23:53:49 +00:00 |
acp_bbcodes.php
|
#8090
|
2007-02-17 04:51:57 +00:00 |
acp_board.php
|
some language-specific adjustements
|
2007-05-03 14:29:22 +00:00 |
acp_bots.php
|
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
|
2007-04-22 18:09:03 +00:00 |
acp_captcha.php
|
Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.
|
2007-05-05 21:33:25 +00:00 |
acp_database.php
|
I *knew* I forgot something :P
|
2007-05-05 21:47:16 +00:00 |
acp_disallow.php
|
some beautifications as well as making sure manually deactivated accounts are properly handled
|
2007-04-01 16:42:10 +00:00 |
acp_email.php
|
fixing some bugs
|
2007-02-18 13:42:08 +00:00 |
acp_forums.php
|
sync topics before forum.
|
2007-05-09 17:37:20 +00:00 |
acp_groups.php
|
some language-specific adjustements
|
2007-05-03 14:29:22 +00:00 |
acp_icons.php
|
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
|
2007-04-22 18:09:03 +00:00 |
acp_inactive.php
|
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
|
2006-12-31 16:56:15 +00:00 |
acp_jabber.php
|
fix for bug #6140 (jabber not working)
|
2006-12-16 12:57:01 +00:00 |
acp_language.php
|
Better support for nested transactions...
|
2007-05-05 10:22:24 +00:00 |
acp_logs.php
|
again, some changes here and there...
|
2007-03-23 12:18:09 +00:00 |
acp_main.php
|
- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing.
|
2007-03-04 14:31:07 +00:00 |
acp_modules.php
|
fixing some bugs
|
2007-05-07 13:19:59 +00:00 |
acp_permission_roles.php
|
#5276
|
2007-03-24 15:29:17 +00:00 |
acp_permissions.php
|
added class for disabled options in ACP
|
2007-05-04 12:30:21 +00:00 |
acp_php_info.php
|
- 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)
|
2007-01-03 16:38:25 +00:00 |
acp_profile.php
|
- use var_export instead of our format_array function [Bug #6748]
|
2007-01-04 16:07:38 +00:00 |
acp_prune.php
|
- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations.
|
2007-05-05 04:53:43 +00:00 |
acp_ranks.php
|
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
|
2007-04-22 18:09:03 +00:00 |
acp_reasons.php
|
#9530
|
2007-04-02 19:25:27 +00:00 |
acp_search.php
|
only tiny adjustements... and try to set the memory limit for the search indexing page to 128M...
|
2007-03-10 11:23:53 +00:00 |
acp_styles.php
|
Better support for nested transactions...
|
2007-05-05 10:22:24 +00:00 |
acp_update.php
|
implemented updater changes
|
2006-12-10 14:33:21 +00:00 |
acp_users.php
|
Better support for nested transactions...
|
2007-05-05 10:22:24 +00:00 |
acp_words.php
|
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
|
2007-04-22 18:09:03 +00:00 |
auth.php
|
#10255
|
2007-04-29 20:22:38 +00:00 |