| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy 3.0.x branch to trunk | Meik Sievertsen | 2009-10-04 | 1 | -0/+3303 |
* | Move trunk/phpBB to old_trunk/phpBB | Meik Sievertsen | 2009-10-04 | 1 | -3251/+0 |
* | unified the transfer routines from the updater and from acp_language.php. sti... | Jim Wigginton | 2009-07-12 | 1 | -0/+264 |
* | Merge changes made in revisions #r9405 to #r9467 | Meik Sievertsen | 2009-04-18 | 1 | -5/+22 |
* | Merge most changes from 3.0.x branch since the 25th december. | Meik Sievertsen | 2009-03-22 | 1 | -4/+13 |
* | $db-> to phpbb::$db-> | Meik Sievertsen | 2009-02-22 | 1 | -289/+289 |
* | $auth-> to phpbb::$acl-> | Meik Sievertsen | 2009-02-22 | 1 | -6/+6 |
* | remove global and change $user-> to phpbb::$user-> | Meik Sievertsen | 2009-02-22 | 1 | -52/+7 |
* | i am not sure if people will like the config layout i test here... it require... | Meik Sievertsen | 2009-01-20 | 1 | -4/+2 |
* | modified some files to get the admin index page working, as well as index pag... | Meik Sievertsen | 2009-01-16 | 1 | -67/+63 |
* | $config to phpbb::$config | Meik Sievertsen | 2008-12-28 | 1 | -16/+16 |
* | implement new phpbb::$acm object, replacing $cache global | Meik Sievertsen | 2008-12-28 | 1 | -2/+2 |
* | replace constants with class constants. | Meik Sievertsen | 2008-12-27 | 1 | -5/+5 |
* | Merge in r9065 | Chris Smith | 2008-11-22 | 1 | -1/+1 |
* | Merge in r8843, r8908, r8909 | Chris Smith | 2008-09-23 | 1 | -2/+8 |
* | Correctly delete message attachments. (Bug #23755) Also revamped and simplifi... | Meik Sievertsen | 2008-09-19 | 1 | -121/+85 |
* | merge r8829, r8830, r8831, r8832, r8833, r8834, r8835, r8836, r8837, r8838 | Chris Smith | 2008-09-08 | 1 | -2/+2 |
* | - queue trigger feature | Meik Sievertsen | 2008-09-04 | 1 | -1/+2 |
* | Merge of the language-specific custom path change Revision #r8782 | Meik Sievertsen | 2008-08-24 | 1 | -13/+12 |
* | ok... i hope i haven't messed too much with the code and everything is still ... | Meik Sievertsen | 2008-05-29 | 1 | -14/+14 |
* | some missing merges... | Meik Sievertsen | 2008-05-04 | 1 | -1/+3 |
* | merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 | Meik Sievertsen | 2008-02-23 | 1 | -9/+25 |
* | Alright, this should give some improved performance :) | David M | 2008-02-03 | 1 | -1/+1 |
* | - a few tiny clean ups | David M | 2008-01-07 | 1 | -33/+28 |
* | the end of an era... | David M | 2008-01-06 | 1 | -3/+1 |
* | oops | David M | 2008-01-04 | 1 | -0/+1 |
* | Ch-ch-ch-changes | David M | 2008-01-04 | 1 | -98/+85 |
* | - Re-populate arrays on cache purge/save to allow re-using some functions wit... | Meik Sievertsen | 2007-11-17 | 1 | -9/+14 |
* | - fix pm not_moved/removed retrieval (it was switched) | Meik Sievertsen | 2007-11-07 | 1 | -3/+3 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -30/+38 |
* | #i53 | Meik Sievertsen | 2007-09-26 | 1 | -1/+1 |
* | - some language tweaks suggested by John | Meik Sievertsen | 2007-09-13 | 1 | -1/+1 |
* | I take it back! | David M | 2007-09-06 | 1 | -1/+1 |
* | #14370 | David M | 2007-09-06 | 1 | -1/+1 |
* | - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), b... | Nils Adermann | 2007-08-19 | 1 | -2/+2 |
* | - add database size for Firebird | David M | 2007-07-28 | 1 | -0/+11 |
* | do not output notices on viewing the log if log language variables changed th... | Meik Sievertsen | 2007-07-27 | 1 | -1/+2 |
* | err, forgot to commit | Meik Sievertsen | 2007-07-27 | 1 | -8/+8 |
* | a bunch of fixes | Meik Sievertsen | 2007-07-14 | 1 | -2/+2 |
* | tweak the sql_like_expression feature a little bit to allow correct escaping | Meik Sievertsen | 2007-06-24 | 1 | -1/+1 |
* | new wrapper for LIKE expressions to streamline the fixes. We actually need to... | Meik Sievertsen | 2007-06-23 | 1 | -2/+1 |
* | Fixing a few things for postgres. Thanks to wagnerch for researching the issu... | Henry Sudhof | 2007-06-22 | 1 | -1/+1 |
* | #11313 | David M | 2007-06-18 | 1 | -0/+20 |
* | ok, mess around with the templates + fixing some bugs + adjusting headers for... | Meik Sievertsen | 2007-06-09 | 1 | -3/+3 |
* | - Oracle, woe is you... I will say this much, this fixes Oracle's handling of... | David M | 2007-06-07 | 1 | -0/+8 |
* | we forgot to sync the forums that shadow topics reside in when the topic that... | David M | 2007-05-25 | 1 | -3/+21 |
* | Introduced checks to stop negative postcounts (Bug #11561, #11421) | Henry Sudhof | 2007-05-25 | 1 | -1/+7 |
* | quieter - shouldn't make a difference, but well... | Henry Sudhof | 2007-05-19 | 1 | -22/+27 |
* | Allow pre-setting language dependant data in schema_data.sql... specified wit... | Meik Sievertsen | 2007-05-19 | 1 | -30/+0 |
* | make the comment true | David M | 2007-05-16 | 1 | -2/+2 |