| Mon, 22 Aug 2016 22:19:48 +0200 |
Ralf Schlatterbeck |
issue1408570: fix that form values are lost
|
| Mon, 15 Aug 2016 20:53:37 -0400 |
John Rouillard |
issue2550755: exceptions.NotFound(msg) msg is not reported to user in cgi.
|
| Sat, 23 Jul 2016 17:21:14 -0400 |
John Rouillard |
Fixed a couple of failing tests for *LoginRedirect in test_actions.py after url validation. Also raise ValueError from examine_url if base url is None.
|
| Sat, 23 Jul 2016 17:08:44 -0400 |
John Rouillard |
Some patches from wking to make admin.py bypass checks like nuking a
|
| Sat, 23 Jul 2016 15:22:06 -0400 |
John Rouillard |
rename clean_url method to examine_url. the method doesn't realy clean anything, it throws a ValueError if it finds a problem
|
| Sat, 23 Jul 2016 14:00:49 -0400 |
John Rouillard |
I realized that the __came_from and __redirect_to url parameters I
|
| Fri, 22 Jul 2016 20:59:44 -0400 |
John Rouillard |
add basic crappy test framework for the client.py::Client::renderFrontPage() ::determine_context() and ::renderContext() methods.
|
| Fri, 22 Jul 2016 19:39:24 -0400 |
John Rouillard |
adding test case for home templates in various incantations. Also added comment about possibly creating/raising PageTraversal exception. I don't think we need it since @@file doesn't do it but...
|
| Fri, 22 Jul 2016 16:32:01 -0400 |
John Rouillard |
issue1842687: Keywords: After creating, stay in "Create New" mode.
|
| Fri, 22 Jul 2016 16:10:42 -0400 |
John Rouillard |
adding tests for some StringHTMLProperty methods.
|
| Fri, 22 Jul 2016 15:48:57 -0400 |
John Rouillard |
issue2550795: @dispname query args in page.html search links
|
| Fri, 22 Jul 2016 15:24:00 -0400 |
John Rouillard |
add tests for roundup/cgi/accept_language.py copied from embedded doctests already in file.
|
| Fri, 22 Jul 2016 15:19:40 -0400 |
John Rouillard |
issue2550891: Allow subdir in template value. Anthony (antmail)
|
| Wed, 20 Jul 2016 22:30:35 -0400 |
John Rouillard |
added a couple of xmlrpc tests for untested functions/codepaths
|
| Wed, 20 Jul 2016 21:35:55 -0400 |
John Rouillard |
partly test subject line of 'help' to trigger help message. Can't verify the help message is sent though
|
| Tue, 19 Jul 2016 11:47:53 +0200 |
Ralf Schlatterbeck |
Fix subject parsing in mail gateway.
|
| Mon, 18 Jul 2016 13:55:34 +0200 |
Ralf Schlatterbeck |
Add test for msg_header_property of assignedto
|
| Mon, 18 Jul 2016 13:21:43 +0200 |
Ralf Schlatterbeck |
Fix file attribute parsing
|
| Thu, 14 Jul 2016 22:03:48 -0400 |
John Rouillard |
Updated release docs to account for issue2550838.
|
| Thu, 14 Jul 2016 21:43:17 -0400 |
John Rouillard |
upgrade CHANGES.txt and doc/upgrading.txt with additional info about implications of fixing path traversal bug in d22eb1d40d0e
|
| Thu, 14 Jul 2016 19:24:31 -0400 |
John Rouillard |
issue2550891 remove debugging print statement
|
| Thu, 14 Jul 2016 18:33:37 -0400 |
John Rouillard |
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
|
| Thu, 14 Jul 2016 18:03:04 -0400 |
John Rouillard |
issue2550719 Install on Win 7, fails if not run as administrator. Update RELEASE.txt to include flag required to run as admin on windows 7+, drop support for XP at this point.
|
| Wed, 13 Jul 2016 22:30:07 -0400 |
John Rouillard |
issue2550727: db.newid is broken with sqlite.
|
| Wed, 13 Jul 2016 19:42:44 -0400 |
John Rouillard |
issue2550839: Xapian, DatabaseLockError: Unable to get write lock on
|
| Sun, 10 Jul 2016 21:53:44 -0400 |
John Rouillard |
issue2550776: fix missing intialization
|
| Sun, 10 Jul 2016 14:24:12 -0400 |
John Rouillard |
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
|
| Sat, 09 Jul 2016 19:35:56 -0400 |
John Rouillard |
update: 1c90f15a177f requires an update to the tests to account for the new Restore permission
|
| Sat, 09 Jul 2016 17:44:20 -0400 |
John Rouillard |
issue2550882. Reported by Karl-Philipp Richter. Fixed
|
| Sat, 09 Jul 2016 14:27:24 -0400 |
John Rouillard |
issue2550743 - Reindex with MySQL Server failed. It looks like
|
| Sat, 09 Jul 2016 13:34:02 -0400 |
John Rouillard |
fixing some mismatched patches/patch references that I borked in a prior checkin. Patch support was not and still is not working. But at least this tracker runs without errors with demo.py -t devel, just missing features.
|
| Sat, 09 Jul 2016 13:31:59 -0400 |
John Rouillard |
removing unneeded whitespace
|
| Sat, 09 Jul 2016 13:07:06 -0400 |
John Rouillard |
merge from upstream
|
| Mon, 04 Jul 2016 18:19:51 -0400 |
John Rouillard |
I had an incorrect fix for issue2550601. Changed schema to define
|
| Fri, 08 Jul 2016 19:31:02 -0400 |
John Rouillard |
issue2550648 - partial fix for problem in this issue. Ezio Melotti
|
| Wed, 06 Jul 2016 22:19:32 -0400 |
John Rouillard |
from mailing list spurce up the documentation om msg_header_property. We may rename it, but that'a an easy patch
|
| Mon, 04 Jul 2016 20:03:03 -0400 |
John Rouillard |
Added to the FAQ: how to filter roundup emails and a reference to the wiki for linking to revisions in a version control system.
|
| Mon, 04 Jul 2016 20:02:26 -0400 |
John Rouillard |
Added to the FAQ: how to filter roundup emails and a reference to the wiki for linking to revisions in a version control system.
|
| Mon, 04 Jul 2016 15:14:54 -0400 |
John Rouillard |
replacing depricated has_key references by in to support python 3. Errors reported by python -3 roundup_server. Unit tests test_config test_security pass although test_config is a bit weak in coverage.
|
| Sun, 03 Jul 2016 22:50:53 -0400 |
John Rouillard |
issue2550831: Make the classic template query.edit page work.
|
| Sun, 03 Jul 2016 21:21:29 -0400 |
John Rouillard |
starter tests for roundup/configuration.py
|
| Sun, 03 Jul 2016 20:44:26 -0400 |
John Rouillard |
adding test for issue934009. Code coverage shows no test for MAILGW_LEAVE_BODY_UNCHANGED=yes. Adding that for new issue creation and followup.
|
| Sun, 03 Jul 2016 19:29:50 -0400 |
John Rouillard |
Fix issue2550751: Email Header Issue.
|
| Sun, 03 Jul 2016 18:54:18 -0400 |
John Rouillard |
Fixed incorrect header comparisons in compareMessages. It iterated
|
| Sun, 03 Jul 2016 14:20:48 -0400 |
John Rouillard |
issue2550831: Make the classic template query.edit page work.
|
| Sun, 03 Jul 2016 12:32:35 -0400 |
John Rouillard |
issue2550785: Using login from search (or logout) fails. when
|
| Sun, 03 Jul 2016 12:23:36 -0400 |
John Rouillard |
issue2550831: Make the classic template query.edit page work.
|
| Sun, 03 Jul 2016 10:38:47 -0400 |
John Rouillard |
Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
|
| Sat, 02 Jul 2016 21:15:23 -0400 |
John Rouillard |
issue2550853 - better error handling and cleanup on some postgres
|
| Sat, 02 Jul 2016 20:05:06 -0400 |
John Rouillard |
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
|
| Sat, 02 Jul 2016 17:55:23 -0400 |
John Rouillard |
adding changes for issue2550767 that I forgot to checkin earlier
|
| Sat, 02 Jul 2016 15:03:38 -0400 |
John Rouillard |
issue2550767: Add newitemcopy.py detector to notify users of new
|
| Fri, 01 Jul 2016 17:10:09 -0400 |
John Rouillard |
issue2550854: including new field in All text* search.
|
| Thu, 30 Jun 2016 21:08:15 -0400 |
John Rouillard |
issue2550855: added search perms for anonymous to the user class.
|
| Thu, 30 Jun 2016 20:38:23 -0400 |
John Rouillard |
- issue1714899: Feature Request: Optional Change Note. Added a new
|
| Thu, 30 Jun 2016 12:38:23 +1000 |
John Kristensen |
Fix mark_class decorator to work in all cases
|
| Wed, 29 Jun 2016 18:35:19 -0400 |
John Rouillard |
Adding some tests for admin.py. Specifically for issue2550572: setting
|
| Tue, 28 Jun 2016 15:39:38 +1000 |
John Kristensen |
Improved work-around for pytest markers bug
|
| Mon, 27 Jun 2016 22:10:45 -0400 |
John Rouillard |
issue2550653: xapian search, stemming is not working
|
| Mon, 27 Jun 2016 18:50:39 -0400 |
John Rouillard |
spelling error fixed in comment
|