aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [ticket/10650] Changed acp option from per forum to globalRahul R2012-04-088-10/+7
| * | | | [ticket/10650] Added static sql filesRahul2012-04-087-0/+7
| * | | | [ticket/10650] Displaying last topic on forum listRahul2012-04-081-0/+3
* | | | | Merge PR #743 branch 'develop-olympus' into developOleg Pudeyev2012-05-211-1/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge PR #743 branch 'bantu/ticket/10094' into develop-olympusOleg Pudeyev2012-05-211-1/+3
| |\ \ \ \
| | * | | | [ticket/10094] Purge acm_file cache before phpBB installation.Andreas Fischer2012-04-131-1/+3
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-141-0/+38
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge branch 'ticket/10605' into develop-olympusAndreas Fischer2012-05-141-1/+39
| |\ \ \ \
| | * | | | [ticket/10605] Use database updater function _sql() instead of $db->sql_query()Andreas Fischer2012-05-141-1/+1
| | * | | | [ticket/10605] Put end of array on its own line because start of array is too.Andreas Fischer2012-05-141-1/+2
| | * | | | [ticket/10605] Fix left join usage.Oleg Pudeyev2012-04-051-1/+1
| | * | | | [ticket/10605] Add a section for updating from 3.0.10 to schema updates.Oleg Pudeyev2012-04-051-0/+2
| | * | | | [ticket/10605] Fix syntax error in database updater.Oleg Pudeyev2012-04-051-1/+1
| | * | | | [ticket/10605] Delete orphan private messages on updateJoas Schilling2012-02-271-0/+42
* | | | | | [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