aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-2039-533/+402
* [ticket/11103] Message of no notifications if you have noneNathan Guse2012-10-203-13/+26
* [ticket/11103] Do not have empty queue in the interfaceNathan Guse2012-10-201-5/+0
* [ticket/11103] Replace $email_template with get_email_template()Nathan Guse2012-10-2018-99/+163
* [ticket/11103] Create common.js for subsilver2, move added JS code thereNathan Guse2012-10-193-19/+20
* [ticket/11103] Change is_disabled to is_enabledNathan Guse2012-10-197-19/+19
* [ticket/11103] Brackets on their own linesNathan Guse2012-10-181-9/+27
* [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-184-4/+8
* [ticket/11103] Interface docblocksNathan Guse2012-10-186-82/+222
* [ticket/11103] Expand class vars and use docblocks for phpBB classesNathan Guse2012-10-183-22/+84
* [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-189-28/+0
* [ticket/11103] Use e.preventDefault();Nathan Guse2012-10-181-2/+2
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-188-28/+139
|\
| * Merge remote-tracking branch 'EXreaction/ticket/8796' into developAndreas Fischer2012-10-184-26/+55
| |\
| | * [ticket/8796] Prevent setting post_time greater than time() in markreadNathan Guse2012-09-301-30/+30
| | * [ticket/8796] Fix a few issues with the previous commitsNathaniel Guse2012-09-032-5/+5
| | * [ticket/8796] Mark read links updated to include time() in urlNathaniel Guse2012-09-033-6/+6
| | * [ticket/8796] Revert changes to $user->data['lastmark']Nathaniel Guse2012-09-031-6/+2
| | * [ticket/8796] Make function markread obey the $post_time argumentNathaniel Guse2012-09-031-19/+52
| * | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-183-1/+80
| |\ \
| | * \ Merge remote-tracking branch 'p/ticket/10848' into develop-olympusAndreas Fischer2012-10-183-1/+80
| | |\ \
| | | * | [ticket/10848] Move include up.Oleg Pudeyev2012-10-171-1/+2
| | | * | [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-173-3/+3
| | | * | [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-173-1/+79
| * | | | Merge PR #918 branch 'develop-olympus' into developOleg Pudeyev2012-10-172-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge PR #918 branch 'Senky/ticket/10568' into develop-olympusOleg Pudeyev2012-10-172-1/+3
| | |\ \ \ | | | |/ / | | |/| |
| | | * | [ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pmSenky2012-08-022-1/+3
* | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-167-10/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge PR #890 branch 'nickvergessen/ticket/10982' into developOleg Pudeyev2012-10-162-5/+5
| |\ \ \ \
| | * | | | [ticket/10982] Correctly check, whether data-overlay is setJoas Schilling2012-07-111-1/+1
| | * | | | [ticket/10982] Remove overlay on first up/down move of forums in ACPJoas Schilling2012-07-111-4/+4
| | * | | | [ticket/10982] Allow setting dimming control overlay also as data-overlayJoas Schilling2012-07-111-1/+1
| * | | | | Merge PR #624 branch 'develop-olympus' into developOleg Pudeyev2012-10-164-5/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympusOleg Pudeyev2012-10-164-5/+7
| | |\ \ \ \
| | | * | | | [ticket/8743] Include posterĀ“s name in mail notificationsJoas Schilling2012-03-154-5/+7
| * | | | | | Merge PR #917 branch 'develop-olympus' into developOleg Pudeyev2012-10-161-1/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge PR #917 branch 'Senky/ticket/10967' into develop-olympusOleg Pudeyev2012-10-161-2/+4
| | |\ \ \ \ \
| | | * | | | | [ticket/10967] adding $root_path to posting_get_topic_iconsSenky2012-10-111-2/+4
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-161-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'ticket/russellwwest/11093' into develop-olympusAndreas Fischer2012-10-161-1/+2
| | |\ \ \ \ \
| | | * | | | | [ticket/11093] acp_users_overview.html has a wrongly placed </dd>westr2012-10-161-1/+2
| | |/ / / / /
| * | | | | | Merge remote-tracking branch 'mvinny/ticket/11139' into developAndreas Fischer2012-10-151-1/+3
| |\ \ \ \ \ \
| | * | | | | | [ticket/11139] Adding the $phpbb_admin_path variableVinny2012-10-151-0/+2
| | * | | | | | [ticket/11139] Fix fatal error on colour swatch windowVinny2012-10-091-1/+1
* | | | | | | | [ticket/11103] Add author name output to post/topic email templatesNathan Guse2012-10-162-0/+24
* | | | | | | | [ticket/11103] Return false to prevent appending # to the URLNathan Guse2012-10-162-1/+2
* | | | | | | | [ticket/11103] Do not notify yourself when you close your own reportNathan Guse2012-10-162-8/+18
* | | | | | | | [ticket/11103] Do not send PM received notifications to the authorNathan Guse2012-10-161-1/+2
* | | | | | | | [ticket/11103] Use report text for report notification, never notify reporterNathan Guse2012-10-163-2/+45
* | | | | | | | [ticket/11103] Hide notifications flyout on a click outside of the list.Nathan Guse2012-10-162-0/+21