Commit graph

84 commits

Author SHA1 Message Date
Joeri de Bruin
e07af2eb65 added upgrade scripts for 7.10.33 including upgrade to mysql 8.x 2026-02-25 17:28:31 +01:00
Colin Kuskie
1c63a65377 Don't delete the special state unless we set it. Fixes bug #11938 2010-11-01 08:23:31 -07:00
Colin Kuskie
91acd4c632 Don't be overzealous in cleaning up the cache root directory. Fixes bug #11814 2010-09-07 11:15:25 -07:00
Graham Knop
aaa0924dc7 allow running sbin scripts from any directory 2010-04-15 14:02:39 -05:00
Colin Kuskie
e3667582a8 Forward port upgrade counter. 2009-07-30 22:50:24 +00:00
Colin Kuskie
415db65a70 Add a counter to the upgrade script, so you know how many configs there are
to do, and how many are done.
2009-07-02 16:10:16 +00:00
Colin Kuskie
03188b7112 Fix some POD. Backups go in /tmp, not /var 2009-06-07 02:33:03 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
787fe74ee1 fixed #9623: preload.custom paths not included during upgrade 2009-02-03 23:46:41 +00:00
Graham Knop
1af2704e0c marked sbin scripts as executable 2009-01-12 16:28:33 +00:00
JT Smith
75faea98af added #!/usr/bin/env perl to all utility scripts 2009-01-07 23:40:15 +00:00
Colin Kuskie
a443999fc6 Fix chdir problems, now that the config file cache is cleared. 2008-12-31 00:44:57 +00:00
Colin Kuskie
208ea281b7 Fix sbin/upgrade.pl so that it handles forking upgrade scripts without
overwriting the config file changes in earlier upgrade scripts.
2008-12-31 00:20:54 +00:00
Graham Knop
38c42d01fd get upgrade.pl to fail properly if upgrade script dies 2008-09-30 22:42:07 +00:00
Graham Knop
ffd685c36a make WebGUI::Config more reliable with relative paths and chdir. fixes forking upgrade. 2008-09-27 20:07:49 +00:00
JT Smith
6f19a03dba the fork method screwed up pathing so you couldn't set config file properties, and probably other things too. reverting to previous revision 2008-09-27 16:17:02 +00:00
Graham Knop
6278278508 process upgrade scripts in forks to carry over -I includes and anything else 2008-09-15 21:51:41 +00:00
Graham Knop
aa0bc9128d prevent upgrades from overwriting prior upgrade backups 2008-08-21 21:57:33 +00:00
Graham Knop
bcedd3a348 get rid of 'USE database;' lines from upgrade backups 2008-07-09 22:05:24 +00:00
JT Smith
e3d85353e8 upgrade related fixes 2008-06-12 22:24:07 +00:00
Graham Knop
2abfbb9cd3 upgrade script should exit with error status on failure 2008-06-12 19:04:03 +00:00
Ernesto Hernández-Novich
8be24aec80 Make sure $webguiRoot is setup consistently in all utility scripts.
Some scripts had a hardcoded use lib "../lib" and "../.." on
Session/Config method calls. This was changed to a BEGIN prologue
where @INC gets $webguiRoot added, and the method calls use
$webguiRoot instead.

This eases the creation of patches for filesystem reorganization of
the installed files (e.g. for Debian packages).
2008-06-09 15:23:26 +00:00
Ernesto Hernández-Novich
fd671cec3d Used B<> instead of C<> when highlighting options and parameters in
POD documentation. Not only do they look nicer emboldened, but it's
also what's suggested in perlpod.
2008-06-09 14:54:08 +00:00
Ernesto Hernández-Novich
4555e8ca8e Added proper POD documentation to utility scripts using POD::Usage. 2008-06-06 22:08:59 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
34fd8c9245 updated webgui to run with Config::JSON 2.04 2008-01-25 05:10:33 +00:00
Doug Bell
fb33859cc6 fix: when upgrading, two revisions of same asset in same second broke upgrade 2007-12-13 20:13:27 +00:00
Graham Knop
f14c6e4b91 merging 7.4 changes 2007-12-13 10:41:27 +00:00
JT Smith
fe734f2359 we don't need to check if they have a json config file anymore 2007-07-31 20:18:09 +00:00
JT Smith
f36ba1b268 - Added keyword tagging to Wiki. 2007-07-07 21:09:39 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
3259da6750 - Added a realtime workflow option for content publishing.
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00
JT Smith
5ee03110d7 race condition causes upgrade.pl to fail (Martin Kamerbeek / Oqapi) 2007-05-02 19:30:39 +00:00
JT Smith
3df71a5351 - fix: Direct 6.8.10-7.2+ Upgrade Problem 2007-01-30 20:47:50 +00:00
JT Smith
a46d2f3f21 added an option to skip maintenance mode 2007-01-25 15:03:43 +00:00
Drake
46665266f1 Fix transposition of mysql and mysqldump in upgrade.pl help. 2006-10-04 22:45:43 +00:00
JT Smith
61b70325f2 - Added a --skipDelete option to upgrade.pl
- rfe: Approvers don't need to approve own changes
fixed a rare bug that could occur in archiving old threads
2006-08-03 19:20:55 +00:00
JT Smith
d24ac0b273 fixing a problem with hex and JSON
gettign rid of the migration.txt script, because it's now published on the site instead since all changes are complete
2006-05-03 00:11:54 +00:00
JT Smith
7e6268df8c better debugging 2006-04-27 22:16:13 +00:00
Colin Kuskie
5715ab5386 removing debug output 2006-03-02 05:05:36 +00:00
Colin Kuskie
d3c13840f5 pull out debugging code for versions 2006-02-26 22:43:34 +00:00
Colin Kuskie
587b03b51c Proper naming for upgrade script (v2)
Forward port of generating a list of Rich Editors with correct version status.
2006-02-24 23:50:30 +00:00
JT Smith
6171357937 some bug fixes 2006-02-09 20:06:37 +00:00
JT Smith
ec5193e5d3 more workflow stuff 2006-02-09 18:45:14 +00:00
JT Smith
9ff0794746 new config file format 2006-02-03 02:04:49 +00:00
Matthew Wilson
77f9ae07b2 upgrade fixes. previousVersion.sql change is merely temporary (until 6.8.5 is released) 2006-01-16 00:01:20 +00:00
JT Smith
75e83b2da0 fixing stuff related to new api 2006-01-15 23:40:56 +00:00
Matthew Wilson
00d97170f9 some changes 2006-01-15 23:22:52 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
7d0ca32de6 upgrades remove cache
fix post update dates 
add version tag to server status
2005-12-08 03:14:11 +00:00