From: richard Date: Tue, 11 Nov 2003 22:25:37 +0000 (+0000) Subject: remove SHA hashes from source (sf bug 827510 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7bb62a9be4b4b583937d8cdce756e69f4d3eaf77;p=roundup.git remove SHA hashes from source (sf bug 827510 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1977 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index d1b919e..e6ed2be 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,9 +25,6 @@ Fixed: (bug #798659). - Remove empty lines before sending strings off to the csv parser (bug #821364). -- Date arithmetic was utterly broken, and has been for a long time. - Date +/- Interval now works, and Date - Date also works (produces - an Interval. - Centralised conversion of user-input data to hyperdb values (bug #802405, bug #817217, rfe #816994) @@ -45,11 +42,14 @@ Cleanup: Fixed: - Fixed detectors fix incorrectly fixed in bugfix release 0.6.2 - Added note to upgrading doc for detectors fix in 0.6.2 -- added script to help migrating queries from pre-0.6 trackers +- Added script to help migrating queries from pre-0.6 trackers - Fixed "documentation" of getnodeids in roundup.hyperdb -- added flush() to DevNull (sf bug #835365) -- fixed javascript for help window for only one checkbox case -- handle socket timeout exception (thanks Marcus Priesch) +- Added flush() to DevNull (sf bug #835365) +- Fixed javascript for help window for only one checkbox case +- Date arithmetic was utterly broken, and has been for a long time. + Date +/- Interval now works, and Date - Date also works (produces + an Interval. +- Handle socket timeout exception (thanks Marcus Priesch) 2003-09-29 0.6.2 diff --git a/templates/classic/detectors/userauditor.py b/templates/classic/detectors/userauditor.py index 6d40d45..b12c7e6 100644 --- a/templates/classic/detectors/userauditor.py +++ b/templates/classic/detectors/userauditor.py @@ -18,7 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -#$Id: userauditor.py,v 1.1 2003-06-24 04:16:35 richard Exp $ +#$Id: userauditor.py,v 1.2 2003-11-11 22:25:37 richard Exp $ def audit_user_fields(db, cl, nodeid, newvalues): ''' Make sure user properties are valid. @@ -42,4 +42,3 @@ def init(db): db.user.audit('create', audit_user_fields) # vim: set filetype=python ts=4 sw=4 et si -#SHA: d4aea7465d4b7ca78de71ed9e73e09ce29b1b111 diff --git a/templates/classic/html/_generic.help.html b/templates/classic/html/_generic.help.html index 518424e..cf97953 100644 --- a/templates/classic/html/_generic.help.html +++ b/templates/classic/html/_generic.help.html @@ -76,4 +76,3 @@ - diff --git a/templates/classic/html/style.css b/templates/classic/html/style.css index 9d06dfc..6e05130 100644 --- a/templates/classic/html/style.css +++ b/templates/classic/html/style.css @@ -363,5 +363,3 @@ table.otherinfo th { font-weight: bold; text-align: left; } -/* SHA: 1c2bdea9d2295da079168403292e5c9039bb5088 */ -/* SHA: 35d16ca4398e028f1b19902aadff924ffec27146 */ diff --git a/templates/minimal/detectors/userauditor.py b/templates/minimal/detectors/userauditor.py index 6d40d45..b12c7e6 100644 --- a/templates/minimal/detectors/userauditor.py +++ b/templates/minimal/detectors/userauditor.py @@ -18,7 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -#$Id: userauditor.py,v 1.1 2003-06-24 04:16:35 richard Exp $ +#$Id: userauditor.py,v 1.2 2003-11-11 22:25:37 richard Exp $ def audit_user_fields(db, cl, nodeid, newvalues): ''' Make sure user properties are valid. @@ -42,4 +42,3 @@ def init(db): db.user.audit('create', audit_user_fields) # vim: set filetype=python ts=4 sw=4 et si -#SHA: d4aea7465d4b7ca78de71ed9e73e09ce29b1b111 diff --git a/templates/minimal/html/_generic.help.html b/templates/minimal/html/_generic.help.html index 98fd6d0..8b035b6 100644 --- a/templates/minimal/html/_generic.help.html +++ b/templates/minimal/html/_generic.help.html @@ -75,4 +75,3 @@ -