aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ticket/10281] AJAXified reordering forums in the ACP.Callum Macrae2012-03-311-0/+6
| * | | | | [ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.Callum Macrae2012-03-311-7/+46
| * | | | | Merge remote-tracking branch 'cyberalien/feature/purge-cache' into developDavid King2012-03-301-5/+0
| |\ \ \ \ \
| | * | | | | [feature/purge-cache] Allow all admins to purge cacheVjacheslav Trushkin2012-02-181-5/+0
| * | | | | | Merge branch 'callumacrae/ticket/10510-' into developDavid King2012-03-301-2/+18
| |\ \ \ \ \ \
| | * | | | | | [ticket/10510] Moved a $user->lang call into the function.Callum Macrae2012-03-171-2/+3
| | * | | | | | [ticket/10510] Made a couple improvements to phpbb_add_quickmod_option.Callum Macrae2012-03-171-1/+1
| | * | | | | | [ticket/10510] Added phpbb_add_quickmod_option and moved existing to it.Callum Macrae2012-03-171-2/+17
| * | | | | | | Merge pull request #662 from imkingdavid/ticket/10586Igor Wiedler2012-03-302-1/+78
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/10586] Added visibility indication to __construct()David King2012-03-281-1/+1
| | * | | | | | | [ticket/10586] Remove handle() from abstract class, undo change in index.phpDavid King2012-03-282-8/+1
| | * | | | | | | [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-282-31/+85
| * | | | | | | | [feature/event-dispatcher] Fix copyright yearsIgor Wiedler2012-03-302-2/+2
| * | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-304-6/+64
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [feature/event-dispatcher] Update core.page_header eventMichael Cullum2012-03-301-3/+1
| * | | | | | | | | [feature/event-dispatcher] Braces CS fixIgor Wiedler2012-03-291-1/+2
| * | | | | | | | | [feature/event-dispatcher] Fix docblock in phpbb_event_dataIgor Wiedler2012-03-291-5/+5
| * | | | | | | | | [feature/event-dispatcher] Rename PHPBB_NO_AUTOLOAD=>PHPBB_NO_COMPOSER_AUTOLOADIgor Wiedler2012-03-281-3/+3
| * | | | | | | | | [feature/event-dispatcher] Change composer autoloading optionsIgor Wiedler2012-03-241-11/+21
| * | | | | | | | | [feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, testsIgor Wiedler2012-03-242-88/+42
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-237-45/+91
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [feature/event-dispatcher] Add phpbb_event_dispatcher_wrapperIgor Wiedler2012-03-211-0/+88
| * | | | | | | | | | [feature/event-dispatcher] Switch subscriber loader to EventDispatcherInterfaceIgor Wiedler2012-03-211-2/+2
| * | | | | | | | | | [feature/event-dispatcher] Change subscriber naming {subscriber => listener}.phpIgor Wiedler2012-03-181-1/+1
| * | | | | | | | | | [feature/event-dispatcher] Implement mutation for page_header ledge.Oleg Pudeyev2012-03-181-2/+3
| * | | | | | | | | | [feature/event-dispatcher] Add get_data_filtered function to event data.Oleg Pudeyev2012-03-181-0/+10
| * | | | | | | | | | [feature/event-dispatcher] Implement configurable autoloader selection.Oleg Pudeyev2012-03-181-0/+21
| * | | | | | | | | | Merge branch 'develop' into feature/event-dispatcherIgor Wiedler2012-03-1126-131/+452
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [feature/event-dispatcher] Use real EventDispatcher through composerIgor Wiedler2012-03-112-3/+7
| * | | | | | | | | | | [feature/event-dispatcher] Remove copied EventDispatcher codeIgor Wiedler2012-03-114-474/+0
| * | | | | | | | | | | [feature/event-dispatcher] Correct copyright statement for Symfony2 filesIgor Wiedler2012-01-084-4/+24
| * | | | | | | | | | | [feature/event-dispatcher] Fix event class name in dispatcher interfaceIgor Wiedler2012-01-081-1/+1
| * | | | | | | | | | | [feature/event-dispatcher] Prefix event name with 'core.'Igor Wiedler2012-01-071-1/+1
| * | | | | | | | | | | [feature/event-dispatcher] Support setting data on an eventIgor Wiedler2012-01-072-1/+58
| * | | | | | | | | | | [feature/event-dispatcher] Add a sample hook in page_headerIgor Wiedler2012-01-071-0/+4
| * | | | | | | | | | | [feature/event-dispatcher] Allow subscribers to be loaded from extensionsIgor Wiedler2012-01-071-0/+43
| * | | | | | | | | | | [feature/event-dispatcher] Introduce a port of Symfony2 EventDispatcherIgor Wiedler2012-01-074-0/+454
* | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/merging-style-co...Vjacheslav Trushkin2012-03-2911-51/+155
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'imkingdavid/ticket/10586' into developIgor Wiedler2012-03-282-0/+53
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | [ticket/10586] Tidy up commentsDavid King2012-03-271-1/+1
| | * | | | | | | | | | [ticket/10586] Sanitize periods from class names, use manager to get path.David King2012-03-191-1/+1
| | * | | | | | | | | | [ticket/10586] Extension front controllerDavid King2012-03-192-0/+53
| * | | | | | | | | | | Merge remote-tracking branch 'brunoais/feature/save-post-on-report' into developOleg Pudeyev2012-03-271-4/+5
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [feature/save-post-on-report] bbcode_nl2br missing.Bruno Ais2012-03-191-3/+4
| | * | | | | | | | | | | [feature/save-post-on-report] Changed the name of the columnBruno Ais2012-03-191-2/+2
| | * | | | | | | | | | | [feature/save-post-on-report] The complete changes for this featureBruno Ais2012-03-191-2/+2
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-03-261-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'unknownbliss/ticket/10694' into develop-olympusAndreas Fischer2012-03-261-2/+2
| | |\ \ \ \ \ \ \ \ \ \