aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | [feature/postgresql-fulltext-search] each config is checked if it is setDhruv Goel2012-07-051-2/+10
| | * | | | [feature/postgresql-fulltext-search] database changes in database_updateDhruv Goel2012-07-051-0/+7
| * | | | | Merge remote-tracking branch 'github-dhruvgoel92/feature/delete-auto-logins' ...Nils Adermann2012-06-111-0/+7
| |\ \ \ \ \
| | * | | | | [feature-delete-auto-logins] adds module to database updateDhruv Goel2012-06-031-0/+7
| | |/ / / /
* | | | | | [feature/new-tz-handling] Readd Database updater changes from OlegJoas Schilling2012-06-201-0/+27
* | | | | | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-1/+1
* | | | | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [feature/new-tz-handling] Started on database updater changes.Oleg Pudeyev2012-03-141-0/+22
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-311-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-311-1/+1
| | |_|/ / | |/| | |
| * | | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-311-3/+3
* | | | | Merge PR #721 branch 'rahulr92/ticket/10650' into developOleg Pudeyev2012-05-211-0/+6
|\ \ \ \ \
| * | | | | [ticket/10650] Added space after if and commentRahul R2012-04-091-3/+3
| * | | | | [ticket/10650]Removed incorrect newlineRahul R2012-04-081-1/+0
| * | | | | [ticket/10650] Changed acp option from per forum to globalRahul R2012-04-081-3/+7
| * | | | | [ticket/10650] Displaying last topic on forum listRahul2012-04-081-0/+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
| |_|_|_|/ |/| | | |
* | | | | [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
* | | | | [ticket/10783] Added ?assets_version to assets.Callum Macrae2012-04-111-0/+11
* | | | | 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/10650] Revert merge of 'rahulr92/ticket/10650' into developOleg Pudeyev2012-04-041-3/+0
* | | [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-311-3/+1
|\ \ \
| * | | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-1/+0
| * | | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-2/+1
* | | | [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
|/ / /
* | | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-311-0/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-301-0/+3
| |\ \ \
| * | | | [feature/event-dispatcher] Add empty dispatcher to installer and db updaterIgor Wiedler2012-03-281-0/+1
| * | | | [feature/event-dispatcher] Delete hard dependency on composer.Oleg Pudeyev2012-03-181-2/+0