phpbb/phpBB/includes
Richard Foote 24cf7f1d29 [ticket/10407] Fix check for empty image paths in convertor
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will check the path without the trailing slash to see if the path is
actually empty.

PHPBB3-10407
2012-01-02 13:09:21 -05:00
..
acm [ticket/10110] Remove multi-server syntax from Redis ACM. 2011-06-11 01:47:50 +02:00
acp Merge branch 'prep-release-3.0.10' into develop-olympus 2011-12-16 16:17:40 +01:00
auth [ticket/10212] Return a CAPTCHA on incorrect username for ip limited users too 2011-10-14 03:41:52 +02:00
captcha [ticket/9892] Shorten the index names on the q&a captcha 2011-06-12 01:28:06 +02:00
db [ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle 2011-11-15 22:19:45 +01: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 Merge remote-tracking branch 'callumacrae/ticket/10402' into develop-olympus 2011-11-20 00:15:48 -05: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 [ticket/9595] List min/max characters indexed by search for mysql_fulltext. 2010-10-21 20:31:00 +02:00
ucp [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers(). 2011-11-20 16:35:31 +01: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 [prep-release-3.0.10] Bumping version number for 3.0.10-RC3. 2011-12-04 00:22:10 +01:00
error_collector.php [ticket/10369] Rename filter_errfile() to filter_root_path(). 2011-09-18 22:32:25 +02:00
functions.php [ticket/10319] Missing hidden fields in search form 2011-12-09 01:31:41 +01:00
functions_admin.php Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympus 2011-12-03 22:07:34 -05: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_display.php Merge remote-tracking branch 'nickvergessen/ticket/10237' into develop-olympus 2011-11-11 22:07:11 +01:00
functions_install.php Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympus 2011-12-03 22:07:34 -05:00
functions_jabber.php Fix Jabber SASL PLAIN authentication failures. (Bug #52995) 2009-10-29 15:04:19 +00:00
functions_messenger.php [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers(). 2011-11-20 16:35:31 +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/9776] Delete poll if no poll options were submitted. 2011-11-18 20:29:50 +01:00
functions_privmsgs.php [ticket/8616] Include old U_INBOX var for BC 2011-11-11 22:34:45 +01:00
functions_profile_fields.php [ticket/10005] Add validation of dropdown custom profile field values 2011-06-02 08:49:59 +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/9764] Allow $config['mime_triggers'] to be an empty string. 2010-10-28 22:00:04 +02:00
functions_user.php [ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban(). 2011-04-11 00:29:48 +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/10320] Move phpbb_feed_base::get_passworded_forums() to user class. 2011-08-25 17:12:42 +02:00
startup.php [ticket/10420] Update includes/startup.php for PHP 5.4. 2011-10-18 21:16:42 +02:00
template.php [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined. 2011-04-26 12:35:44 +02:00