Mercurial > p > roundup > code
graph
-
*** empty log message ***Sun, 02 Nov 2003 08:43:54 +0000, by Richard Jones
-
make this run under py2.1Sun, 02 Nov 2003 08:43:22 +0000, by Richard Jones
-
re-purpose TODO.txt to only have pre-nex-release stuff in itSun, 02 Nov 2003 08:42:22 +0000, by Richard Jones
-
fix broken cron examplesThu, 30 Oct 2003 05:40:37 +0000, by Anthony Baxter
-
Fix some attributes.Sun, 26 Oct 2003 14:43:51 +0000, by Johannes Gijsbers
-
Add hasattr() check for backend in mysqlOpener.Sun, 26 Oct 2003 14:13:04 +0000, by Johannes Gijsbers
-
*** empty log message ***Sat, 25 Oct 2003 23:00:42 +0000, by Richard Jones
-
older test stuffSat, 25 Oct 2003 22:54:16 +0000, by Richard Jones
-
Backend improvements.Sat, 25 Oct 2003 22:53:26 +0000, by Richard Jones
-
Add back <span tal:replace="structure request/indexargs_form" />...Sat, 25 Oct 2003 12:33:11 +0000, by Johannes Gijsbers
-
Print a nicer error message (without usage)...Sat, 25 Oct 2003 12:26:42 +0000, by Johannes Gijsbers
-
Don't be strict about the space following the two hyphens...Sat, 25 Oct 2003 12:03:41 +0000, by Johannes Gijsbers
-
Move tests to test_mailsplit, which I hadn't seen beforeSat, 25 Oct 2003 12:02:37 +0000, by Johannes Gijsbers
-
Use roundup_server script in demo.py to reduce duplicationSat, 25 Oct 2003 11:41:06 +0000, by Johannes Gijsbers
-
Use abspath() from os.path, it's been there since 1.5.2.Sat, 25 Oct 2003 11:20:17 +0000, by Johannes Gijsbers
-
Hide registration link if the user doesn't have 'Web Registration' permission.Sat, 25 Oct 2003 10:59:50 +0000, by Johannes Gijsbers
-
Fixed "documentation" of getnodeids in roundup.hyperdbFri, 24 Oct 2003 22:52:48 +0000, by Richard Jones
-
Clarify listTemplates docstring...Fri, 24 Oct 2003 19:48:05 +0000, by Johannes Gijsbers
-
Add a wrapper around the two different reader() functions...Fri, 24 Oct 2003 16:29:17 +0000, by Johannes Gijsbers
-
Set status to 'chatting' if no status is set (patch [SF#827613]).Fri, 24 Oct 2003 15:51:43 +0000, by Johannes Gijsbers
-
Addition to last log message: added tests. (Also, fix uncommenting one suite).Fri, 24 Oct 2003 15:01:11 +0000, by Johannes Gijsbers
-
Make signature matching more precise: only match '-- '...Fri, 24 Oct 2003 14:59:38 +0000, by Johannes Gijsbers
-
Anonymous user can no longer edit or view itself. maint-0.6Fri, 24 Oct 2003 09:32:19 +0000, by Johannes Gijsbers
-
Anonymous user can no longer edit or view itself.Fri, 24 Oct 2003 09:32:19 +0000, by Johannes Gijsbers
-
Add a note to the 'Invalid One Time Key' message...Wed, 22 Oct 2003 16:47:55 +0000, by Johannes Gijsbers
-
Add "action" attributes to forms.Mon, 20 Oct 2003 21:14:10 +0000, by Johannes Gijsbers
-
Add "action" attributes to forms.Mon, 20 Oct 2003 21:00:04 +0000, by Johannes Gijsbers
-
Replace '&' with '&' in the URLs generated by classhelp(), to validate.Mon, 20 Oct 2003 20:31:40 +0000, by Johannes Gijsbers
-
Add an id_ prefix to all id's: they can not start with a number in HTML4/XHTML1.Mon, 20 Oct 2003 20:09:15 +0000, by Johannes Gijsbers
-
*** empty log message ***Fri, 17 Oct 2003 01:53:11 +0000, by Richard Jones
-
don't include dotfiles in distributionMon, 13 Oct 2003 23:21:47 +0000, by Richard Jones
-
Backport fix for typo in server address [SF#822967]. maint-0.6Mon, 13 Oct 2003 19:44:27 +0000, by Johannes Gijsbers
-
Fix typo in server address [SF#822967].Mon, 13 Oct 2003 19:41:20 +0000, by Johannes Gijsbers
-
*** empty log message ***Fri, 10 Oct 2003 04:35:26 +0000, by Richard Jones
-
support setgid and running on port < 1024 (patch [SF#777528])Fri, 10 Oct 2003 00:40:16 +0000, by Richard Jones
-
mention tagging :)Thu, 09 Oct 2003 04:44:12 +0000, by Richard Jones
-
added Debian rc scriptTue, 07 Oct 2003 23:02:58 +0000, by Richard Jones
-
hyperdb grows a refresh_database() method.Tue, 07 Oct 2003 11:58:58 +0000, by Anthony Baxter
-
Fix a couple of failures in mysql backend unit tests.Tue, 07 Oct 2003 08:52:12 +0000, by Richard Jones
-
expand an XXX commentTue, 07 Oct 2003 08:34:58 +0000, by Anthony Baxter
-
note you'll need to run the non-existent 'refreshdb' command to create indexesTue, 07 Oct 2003 07:25:59 +0000, by Anthony Baxter
-
make the RDBMS common backend and the SQLite and MYsql backend create...Tue, 07 Oct 2003 07:17:54 +0000, by Anthony Baxter
-
merge from maint branchTue, 07 Oct 2003 06:18:45 +0000, by Richard Jones
-
Fixed detectors fix incorrectly fixed in bugfix release 0.6.2 maint-0.6Tue, 07 Oct 2003 06:15:22 +0000, by Richard Jones
-
doc fixesTue, 07 Oct 2003 06:03:53 +0000, by Richard Jones
-
better explanation of -d argSun, 05 Oct 2003 23:29:49 +0000, by Richard Jones
-
Fix mailer bug [SF#817470]...Sat, 04 Oct 2003 11:21:47 +0000, by Johannes Gijsbers
-
Move '<input type="hidden">' elements into a block.Fri, 03 Oct 2003 19:15:24 +0000, by Johannes Gijsbers
-
Fix title.Fri, 03 Oct 2003 19:13:50 +0000, by Johannes Gijsbers
-
Moved out tal:condition up one element, to prevent an empty form form appearing.Fri, 03 Oct 2003 19:11:56 +0000, by Johannes Gijsbers
-
Remove outdated htmlbase.py.Fri, 03 Oct 2003 17:50:18 +0000, by Johannes Gijsbers
-
Replaced all uses of the 'nowrap' attribute with its CSS equivalent:Fri, 03 Oct 2003 16:57:28 +0000, by Johannes Gijsbers
-
First steps towards HTML4.01 Strict validation.Thu, 02 Oct 2003 16:00:45 +0000, by Johannes Gijsbers
-
added DOCTYPETue, 30 Sep 2003 23:57:02 +0000, by Richard Jones
