aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge remote-tracking branch 'EXreaction/feature/migrations' into developDavid King2013-02-061-0/+13
| | |\ \ \ \ \ \ \
| | | * | | | | | | [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-101-0/+1
| | | * | | | | | | [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-2/+2
| | | * | | | | | | [feature/migrations] Move migrator to service containerNathan Guse2013-01-091-1/+13
| | | * | | | | | | [feature/migrations] Moved database_update info to individual migration classesNils Adermann2013-01-091-14/+0
| | | * | | | | | | [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-091-0/+14
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-043-2/+5
| | * | | | | | | Merge remote-tracking branch 'remotes/nickv/ticket/11201' into developNathan Guse2013-01-153-5/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-113-5/+2
| | | |/ / / / / /
| * | | | | | | | [ticket/11103] Remove Primary Key on user_notifications tableNathan Guse2013-01-311-6/+0
| * | | | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-151-12/+15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | [ticket/11171] DB additions for these changesBruno Ais2012-12-051-12/+15
| | |/ / / / / /
| * | | | | | | [ticket/11103] data -> notification_dataNathan Guse2012-12-151-1/+1
| * | | | | | | [ticket/11103] unread -> notification_readNathan Guse2012-12-151-2/+2
| * | | | | | | [ticket/11103] time -> notification_timeNathan Guse2012-12-151-8/+8
| * | | | | | | [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-151-1/+8
| * | | | | | | [ticket/11103] Update indexes on notifications/user notifications tablesNathan Guse2012-12-081-12/+2
| * | | | | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-074-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-10/+12
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-0/+2
| * | | | | | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-4/+4
| * | | | | | | [ticket/11103] Change is_disabled to is_enabledNathan Guse2012-10-191-2/+2
| * | | | | | | [ticket/11103] Add is_disabled column to notifications tableNathan Guse2012-10-131-0/+2
| * | | | | | | [ticket/11103] Display all unread notifications by defaultNathan Guse2012-09-141-5/+2
| * | | | | | | [ticket/11103] Store the item's parent id for marking things readNathan Guse2012-09-141-0/+3
| * | | | | | | [ticket/11103] Fixing some db columns that were of the incorrect typeNathan Guse2012-09-081-2/+2
| * | | | | | | [ticket/11103] Add tables to the database updater and installerNathan Guse2012-09-081-0/+41
* | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-204-4/+4
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-294-4/+4
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-294-4/+4
* | | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-10/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-061-10/+12
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | [ticket/10845] Changed the report system. Now it saves posts with the bbcodeBruno Ais2012-05-011-10/+12
* | | | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-102-5/+5
* | | | | | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-092-6/+6
* | | | | | | [feature/soft-delete] Fix sync() and some more functions to use the new fieldsJoas Schilling2012-10-221-5/+9
* | | | | | | [feature/soft-delete] Add new fields for topic/post counts for softdeleteJoas Schilling2012-10-211-5/+9
* | | | | | | [feature/soft-delete] Add columns for soft delete detailsJoas Schilling2012-09-281-0/+6
* | | | | | | [feature/soft-delete] Update development scripts with new column namesJoas Schilling2012-08-303-3/+3
* | | | | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-292-10/+10
|/ / / / / /
* | | | | | [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-1/+1
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-231-0/+1
| |\ \ \ \
| | * | | | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-0/+1
* | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop-olympus' into developAndreas Fischer2012-06-281-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | [ticket/10850] Changed the fopen mode to wbBruno Ais2012-06-281-1/+1
| | |/ / /
* | | | | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-182-3/+2
* | | | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [feature/new-tz-handling] Modify database schemas.Chris Smith2012-03-141-2/+1