Mercurial > p > roundup > code
graph
-
Fixed version_checkFri, 14 Dec 2001 21:34:06 +0000, by Richard Jones
-
ignore pycThu, 13 Dec 2001 00:21:26 +0000, by Richard Jones
-
Centralised the python version check code, bumped version to 2.1.1Thu, 13 Dec 2001 00:20:01 +0000, by Richard Jones
-
Fixed some problems with user editingWed, 12 Dec 2001 23:55:00 +0000, by Richard Jones
-
added some implementation notesWed, 12 Dec 2001 23:33:58 +0000, by Richard Jones
-
Added a Zope frontend for roundup.Wed, 12 Dec 2001 23:27:14 +0000, by Richard Jones
-
Message author's name appears in From: instead of roundup instance nameWed, 12 Dec 2001 21:47:45 +0000, by Richard Jones
-
Cor blimey this anydbm/whichdb stuff is yecchy.Wed, 12 Dec 2001 03:23:14 +0000, by Richard Jones
-
I fixed the problems with anydbm using the dbm module at the backend.Wed, 12 Dec 2001 02:30:51 +0000, by Richard Jones
-
fixed the order of the blank line and '-------' lineTue, 11 Dec 2001 04:50:49 +0000, by Richard Jones
-
Added transaction tests to test_dbMon, 10 Dec 2001 23:17:20 +0000, by Richard Jones
-
Enabled transaction support in the bsddb backend.Mon, 10 Dec 2001 22:20:01 +0000, by Richard Jones
-
only insert the -------- change note marker if there is a change noteMon, 10 Dec 2001 21:02:53 +0000, by Richard Jones
-
Notes from changes.Mon, 10 Dec 2001 00:57:38 +0000, by Richard Jones
-
Install html template files to share/roundup/templatesSat, 08 Dec 2001 07:06:20 +0000, by Jürgen Hermann
-
Fixed small bug that prevented adding issues through the web.Fri, 07 Dec 2001 05:59:27 +0000, by Roche Compaan
-
files multilink was being nuked in post_edit_nodeThu, 06 Dec 2001 22:48:29 +0000, by Richard Jones
-
Removed generation of change note from "sendmessage" in roundupdb.py.Wed, 05 Dec 2001 14:26:44 +0000, by Roche Compaan
-
Added some rollbacks...Tue, 04 Dec 2001 01:25:08 +0000, by Richard Jones
-
Fixes so the tests use commit and not closeMon, 03 Dec 2001 21:33:39 +0000, by Richard Jones
-
Eliminate database close method by using weakrefs.Sun, 02 Dec 2001 05:06:16 +0000, by Richard Jones
-
Database transactions.Sat, 01 Dec 2001 07:17:50 +0000, by Richard Jones
-
Links in page header are now consistent with default sort order.Fri, 30 Nov 2001 20:47:58 +0000, by Roche Compaan
-
Property changes are now completely traceable, whether changes areFri, 30 Nov 2001 20:28:10 +0000, by Roche Compaan
-
Cleaned up strange import (less pollution, too)Fri, 30 Nov 2001 18:23:55 +0000, by Jürgen Hermann
-
Fixed bug. Mail gateway was not using the extended Message class...Fri, 30 Nov 2001 13:16:37 +0000, by Roche Compaan
-
Property changes are now listed in emails generated by RoundupFri, 30 Nov 2001 11:29:04 +0000, by Roche Compaan
-
Added change notesFri, 30 Nov 2001 01:35:39 +0000, by Jürgen Hermann
-
Resolve pygettext args; described command line callsFri, 30 Nov 2001 01:30:32 +0000, by Jürgen Hermann
-
Converted roundup/cgi_client.py to use _()Fri, 30 Nov 2001 00:06:29 +0000, by Richard Jones
-
Removed the "This issue has been edited through the web"...Thu, 29 Nov 2001 23:19:51 +0000, by Richard Jones
-
a little commentThu, 29 Nov 2001 04:57:23 +0000, by Richard Jones
-
login_action and newuser_action return values were being ignoredWed, 28 Nov 2001 21:55:35 +0000, by Richard Jones
-
typoTue, 27 Nov 2001 22:32:03 +0000, by Richard Jones
-
Forgot to add this note earlier today.Tue, 27 Nov 2001 10:07:43 +0000, by Richard Jones
-
oopsTue, 27 Nov 2001 03:17:13 +0000, by Richard Jones
-
Another place that wasn't handling missing properties.Tue, 27 Nov 2001 03:16:09 +0000, by Richard Jones
-
couple of bugfixes from latest patch integrationTue, 27 Nov 2001 03:00:50 +0000, by Richard Jones
-
This config stuff is getting to be a real mess...Mon, 26 Nov 2001 23:00:53 +0000, by Richard Jones
-
typoMon, 26 Nov 2001 22:56:35 +0000, by Richard Jones
-
Features and fixes.Mon, 26 Nov 2001 22:55:56 +0000, by Richard Jones
-
Typo fixSun, 25 Nov 2001 10:11:14 +0000, by Jürgen Hermann
-
Added .newitem extensionSat, 24 Nov 2001 01:00:13 +0000, by Jürgen Hermann
-
"except:" is bad, bad , bad!Sat, 24 Nov 2001 00:53:12 +0000, by Jürgen Hermann
-
typeof() instead of type(): avoid clash with database field(?) "type"Sat, 24 Nov 2001 00:45:42 +0000, by Jürgen Hermann
-
Added module docstrings to all modules.Thu, 22 Nov 2001 15:46:42 +0000, by Jürgen Hermann
-
Typo fixThu, 22 Nov 2001 15:09:40 +0000, by Jürgen Hermann
-
Added warning for non-string _() markup (which is also ignored)Thu, 22 Nov 2001 01:15:26 +0000, by Jürgen Hermann
-
quick fix for file uploads on windows in roundup.cgi 0.3.0Thu, 22 Nov 2001 00:25:11 +0000, by Richard Jones
-
Some version number and documentation fixes.Wed, 21 Nov 2001 23:42:54 +0000, by Richard Jones
-
Added globbing for win32, and sample marking in a 2nd file to test itWed, 21 Nov 2001 23:35:45 +0000, by Jürgen Hermann
-
To create a roundup .pot file, use:Wed, 21 Nov 2001 23:27:33 +0000, by Jürgen Hermann
-
Added dummy hooks for I18N...Wed, 21 Nov 2001 22:57:29 +0000, by Jürgen Hermann
-
*sigh* more missing value handlingWed, 21 Nov 2001 04:04:43 +0000, by Richard Jones
-
more new property handlingWed, 21 Nov 2001 03:40:54 +0000, by Richard Jones
-
oopsWed, 21 Nov 2001 03:21:13 +0000, by Richard Jones
-
Better handling of new properties.Wed, 21 Nov 2001 03:11:28 +0000, by Richard Jones
-
Added a target version field to the extended issue schemaWed, 21 Nov 2001 02:34:18 +0000, by Richard Jones
-
incorporated patch from Roch'e Compaan implementing attachments in nosy e-mailThu, 15 Nov 2001 10:36:17 +0000, by Richard Jones
-
missing "return" in filter_section (thanks Roch'e Compaan)Thu, 15 Nov 2001 10:26:01 +0000, by Richard Jones
