Activity

From 10/09/2009 to 11/07/2009

Today

avatar 01:33 PM Revision 10256: #53655
#53655 Henry Sudhof

11/06/2009

avatar 02:59 PM Revision 10255: simplify the js code a bit and also detect up arrow key for auto completion
simplify the js code a bit and also detect up arrow key for auto completion Meik Sievertsen

11/05/2009

avatar 02:58 PM Revision 10254: update to r10069 (try to detect auto completion on input fields and do not submit...
update to r10069 (try to detect auto completion on input fields and do not submit form if user uses enter key for auto completion instead of right arrow key) Meik Sievertsen

11/03/2009

avatar 03:03 PM Revision 10253: This is not perfect... i know, but at least it gives out more information than a ...
This is not perfect... i know, but at least it gives out more information than a simple "this topic/post does not exist". ;) Related to r9971 Meik Sievertsen
avatar 02:51 PM Revision 10252: Fix Bug #53545 - javascript error in template
Fix Bug #53545 - javascript error in template Meik Sievertsen
avatar 02:40 PM Revision 10251: Fix Bug #53505 (related to Bug #52515 and r10208) - i fixed this the "do not brea...
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 Meik Sievertsen

11/01/2009

avatar 07:19 PM Revision 10250: Tag phpBB Release Candidate 4
Tag phpBB Release Candidate 4 Meik Sievertsen
avatar 03:33 PM Revision 10249: check for additional empty config variables...
check for additional empty config variables... Meik Sievertsen

10/30/2009

