phpbb/phpBB/includes
Andreas Fischer aec50a4328 Fix Bug #57385
Correctly sort database backup file list by date on database restore page.
Take admin's time zone settings into account when listing database backup files.


git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10478 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-06 21:19:40 +00:00
..
acm Oops thanks rxu, fixes r10309 refs #54465 2010-01-07 09:09:39 +00:00
acp Fix Bug #57385 2010-02-06 21:19:40 +00:00
auth Make sure captcha factory is there. Make sure language array is there. 2010-01-20 00:20:46 +00:00
captcha okay, now the confirm_id is no longer enough to get a new row into the qa table 2010-01-26 15:34:21 +00:00
db Database updater now separates ADD COLUMN from SET NOT NULL and SET DEFAULT, when using PostgreSQL <= 7.4 [Bug #54435] 2010-01-26 02:06:37 +00:00
diff improve code to detect and solve conflicts for code removed from one version to another. 2009-09-20 16:20:20 +00:00
hooks - fixed database updater 2007-10-04 12:03:05 +00:00
mcp Fix bug #55045 - Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2. 2010-01-24 16:00:18 +00:00
questionnaire [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http 2010-01-19 19:08:51 +00:00
search Safe us some more calls to $db->sql_escape(). 2010-01-11 23:26:56 +00:00
ucp [Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335) 2010-01-25 09:11:16 +00:00
utf - replaced the drop down menu log filter thing with log searching 2009-08-21 21:47:19 +00:00
auth.php Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to re-cache if we think acl options got changed (which we did) 2009-07-30 14:35:29 +00:00
bbcode.php Fix #51285 and more issues with template inherence on set_custom_template 2009-09-16 08:11:52 +00:00
cache.php Slight performance optimisation for r9624 refs #54265 2010-02-01 22:14:04 +00:00
constants.php Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development on next release 2010-02-01 01:14:06 +00:00
functions.php Trigger error right away if user has exceeded login attempts instead of asking for the authentication data over and over again without accepting it even if it is correct. 2010-01-20 01:05:36 +00:00
functions_admin.php - Bug #56255 - Moving topics to a forum where you are on queue 2010-01-18 16:41:21 +00:00
functions_compress.php - Bug #56255 - Moving topics to a forum where you are on queue 2010-01-18 16:41:21 +00:00
functions_content.php Deprecate $allow_reply parameter to truncate_string() (Bug #56675) 2010-01-25 18:02:37 +00:00
functions_convert.php Bug #57265 - Convertors cannot read configuration files 2010-02-04 00:40:19 +00:00
functions_display.php No longer include subforums in forum feed. 2010-01-12 21:15:32 +00:00
functions_install.php The easy solution to all my problems with SQLite is this. :( #56105 2010-01-17 17:41:21 +00:00
functions_jabber.php Fix Jabber SASL PLAIN authentication failures. (Bug #52995) 2009-10-29 15:04:19 +00:00
functions_messenger.php Do not store email templates in database. [Bug #54505] 2010-01-26 16:52:46 +00:00
functions_module.php [Change] Alllow applications to set custom module inclusion path (idea by HoL) 2008-11-23 12:42:34 +00:00
functions_posting.php [Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled. 2010-01-24 22:30:43 +00:00
functions_privmsgs.php Do not permit unauthorised users to delete private messages from folder listing. #54355 2009-12-11 22:27:00 +00:00
functions_profile_fields.php Correctly check for empty strings in custom profile fields. #55335 2009-12-11 22:55:15 +00:00
functions_template.php Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now. 2009-08-30 11:15:24 +00:00
functions_transfer.php Also fix bug #46295 in ftp_fsock class. 2009-07-22 03:02:45 +00:00
functions_upload.php why am i so dumb sometimes... /me hits myself with the dumbness stick... 2009-09-13 14:31:32 +00:00
functions_user.php Bug #52525 2009-10-05 17:54:55 +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 check for additional empty config variables... 2009-11-01 15:33:44 +00:00
session.php [Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335) 2010-01-25 18:19:18 +00:00
template.php Do not store email templates in database. [Bug #54505] 2010-01-26 16:52:46 +00:00