aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-011-10/+21
|\
| * Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-255-5/+23
| |\
| * | [feature/dic] Adjust installer script to work with partially configured conta...Igor Wiedler2012-07-261-9/+3
| * | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-269-1/+20
| |\ \
| * | | [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-1/+6
| * | | [feature/dic] Introduce DI processors instead of abusing compiler passesIgor Wiedler2012-07-211-4/+4
| * | | [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-211-4/+11
| * | | Merge branch 'develop' into feature/dicIgor Wiedler2012-07-2113-78/+329
| |\ \ \
| * | | | [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-091-10/+11
| * | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-04-082-0/+31
| |\ \ \ \
| * | | | | [feature/dic] Make use of calls to cut down on boilerplateIgor Wiedler2012-03-311-5/+1
| * | | | | [feature/dic] Use DIC in download/file and install/indexIgor Wiedler2012-03-311-8/+16
* | | | | | [ticket/10631] Validation for extensionsNathan Guse2012-09-012-5/+5
* | | | | | [ticket/10631] Adding an extensions adminMichael Cullum2012-09-011-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-08-201-0/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-08-201-0/+6
| |\ \ \ \ \
| | * | | | | [prep-release-3.0.11] Bumping version number for 3.0.11 final.Andreas Fischer2012-08-202-2/+8
* | | | | | | [ticket/11052] constructor updated in installer and convertorDhruv2012-08-152-4/+4
* | | | | | | [ticket/10875] Fix SQL CachingNathan Guse2012-07-301-1/+1
* | | | | | | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-272-0/+12
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | [feature/sphinx-fulltext-search] adds default config valuesDhruv Goel2012-07-192-0/+12
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-0/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-231-0/+4
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | [prep-release-3.0.11] Bumping version number for 3.0.11-RC2.Andreas Fischer2012-07-232-2/+6
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-238-0/+15
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-238-0/+15
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1Nils Adermann2012-07-231-1/+1
| | * | | | | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-238-0/+15
* | | | | | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | [feature/new-tz-handling] Move update helper function to new classJoas Schilling2012-07-181-101/+4
* | | | | | [feature/new-tz-handling] Add function to update the timezoneJoas Schilling2012-07-181-0/+99
* | | | | | [feature/new-tz-handling] Correctly update user and board timezones on updateJoas Schilling2012-07-181-19/+18
* | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-183-2/+27
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-071-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-071-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-031-2/+2
| * | | | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...Oleg Pudeyev2012-07-072-0/+18
| |\ \ \ \ \
| | * | | | | [feature/postgresql-fulltext-search] each config is checked if it is setDhruv Goel2012-07-051-2/+10
| | * | | | | [feature/postgresql-fulltext-search] database changes in database_updateDhruv Goel2012-07-051-0/+7
| | * | | | | [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
| * | | | | | Merge remote-tracking branch 'github-dhruvgoel92/feature/delete-auto-logins' ...Nils Adermann2012-06-111-0/+7
| |\ \ \ \ \ \
| | * | | | | | [feature-delete-auto-logins] adds module to database updateDhruv Goel2012-06-031-0/+7
| | |/ / / / /
* | | | | | | [feature/new-tz-handling] Readd Database updater changes from OlegJoas Schilling2012-06-201-0/+27
* | | | | | | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-183-4/+3
* | | | | | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-048-14/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [feature/new-tz-handling] Started on database updater changes.Oleg Pudeyev2012-03-141-0/+22
| * | | | | | [feature/new-tz-handling] Modify database schemas.Chris Smith2012-03-147-14/+7
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-311-2/+2
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-312-2/+2
| | |_|/ / / | |/| | | |