aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-013-5/+160
|\
| * [feature/add_events] Put globals on one lineDavid King2012-08-221-4/+2
| * [feature/add_events] Remove $allow_bbcode and $allow_smiliesDavid King2012-08-221-10/+4
| * [feature/add_events] Globalize event dispatcher object in some functionsDavid King2012-08-222-0/+3
| * [feature/add_events] Event to modify the data array for when a user is addedDavid King2012-08-211-0/+10
| * [feature/add_events] Before and after events for generate_text_for_* functionsDavid King2012-08-211-8/+72
| * [feature/add_events] Added events for modifying generate_text_for_display()David King2012-08-211-0/+27
| * [feature/add_events] Fixed docs, added _profile_cache to event parametersDavid King2012-08-211-4/+4
| * [feature/add_events] Change alter -> modify in event nameDavid King2012-08-211-2/+2
| * [feature/add_events] Rename override to overwrite, made docs 79 chars/lineDavid King2012-08-211-17/+18
| * [feature/add_events] Rename core.append_sid_override to just core.append_sidDavid King2012-08-201-2/+14
| * [feature/add_events] Add event core.alter_username_string to change usernameDavid King2012-08-201-2/+27
| * [feature/add_events] Globalize the event dispatcher objectDavid King2012-08-201-0/+1
| * [feature/add_events] Return the correct variableDavid King2012-08-201-1/+1
| * [feature/add_events] Replaced current append_sid() hook with new eventDavid King2012-08-201-7/+27
* | Merge remote-tracking branch 'github-igorw/feature/dic' into developNils Adermann2012-09-0118-165/+429
|\ \
| * | [feature/dic] Spaces to tabs, add useless docblocksIgor Wiedler2012-09-0111-61/+150
| * | [feature/dic] Add a doc block for the prune_forum cron task forum_dataIgor Wiedler2012-08-251-0/+8
| * | [feature/dic] Fix parse errorsIgor Wiedler2012-08-252-2/+2
| * | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-2548-552/+4176
| |\ \ | | |/
| * | [feature/dic] Add docblock for cron_manager::wrap_task()Igor Wiedler2012-08-251-0/+6
| * | [feature/dic] Make cron task attributes protected, one per lineIgor Wiedler2012-08-2510-11/+31
| * | [feature/dic] Coding style: BracesIgor Wiedler2012-08-253-4/+8
| * | [feature/dic] Generate full cache driver class name on fresh installIgor Wiedler2012-07-261-1/+1
| * | [feature/dic] Adjust cache driver class name for BCIgor Wiedler2012-07-261-1/+10
| * | [feature/dic] Rename {phpEx => php_ext} for consistencyIgor Wiedler2012-07-268-34/+34
| * | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-2621-188/+250
| |\ \
| * | | [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-0/+41
| * | | [feature/dic] Introduce DI processors instead of abusing compiler passesIgor Wiedler2012-07-212-2/+26
| * | | [feature/dic] Add dbal_ class prefix to dbal.driver.classIgor Wiedler2012-07-211-1/+1
| * | | [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-211-0/+51
| * | | Merge branch 'develop' into feature/dicIgor Wiedler2012-07-2169-694/+2591
| |\ \ \
| * | | | [feature/dic] Fix test suite for dic-powered cronIgor Wiedler2012-04-091-2/+2
| * | | | [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-095-18/+53
| * | | | [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-0910-118/+130
| * | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-04-0822-388/+619
| |\ \ \ \
| * | | | | [feature/dic] Remove cache factory, now handled by DICIgor Wiedler2012-03-311-42/+0
* | | | | | Merge remote-tracking branch 'github-igorw/ticket/11082' into developNils Adermann2012-09-011-0/+0
|\ \ \ \ \ \
| * | | | | | [ticket/11082] Remove executable permission from redis driver fileIgor Wiedler2012-09-011-0/+0
* | | | | | | [ticket/11083] Mark memory cache driver as abstractIgor Wiedler2012-09-011-1/+1
|/ / / / / /
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-012-2/+9
|\ \ \ \ \ \
| * | | | | | [task/functional] Fixed DEBUG_TEST related issuesDavid King2012-09-011-1/+5
| * | | | | | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-012-2/+5
* | | | | | | Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-263-0/+171
|\ \ \ \ \ \ \
| * | | | | | | [feature/attach-dl] Renamed $post_id to $post_msg_idFyorl2012-08-171-1/+1
| * | | | | | | [feature/attach-dl] Optimised an sql queryFyorl2012-08-151-2/+2
| * | | | | | | [feature/attach-dl] Fixed the logic in an sql statementFyorl2012-08-151-2/+4
| * | | | | | | [feature/attach-dl] Cast variables to intFyorl2012-08-141-3/+3
| * | | | | | | [feature/attach-dl] Added multiple attachment downloads to PMsFyorl2012-08-141-0/+7
| * | | | | | | [feature/attach-dl] Renamed to phpbb_download_handle_forum_authFyorl2012-08-141-2/+2