aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-031-2/+2
|\
| * [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-2/+2
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-09-2713-36/+208
|\ \ | |/
| * [ticket/11700] Escape Backslashes from schema_data.sql for MySQLiJoas Schilling2013-09-251-1/+6
| * [ticket/11700] No need to escape \ in SQL stringNils Adermann2013-09-191-1/+1
| * [ticket/11700] Change search backend db entry to namespacesNils Adermann2013-09-191-1/+1
| * Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-1/+2
| |\
| | * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-1/+2
| | * Merge remote-tracking branch 'remotes/imkingdavid/ticket/11824' into ticket/1...Nathan Guse2013-09-121-0/+1
| | |\
| * | | [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-1/+1
| * | | [ticket/11700] Fix installation after develop mergeNils Adermann2013-09-161-3/+3
| * | | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-9/+0
| * | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1611-99/+281
| |\ \ \
| | * \ \ Merge remote-tracking branch 'imkingdavid/ticket/11824' into developJoas Schilling2013-09-131-0/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-0/+1
| | * | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ...Joseph Warner2013-09-064-103/+105
| | |\ \ | | | |/
| | | * [ticket/11791] Load adm/ events from styles/adm/event/Nathan Guse2013-09-022-2/+2
| | | * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628Nathan Guse2013-08-284-98/+104
| | | |\
| | | * | [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-242-2/+2
| | | * | [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-242-2/+2
| | | * | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-242-4/+3
| | | * | [ticket/11628] Remove style path providerNathaniel Guse2013-07-241-3/+1
| | | * | [ticket/11628] Remove style resource locatorNathaniel Guse2013-07-241-2/+1
| | * | | [feature/oauth] Forgot to update schema filesJoseph Warner2013-07-316-7/+7
| | * | | [feature/oauth] Fix SQL error found in installJoseph Warner2013-07-237-7/+7
| | * | | [feature/oauth] Actual final schema changesJoseph Warner2013-07-237-24/+24
| | * | | [feature/oauth] Finalize schema changesJoseph Warner2013-07-237-0/+170
| | |/ /
| * | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-29/+29
| * | | [ticket/11700] Instantiate the class loader with namespace rather than prefixNils Adermann2013-07-142-2/+2
| * | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
| |/ /
* | | [feature/passwords] Add schema changes for new hash typesMarc Alexander2013-09-147-8/+8
| |/ |/|
* | Merge remote-tracking branch 'nickvergessen/ticket/11574' into developDhruv2013-08-083-89/+95
|\ \
| * | [ticket/11574] Remove install/udpate/new/ fallback from database_update.phpJoas Schilling2013-07-301-56/+11
| * | [ticket/11574] Do not display incompatible package note after successful updateJoas Schilling2013-07-301-0/+5
| * | Merge remote-tracking branch 'phpbb/develop' into ticket/11574Joas Schilling2013-07-301-9/+10
| |\ \
| * | | [ticket/11574] Change order of files and database updateJoas Schilling2013-07-293-10/+28
| * | | [ticket/11574] Fix more issues in the updaterIgor Wiedler2013-07-142-13/+5
| * | | Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-1414-101/+181
| |\ \ \ | | | |/ | | |/|
| * | | [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