avatar 07:19 PM Revision 10248: Several fixes: Fix Bug #53335 Fix wrong unique index fetch for oracle and sqlite ...
Several fixes: Fix Bug #53335 Fix wrong unique index fetch for oracle and sqlite Fix alter column definition for firebird (although the query will fail in these circumstances [primary key] because firebird (again) does not support simple things...... Meik Sievertsen
avatar 05:21 PM Revision 10247: Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually consis...
Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually consist of not detecting correct parameters and then resulting in partial WHERE statements, where non-detected strings are simply removed. grrrrrr Meik Sievertsen
avatar 04:59 PM Revision 10246: saw this bug while debugging... we really really need another layer in 3.1.x (bet...
saw this bug while debugging... we really really need another layer in 3.1.x (better sooner than later), but retaining backwards compatibility. Meik Sievertsen

10/29/2009

avatar 03:04 PM Revision 10245: Fix Jabber SASL PLAIN authentication failures. (Bug #52995)
Fix Jabber SASL PLAIN authentication failures. (Bug #52995) Meik Sievertsen
avatar 02:00 PM Revision 10244: Implement suggestion in ticket #52155 - Better way to generate SID-free links in ...
Implement suggestion in ticket #52155 - Better way to generate SID-free links in feed.php Meik Sievertsen

10/28/2009

avatar 04:49 PM Revision 10243: Fix Bug #53285 introduced in r10018 - Mark the first visible forum on index as un...
Fix Bug #53285 introduced in r10018 - Mark the first visible forum on index as unread if there's any unread global announcement Authorised by: Bantu Ruslan Uzdenov
avatar 04:18 PM Revision 10242: now we will have an RC4 we can adjust this one email file to act like all other e...
now we will have an RC4 we can adjust this one email file to act like all other email files Meik Sievertsen
avatar 04:05 PM Revision 10241: I am very sorry... but the changes require (a hopefully very short) RC4 phase
I am very sorry... but the changes require (a hopefully very short) RC4 phase Meik Sievertsen
avatar 03:10 PM Revision 10240: Fix Bug #53245 - Correct regular expression escaping and only splitting keywords ...
Fix Bug #53245 - Correct regular expression escaping and only splitting keywords on space and "|" Meik Sievertsen

10/27/2009

avatar 01:54 PM Revision 10239: ... and finally
... and finally Henry Sudhof
avatar 12:36 PM Revision 10238: adding normalization - shouldn't change anything
adding normalization - shouldn't change anything Henry Sudhof
avatar 12:27 PM Revision 10237: #53235 - removing accidental commits
#53235 - removing accidental commits Henry Sudhof
avatar 11:17 AM Revision 10236: fix spaces/tabs
fix spaces/tabs Meik Sievertsen
avatar 08:43 AM Revision 10235: #53235
#53235 Henry Sudhof

10/26/2009

avatar 01:59 PM Revision 10234: Fix Bug #53185 (icon width/height adjustement for icons > 127px also applied on s...
Fix Bug #53185 (icon width/height adjustement for icons > 127px also applied on smilies) - related to r10088 Meik Sievertsen

10/25/2009

avatar 09:03 AM Revision 10233: Fix Bug #53175 (forum_options cleared if editing forum) - regression from r10024
Fix Bug #53175 (forum_options cleared if editing forum) - regression from r10024 Meik Sievertsen
avatar 12:15 AM Revision 10232: changelog more descriptive for #45805 r9633
changelog more descriptive for #45805 r9633 Chris Smith

10/24/2009

avatar 03:28 PM Revision 10231: fix table creation in db_tools.
fix table creation in db_tools. Meik Sievertsen
avatar 03:28 PM Revision 10230: two obvious mistakes (thanks Jon :))
two obvious mistakes (thanks Jon :)) Meik Sievertsen
avatar 02:04 PM Revision 10229: revert r9910 - ticket #1309 Reason for revert: http://www.phpbb.com/bugs/phpbb3/t...
revert r9910 - ticket #1309 Reason for revert: http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=1309&start=8#post193395 Meik Sievertsen

10/22/2009

avatar 03:35 PM Revision 10228: sneaks in and changes the version number. Seems like we see no RC4...
sneaks in and changes the version number. Seems like we see no RC4... Meik Sievertsen

10/21/2009

avatar 08:56 PM Revision 10227: adjust changelog (spelling, etc.) and removed our loved JD's from the patch lines...
adjust changelog (spelling, etc.) and removed our loved JD's from the patch lines (they are now listed within the AUTHORS file). Meik Sievertsen

10/20/2009

avatar 12:16 PM Revision 10226: add default_lang to statistics
add default_lang to statistics Meik Sievertsen
avatar 12:04 PM Revision 10225: fix bug #53045 the simple way. ;)
fix bug #53045 the simple way. ;) Meik Sievertsen

10/15/2009

avatar 11:52 AM Revision 10224: #52875 working around php4 bug 24631 - call_user_func doesn't return references. ...
#52875 working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy. Henry Sudhof
avatar 11:51 AM Revision 10223: #52875 working around php4 bug 24631 - call_user_func doesn't return references. ...
#52875 working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy. Henry Sudhof

10/13/2009

avatar 01:27 PM Revision 10222: Tag phpBB 3.0.6-RC3
Tag phpBB 3.0.6-RC3 Meik Sievertsen

10/12/2009

avatar 03:16 PM Revision 10221: remove unused closing div tag (Bug #52735)
remove unused closing div tag (Bug #52735) Meik Sievertsen

10/11/2009

avatar 10:56 AM Revision 10220: update constants and schema data from RC2 to RC3
update constants and schema data from RC2 to RC3 Meik Sievertsen
avatar 10:56 AM Revision 10219: update mysql_upgrader to latest schema
update mysql_upgrader to latest schema Meik Sievertsen

10/09/2009

avatar 12:59 PM Revision 10218: correctly execute database update step (detect if the version the admin wants to ...
correctly execute database update step (detect if the version the admin wants to update to is greater than the current version even if phpbb.com says the current version is lower than the update version) which correctly updates the database for th... Meik Sievertsen
avatar 12:12 PM Revision 10217: fix bug #52605 - regression from r9811
fix bug #52605 - regression from r9811 Meik Sievertsen
« Previous
 

Also available in: Atom