phpbb/phpBB/includes
Meik Sievertsen 09ad10a734 ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored.
Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator.
Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view)


git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 15:00:47 +00:00
..
acm Fix some issues with XCache, can't totally resolve the purge() method as XCache does not expose its settings to userland PHP. #46435 2009-06-13 13:14:27 +00:00
acp ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
auth Fix #45315 2009-07-18 21:20:20 +00:00
captcha class name 2009-08-10 09:46:38 +00:00
db ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
diff XHTML mistakes in the updater. #46585 2009-07-26 17:58:10 +00:00
hooks - fixed database updater 2007-10-04 12:03:05 +00:00
mcp - filtered logs weren't correctly paginated 2009-08-10 16:04:44 +00:00
questionnaire made a mistake when turning stats into a whitelist 2009-07-26 11:33:48 +00:00
search fix r9713 for #36565 2009-08-05 15:28:46 +00:00
ucp Separate PM Reply and PM Reply to all in prosilver. 2009-08-04 14:15:13 +00:00
utf Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) 2009-08-01 12:28:50 +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 Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by leviatan21) 2009-07-07 11:41:07 +00:00
cache.php Further word censor fix to work with UTF8 correctly 2009-07-07 12:59:30 +00:00
constants.php ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
functions.php ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
functions_admin.php ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
functions_compress.php Fix bugs #46615 & #46945 - Fail gracefully if store folder is not writable during update. 2009-07-17 11:32:27 +00:00
functions_content.php Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) 2009-08-01 12:28:50 +00:00
functions_convert.php Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) 2009-08-01 12:28:50 +00:00
functions_display.php Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewed 2009-08-05 12:51:48 +00:00
functions_install.php 'I think the phrase rhymes with Clucking Bell!' 2009-06-18 13:08:02 +00:00
functions_jabber.php [Feature] Allow specific connection to different server for jabber functionality by providing a valid JID as username. This also allows the use of talk.google.com as jabber server with gmail.com JIDs. (Bug #14989) 2008-10-08 12:44:23 +00:00
functions_messenger.php allow custom template path for email files 2009-08-11 16:24:18 +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 r9955 for Bug #49435 2009-08-12 09:22:04 +00:00
functions_privmsgs.php Even if the recipient of a PM is now inactive (for whatever reason) still display the information in PM recipient lists and do not hide it 2009-08-04 13:08:26 +00:00
functions_profile_fields.php Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. #40925 2009-07-19 00:20:03 +00:00
functions_template.php Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags) 2009-07-21 10:58:31 +00:00
functions_transfer.php Also fix bug #46295 in ftp_fsock class. 2009-07-22 03:02:45 +00:00
functions_upload.php Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) 2009-08-01 12:28:50 +00:00
functions_user.php Fix Bug #37585 - Correctly log action when users request to join a group 2009-08-01 11:43:39 +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 #48965 2009-08-02 16:44:45 +00:00
session.php Fix Bug #49035 - Fix general error while registration, through undefined variable $config in validate_referer (Patch by wjvriend) 2009-08-04 10:04:54 +00:00
template.php Small change to r9839 2009-07-25 10:16:13 +00:00