aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* [develop] Update version to 3.1.0-a2-devJoas Schilling2013-10-152-2/+2
* [prep-release-3.1.0-a1] Update version to 3.1.0-a1Joas Schilling2013-10-142-2/+2
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-112-0/+6
* Merge remote-tracking branch 'nickvergessen/ticket/11906' into developDhruv2013-10-111-0/+3
|\
| * [ticket/11906] Add missing configs from notifications cron to schema_data.sqlJoas Schilling2013-10-111-0/+3
* | [ticket/11867] Schema files are not created by create_schema_files.phpJoas Schilling2013-10-117-170/+170
|/
* [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-1/+1
* [ticket/11888] Use \phpbb\search\fulltext_native as search backend configDhruv2013-10-051-1/+1
* Merge remote-tracking branch 'EXreaction/ticket/11883' into developDhruv2013-10-041-4/+12
|\
| * [ticket/11883] Only output the migration time, not totalNathan Guse2013-10-041-3/+3
| * [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-021-4/+12
* | [ticket/11850] Need symfony request and filesystem setup globally for sessionNathan Guse2013-09-301-0/+2
|/
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-2/+2
* [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
| | |\
| | | * 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
| | | * | | | [ticket/11464] Add missing and remove unnecessary database entryOliver Schramm2013-07-311-1/+1
| | | | |_|/ | | | |/| |
| | | * | | Merge branch 'develop-olympus' into developJoas Schilling2013-07-301-8/+2
| | | |\ \ \
| | | | * | | [ticket/10917] Variable used only once so delete itOliver Schramm2013-07-281-7/+1