aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2013-02-117-0/+106
|\
| * Merge remote-tracking branch 'EXreaction/feature/migrations' into developDavid King2013-02-067-0/+106
| |\
| | * [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-107-0/+7
| | * [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-097-104/+109
| | * [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-097-0/+94
| * | [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-048-2/+9
| * | Merge remote-tracking branch 'remotes/nickv/ticket/11201' into developNathan Guse2013-01-158-9/+2
| |\ \
| | * | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-118-9/+2
* | | | [ticket/11103] Remove Primary Key on user_notifications tableNathan Guse2013-01-317-22/+5
* | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-157-3/+24
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into developNathan Guse2013-01-147-3/+24
| |\ \ \ | | |/ / | |/| |
| | * | [ticket/11171] DB additions for these changesBruno Ais2012-12-057-7/+28
| * | | [ticket/11321] Recreate schema files with develop/create_schema_files.phpJoas Schilling2013-01-117-10/+10
| | |/ | |/|
* | | [ticket/11103] data -> notification_dataNathan Guse2012-12-157-7/+7
* | | [ticket/11103] unread -> notification_readNathan Guse2012-12-157-14/+14
* | | [ticket/11103] time -> notification_timeNathan Guse2012-12-157-7/+7
* | | [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-157-39/+74
* | | [ticket/11103] Update indexes on notifications/user notifications tablesNathan Guse2012-12-087-64/+14
* | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-071-1/+2
|\ \ \ | |/ /
| * | [ticket/10679] Add new permission for changing profile field informationJoas Schilling2012-12-061-1/+2
| |/
* | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-107-3/+17
|\ \ | |/
| * Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-067-3/+17
| |\
| | * [ticket/10845] Changed the report system. Now it saves posts with the bbcodeBruno Ais2012-05-017-3/+17
* | | [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-298-9/+21
* | | [ticket/11103] Working on default notifications on install/updateNathan Guse2012-10-271-0/+11
* | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-207-35/+35
* | | [ticket/11103] Add is_disabled column to notifications tableNathan Guse2012-10-137-2/+19
* | | [ticket/11103] ACP option to enable/disable notifications output in headerNathan Guse2012-10-051-0/+1
* | | [ticket/11103] Create schema files with notification tablesNathan Guse2012-10-047-1/+310
|/ /
* | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-151-0/+2
|\ \
| * | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-221-0/+2
* | | [ticket/10631] Adding an extensions adminMichael Cullum2012-09-011-0/+1
* | | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-271-0/+2
|\ \ \
| * | | [feature/sphinx-fulltext-search] adds default config valuesDhruv Goel2012-07-191-0/+2
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-237-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-237-0/+7
| |\ \ \
| | * | | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-237-0/+7
| * | | | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-311-1/+1
| |/ / /
| * | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-311-1/+1
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...Oleg Pudeyev2012-07-071-0/+3
| |\ \ \
| | * | | [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-052-3/+3
| | * | | [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.wagnerch2012-06-081-0/+3
* | | | | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-2/+1
* | | | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-047-14/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [feature/new-tz-handling] Modify database schemas.Chris Smith2012-03-147-14/+7
* | | | | [ticket/10906] Add setting for last post topic title in schema_data.sqlDavid King2012-05-221-0/+1
| |/ / / |/| | |
* | | | Merge PR #771 branch 'develop-olympus' into developOleg Pudeyev2012-04-261-2/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | [ticket/10836] Enable avatars by default at installgalaxyAbstractor2012-04-211-2/+2
* | | Merge branch 'develop-olympus' into developNils Adermann2012-04-201-1/+1
|\ \ \ | |/ /