aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Update notifications on post/topic editNathan Guse2012-09-094-13/+34
* [ticket/11103] Use the language system, topic notificationsNathan Guse2012-09-095-8/+200
* [ticket/11103] Post notificationsNathan Guse2012-09-095-241/+122
* [ticket/11103] Do not initialize the notifications in common.phpNathan Guse2012-09-091-3/+0
* [ticket/11103] General notification email template.Nathan Guse2012-09-098-25/+65
* [ticket/11103] The service now handles all user loading itselfNathan Guse2012-09-097-220/+152
* Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-09-094-21/+39
|\
| * [ticket/11103] Move banned user checking to email methodNathaniel Guse2012-09-082-14/+14
| * [ticket/11103] Full url functionNathaniel Guse2012-09-083-6/+19
| * [ticket/11103] Order notifications properlyNathaniel Guse2012-09-081-1/+6
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-093-3/+6
|\ \ | |/ |/|
| * Merge remote-tracking branch 'nickvergessen/ticket/10876' into developDavid King2012-09-081-1/+1
| |\
| | * [ticket/10876] Update regex to a version which still matches our testsJoas Schilling2012-08-211-1/+1
| | * [ticket/10876] Revert "add newline after php tag"-regex back to 3.0 versionJoas Schilling2012-08-051-1/+1
| * | [ticket/11092] phpbb_gen_download_links strict standards errorsNathan Guse2012-09-072-2/+5
* | | [ticket/11103] Some fixes for the email methodNathan Guse2012-09-084-26/+20
* | | [ticket/11103] Fixing some db columns that were of the incorrect typeNathan Guse2012-09-086-12/+22
* | | [ticket/11103] Jabber notification method baseNathan Guse2012-09-081-0/+36
* | | [ticket/11103] Work on the pm type and email methodNathan Guse2012-09-087-28/+159
* | | [ticket/11103] Forgot a constantNathan Guse2012-09-084-1/+14
* | | [ticket/11103] Add tables to the database updater and installerNathan Guse2012-09-085-19/+140
* | | [ticket/11103] Private Message type notificationNathan Guse2012-09-085-21/+162
* | | [ticket/11103] Output the notifications to the templateNathan Guse2012-09-086-6/+45
* | | [ticket/11103] Working on the add/update notifications functionsNathan Guse2012-09-085-60/+146
* | | [ticket/11103] The start of an all-encompassing notifications systemNathan Guse2012-09-089-0/+530
|/ /
* | [ticket/10631] Removing un-needed TODOs that are no longer needed.Unknown Bliss2012-09-011-4/+0
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-0136-253/+993
|\ \
| * \ Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-014-5/+203
| |\ \
| | * | [feature/add_events] Added core.posting_modify_template_varsDavid King2012-08-261-0/+8
| | * | [feature/add_events] Added note in modify_posting_parametersDavid King2012-08-251-0/+4
| | * | [feature/add_events] Add more parameters to core.modify_posting_parametersDavid King2012-08-231-1/+6
| | * | [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] core.posting_refresh -> core.modify_posting_paramtersDavid King2012-08-211-10/+23
| | * | [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
| | * | [feature/add_events] Added core.posting_refresh eventDavid King2012-08-201-0/+13
| * | | Merge remote-tracking branch 'github-igorw/feature/dic' into developNils Adermann2012-09-0129-243/+777
| |\ \ \
| | * | | [feature/dic] Spaces to tabs, add useless docblocksIgor Wiedler2012-09-0111-61/+150
| | * | | [feature/dic] Remove unneeded newlineIgor Wiedler2012-09-011-1/+0