Code

remove SHA hashes from source (sf bug 827510
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 11 Nov 2003 22:25:37 +0000 (22:25 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 11 Nov 2003 22:25:37 +0000 (22:25 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1977 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
templates/classic/detectors/userauditor.py
templates/classic/html/_generic.help.html
templates/classic/html/style.css
templates/minimal/detectors/userauditor.py
templates/minimal/html/_generic.help.html

index d1b919ee62c646a5a94537302867e73484f96316..e6ed2be369d50a8f27292901906df954b0323b44 100644 (file)
@@ -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
index 6d40d45dc4ca225f340510e227028b0ba88b9c20..b12c7e6ca0791024e5df3c7da6a2fdc6d301149c 100644 (file)
@@ -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
index 518424e44fb9bd7924fff1da8056fdae69bb5bf2..cf97953a54f8a3b3837eaef898589f2ee1022f1b 100644 (file)
@@ -76,4 +76,3 @@
  </form>
  </body>
 </html>
-<!-- SHA: 97d46e2f10096a13afc6e5c48a3e6175ada9738f -->
index 9d06dfc13996584f56da5d175c81dbe478f8243d..6e05130f8ed1aeaa3c92e8e00345bc02537a3be0 100644 (file)
@@ -363,5 +363,3 @@ table.otherinfo th {
   font-weight: bold;
   text-align: left;
 }
-/* SHA: 1c2bdea9d2295da079168403292e5c9039bb5088 */
-/* SHA: 35d16ca4398e028f1b19902aadff924ffec27146 */
index 6d40d45dc4ca225f340510e227028b0ba88b9c20..b12c7e6ca0791024e5df3c7da6a2fdc6d301149c 100644 (file)
@@ -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
index 98fd6d03856ccbf90e95d4895c7c38e50a8152f6..8b035b69d44a75d81cd0ed05e6fd7084bdbbe8fc 100644 (file)
@@ -75,4 +75,3 @@
  </form>
  </body>
 </html>
-<!-- SHA: 97d46e2f10096a13afc6e5c48a3e6175ada9738f -->