aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10818] Global Announcements Update Dialog should call exit_handler()Joas Schilling2012-05-021-1/+1
* Merge PR #771 branch 'develop-olympus' into developOleg Pudeyev2012-04-262-2/+18
|\
| * [ticket/10836] Check if avatar directory is writable after installgalaxyAbstractor2012-04-251-0/+16
| * [ticket/10836] Enable avatars by default at installgalaxyAbstractor2012-04-211-2/+2
| * [ticket/10492] Separate config generation from the installerPatrick Webster2012-04-201-27/+1
* | Merge branch 'develop-olympus' into developNils Adermann2012-04-201-1/+1
|\ \ | |/
| * Merge remote-tracking branch 'github-dhruv/ticket/10815' into develop-olympusNils Adermann2012-04-201-1/+1
| |\
| | * [ticket/10815] enables feed feature by default for a fresh installDhruv Goel2012-04-201-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-04-201-16/+19
|\ \ \ | |/ /
| * | [ticket/10812] Disabled register_globals check in PHP 5.4galaxyAbstractor2012-04-201-16/+19
* | | Merge PR #734 branch 'shibulijack/ticket/10688' into developOleg Pudeyev2012-04-191-1/+1
|\ \ \
| * | | [ticket/10688] Updated version to 3.1Shibu Lijack2012-04-111-1/+1
* | | | [ticket/10813] Installer now checks json extensionriadhchtara2012-04-191-1/+21
* | | | Merge PR #761 branch 'naderman/ticket/10756' into developOleg Pudeyev2012-04-181-1/+1
|\ \ \ \
| * | | | [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-1/+1
| * | | | [ticket/10756] Removing path provider from template classVjacheslav Trushkin2012-04-191-1/+1
* | | | | [ticket/10759] Make sure style ids are integersNils Adermann2012-04-191-1/+1
* | | | | [ticket/10759] Don't select imageset_id, it's not neededNils Adermann2012-04-191-1/+1
* | | | | [ticket/10759] Clarify comments a bitNils Adermann2012-04-191-3/+3
* | | | | [ticket/10759] Retrieve style_id after INSERT since we cannot set itNils Adermann2012-04-191-2/+9
* | | | | [ticket/10759] Fix whitespace in database_update.phpNils Adermann2012-04-191-4/+4
* | | | | [ticket/10759] Fixing style in database updaterVjacheslav Trushkin2012-04-191-28/+127
|/ / / /
* | | | Merge remote-tracking branch 'github-callumacrae/ticket/10783' into developNils Adermann2012-04-131-0/+11
|\ \ \ \
| * | | | [ticket/10783] Added ?assets_version to assets.Callum Macrae2012-04-111-0/+11
* | | | | Merge remote-tracking branch 'github-cyberalien/ticket/10754' into developNils Adermann2012-04-092-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-032-4/+4
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-04-081-0/+28
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | [ticket/10561] Removed extra tabs, changes made to $db->sql_query()Hari Sankar R2012-04-091-5/+5
| * | | | [ticket/10561] Changed $temp_style_id to $style_idHari Sankar R2012-04-091-2/+2
| * | | | [ticket/10561] Casted $config['default_style'] to intHari Sankar R2012-04-091-1/+1
| * | | | [ticket/10561] Reverted to phpbb_style_is_active()Hari Sankar R2012-04-071-2/+3
| * | | | [ticket/10561] Added to database_update:database_update_info()Hari Sankar R2012-04-071-18/+27
| * | | | [ticket/10561] Added section in database_update.phpHari Sankar R2012-04-061-0/+18
| | |_|/ | |/| |
* | | | [ticket/10547] User is not logged in as admin after installationGabriel Anca2012-04-041-0/+3
* | | | [ticket/10650] Revert merge of 'rahulr92/ticket/10650' into developOleg Pudeyev2012-04-048-10/+0
* | | | [ticket/10650] Added static sql filesRahul2012-04-057-0/+7
* | | | [ticket/10650] Displaying last topic on forum listRahul2012-04-051-0/+3
| |/ / |/| |
* | | Merge remote-tracking branch 'github-igorw/feature/class-prefix' into developNils Adermann2012-03-312-7/+3
|\ \ \
| * | | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-312-3/+1
| * | | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-312-4/+2
* | | | [feature/merging-style-components] Fixing typos in database updaterVjacheslav Trushkin2012-03-311-2/+2
* | | | [feature/merging-style-components] Fixing typo in database updaterVjacheslav Trushkin2012-03-311-1/+1
|/ / /
* | | [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-2/+2
* | | [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-1/+3
* | | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-312-0/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-3010-6/+16
| |\ \ \
| * | | | [feature/event-dispatcher] Add empty dispatcher to installer and db updaterIgor Wiedler2012-03-282-0/+2
| * | | | [feature/event-dispatcher] Delete hard dependency on composer.Oleg Pudeyev2012-03-182-4/+0
| * | | | Merge branch 'develop' into feature/event-dispatcherIgor Wiedler2012-03-112-21/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [feature/event-dispatcher] Use real EventDispatcher through composerIgor Wiedler2012-03-112-0/+4