log

age author description
Fri, 04 Jun 2021 07:28:18 -0400 John Rouillard Make HTMLClass::history signature compatible to _HTMLItem::history
Thu, 03 Jun 2021 21:48:28 -0400 John Rouillard Fix find() with anydbm. Add fast return shortcut.
Thu, 27 May 2021 16:40:10 -0400 John Rouillard Change authid order to fix test.
Thu, 27 May 2021 15:54:55 -0400 John Rouillard send_message allows setting message sender via authid.
Thu, 27 May 2021 15:06:28 -0400 John Rouillard Add pending -> open auditor; fix meta tag description
Thu, 27 May 2021 14:16:16 -0400 John Rouillard Document templating.utils.anti_csrf_nonce()
Wed, 26 May 2021 12:04:06 -0400 John Rouillard - issue2550964 - History can (temporarily) show incorrect value...
Sun, 23 May 2021 18:00:55 -0400 John Rouillard Fix issue2551122 (MultilinkHTMLProperty sorted method issue)
Sun, 23 May 2021 17:41:23 -0400 John Rouillard Upgrade SSL params for roundup-server
Sun, 23 May 2021 13:52:09 -0400 John Rouillard fix broken link for pyopenssl
Fri, 21 May 2021 19:38:37 -0400 John Rouillard issue2551136 - timezone extention crash on Python 3.8.
Fri, 21 May 2021 19:32:40 -0400 John Rouillard Fix formatting of lists in doc for postfix expressions
Wed, 19 May 2021 20:41:58 -0400 John Rouillard - issue2550648 - keyword boolean search multiple issues
Tue, 18 May 2021 08:50:46 +0200 Ralf Schlatterbeck Implement expressions for Link properties
Mon, 17 May 2021 15:25:17 -0400 John Rouillard issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
Mon, 17 May 2021 20:52:27 +0200 Ralf Schlatterbeck Fix searching+sorting for Link properties
Mon, 17 May 2021 17:35:50 +0200 Ralf Schlatterbeck Tests for Link expressions
Thu, 13 May 2021 10:28:45 +0200 Ralf Schlatterbeck Disable a failing test
Wed, 12 May 2021 13:32:18 +0200 Ralf Schlatterbeck Bug-fix in expression parser
Tue, 11 May 2021 11:32:26 +0200 Ralf Schlatterbeck Add documentation for multilink expression syntax
Mon, 10 May 2021 23:11:31 -0400 John Rouillard Update user_guide to include support for html messages.
Mon, 10 May 2021 22:20:28 -0400 John Rouillard log de.po updates
Mon, 10 May 2021 22:17:06 -0400 John Rouillard merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
Mon, 10 May 2021 21:22:14 -0400 John Rouillard extract translatable strings from devel and responsive templates
Mon, 10 May 2021 16:47:51 -0400 John Rouillard issue2551132 - Setting form value in query string --- issues
Mon, 10 May 2021 16:19:37 +0200 Ralf Schlatterbeck Tests and bug-fix for issue2551119
Sat, 08 May 2021 18:13:20 +0200 Ralf Schlatterbeck Make rev multilink for Link work
Sat, 08 May 2021 12:52:35 +0200 Ralf Schlatterbeck Make rev multilink expressions work for anydbm
Sat, 08 May 2021 10:39:01 +0200 Ralf Schlatterbeck Make reverse multilink expressions work for mysql
Sat, 08 May 2021 09:45:38 +0200 Ralf Schlatterbeck Allow '-1' (empty) in multilink expression
Fri, 07 May 2021 22:26:37 -0400 John Rouillard issue2551078 - Fix traceback caused when putting two id's into a Link html field.
Fri, 07 May 2021 21:47:16 +0200 Ralf Schlatterbeck Add test for rev multilink expressions
Fri, 07 May 2021 20:50:08 +0200 Ralf Schlatterbeck Multilink expressions with simple "or"
Fri, 07 May 2021 16:01:57 +0200 Ralf Schlatterbeck Make multilink expressions work with mysql
Fri, 07 May 2021 15:05:11 +0200 Ralf Schlatterbeck Add test for multilink expression feature
Thu, 06 May 2021 18:56:47 -0400 John Rouillard - issue2551062: AddPermission doesn't validate property names.
Wed, 28 Apr 2021 16:43:15 +0200 Ralf Schlatterbeck Fix dropping of multilinks on schema change
Tue, 27 Apr 2021 19:53:37 -0400 John Rouillard Added links for pyjwt, markdown libs, rearranged links.
Mon, 26 Apr 2021 23:40:52 -0400 John Rouillard Add wsgi.py to frontends. Update docs.
Mon, 26 Apr 2021 23:39:51 -0400 John Rouillard collapse code example to one line.
Mon, 26 Apr 2021 23:39:30 -0400 John Rouillard update copyright years.
Mon, 26 Apr 2021 12:17:15 -0400 John Rouillard Remove Connection: close header for 501 error handling rest
Mon, 26 Apr 2021 11:54:57 -0400 John Rouillard Remove Connection: close header for 501 error handling rest
Wed, 21 Apr 2021 14:43:58 -0400 John Rouillard Rename test: element => attribute; test readonly and missing attribute
Wed, 21 Apr 2021 00:48:28 -0400 John Rouillard Test options in rest interface against live server; rest doc update
Tue, 20 Apr 2021 14:16:58 -0400 John Rouillard Add live server test to suite.
Sun, 18 Apr 2021 20:54:48 -0400 John Rouillard Fix issue2551129 - Template not found return 500 and traceback
Sun, 18 Apr 2021 19:28:12 -0400 John Rouillard ValueError replaces UnknownTimeZoneError in bad pytz timezone test
Sun, 18 Apr 2021 17:39:44 -0400 John Rouillard Fix issue2551128 - Impossible to validate a user with unknown timezone
Sat, 17 Apr 2021 18:11:48 -0400 John Rouillard Delete cut/paste command sequence; make commands more obvious
Sat, 17 Apr 2021 16:41:23 -0400 John Rouillard issue2550899 Migrate setup.py to setuptools
Sat, 10 Apr 2021 22:10:07 -0400 John Rouillard issue2551126 - AttributeError: 'str' object has no attribute 'local'.
Wed, 07 Apr 2021 15:18:25 +0200 Ralf Schlatterbeck Install roundup.test with setup.py
Tue, 06 Apr 2021 22:51:55 -0400 John Rouillard Call verifyPassword even if user does not exist.
Mon, 05 Apr 2021 22:42:07 -0400 John Rouillard Enable nitpick mode and warnings as errors for html generation
Sun, 04 Apr 2021 22:39:52 -0400 John Rouillard Fix thinko add role not permission to users.
Thu, 01 Apr 2021 12:36:03 -0400 John Rouillard Update link for whoosh.
Thu, 01 Apr 2021 08:58:51 +0200 Ralf Schlatterbeck Fix failing xapian test
Wed, 31 Mar 2021 18:56:08 -0400 John Rouillard Update links in documentation
Wed, 31 Mar 2021 09:32:57 -0400 John Rouillard merge heads

Roundup Issue Tracker: http://roundup-tracker.org/