aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* [feature/soft-delete] Fix convertor and one mcp issueJoas Schilling2012-10-222-5/+8
* [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-3/+3
* [feature/soft-delete] Update the new fields while updating the board.Joas Schilling2012-10-211-2/+63
* [feature/soft-delete] Add new fields for topic/post counts for softdeleteJoas Schilling2012-10-217-21/+49
* [feature/soft-delete] Correctly synchronize the topic_visibility in sync()Joas Schilling2012-10-091-1/+0
* [feature/soft-delete] Add columns for soft delete detailsJoas Schilling2012-09-288-7/+55
* [feature/soft-delete] Update column names in update script and add permissionsJoas Schilling2012-08-301-10/+57
* [feature/soft-delete] Fix copy-paste fail for database update on the indexJoas Schilling2012-08-301-1/+1
* [feature/soft-delete] Update posts and topics table with database_update.phpJoas Schilling2012-08-291-2/+40
* [feature/soft-delete] Fix the schema files to the correct line ends againJoas Schilling2012-08-297-8940/+8958
* [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-2/+2
* [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-1/+3
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-299-8959/+8943
* 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
| | |_|/ | |/| |
| * | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-312-4/+4