aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'callumacrae/ticket/10510-' into developDavid King2012-03-304-19/+64
|\
| * [ticket/10510] Added docs to viewtopic quick mod tools array.Callum Macrae2012-03-291-0/+2
| * [ticket/10510] Moved a $user->lang call into the function.Callum Macrae2012-03-172-4/+4
| * [ticket/10510] Shortened an if statement.Callum Macrae2012-03-171-1/+1
| * [ticket/10510] Made a couple improvements to phpbb_add_quickmod_option.Callum Macrae2012-03-172-3/+3
| * [ticket/10510] Added phpbb_add_quickmod_option and moved existing to it.Callum Macrae2012-03-172-91/+38
| * [ticket/10510] Fixed a bug where quickmod tools weren't being displayed.Callum Macrae2012-03-172-2/+2
| * [ticket/10510] Moved quick-mod tools into a loop.Callum Macrae2012-03-173-39/+99
| * [ticket/10510] Updated quick-mod conditional in subsilver2.Callum Macrae2012-03-041-1/+1
| * [ticket/10510] Moved quick-mod tools markup to template.callumacrae2012-03-043-18/+54
* | Merge remote-tracking branch 'imkingdavid/ticket/10727' into developVjacheslav Trushkin2012-03-312-60/+1
|\ \
| * | [ticket/10727] Do not hide Quick Reply with javascript on prosilverDavid King2012-03-242-60/+1
* | | Merge remote-tracking branch 'cyberalien/feature/prosilver-cleanup/remove-twe...David King2012-03-306-84/+28
|\ \ \
| * | | [feature/prosilver-cleanup/remove-tweaks2] Updating tweaksVjacheslav Trushkin2012-03-081-79/+13
| * | | [feature/prosilver-cleanup/remove-tweaks2] Copying common tweaksVjacheslav Trushkin2012-03-081-0/+7
| * | | [feature/prosilver-cleanup/remove-tweaks2] Removing tweaks from formsVjacheslav Trushkin2012-03-081-4/+0
| * | | [feature/prosilver-cleanup/remove-tweaks2] Tweaks.css only for IEVjacheslav Trushkin2012-03-083-1/+8
* | | | Merge pull request #662 from imkingdavid/ticket/10586Igor Wiedler2012-03-303-3/+83
|\ \ \ \
| * | | | [ticket/10586] Added visibility indication to __construct()David King2012-03-281-1/+1
| * | | | [ticket/10586] Moved some loading stuff below extension controller, updated t...David King2012-03-281-2/+5
| * | | | [ticket/10586] Undo change in language/en/common.phpDavid King2012-03-281-1/+1
| * | | | [ticket/10586] Remove handle() from abstract class, undo change in index.phpDavid King2012-03-283-9/+2
| * | | | [ticket/10586] Do not pass as referenceDavid King2012-03-281-6/+5
| * | | | [ticket/10586] Make the abstract class implement the original interfaceDavid King2012-03-282-1/+32
| * | | | [ticket/10586] Change the interface to an abstract classDavid King2012-03-284-33/+87
* | | | | [feature/event-dispatcher] Fix copyright yearsIgor Wiedler2012-03-302-2/+2
* | | | | Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-3029-37/+160
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop-olympus' into developDavid King2012-03-292-10/+10
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'harderthanfire/ticket/10129' into develop-olympusDavid King2012-03-292-10/+10
| | |\ \ \ \ \
| | | * | | | | [ticket/10129] Remove apostrophes and plurals in ACP user management -> permi...HTF2012-03-242-10/+10
| * | | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-281-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | [ticket/10730] Added label tag around "select" text in post splitting UIJan Schejbal2012-03-291-1/+1
| | * | | | | | Merge remote-tracking branch 'Dickyf/ticket/10708' into develop-olympusAndreas Fischer2012-03-291-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | [ticket/10708] Check converted passwords for multi-byte charactersRichard Foote2012-03-191-1/+1
| * | | | | | | | Merge remote-tracking branch 'imkingdavid/ticket/10586' into developIgor Wiedler2012-03-284-0/+90
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | [ticket/10586] Tidy up commentsDavid King2012-03-272-8/+2
| | * | | | | | | [ticket/10586] Copy/paste fail fixedDavid King2012-03-191-1/+1
| | * | | | | | | [ticket/10586] Sanitize periods from class names, use manager to get path.David King2012-03-192-2/+2
| | * | | | | | | [ticket/10586] Removed file_exists() check because class_exists() covers that.David King2012-03-191-1/+1
| | * | | | | | | [ticket/10586] Extension front controllerDavid King2012-03-194-0/+96
| * | | | | | | | Merge remote-tracking branch 'brunoais/feature/save-post-on-report' into developOleg Pudeyev2012-03-2713-11/+34
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [feature/save-post-on-report] Changed mark in subsilver2 to look like viewtopicBruno Ais2012-03-191-1/+7
| | * | | | | | | | [feature/save-post-on-report] bbcode_nl2br missing.Bruno Ais2012-03-192-4/+5
| | * | | | | | | | [feature/save-post-on-report] Change the column type of reported textBruno Ais2012-03-191-1/+1
| | * | | | | | | | [feature/save-post-on-report] Changed the name of the columnBruno Ais2012-03-1911-16/+16
| | * | | | | | | | [feature/save-post-on-report] Bug fix table nameBruno Ais2012-03-191-1/+1
| | * | | | | | | | [feature/save-post-on-report] Saves the post reported when a report is creatBruno Ais2012-03-199-3/+12
| | * | | | | | | | [feature/save-post-on-report] The complete changes for this featureBruno Ais2012-03-194-6/+13
| * | | | | | | | | Merge remote-tracking branch 'imkingdavid/task/php5.3' into developAndreas Fischer2012-03-277-12/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [task/php5.3] Updated range of tested PHP versionsDavid King2012-03-261-1/+1