Skip to content

Commit 96d6e67

Browse files
author
Richard Jones
committed
remove SHA hashes from source ([SF#827510]
1 parent a9a7292 commit 96d6e67

File tree

6 files changed

+9
-15
lines changed

6 files changed

+9
-15
lines changed

CHANGES.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Fixed:
2525
(bug #798659).
2626
- Remove empty lines before sending strings off to the csv parser
2727
(bug #821364).
28-
- Date arithmetic was utterly broken, and has been for a long time.
29-
Date +/- Interval now works, and Date - Date also works (produces
30-
an Interval.
3128
- Centralised conversion of user-input data to hyperdb values (bug #802405,
3229
bug #817217, rfe #816994)
3330

@@ -45,11 +42,14 @@ Cleanup:
4542
Fixed:
4643
- Fixed detectors fix incorrectly fixed in bugfix release 0.6.2
4744
- Added note to upgrading doc for detectors fix in 0.6.2
48-
- added script to help migrating queries from pre-0.6 trackers
45+
- Added script to help migrating queries from pre-0.6 trackers
4946
- Fixed "documentation" of getnodeids in roundup.hyperdb
50-
- added flush() to DevNull (sf bug #835365)
51-
- fixed javascript for help window for only one checkbox case
52-
- handle socket timeout exception (thanks Marcus Priesch)
47+
- Added flush() to DevNull (sf bug #835365)
48+
- Fixed javascript for help window for only one checkbox case
49+
- Date arithmetic was utterly broken, and has been for a long time.
50+
Date +/- Interval now works, and Date - Date also works (produces
51+
an Interval.
52+
- Handle socket timeout exception (thanks Marcus Priesch)
5353

5454

5555
2003-09-29 0.6.2

templates/classic/detectors/userauditor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020
#
21-
#$Id: userauditor.py,v 1.1 2003-06-24 04:16:35 richard Exp $
21+
#$Id: userauditor.py,v 1.2 2003-11-11 22:25:37 richard Exp $
2222

2323
def audit_user_fields(db, cl, nodeid, newvalues):
2424
''' Make sure user properties are valid.
@@ -42,4 +42,3 @@ def init(db):
4242
db.user.audit('create', audit_user_fields)
4343

4444
# vim: set filetype=python ts=4 sw=4 et si
45-
#SHA: d4aea7465d4b7ca78de71ed9e73e09ce29b1b111

templates/classic/html/_generic.help.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@
7676
</form>
7777
</body>
7878
</html>
79-
<!-- SHA: 97d46e2f10096a13afc6e5c48a3e6175ada9738f -->

templates/classic/html/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,5 +363,3 @@ table.otherinfo th {
363363
font-weight: bold;
364364
text-align: left;
365365
}
366-
/* SHA: 1c2bdea9d2295da079168403292e5c9039bb5088 */
367-
/* SHA: 35d16ca4398e028f1b19902aadff924ffec27146 */

templates/minimal/detectors/userauditor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020
#
21-
#$Id: userauditor.py,v 1.1 2003-06-24 04:16:35 richard Exp $
21+
#$Id: userauditor.py,v 1.2 2003-11-11 22:25:37 richard Exp $
2222

2323
def audit_user_fields(db, cl, nodeid, newvalues):
2424
''' Make sure user properties are valid.
@@ -42,4 +42,3 @@ def init(db):
4242
db.user.audit('create', audit_user_fields)
4343

4444
# vim: set filetype=python ts=4 sw=4 et si
45-
#SHA: d4aea7465d4b7ca78de71ed9e73e09ce29b1b111

templates/minimal/html/_generic.help.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@
7575
</form>
7676
</body>
7777
</html>
78-
<!-- SHA: 97d46e2f10096a13afc6e5c48a3e6175ada9738f -->

0 commit comments

Comments
 (0)