phpbb/phpBB/includes
David M 17dc26e19b - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize
- language and style properly use compression
- language now prompts user for methods
- functions_compress does not need to eval() to get a hex date, instead calls pack()
- A writing method is defined at the end of tar operations only if data has been sent to the archive
- BBCode parser does not have to eval(), it instead uses the regex to loop around the matches

Hopefully nothing broke :-)


git-svn-id: file:///svn/phpbb/trunk@5422 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-04 06:37:17 +00:00
..
acm Little tweak to enable the $parsed_items array to be properly built. 2005-12-22 22:19:56 +00:00
acp - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
auth - Apache auth plugin is working again 2005-12-16 19:05:51 +00:00
db - Defined some DBAL class vars 2006-01-01 21:43:00 +00:00
mcp Adding the ability to get a list of all users with outstanding warnings 2005-12-14 20:54:54 +00:00
search - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
ucp Fixed new PM link and added online status flag 2005-12-30 21:04:47 +00:00
bbcode.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
constants.php - install style and style elements 2006-01-02 17:30:59 +00:00
functions.php - install style and style elements 2006-01-02 17:30:59 +00:00
functions_admin.php - install style and style elements 2006-01-02 17:30:59 +00:00
functions_compress.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
functions_display.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
functions_jabber.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_messenger.php - mt_srand in unique_id working properly (swapped usec and sec) 2005-12-30 11:09:16 +00:00
functions_module.php - fix a very nasty error: If there is a tree of more than one category but with no module in there there is no module to activate (module not found error). We have to go through the tree to make sure we are not displaying categories with no modules - took a bit to find this bug. :/ 2005-12-30 17:56:28 +00:00
functions_posting.php - add even more bugs to the codebase 2005-10-02 18:17:06 +00:00
functions_privmsgs.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_profile_fields.php - custom profile fields 2005-12-10 23:20:21 +00:00
functions_template.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
functions_transfer.php - install style and style elements 2006-01-02 17:30:59 +00:00
functions_upload.php - use acl_m_ instead of acl_m 2005-11-19 16:16:52 +00:00
functions_user.php - drop in the new administration panel 2005-12-19 18:55:52 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php - user avatar, user signature, user attachments 2005-12-21 18:18:12 +00:00
session.php - some changes to browser checking (was the reason for not working logins) 2005-12-28 17:35:20 +00:00
template.php - Removed a variable that has been left unused for three and a half years... 2005-12-27 14:09:44 +00:00