aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.5.0.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-07-06fix bug 452: upgrade fails with MySQL 3.23.x ( no carriage retur allowed ↵chrisaga1-3/+2
after ; ) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1437 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13bug 401 fixed: CSS identifier "theHeader" should not be part of theplegall1-1/+1
parameter value. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1345 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-15bug 365 fixed: categories.rank was limited to 255 due to storageplegall1-1/+4
limitation. Maximum is 65535 now (should be good for a long time). git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1311 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-19bug fixed: during installation, upgrades from install/db with complexplegall1-0/+169
identifier (X.x) were not correctly inserted. bug fixed: available upgrades from install/db need to be inserted in #upgrade table. deletion: all upgrades from install/db coming from trunk are removed. new: complete upgrade from any previous release from 1.3.0 to 1.5.2 with automatic detection detection of the previous release. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1209 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-14new: upgrade script from release 1.5.0plegall1-0/+300
improvement: ability to turn off dying on SQL queries failure. Could be useful for upgrades. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1174 68402e56-0260-453c-a942-63ccdbb3a9ee