aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Clean up some notifications CSSMatt Friedman2013-01-152-7/+6
* [ticket/11103] Fix notifications link to handle non-JS fallbackMatt Friedman2013-01-152-2/+2
* [ticket/11103] Fix sending the user ids to get the username/avatarNathaniel Guse2012-12-276-6/+6
* [ticket/11103] Fix some more merging issuesNathaniel Guse2012-12-271-3/+1
* Merge pull request #2 from VSEphpbb/ticket/11103-VSENathan Guse2012-12-263-15/+61
|\
| * [ticket/11103-VSE] Updated notification AJAX stylingMatt Friedman2012-12-253-15/+61
* | [ticket/11103] Fix merge conflictNathaniel Guse2012-12-261-6/+1
|/
* [ticket/11103] updating commentsNathan Guse2012-12-151-3/+3
* [ticket/11103] remove is_enabledNathan Guse2012-12-151-1/+0
* [ticket/11103] data -> notification_dataNathan Guse2012-12-1511-17/+17
* [ticket/11103] unread -> notification_readNathan Guse2012-12-1515-34/+41
* [ticket/11103] time -> notification_timeNathan Guse2012-12-1521-46/+45
* Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-152-5/+5
|\
| * Merge remote-tracking branch 'remotes/bantu/ticket/11273' into developNathan Guse2012-12-151-1/+1
| |\
| | * [ticket/11273] Add space before MiB to Sphinx "Indexer memory limit" input box.Andreas Fischer2012-12-151-1/+1
| * | Merge remote-tracking branch 'remotes/Oleg/ticket/11162' into developNathan Guse2012-12-151-4/+4
| |\ \ | | |/ | |/|
| | * [ticket/11162] Chase dbal autoloading changes in develop.Oleg Pudeyev2012-12-131-4/+4
* | | [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-1517-101/+187
* | | [ticket/11103] Prune notifications functionNathan Guse2012-12-151-3/+15
* | | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-156-35/+230
|\ \ \
| * | | [ticket/11103] Mark topic/post subscription notification read when approvedNathan Guse2012-12-152-11/+13
| * | | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-151-0/+1
| |\ \ \
| * \ \ \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-154-24/+217
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [ticket/11250] Move quote special cases from class to unit testsJoas Schilling2012-12-141-11/+0
| | | |/ | | |/|
| | * | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-143-13/+217
| | |\ \
| | | * \ Merge remote-tracking branch 'p/ticket/11162' into develop-olympusAndreas Fischer2012-12-143-13/+217
| | | |\ \
| | | | * | [ticket/11162] Rename tricky updates to database helper.Oleg Pudeyev2012-12-123-2/+2
| | | | * | [ticket/11162] Use empty($queries).Oleg Pudeyev2012-12-051-6/+2
| | | | * | [ticket/11162] Review comments fixed.Oleg Pudeyev2012-12-051-6/+6
| | | | * | [ticket/11162] Reformat.Oleg Pudeyev2012-12-051-3/+5
| | | | * | [ticket/11162] Newlines to LF.Oleg Pudeyev2012-12-051-208/+208
| | | | * | [ticket/11162] Use correct functions.Oleg Pudeyev2012-12-052-4/+4
| | | | * | [ticket/11162] Account for notify_status.Oleg Pudeyev2012-12-051-3/+108
| | | | * | [ticket/11162] Add includes.Oleg Pudeyev2012-12-042-0/+8
| | | | * | [ticket/11162] Move to a separate file to avoid blowing out functions.php.Oleg Pudeyev2012-12-042-87/+103
| | | | * | [ticket/11162] No whitespace changes in olympus.Oleg Pudeyev2012-12-011-1/+1
| | | | * | [ticket/11162] Fix inaccurately copy pasted comment.Oleg Pudeyev2012-12-011-1/+1
| | | | * | [ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.Oleg Pudeyev2012-12-012-12/+2
| | | | * | [ticket/11162] Clarify that only the two tables actually work.Oleg Pudeyev2012-12-011-0/+2
| | | | * | [ticket/11162] Uncomment transactions.Oleg Pudeyev2012-12-011-2/+2
| | | | * | [ticket/11162] An implementation that actually works.Oleg Pudeyev2012-12-011-5/+68
| | | | * | [ticket/11162] Extract existing behavior into a function and add a test.Oleg Pudeyev2012-11-021-1/+23
* | | | | | [ticket/11103] Purge notifications (to be used when an extension is purged)Nathan Guse2012-12-151-0/+15
| |_|_|_|/ |/| | | |
* | | | | [ticket/11103] Fix missing ), in database_update.phpNathan Guse2012-12-131-0/+1
|/ / / /
* | | | [ticket/11103] Add constants for the tablesNathan Guse2012-12-132-4/+12
* | | | [ticket/11103] dbal -> phpbb_db_driverNathan Guse2012-12-134-9/+9
* | | | [ticket/11103] Add global $table_prefixNathan Guse2012-12-131-0/+2
* | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-1338-186/+288
|\ \ \ \ | |/ / /
| * | | [ticket/11015] Move comment in the right place.Oleg Pudeyev2012-12-131-7/+7
| * | | [ticket/11015] Correctly transform 'mysqli' etc. in phpbb_convert_30_dbms_to_31Andreas Fischer2012-12-131-0/+9