phpbb/phpBB/includes
Marc Alexander da8e35ac77 [ticket/11548] Fix incorrect usage of array_map on acp groups page
The array_map was only ran on small parts of the actual error array instead
of the whole one. This resulted in the output of the language variables' names
rather than their actual value.

PHPBB3-11548
2013-07-12 13:40:30 -04:00
..
acm [ticket/11227] @return void -> @return null in develop-olympus. 2012-11-29 15:37:12 -05:00
acp [ticket/11548] Fix incorrect usage of array_map on acp groups page 2013-07-12 13:40:30 -04:00
auth [ticket/10401] Return correct type when ldap_bind() fails in ldap_login(). 2012-05-22 03:32:54 +02:00
captcha [ticket/11301] Guidelines: Add spaces in front and after the / operator. 2013-01-08 23:20:30 +01:00
db Merge remote-tracking branch 'remotes/Sajaki/ticket/10854' into develop-olympus 2013-01-15 22:24:58 -06: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 [ticket/11292] Fix: Newlines removed in display of PM reports 2012-12-24 04:16:08 +01:00
questionnaire [ticket/11227] @return void -> @return null in develop-olympus. 2012-11-29 15:37:12 -05:00
search [ticket/11583] Use a new lang key instead of giving the old one a new meaning. 2013-06-03 15:16:57 +02:00
ucp [ticket/11548] Run array_map on complete error array and not just colour_error 2013-07-11 16:15:27 -04:00
utf - replaced the drop down menu log filter thing with log searching 2009-08-21 21:47:19 +00:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
auth.php [ticket/10252] Correctly document behaviour of acl_get_list() for a_ permission 2011-07-15 10:23:06 +02:00
bbcode.php [ticket/8937] Keep space characters in front of [code] bbcode content 2011-07-17 00:44:39 -04:00
cache.php [ticket/9933] Move word censor regex into separate function in functions.php 2011-01-07 15:32:34 +01:00
constants.php [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init 2013-07-01 21:49:04 +05:30
error_collector.php [ticket/10369] Rename filter_errfile() to filter_root_path(). 2011-09-18 22:32:25 +02:00
functions.php [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute 2013-05-16 17:30:23 +02:00
functions_admin.php [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling. 2013-07-03 15:31:40 +02:00
functions_compress.php [ticket/7296] Exporting styles to tar creates corrupted archives. 2010-08-22 11:16:19 -04:00
functions_content.php [ticket/10240] Reverted a commit which added buggy code. 2011-08-21 13:16:50 +01:00
functions_convert.php [ticket/10407] Fix check for empty image paths in convertor 2012-01-02 13:09:21 -05:00
functions_database_helper.php [ticket/11162] Rename tricky updates to database helper. 2012-12-12 21:46:38 -05:00
functions_display.php Merge remote-tracking branch 'nickvergessen/ticket/10237' into develop-olympus 2011-11-11 22:07:11 +01:00
functions_install.php [ticket/11293] Add a note that mysqli should be in front of mysql. 2012-12-25 00:11:34 -05:00
functions_jabber.php [ticket/11662] Typos: occured -> occurred 2013-07-12 17:10:18 +02:00
functions_messenger.php [ticket/10986] message.id fallback to SERVER_NAME or phpbb.generated 2013-02-24 19:07:24 +01: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 [ticket/11145] Wrong error thrown when uploading a bigger image. 2013-05-25 10:50:43 +05:30
functions_privmsgs.php [ticket/10950] Fix grammar in comments 2012-07-20 18:03:06 +02:00
functions_profile_fields.php [ticket/10965] Profile data is only grabbed when show_novalue is enabled 2012-07-23 23:35:48 +02:00
functions_template.php [ticket/10147] Corrected a typo in includes/functions_template.php. 2011-04-23 15:36:45 -04:00
functions_transfer.php [ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class. 2011-08-11 23:15:25 +02:00
functions_upload.php [ticket/10908] Download files only up to max_upload_filesize if limit is 0 2012-05-29 14:27:25 +02:00
functions_user.php [ticket/11579] Remove unnecessary globals from validate_password() 2013-05-30 16:09:06 +02:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php [ticket/217] Silence errors in tests, not code. 2011-06-06 21:14:10 +08:00
session.php [ticket/9975] Translate missing style error message 2013-04-21 17:38:49 +02:00
startup.php [task/php54] Disable E_STRICT in Olympus when running on PHP 5.4. 2012-03-15 22:47:42 -04:00
template.php [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined. 2011-04-26 12:35:44 +02:00