aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall1-24/+0
bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall1-0/+21
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-23- remove compatibility with old template ...rvelices1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06- upgrade goes smarty rvelices1-18/+8
- event_tracer goes smarty - correction in index.tpl git-svn-id: http://piwigo.org/svn/trunk@2254 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-210000421 : call a function to create empty local files during install and upgradepatdenice1-0/+3
Avoid log errors git-svn-id: http://piwigo.org/svn/trunk@2102 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-19Resolved 0000748: Name configuration of all the tablesrub1-2/+8
Resolved 0000750: Check anomalies after upgrade (Feature proposition) git-svn-id: http://piwigo.org/svn/trunk@2096 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-04merge -r1997:1998 from branch 1.7 to trunkplegall1-3/+8
Bug 679 fixed: avoid involuntarily upgrading more than once. A check of existing tables/columns was added to make sure the upgrade is not a refresh. git-svn-id: http://piwigo.org/svn/trunk@1999 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-07Set correct ID property (Again)rub1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@1943 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-07Set correct ID propertyrub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1942 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-07Add upgrade_feed.php on files list to delete on upgrade.rub1-4/+3
git-svn-id: http://piwigo.org/svn/trunk@1940 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-28New: release upgrade scripts from 1.3.0 come back from branch 1.6. Onlyplegall1-0/+316
install/upgrade_1.6.2.php is really new, upgrade 60 was taken into account. Detection of 1.6.0 or 1.6.2 data model in upgrade.php. Release upgrade scripts added on trunk to be kept in a safer place. git-svn-id: http://piwigo.org/svn/trunk@1927 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20partial merge -r1173:1174 from branch-1_6 to trunk: new configurationplegall1-213/+0
parameter die_on_sql_error (upgrade.php and install/upgrade_*.php not concerned on BSF) partial merge -r1208:1209 from branch-1_6 to trunk (only bug fix on incorrect insertion of complex upgrade identifiers) deletions: upgrade.php and all install/upgrade_*.php because these script are never up to date on BSF. Anyway, they are only required on a stable branch. git-svn-id: http://piwigo.org/svn/trunk@1221 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-03-10Step 4 improvement issue 0000301:rub1-12/+6
o Correction lock categories and is_admin (functions with parameters now) o Cannot use check_status with upgrade.php and upgrade_feed.php => New function check_upgrade use in upgrade*.php (new functionality for upgrade_feed.php) o upgrade_feed.php is showed only for administrator user git-svn-id: http://piwigo.org/svn/trunk@1075 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03- bug 205 fixed: advise to perform maintenance actions at the end of upgradeplegall1-0/+6
process. git-svn-id: http://piwigo.org/svn/trunk@971 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-20- update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not availableplegall1-7/+20
anymore. - update: README files updated for very near branch 1.5 :-) - new: file tools/config_local.inc.php as example for optional include/config_local.inc.php - bug fixed: configuration parameter show_picture_name_on_title was useless git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-08- in install.php, use the temporary variable $prefixeTable for inclusion ofplegall1-0/+13
file include/constants.php - security check in upgrade.php : no upgrade possible if constant PHPWG_INSTALLED is defined git-svn-id: http://piwigo.org/svn/trunk@682 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-08- replacement of variable names in include/mysql.inc.php (for upgrades) :plegall1-3/+3
dbname => cfgBase dbuser => cfgUser dbpasswd => cfgPassword dbhost => cfgHote table_prefix => prefixeTable git-svn-id: http://piwigo.org/svn/trunk@681 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-07all headers adapted to new year 2005, happy new yearplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@675 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-06- upgrade scripts added for releases 1.3.xplegall1-0/+187
- my_error function moved from admin/include/functions.php to include/functions.inc.php - because MySQL temporary tables are not always authorized on creation, use a temporary table name (with the current microsecond) on a non temporary table (in mass_updates function) - ability to retrieve distant full directories (usefull in upgrade scripts) - global variables $count_queries and $queries_time moved into global array $page - get_cat_display_name displays category names in correct order : the one given by uppercats - function setup_style simplified - default value for configuration parameter "show_nb_comments" set to false (less queries by default) git-svn-id: http://piwigo.org/svn/trunk@672 68402e56-0260-453c-a942-63ccdbb3a9ee