aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2013-02-262-2944/+130
|\
| * Merge remote-tracking branch 'EXreaction/feature/migrations-data' into developDavid King2013-02-262-2813/+127
| |\
| | * Merge branch 'feature/migrations-data' of github.com:EXreaction/phpbb3 into f...Nathaniel Guse2013-02-253-14/+13
| | |\
| | | * [feature/migrations] Use the user class for language handlingNathaniel Guse2013-02-231-12/+10
| | | * [feature/migrations] Revert unrelated change to schema_data.sqlNathaniel Guse2013-02-231-0/+1
| | | * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/migratio...Nathaniel Guse2013-02-231-2/+2
| | | |\
| | * | | [feature/migrations] Inject migrator rather than the container.Nathaniel Guse2013-02-251-3/+12
| | |/ /
| | * | [feature/migrations] Automatically populate migrations table on installNathan Guse2013-02-062-44/+7
| | * | [feature/migrations] effectively installed check for migration dataNathan Guse2013-02-061-4/+13
| | * | [feature/migrations] Order the migrations schema in schema_data.sqlNathan Guse2013-02-061-9/+9
| | * | [feature/migrations] Fix migrations installer, schema for schema_data.sqlNathan Guse2013-02-062-47/+90
| | * | [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-02-061-12/+4
| | * | [feature/migrations] Remove hardcoded language, use lang instead.Nathan Guse2013-02-061-27/+27
| | * | [feature/migrations] Replace database_update.php with migrations updaterNathan Guse2013-02-062-2939/+99
| | * | [feature/migrations] Rebuilding migrations data on developNathan Guse2013-02-061-0/+139
| * | | [ticket/11298] Fix typo in language key; EXTENSIONS -> EXTENSIONDavid King2013-02-231-1/+1
| | |/ | |/|
| * | [feature/migrations] Make the container available to extension installersNathan Guse2013-02-062-4/+4
| |/
* | 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] install/database_update_migrations.phpNathan Guse2013-01-101-139/+0
| | * [feature/migrations] Move test.php -> install/database_update_migrations.phpNathan Guse2013-01-101-0/+139
| | * [feature/migrations] Store depends on in the database (serialized)Nathan Guse2013-01-107-0/+7
| | * [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-098-120/+158
| | * [feature/migrations] Move migrator to service containerNathan Guse2013-01-091-0/+1424
| | * [feature/migrations] Moved database_update info to individual migration classesNils Adermann2013-01-091-1457/+0
| | * [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-0410-7/+10
| * | Merge remote-tracking branch 'remotes/nickv/ticket/11201' into developNathan Guse2013-01-1510-10/+7
| |\ \
| | * | [ticket/11201] Remove database column on updateJoas Schilling2013-01-161-0/+5
| | * | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-119-10/+2
* | | | [ticket/11103] Remove Primary Key on user_notifications tableNathan Guse2013-01-318-28/+5
* | | | [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-151-0/+4
* | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-1512-61/+108
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into developNathan Guse2013-01-148-6/+31
| |\ \ \ | | |/ / | |/| |
| | * | [ticket/11171] Moved the DB schema changes to its placeBruno Ais2012-12-071-19/+6
| | * | [ticket/11171] DB changes for the updateBruno Ais2012-12-071-0/+17
| | * | [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/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-022-2/+2
| * | [ticket/11305] Adjust comment.Oleg Pudeyev2013-01-021-1/+1
| * | [ticket/11305] Use phpbb_create_default_container.Oleg Pudeyev2013-01-021-12/+1
| * | [ticket/11305] Create a normal container during final installation step.Oleg Pudeyev2013-01-022-5/+19
| * | [ticket/11305] Retrieve cache driver from container rather than cache service.Oleg Pudeyev2013-01-022-4/+5
| * | [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-022-2/+4
| * | [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-021-12/+1
| * | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-294-15/+24
| |\ \
| | * | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-102-4/+4
| | * | [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-093-11/+11
| | * | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-094-15/+24
| * | | Merge remote-tracking branch 'p/ticket/10758' into developAndreas Fischer2012-12-251-1/+2
| |\ \ \