phpbb/phpBB/includes
Oleg Pudeyev c852044d6e [ticket/9983] Add redis cache driver tests.
In order to not overwrite data in default redis store, at least
one of redis host or post must be explicitly specified.

Redis cache driver constructor has been modified to accept
host and port as parameters. This was not added to public API
as there are more parameters being passed via global constants.

PHPBB3-9983
2012-12-01 00:48:21 -05:00
..
acp Merge remote-tracking branch 'Fyorl/ticket/10939' into develop 2012-11-10 23:49:29 +01:00
auth [ticket/10780] Use L_COLON on LDAP page. 2012-11-10 00:38:25 +01:00
cache [ticket/9983] Add redis cache driver tests. 2012-12-01 00:48:21 -05:00
captcha [ticket/11183] Remove $load_extensions and weird dl() calls 2012-11-10 11:25:22 +01:00
config [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
controller [feature/controller] Allow injecting Symfony Request into controllers 2012-11-17 18:05:32 -05:00
cron [ticket/11152] Convert cron_task_collection to generic di_service_collection 2012-11-10 16:38:19 +01:00
db [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
di [feature/controller] Don't use $user->lang() before container compilation 2012-11-18 15:51:05 -05:00
diff [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
event [feature/controller] Fix comments, check against more general HttpException 2012-11-19 12:55:15 -05:00
extension [feature/compiled-dic] Purge cache to make ext services available right away 2012-11-10 12:02:55 +01:00
hooks [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
lock [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
mcp Merge PR #722 branch 'Senky/ticket/9918' into develop 2012-11-06 21:10:20 -05:00
php [ticket/10931] Apply strtolower() correctly, i.e. not on false. 2012-06-11 15:46:03 +02:00
questionnaire Merge branch 'develop-olympus' into develop 2012-11-29 23:17:58 +01:00
request Merge remote-tracking branch 'Fyorl/ticket/10939' into develop 2012-11-10 23:49:29 +01:00
search [ticket/11174] include utf_tools in postgres search backend 2012-11-27 08:49:06 -05:00
style [ticket/10933] Prose for get_first_file_location. 2012-11-02 19:45:02 -04:00
template Merge remote-tracking branch 'p/ticket/10933' into develop 2012-11-17 19:49:03 +01:00
ucp Merge remote-tracking branch 'Fyorl/ticket/10939' into develop 2012-11-10 23:49:29 +01:00
utf [ticket/10847] fixing all misspelled "dependant" to "dependent" 2012-04-30 21:55:24 +02:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
bbcode.php [ticket/10933] Dependency inject template context. 2012-11-02 18:51:35 -04:00
class_loader.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
constants.php [feature/sphinx-fulltext-search] add sphinx_table constant to constants.php 2012-07-12 17:32:01 +05:30
datetime.php [feature/new-tz-handling] Rename $user->tz back to $user->timezone 2012-07-18 16:52:52 +02:00
error_collector.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
functions.php Merge branch 'develop-olympus' into develop 2012-11-29 23:17:58 +01:00
functions_acp.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
functions_admin.php Merge branch 'develop-olympus' into develop 2012-11-29 23:17:58 +01:00
functions_compress.php [ticket/11159] Static public is the currently approved order. 2012-11-06 16:43:48 -05:00
functions_container.php Merge PR #1088 branch 'igorw/ticket/11199' into develop 2012-11-15 09:07:41 -05:00
functions_content.php Merge PR #786 branch 'brunoais/ticket/10845' into develop 2012-11-06 16:23:33 -05:00
functions_convert.php [feature/new-tz-handling] Remove appearances of board_dst and user_dst 2012-06-18 15:08:46 +02:00
functions_display.php Merge remote-tracking branch 'EXreaction/ticket/8796' into develop 2012-10-18 16:43:46 +02:00
functions_download.php [feature/attach-dl] Optimised an sql query 2012-08-15 06:10:53 +08:00
functions_install.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
functions_jabber.php [ticket/11100] Mark can_use_ssl() and can_use_tls() as static. 2012-09-08 01:12:34 +02:00
functions_messenger.php [ticket/10933] Dependency inject template context. 2012-11-02 18:51:35 -04:00
functions_module.php Merge remote-tracking branch 'dhruvgoel92/ticket/10704' into develop 2012-03-22 10:59:41 +01:00
functions_posting.php Merge PR #624 branch 'develop-olympus' into develop 2012-10-16 21:21:03 -04:00
functions_privmsgs.php Merge remote-tracking branch 'upstream/develop' into feature/prune-users 2012-11-06 11:11:27 -05:00
functions_profile_fields.php Merge branch 'develop-olympus' into develop 2012-07-23 23:40:09 +02:00
functions_transfer.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
functions_upload.php [ticket/10939] Modified functions_upload to not use $_FILES 2012-08-15 15:00:03 +01:00
functions_url_matcher.php [feature/controller] Rename get_paths to import_paths_from_finder 2012-11-16 17:05:46 -05:00
functions_user.php Merge remote-tracking branch 'Fyorl/ticket/10939' into develop 2012-11-10 23:49:29 +01:00
group_positions.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
json_response.php [ticket/10328] Fixed the header of json_response.php. 2012-03-31 02:09:21 +02:00
message_parser.php [ticket/10939] Modified message_parser.php to not use $_FILES 2012-08-15 15:06:37 +01:00
session.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
sphinxapi.php [feature/sphinx-fulltext-search] add sphinxapi.php file 2012-07-27 11:27:25 +05:30
startup.php [ticket/10893] Update the usage of Composer 2012-05-13 13:05:20 -04:00
update_helpers.php [ticket/11002] Use translating option to rename the Etc/GMT options 2012-07-21 15:18:16 +02:00
user.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00