From 9564add2a65c24ab53564b63f7aca805b9a7abf1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 24 Mar 2008 02:25:45 +0000 Subject: [PATCH] r1611: Adding the installer script and template diff for the 1.2.2 release * install/upgrade17.php: New file * install/templates/1.2.1 - 1.2.2.diff: New file --- install/templates/1.2.1 - 1.2.2.diff | 14 ++++++ install/upgrade17.php | 75 ++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 install/templates/1.2.1 - 1.2.2.diff create mode 100644 install/upgrade17.php diff --git a/install/templates/1.2.1 - 1.2.2.diff b/install/templates/1.2.1 - 1.2.2.diff new file mode 100644 index 0000000..c7c168d --- /dev/null +++ b/install/templates/1.2.1 - 1.2.2.diff @@ -0,0 +1,14 @@ +Index: footer.tpl +=================================================================== +--- footer.tpl (.../tags/1.2.1/templates) (revision 1610) ++++ footer.tpl (.../branches/1.2.x/templates) (revision 1610) +@@ -1,8 +1,7 @@ + + + + + diff --git a/install/upgrade17.php b/install/upgrade17.php new file mode 100644 index 0000000..76a8c4f --- /dev/null +++ b/install/upgrade17.php @@ -0,0 +1,75 @@ +in['mark'] == 0) +{ +?> +

Welcome to Bugdar

+ +

This upgrade will take from Bugdar 1.2.1 to Bugdar 1.2.2.

+ +

To begin the process, please click the button below.

+in['mark'] == 1) +{ +?> +

Version Number Change

+ +

This step finishes the upgrade by inreasing your version number.

+ +query("UPDATE " . TABLE_PREFIX . "setting SET value = '1.2.2' WHERE varname = 'trackerversion'"); + + build_settings(); + +?> + +... done. + + \ No newline at end of file -- 2.22.5