<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to wiki</title><link>https://sourceforge.net/p/utplsql/wiki/</link><description>Recent changes to wiki</description><atom:link href="https://sourceforge.net/p/utplsql/wiki/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Feb 2015 23:08:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/utplsql/wiki/feed.rss" rel="self" type="application/rss+xml"/><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,7 +6,9 @@
 * Update release notes and version number:
     * `utplsql\documentation\src\release.html`

-* Check the copyright years in `utplsql\documentation\readme.txt`
+* Check the copyright years in:
+    * `utplsql\documentation\readme.txt`
+    * `utplsql\documentation\src\copyright_years.txt`

 * Tag the release in SVN

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sun, 08 Feb 2015 23:08:57 -0000</pubDate><guid>https://sourceforge.net1015a095806103d2aa652684a54e2aa06f4c1546</guid></item><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,8 +1,7 @@
 * Look at the [Bugs](https://sourceforge.net/p/utplsql/bugs/fixed_in_version/[next]/) and [Feature Requests](https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/[next]/) tagged as for the next release and decide next version number
-    * **Old version: &lt;u&gt;2.2.1&lt;/u&gt; New version: &lt;u&gt;2.2.2&lt;/u&gt;**

 * Set new version number in the following:
-    * `utplsql\source\ut_plsql.pkb`
+    * `utplsql\source\ut_plsql.pkb` (variable name: `g_version`)

 * Update release notes and version number:
     * `utplsql\documentation\src\release.html`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sat, 30 Aug 2014 20:59:13 -0000</pubDate><guid>https://sourceforge.netb15e22dbaf8f6cc019771d0c9728d77f1efdf1fc</guid></item><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,5 @@
 * Look at the [Bugs](https://sourceforge.net/p/utplsql/bugs/fixed_in_version/[next]/) and [Feature Requests](https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/[next]/) tagged as for the next release and decide next version number
-    * **Old version: \_\_\_\_\_\_\_\_ New version: \_\_\_\_\_\_\_\_**
+    * **Old version: &lt;u&gt;2.2.1&lt;/u&gt; New version: &lt;u&gt;2.2.2&lt;/u&gt;**

 * Set new version number in the following:
     * `utplsql\source\ut_plsql.pkb`
@@ -11,28 +11,28 @@

 * Tag the release in SVN

-* In the Bugs Tracker Admin ([https://sourceforge.net/p/utplsql/admin/bugs/fields]): 
-    * Change the `[next]` milestone to the new version number
+* In the [Bugs Tracker Admin](https://sourceforge.net/p/utplsql/admin/bugs/fields): 
+    * Rename the `[next]` milestone to the new version number
     * Set the due date to today(format is mm/dd/yyyy)
     * Tick the Complete box
-    * Add a new milestone called `[next] just below `[none]
+    * Add a new milestone called `[next]` just below `[none]`
     * Hit `Save`
     * Modify the “Seen in version” field to insert the new version number immediately after the asterisk at the start of the string
     * Hit `Save`

-* In the Feature Tracker Admin ([https://sourceforge.net/p/utplsql/admin/feature-requests/fields]):
+* In the [Feature Requests Tracker Admin](https://sourceforge.net/p/utplsql/admin/feature-requests/fields):
     * Change the `[next]` milestone to the new version number
     * Set the due date to today(format is mm/dd/yyyy)
     * Tick the Complete box
     * Add a new milestone called `[next]` just below `[none]`
     * Hit `Save`

-* In the Support Tracker Admin ([https://sourceforge.net/p/utplsql/admin/support-tickets/fields]):
+* In the [Support Tracker Admin](https://sourceforge.net/p/utplsql/admin/support-tickets/fields):
     * Modify the “Version” field to insert the new version number immediately after the asterisk at the start of the string
     * Hit `Save`

-* Build docs
+* Run `utplsql\documentation\src\build_docs.pl`

-* Run `build.pl` and choose option 2 to create and upload the release
+* Run `utplsql\build\build.pl` and choose option 2 to create and upload the release

-* Find the new zip file on the the Files page ([https://sourceforge.net/projects/utplsql/files]) and from the Info box, select the checkboxes to make it the default download for all OS’s
+* Find the new zip file on the the [Files page](https://sourceforge.net/projects/utplsql/files) and from the Info box, select the checkboxes to make it the default download for all OS’s
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sun, 04 May 2014 11:46:38 -0000</pubDate><guid>https://sourceforge.netd1e59b6a256029979c5dcddfc5b730f478590c17</guid></item><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-* Look at the [Bugs](https://sourceforge.net/p/utplsql/bugs/fixed_in_version/[next]/) and [Feature Requests](https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/[next]/]) tagged as for the next release and decide next version number
+* Look at the [Bugs](https://sourceforge.net/p/utplsql/bugs/fixed_in_version/[next]/) and [Feature Requests](https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/[next]/) tagged as for the next release and decide next version number
     * **Old version: \_\_\_\_\_\_\_\_ New version: \_\_\_\_\_\_\_\_**

 * Set new version number in the following:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sat, 03 May 2014 22:14:59 -0000</pubDate><guid>https://sourceforge.net4ed7380db42c46e6cf601fca0e83e7e38876bd02</guid></item><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-* Look at Bugs and Feature requests tagged as for the next release ([https://sourceforge.net/p/utplsql/bugs/fixed_in_version/%5Bnext%5D/]) and ([https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/%5Bnext%5D/]) and decide next version number
+* Look at the [Bugs](https://sourceforge.net/p/utplsql/bugs/fixed_in_version/[next]/) and [Feature Requests](https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/[next]/]) tagged as for the next release and decide next version number
     * **Old version: \_\_\_\_\_\_\_\_ New version: \_\_\_\_\_\_\_\_**

 * Set new version number in the following:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sat, 03 May 2014 22:14:24 -0000</pubDate><guid>https://sourceforge.net83e3e09aaeeb47a5774b902e735cfc54699ffe86</guid></item><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -33,23 +33,6 @@

 * Build docs

-* In a new directory, create folders: `Code`, `Doc` and `Examples`
-    * In the `Code` directory, copy in all files from `utplsql\source`
-    * In the `Examples` directory, copy in all files from `utplsql\examples`
-    * In the `Doc` directory, copy in all files from `utplsql\documentation` (not the `\source` directory though).
-    * From the new `Doc` directory move `readme.txt` to the top level
+* Run `build.pl` and choose option 2 to create and upload the release

-* Zip up this directory called `utplsql-version.zip`, eg `utplsql-2-2-1.zip`
-
-* Release web:
-    * Using FileZilla, go to:
-        * Host: `web.sourceforge.net`
-        * Protocol: `SFTP – SSH File Transfer Protocol`
-        * Directory: `/home/project-web/utplsql/htdocs`
-    * Upload files from `\utplsql\website`
-
-* Release files
-    * Go to [https://sourceforge.net/projects/utplsql/files/utPLSQL/]
-    * Add a new folder for the new version number
-    * Go into the new folder and upload the release zip
-    * Select all the checkboxes to make it the default download for all OS’s
+* Find the new zip file on the the Files page ([https://sourceforge.net/projects/utplsql/files]) and from the Info box, select the checkboxes to make it the default download for all OS’s
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sat, 03 May 2014 22:08:29 -0000</pubDate><guid>https://sourceforge.neta9140c15fcfc98a31064293fcb6c2a2b1a534f32</guid></item><item><title>Release Procedure modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Release%2520Procedure/</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Look at Bugs and Feature requests tagged as for the next release (&lt;span&gt;[https://sourceforge.net/p/utplsql/bugs/fixed_in_version/%5Bnext%5D/]&lt;/span&gt;) and (&lt;span&gt;[https://sourceforge.net/p/utplsql/feature-requests/fixed_in_version/%5Bnext%5D/]&lt;/span&gt;) and decide next version number&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Old version: ________ New version: ________&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set new version number in the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;utplsql\source\ut_plsql.pkb&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update release notes and version number:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;utplsql\documentation\src\release.html&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Check the copyright years in &lt;code&gt;utplsql\documentation\readme.txt&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tag the release in SVN&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the Bugs Tracker Admin (&lt;span&gt;[https://sourceforge.net/p/utplsql/admin/bugs/fields]&lt;/span&gt;): &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Change the &lt;code&gt;[next]&lt;/code&gt; milestone to the new version number&lt;/li&gt;
&lt;li&gt;Set the due date to today(format is mm/dd/yyyy)&lt;/li&gt;
&lt;li&gt;Tick the Complete box&lt;/li&gt;
&lt;li&gt;Add a new milestone called &lt;code&gt;[next] just below&lt;/code&gt;&lt;span&gt;[none]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Hit &lt;code&gt;Save&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Modify the “Seen in version” field to insert the new version number immediately after the asterisk at the start of the string&lt;/li&gt;
&lt;li&gt;Hit &lt;code&gt;Save&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the Feature Tracker Admin (&lt;span&gt;[https://sourceforge.net/p/utplsql/admin/feature-requests/fields]&lt;/span&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Change the &lt;code&gt;[next]&lt;/code&gt; milestone to the new version number&lt;/li&gt;
&lt;li&gt;Set the due date to today(format is mm/dd/yyyy)&lt;/li&gt;
&lt;li&gt;Tick the Complete box&lt;/li&gt;
&lt;li&gt;Add a new milestone called &lt;code&gt;[next]&lt;/code&gt; just below &lt;code&gt;[none]&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Hit &lt;code&gt;Save&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the Support Tracker Admin (&lt;span&gt;[https://sourceforge.net/p/utplsql/admin/support-tickets/fields]&lt;/span&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Modify the “Version” field to insert the new version number immediately after the asterisk at the start of the string&lt;/li&gt;
&lt;li&gt;Hit &lt;code&gt;Save&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Build docs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In a new directory, create folders: &lt;code&gt;Code&lt;/code&gt;, &lt;code&gt;Doc&lt;/code&gt; and &lt;code&gt;Examples&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the &lt;code&gt;Code&lt;/code&gt; directory, copy in all files from &lt;code&gt;utplsql\source&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;In the &lt;code&gt;Examples&lt;/code&gt; directory, copy in all files from &lt;code&gt;utplsql\examples&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;In the &lt;code&gt;Doc&lt;/code&gt; directory, copy in all files from &lt;code&gt;utplsql\documentation&lt;/code&gt; (not the &lt;code&gt;\source&lt;/code&gt; directory though).&lt;/li&gt;
&lt;li&gt;From the new &lt;code&gt;Doc&lt;/code&gt; directory move &lt;code&gt;readme.txt&lt;/code&gt; to the top level&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Zip up this directory called &lt;code&gt;utplsql-version.zip&lt;/code&gt;, eg &lt;code&gt;utplsql-2-2-1.zip&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Release web:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Using FileZilla, go to:&lt;ul&gt;
&lt;li&gt;Host: &lt;code&gt;web.sourceforge.net&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Protocol: &lt;code&gt;SFTP – SSH File Transfer Protocol&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Directory: &lt;code&gt;/home/project-web/utplsql/htdocs&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Upload files from &lt;code&gt;\utplsql\website&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Release files&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to &lt;span&gt;[https://sourceforge.net/projects/utplsql/files/utPLSQL/]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Add a new folder for the new version number&lt;/li&gt;
&lt;li&gt;Go into the new folder and upload the release zip&lt;/li&gt;
&lt;li&gt;Select all the checkboxes to make it the default download for all OS’s&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sun, 06 Apr 2014 10:18:44 -0000</pubDate><guid>https://sourceforge.nete28fb0334a1238e6516b3320f55934d711e48d25</guid></item><item><title>Working On Tickets modified by Paul Walker</title><link>https://sourceforge.net/p/utplsql/wiki/Working%2520On%2520Tickets/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you see an outstanding &lt;a class="" href="https://sourceforge.net/p/utplsql/bugs/"&gt;Bug&lt;/a&gt; or &lt;a class="" href="https://sourceforge.net/p/utplsql/feature-requests/"&gt;Feature Request&lt;/a&gt; that you want to fix, great! However, be careful about just diving in and starting to write code...&lt;/p&gt;
&lt;p&gt;Firstly, check the Owner field to see if someone's already assigned - there's no point in duplicating effort!&lt;/p&gt;
&lt;p&gt;Next, what is the Status of the ticket? If the Status is Open, then more work is required before coding should start.&lt;/p&gt;
&lt;p&gt;For Feature Requests, it means a decision still needs to be made as to whether or not we want to have this added to the project. Join the discussion and add your thoughts to the comments on the ticket (you can also use the voting buttons).&lt;/p&gt;
&lt;p&gt;For Bugs, we need to verify if it actually is a problem and document the steps required to reproduce it. As this could require a certain amount of work in it's own right, you might want to assign it to yourself while carrying out the investigation. Don't feel that just because you've done some investigation that you have to see it all the way through to fixing the issue - you can document what you've found in the Comments of the ticket then unassign yourself, someone else will pick it up at some point.&lt;/p&gt;
&lt;p&gt;Once a ticket has the status of Verified, then by all means, start coding! Assign the ticket to yourself, checkout the latest version from the SVN trunk and make your changes. When you're at a suitable point, add your changes to the ticket in the form of a patch file. It doesn't need to be the final "finished" thing - we don't mind applying patches incrementally to a development branch, in fact it's not a bad idea since it allows others to review progress.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Sun, 20 Oct 2013 22:33:25 -0000</pubDate><guid>https://sourceforge.net3785f9b1ee2b7da8c535e467e60d9ff44ff02303</guid></item><item><title>Discussion for Ticket Queues page</title><link>https://sourceforge.net/p/utplsql/wiki/Ticket%2520Queues/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Agreed. I see you've logged this as &lt;a class="alink" href="/p/utplsql/feature-requests/5/"&gt;[feature-requests:#5]&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Walker</dc:creator><pubDate>Tue, 15 Oct 2013 23:34:30 -0000</pubDate><guid>https://sourceforge.net589f6da0c79acb285986bc825cde83c477b2f8fd</guid></item><item><title>Discussion for Ticket Queues page</title><link>https://sourceforge.net/p/utplsql/wiki/Ticket%2520Queues/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be a great idea if we had a set of unit tests to test ut/plsql&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Strange</dc:creator><pubDate>Tue, 15 Oct 2013 12:53:07 -0000</pubDate><guid>https://sourceforge.net052077a8cff8dae97fe73ba14f0e0a0856a10504</guid></item></channel></rss>