phpbb/phpBB/includes
Meik Sievertsen 53085a4c78 - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51.
- reported bugs fixed


git-svn-id: file:///svn/phpbb/trunk@6256 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-09 21:03:46 +00:00
..
acm - custom profile field fixed 2006-08-03 15:23:34 +00:00
acp - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
auth - display age in user profile and make it available on viewtopic 2006-07-07 12:36:44 +00:00
captcha bugs? bugs. 2006-07-01 06:30:49 +00:00
db This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now... 2006-08-07 18:43:30 +00:00
mcp - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
search - fixed some problems with themes 2006-08-08 19:02:44 +00:00
ucp - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
utf Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_tools.php 2006-07-15 17:01:59 +00:00
auth.php - fixing some bugs 2006-08-02 15:53:19 +00:00
bbcode.php OK... 2006-07-24 10:08:36 +00:00
cache.php - forgot to actually move the cache file :@ 2006-06-14 19:01:10 +00:00
constants.php - fixing some bugs 2006-08-02 15:53:19 +00:00
functions.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
functions_admin.php - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
functions_compress.php - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
functions_display.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
functions_jabber.php - automatically sync topic_reported when deleting a post [Bug #2152] 2006-06-14 18:59:12 +00:00
functions_messenger.php revert a change i made (we already adjust line endings to be rfc-compliant and use \n for the php mail function as suggested by the manual) 2006-07-20 17:55:36 +00:00
functions_module.php - renamed the following columns: 2006-07-13 12:51:56 +00:00
functions_posting.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
functions_privmsgs.php This should end some issues we have been having regarding the proper binary encoding of stuff. :D 2006-08-06 05:52:41 +00:00
functions_profile_fields.php - custom profile field fixed 2006-08-03 15:23:34 +00:00
functions_template.php Fixed: oops, forgot ASP-like tags 2006-07-23 22:38:27 +00:00
functions_transfer.php - fixed language pack management a bit (supporting backslashes) 2006-07-02 21:42:54 +00:00
functions_upload.php make sure custom profile fields are created correctly on registration (#2225) 2006-06-13 21:06:29 +00:00
functions_user.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +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 - custom profile field fixed 2006-08-03 15:23:34 +00:00
session.php - fixed some problems with themes 2006-08-08 19:02:44 +00:00
template.php - fixing some bugs 2006-08-01 15:29:47 +00:00