aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-2026-323/+203
* [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] Change is_disabled to is_enabledNathan Guse2012-10-195-15/+15
* [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-181-2/+2
* [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-187-25/+0
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-183-24/+85
|\
| * Merge remote-tracking branch 'EXreaction/ticket/8796' into developAndreas Fischer2012-10-182-23/+52
| |\
| | * [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-031-3/+3
| | * [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-181-0/+30
| |\ \
| | * \ Merge remote-tracking branch 'p/ticket/10848' into develop-olympusAndreas Fischer2012-10-181-0/+30
| | |\ \
| | | * | [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-171-1/+1
| | | * | [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-171-0/+30
| * | | | Merge PR #918 branch 'develop-olympus' into developOleg Pudeyev2012-10-171-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge PR #918 branch 'Senky/ticket/10568' into develop-olympusOleg Pudeyev2012-10-171-1/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | [ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pmSenky2012-08-021-1/+2
| * | | | Merge PR #624 branch 'develop-olympus' into developOleg Pudeyev2012-10-161-2/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympusOleg Pudeyev2012-10-161-2/+4
| | |\ \ \
| | | * | | [ticket/8743] Include posterĀ“s name in mail notificationsJoas Schilling2012-03-151-2/+4
| * | | | | 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
| | | | |/ / | | | |/| |
* | | | | | [ticket/11103] Add author name output to post/topic email templatesNathan Guse2012-10-162-0/+24
* | | | | | [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-162-1/+41
* | | | | | [ticket/11103] U_VIEW_ALL_NOTIFICATIONS LinkNathan Guse2012-10-161-0/+2
* | | | | | [ticket/11103] Mark read link if notification has no URL to view itNathaniel Guse2012-10-161-1/+12
* | | | | | [ticket/11103] Remove todo comments that are no longer todoNathan Guse2012-10-142-7/+0
* | | | | | [ticket/11103] Spacing consistencyNathan Guse2012-10-141-14/+14
* | | | | | [ticket/11103] Make sure notifications are marked read when clicking themNathan Guse2012-10-142-7/+7
* | | | | | [ticket/11103] UCP Notification option groupingNathan Guse2012-10-1313-44/+90
* | | | | | [ticket/11103] Add is_disabled column to notifications tableNathan Guse2012-10-135-10/+22
* | | | | | [ticket/11103] UCP Notification ListNathan Guse2012-10-134-14/+108
* | | | | | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-10-135-2/+97
|\ \ \ \ \ \
| * | | | | | [ticket/11103] Trying to fix an odd issue with unread status on approved postsNathaniel Guse2012-10-132-0/+62
| * | | | | | [ticket/11103] Global moderators with m_approve permission never need approvalNathaniel Guse2012-10-132-0/+16
| * | | | | | [ticket/11103] Allow global moderators to receive moderator notificationsNathaniel Guse2012-10-132-2/+8
| * | | | | | [ticket/11103] Reported pm notifications require m_report permissionsNathaniel Guse2012-10-131-0/+11
* | | | | | | [ticket/11103] Starting work on UCP Notifications listNathan Guse2012-10-131-41/+48
|/ / / / / /
* | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-1213-74/+276
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge PR #956 branch 'dhruvgoel92/ticket/11051' into developOleg Pudeyev2012-10-104-12/+132
| |\ \ \ \ \
| | * | | | | [ticket/11051] fix spacesDhruv2012-10-081-3/+3
| | * | | | | [ticket/11051] add get_word_len() in sphinx searchDhruv2012-10-041-0/+10