phpbb/phpBB/includes
Oleg Pudeyev 31eb45897a Merge branch 'develop-olympus' into develop
* develop-olympus:
  [ticket/10057] Fixes for a bunch of small problems.
  [ticket/10035] ACP template edit feature allows to read any files on webserver.
  [ticket/10057] Handle the case of missing interbase extension better.
  [ticket/10057] Fixed wrong usage of sql_error again, in firebird.
  [ticket/10057] Fixed usage of sql_error again.
  [ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.
  [ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
  [ticket/10057] Skip ibase_service_attach if firebird connection failed.
  [ticket/10057] Check for interbase function existence.
  [ticket/10057] Split statements in firebird dbal for readability.
  [ticket/10057] Include error collector class file in postgres dbal.
  [ticket/10057] Moved error collector class into its own file.
  [ticket/10057] Use a class for error collection.
  [ticket/10057] More informative error messages in postgres dbal.
  [ticket/10057] No negative array indexing.
  [ticket/10057] Report postgres db connection errors.
2011-03-10 05:25:36 -05:00
..
acp Merge branch 'develop-olympus' into develop 2011-03-10 05:25:36 -05:00
auth Merge branch 'feature/igorw/request-class' into develop 2010-12-16 02:22:17 +01:00
cache Merge branch 'develop-olympus' into develop 2011-02-01 07:42:51 +01:00
captcha [ticket/9766] Delete delete_code() from CAPTCHA classes as it's never called. 2011-03-01 23:28:14 +01:00
config [task/config-class] Add an attribute for the table name in phpbb_config_db. 2011-01-12 01:47:41 +01:00
cron [feature/system-cron] Added documentation for cron manager constructor. 2011-02-12 22:05:54 -05:00
db Merge branch 'develop-olympus' into develop 2011-03-10 05:25:36 -05:00
diff [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
hooks [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
lock [feature/system-cron] preg_match returns int so cast to bool, fix comment 2011-02-12 22:05:54 -05:00
mcp Merge branch 'ticket/hanakin/10001' into develop 2011-02-28 00:07:59 +01:00
questionnaire [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
request [feature/request-class] Fix the error message when accessing superglobal 2011-02-28 08:04:40 +01:00
search [ticket/9574] Add pcre_utf8_support() function 2010-12-28 22:37:33 +01:00
ucp Merge branch 'develop-olympus' into develop 2011-02-28 01:03:55 +01:00
utf [ticket/9669] Replace spaces with tabs 2011-03-07 09:49:58 +01:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
auth.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
bbcode.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
class_loader.php [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests. 2011-01-09 23:49:44 +01:00
constants.php Merge branch 'develop-olympus' into develop 2011-02-23 22:03:42 -05:00
error_collector.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
functions.php [ticket/10080] Allow resetting the request instance used by request_var. 2011-03-07 18:54:52 +01:00
functions_acp.php [ticket/10070] Fixed line endings after ticket/9549. 2011-03-01 17:47:42 -05:00
functions_admin.php Merge branch 'develop-olympus' into develop 2011-02-24 20:59:19 -05:00
functions_compress.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_content.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_convert.php Merge branch 'develop-olympus' into develop 2010-12-13 17:14:36 +01:00
functions_display.php Merge branch 'ticket/hanakin/10001' into develop 2011-02-28 00:07:59 +01:00
functions_download.php Merge branch 'develop-olympus' into develop 2011-02-24 10:54:51 +01:00
functions_install.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_jabber.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_messenger.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_module.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_posting.php Merge branch 'develop-olympus' into develop 2011-02-24 20:59:19 -05:00
functions_privmsgs.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_profile_fields.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_template.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_transfer.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_upload.php Merge branch 'develop-olympus' into develop 2011-01-10 23:43:04 +01:00
functions_user.php Merge branch 'ticket/9549' into develop 2011-03-01 16:57:00 -05:00
group_positions.php [ticket/9549] New method move() to move a group more than 1 up/down. 2011-02-16 18:22:32 +01:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php Merge branch 'ticket/igorw/9556' into develop 2010-12-13 16:35:55 +01:00
session.php Merge branch 'develop-olympus' into develop 2011-02-26 08:05:55 -05:00
template.php Merge branch 'develop-olympus' into develop 2010-12-13 17:22:05 +01:00