aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-1414-101/+181
|\
| * [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-143-8/+8
| * [ticket/11687] Add assets_version to phpbb_configVjacheslav Trushkin2013-07-131-0/+1
| * Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-131-1/+1
| |\
| | * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-041-1/+4
| | |\
| | * | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+1
| | * | [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
| * | | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-1113-57/+141
| |\ \ \ | | | |/ | | |/|
| | * | [feature/auth-refactor] Fix the actual cause of test failuresJoseph Warner2013-07-011-1/+4
| | |/
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-077-0/+71
| |\ \
| * \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0510-39/+191
| |\ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0313-2834/+619
| |\ \ \ \
| * | | | | [ticket/9657] Break the schemas again to avoid merge conflictsJoas Schilling2013-02-277-10/+10
| * | | | | [ticket/9657] Revert database_update.php changesJoas Schilling2013-02-271-248/+69
| * | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-207-121/+283
| |\ \ \ \ \
| * | | | | | [feature/soft-delete] Remove *_restore permissions from the update/installJoas Schilling2012-12-202-6/+4
| * | | | | | [feature/soft-delete] Actually run schema changing queries in database updateJoas Schilling2012-12-191-5/+37
| * | | | | | [feature/soft-delete] Make update file runnable againJoas Schilling2012-12-191-71/+64
| * | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-1013-52/+181
| |\ \ \ \ \ \
| * | | | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-103-6/+6
| * | | | | | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-0910-31/+35
| * | | | | | | [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
* | | | | | | | [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-141-1/+1
* | | | | | | | [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-142-2/+3
* | | | | | | | [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-142-29/+4
* | | | | | | | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-131-1/+4
* | | | | | | | [ticket/11574] Include normalizer so it loads form the correct directoryJoas Schilling2013-07-131-0/+1
* | | | | | | | [ticket/11574] Use log object instead of old functionJoas Schilling2013-07-131-2/+2
* | | | | | | | [ticket/11574] Create phpbb_log object before using it.Joas Schilling2013-07-131-0/+3
* | | | | | | | [ticket/11574] Add correct language parameter to return linksJoas Schilling2013-07-131-2/+2
* | | | | | | | [ticket/11574] Use request object rather then request_var functionJoas Schilling2013-07-131-3/+3
* | | | | | | | [ticket/11574] Load new language files whenever possibleJoas Schilling2013-07-131-5/+17
* | | | | | | | [ticket/11574] Require new files in install/index.php and add a class loaderJoas Schilling2013-07-131-6/+25
* | | | | | | | [ticket/11574] Require new files in database_update.php and add a class loaderJoas Schilling2013-07-131-6/+28
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'develop-olympus' into developNathaniel Guse2013-06-061-1/+3
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11588] Also use version.phpbb.com in install_update.php.Andreas Fischer2013-06-061-1/+3
* | | | | | | | [ticket/11570] Fix link and make the notice more conspiciuousOliver Schramm2013-05-311-3/+3
* | | | | | | | [ticket/11570] Add link back to update processOliver Schramm2013-05-301-1/+12