Mercurial > p > roundup > code
graph
-
changesFri, 03 Aug 2001 00:59:47 +0000, by Richard Jones
-
Instance import now imports the instance using imp.load_module...Fri, 03 Aug 2001 00:59:34 +0000, by Richard Jones
-
changesThu, 02 Aug 2001 10:26:26 +0000, by Richard Jones
-
Roundupdb now appends "mailing list" information to its messages...Thu, 02 Aug 2001 06:38:17 +0000, by Richard Jones
-
angesThu, 02 Aug 2001 06:00:33 +0000, by Richard Jones
-
Web edit messages aren't sent to the person who did the edit any more.Thu, 02 Aug 2001 05:55:25 +0000, by Richard Jones
-
changesThu, 02 Aug 2001 01:01:12 +0000, by Richard Jones
-
Added the 'clean' command to the instructionsThu, 02 Aug 2001 01:00:39 +0000, by Richard Jones
-
Even better (more useful) headingsThu, 02 Aug 2001 00:43:06 +0000, by Richard Jones
-
Made all the user-specific link names the same (My Foo)Thu, 02 Aug 2001 00:36:42 +0000, by Richard Jones
-
bleah syntax errorThu, 02 Aug 2001 00:34:10 +0000, by Richard Jones
-
changesThu, 02 Aug 2001 00:27:58 +0000, by Richard Jones
-
Extended the range of intervals that are pretty-printed...Thu, 02 Aug 2001 00:27:04 +0000, by Richard Jones
-
Changed the order of the information in the message generated by web edits.Thu, 02 Aug 2001 00:26:16 +0000, by Richard Jones
-
changesWed, 01 Aug 2001 05:15:36 +0000, by Richard Jones
-
Added "My Issues" and "My Support" to extended template.Wed, 01 Aug 2001 05:15:09 +0000, by Richard Jones
-
changesWed, 01 Aug 2001 05:06:41 +0000, by Richard Jones
-
htmlbase doesn't have extraneous $Foo$ in it any moreWed, 01 Aug 2001 05:06:10 +0000, by Richard Jones
-
*** empty log message ***Wed, 01 Aug 2001 04:29:31 +0000, by Richard Jones
-
mailgw was assuming certain properties existed on the issues being created.Wed, 01 Aug 2001 04:24:21 +0000, by Richard Jones
-
Checklist was using wrong name.Wed, 01 Aug 2001 03:52:23 +0000, by Richard Jones
-
Just a new idea...Wed, 01 Aug 2001 03:48:01 +0000, by Richard Jones
-
changesTue, 31 Jul 2001 09:58:57 +0000, by Richard Jones
-
Fixed the 2.1-specific gmtime() (no arg) call in roundup.date. (Paul Wright)Tue, 31 Jul 2001 09:54:18 +0000, by Richard Jones
-
Added time logging and file uploading to the templates.Mon, 30 Jul 2001 08:12:17 +0000, by Richard Jones
-
oopsMon, 30 Jul 2001 08:04:26 +0000, by Richard Jones
-
Fixes to the uploading stuff (I forgot to put the code in the issue class ;)Mon, 30 Jul 2001 08:03:56 +0000, by Richard Jones
-
Just making sure we've got the right version in there for development.Mon, 30 Jul 2001 07:17:44 +0000, by Richard Jones
-
Added some documentation on how the newblah works.Mon, 30 Jul 2001 06:26:31 +0000, by Richard Jones
-
Features and fixes.Mon, 30 Jul 2001 06:17:45 +0000, by Richard Jones
-
chanegsMon, 30 Jul 2001 03:53:07 +0000, by Richard Jones
-
init help now lists templates and backendsMon, 30 Jul 2001 03:52:55 +0000, by Richard Jones
-
Checks for ability to import the specific back-end module.Mon, 30 Jul 2001 03:52:16 +0000, by Richard Jones
-
Added more DB to test_db. Can skip tests where imports fail.Mon, 30 Jul 2001 03:45:56 +0000, by Richard Jones
-
updated htmlbasesMon, 30 Jul 2001 02:38:49 +0000, by Richard Jones
-
get() now has a default arg - for migration only.Mon, 30 Jul 2001 02:38:31 +0000, by Richard Jones
-
Temporary measure until we have decent schema migration.Mon, 30 Jul 2001 02:37:53 +0000, by Richard Jones
-
Temporary measure until we have decent schema migration...Mon, 30 Jul 2001 02:37:34 +0000, by Richard Jones
-
Freshen is really broken. Commented out.Mon, 30 Jul 2001 02:37:07 +0000, by Richard Jones
-
Handle non-existence of db files in the other backends (code from anydbm).Mon, 30 Jul 2001 02:36:23 +0000, by Richard Jones
-
Should've been supportcallMon, 30 Jul 2001 02:35:28 +0000, by Richard Jones
-
Forgot to add the support call property to the item page.Mon, 30 Jul 2001 01:47:28 +0000, by Richard Jones
-
Makes schema changes mucho easier.Mon, 30 Jul 2001 01:41:36 +0000, by Richard Jones
-
noted changesMon, 30 Jul 2001 01:32:54 +0000, by Richard Jones
-
BugfixesMon, 30 Jul 2001 01:28:46 +0000, by Richard Jones
-
Support for determining the installed tempaltesMon, 30 Jul 2001 01:28:17 +0000, by Richard Jones
-
Oops - these are the HTML displays for the support class.Mon, 30 Jul 2001 01:27:28 +0000, by Richard Jones
-
Big changes:Mon, 30 Jul 2001 01:26:59 +0000, by Richard Jones
-
Changes to reflect cgi_client now implementing classic by default...Mon, 30 Jul 2001 01:25:57 +0000, by Richard Jones
-
Default implementation is now "classic"...Mon, 30 Jul 2001 01:25:07 +0000, by Richard Jones
-
Handles new node display now.Mon, 30 Jul 2001 01:24:33 +0000, by Richard Jones
-
Now uses getopt, much improved command-line parsing.Mon, 30 Jul 2001 00:57:51 +0000, by Richard Jones
-
Hrm - had IOError instead of OSError. Not sure why there's two. Ho hum.Mon, 30 Jul 2001 00:06:52 +0000, by Richard Jones
-
Fixed IssueClass so that superseders links to its classname...Mon, 30 Jul 2001 00:05:54 +0000, by Richard Jones
-
Made the "init" prompting more friendly.Mon, 30 Jul 2001 00:04:48 +0000, by Richard Jones
-
changesSun, 29 Jul 2001 23:34:38 +0000, by Richard Jones
-
Added unit tests so they're run whenever we package/install/whatever.Sun, 29 Jul 2001 23:34:26 +0000, by Richard Jones
-
Fixed bug in unit test ;)Sun, 29 Jul 2001 23:32:13 +0000, by Richard Jones
-
Make sure that the htmlbase is up-to-date when we build a source dist.Sun, 29 Jul 2001 09:43:46 +0000, by Richard Jones
-
changesSun, 29 Jul 2001 09:33:06 +0000, by Richard Jones
