phpbb/phpBB/includes
David M 46a8ebfe47 This code works. All of it works. At least, it should.
Extraction of TAR files:
 - It now works!
 - If it could work before (which it couldn't) , it would create nasty issues with spaces. This is resolved
 - If it could work before (which it couldn't) , it would try to create folders in such a way where some (all) folders could not be created. This is resolved.

Creation of TAR files:
 - It now works!
 - Before, it created malformed TAR files. This is resolved.

Now, the really really cool code...

Extraction of ZIP files:
 - Totally new code
 - Fault tolerant
 - Very efficient

Need sleep... *mumbles the TAR file header*


git-svn-id: file:///svn/phpbb/trunk@5351 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-18 04:35:51 +00:00
..
acm - some bugfixes 2005-12-04 20:25:51 +00:00
acp - Better handling of invalid email functions 2005-12-17 22:16:37 +00:00
auth - Apache auth plugin is working again 2005-12-16 19:05:51 +00:00
db :D 2005-12-17 09:51:51 +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 Expose the warning level and user notes in appropriate places (assuming 2005-12-17 20:41:23 +00:00
bbcode.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
constants.php Initial commit of files related to the warning system 2005-12-10 23:08:02 +00:00
functions.php Fix an issue with hidden users showing up on the online list if their 2005-12-17 22:38:18 +00:00
functions_admin.php Adding the ability to get a list of all users with outstanding warnings 2005-12-14 20:54:54 +00:00
functions_compress.php This code works. All of it works. At least, it should. 2005-12-18 04:35:51 +00:00
functions_display.php - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/ 2005-11-28 18:38:49 +00:00
functions_jabber.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_messenger.php - mass email 2005-12-05 18:52:23 +00:00
functions_module.php - custom profile fields 2005-12-10 23:20:21 +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 Some fixes to the template code 2005-12-13 20:58:28 +00:00
functions_upload.php - use acl_m_ instead of acl_m 2005-11-19 16:16:52 +00:00
functions_user.php - banning, disallow usernames and ranks 2005-12-09 18:09:43 +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 - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/ 2005-11-28 18:38:49 +00:00
session.php - fix autologin issues :) 2005-12-15 18:25:01 +00:00
template.php Some fixes to the template code 2005-12-13 20:58:28 +00:00