.. |
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
|
Fix Bug #53435 - unneccessary error on forum creation screen, actually, this code is no longer even executed since RC4
|
2009-11-08 11:17:32 +00:00 |
auth
|
#51395 - remove legacy captcha code. authorised by: acyd burn
|
2009-09-15 09:08:37 +00:00 |
captcha
|
... and finally
|
2009-10-27 13:54:03 +00:00 |
db
|
Several fixes:
|
2009-10-30 19:19:48 +00: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
|
Fix Bug #53545 - javascript error in template
|
2009-11-03 14:51:07 +00:00 |
questionnaire
|
add default_lang to statistics
|
2009-10-20 11:16:30 +00:00 |
search
|
correct method comment
|
2009-08-31 12:07:18 +00:00 |
ucp
|
Fix Bug #53505 (related to Bug #52515 and r10208) - i fixed this the "do not break other things" way, usually the fix would be using !$submit here
|
2009-11-03 14:40:25 +00:00 |
utf
|
- replaced the drop down menu log filter thing with log searching
|
2009-08-21 21:47:19 +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
|
Fix #51285 and more issues with template inherence on set_custom_template
|
2009-09-16 08:11:52 +00:00 |
cache.php
|
Further word censor fix to work with UTF8 correctly
|
2009-07-07 12:59:30 +00:00 |
constants.php
|
I am very sorry... but the changes require (a hopefully very short) RC4 phase
|
2009-10-28 16:05:17 +00:00 |
functions.php
|
remove unnecessary query parts... thanks to asinshesq for pointing it out.
|
2009-09-20 18:50:35 +00:00 |
functions_admin.php
|
Fix Bug #53245 - Correct regular expression escaping and only splitting keywords on space and "|"
|
2009-10-28 15:10:32 +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
|
Allow "0" as censor word and replacement.
|
2009-08-21 09:44:55 +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 #53285 introduced in r10018 - Mark the first visible forum on index as unread if there's any unread global announcement
|
2009-10-28 16:49:23 +00:00 |
functions_install.php
|
Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
|
2009-08-13 15:25:20 +00:00 |
functions_jabber.php
|
Fix Jabber SASL PLAIN authentication failures. (Bug #52995)
|
2009-10-29 15:04:19 +00:00 |
functions_messenger.php
|
Fix getting host for situations where the name/IP is not resolvable. Related to Bug #41025
|
2009-09-22 15:09:09 +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
|
Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
|
2009-08-17 14:45:14 +00:00 |
functions_privmsgs.php
|
Fix Bug #51655 - Missing global vars phpbb_root_path & phpEx
|
2009-09-19 12:21:39 +00:00 |
functions_profile_fields.php
|
Properly fix #40925
|
2009-10-07 14:54:10 +00:00 |
functions_template.php
|
Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now.
|
2009-08-30 11:15:24 +00:00 |
functions_transfer.php
|
Also fix bug #46295 in ftp_fsock class.
|
2009-07-22 03:02:45 +00:00 |
functions_upload.php
|
why am i so dumb sometimes... /me hits myself with the dumbness stick...
|
2009-09-13 14:31:32 +00:00 |
functions_user.php
|
Bug #52525
|
2009-10-05 17:54:55 +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
|
check for additional empty config variables...
|
2009-11-01 15:33:44 +00:00 |
session.php
|
Fix getting host for situations where the name/IP is not resolvable. Related to Bug #41025
|
2009-09-22 15:09:09 +00:00 |
template.php
|
fix bug #52605 - regression from r9811
|
2009-10-09 11:12:37 +00:00 |