| Wed, 10 Jul 2019 10:35:29 -0400 |
John Rouillard |
Changes to prepare for 1.6.1 release.
maint-1.6 1.6.1
|
| Wed, 10 Jul 2019 07:55:51 -0400 |
John Rouillard |
updating .po files from latest roundup.pot
maint-1.6
|
| Sat, 06 Jul 2019 17:36:25 -0400 |
John Rouillard |
Fix CI deprication warning for HTMLParser convert_charrefs under py3.
|
| Sat, 06 Jul 2019 13:12:58 -0400 |
John Rouillard |
Fix problem with cgi.escape being depricated a different way. This way
|
| Sat, 06 Jul 2019 09:05:09 -0400 |
John Rouillard |
Mark failing test as xfail till it gets fixed.
|
| Fri, 05 Jul 2019 21:11:20 -0400 |
John Rouillard |
Fix typos and add build step.
|
| Fri, 05 Jul 2019 20:59:57 -0400 |
John Rouillard |
Revert that last attempt to fix. Breaks things worse. Reopened
|
| Fri, 05 Jul 2019 20:14:07 -0400 |
John Rouillard |
Fix breakage:
|
| Wed, 03 Jul 2019 22:56:10 -0400 |
John Rouillard |
Add python 3.7 classification as we are running that in CI.
|
| Wed, 03 Jul 2019 22:53:49 -0400 |
John Rouillard |
Ignore localhost links and ignore www.zope.org links as they are in
|
| Wed, 03 Jul 2019 22:52:26 -0400 |
John Rouillard |
Change download url to pypi.org from pypi.python.org.
|
| Wed, 03 Jul 2019 09:03:02 +0200 |
Ralf Schlatterbeck |
Add test for standard_message
|
| Tue, 02 Jul 2019 18:15:51 +0200 |
Ralf Schlatterbeck |
Fix ascii decoding error
|
| Tue, 25 Jun 2019 17:02:52 -0400 |
John Rouillard |
Fix typos.
|
| Tue, 25 Jun 2019 17:02:37 -0400 |
John Rouillard |
issue2551048. Document WEB_SECRET_KEY in config.ini.
|
| Sun, 23 Jun 2019 21:21:51 -0400 |
John Rouillard |
Add test of protected values for collections and item.
|
| Sun, 23 Jun 2019 20:00:12 -0400 |
John Rouillard |
Allow @fields to include protected properties, document @protected
|
| Sun, 23 Jun 2019 14:46:05 +0200 |
Ralf Schlatterbeck |
Make REST-API updates work with WSGI
|
| Fri, 21 Jun 2019 18:20:06 +0200 |
Ralf Schlatterbeck |
Merge
|
| Fri, 21 Jun 2019 18:17:42 +0200 |
Ralf Schlatterbeck |
Fix REST API for WSGI
|
| Tue, 18 Jun 2019 21:17:33 -0400 |
John Rouillard |
merge fork at head
|
| Tue, 18 Jun 2019 20:30:26 -0400 |
John Rouillard |
updated pot file for release
maint-1.6
|
| Tue, 18 Jun 2019 20:29:34 -0400 |
John Rouillard |
updated pot file for release
|
| Tue, 04 Jun 2019 18:42:05 -0400 |
John Rouillard |
issue2551029: Jinja2 template install error.
maint-1.6
|
| Sat, 15 Jun 2019 20:18:35 -0400 |
John Rouillard |
Document what I would like for testing maint-1.6 release. Don't know
|
| Fri, 14 Jun 2019 21:47:22 -0400 |
John Rouillard |
Make comment block raw to avoid travis ci warning on \d in comment block.
|
| Fri, 14 Jun 2019 21:26:19 -0400 |
John Rouillard |
More extensive EditCSV testing.
|
| Wed, 12 Jun 2019 22:13:00 -0400 |
John Rouillard |
Try make doc string for token_split into a raw string. \o and other
|
| Wed, 12 Jun 2019 21:46:31 -0400 |
John Rouillard |
More fixes for: DeprecationWarning: Using or importing the ABCs from
|
| Wed, 12 Jun 2019 21:32:46 -0400 |
John Rouillard |
More invalid escape sequence fixes.
|
| Wed, 12 Jun 2019 21:19:22 -0400 |
John Rouillard |
Fix: DeprecationWarning: Using or importing the ABCs from 'collections'
|
| Wed, 12 Jun 2019 20:34:47 -0400 |
John Rouillard |
Try to fix:
|
| Wed, 12 Jun 2019 19:52:29 -0400 |
John Rouillard |
Fix: PendingDeprecationWarning: HMAC() without an explicit digestmod
|
| Wed, 12 Jun 2019 19:38:33 -0400 |
John Rouillard |
Try to deal with this warning/error: DeprecationWarning: generator
|
| Wed, 12 Jun 2019 19:17:37 -0400 |
John Rouillard |
More cgi.escape/html.escape fixes.
|
| Wed, 12 Jun 2019 17:26:19 -0400 |
John Rouillard |
Extra test of < and > inside quotes.
|
| Wed, 12 Jun 2019 17:26:02 -0400 |
John Rouillard |
html.escape(string, quote=...) sets quote to True not False by
|
| Tue, 11 Jun 2019 22:42:27 -0400 |
John Rouillard |
Yet another use of cgi.escape. Fixed.
|
| Tue, 11 Jun 2019 22:37:22 -0400 |
John Rouillard |
catching last couple of cgi.escape references.
|
| Tue, 11 Jun 2019 22:12:50 -0400 |
John Rouillard |
Add import of cgi since import cgi was removed from exceptions
|
| Tue, 11 Jun 2019 21:29:24 -0400 |
John Rouillard |
Call cgi.escape only on python 2. Replace with html.escapeif it can be
|
| Tue, 11 Jun 2019 21:05:53 -0400 |
John Rouillard |
logger.warn is deprecated. Replace with logger.warning.
|
| Mon, 10 Jun 2019 21:54:20 -0400 |
John Rouillard |
Try allowing failure on python 3.7 testRoles are failing. Fix syntax.
|
| Mon, 10 Jun 2019 21:48:45 -0400 |
John Rouillard |
replace assertEquals with assertEqual.
|
| Mon, 10 Jun 2019 21:30:59 -0400 |
John Rouillard |
Try to allow 3.7 failures to not break the build.
|
| Mon, 10 Jun 2019 21:28:51 -0400 |
John Rouillard |
replace assertNotEquals with assertNotEqual
|
| Mon, 10 Jun 2019 21:27:17 -0400 |
John Rouillard |
Replace deprecated assertEquals with assertEqual and failUnlessRaises
|
| Mon, 10 Jun 2019 21:24:28 -0400 |
John Rouillard |
replace assertEquals wth assertEqual.
|
| Mon, 10 Jun 2019 21:20:14 -0400 |
John Rouillard |
replace assertEquals with assertEqual.
|
| Mon, 10 Jun 2019 20:57:40 -0400 |
John Rouillard |
Nope, need to keep mysqlclient pinned to version 1.3.13 without it
|
| Mon, 10 Jun 2019 20:53:32 -0400 |
John Rouillard |
base64.encodestring is deprecated on python > 3.1. Eliminate warning
|
| Mon, 10 Jun 2019 20:47:41 -0400 |
John Rouillard |
assertFalse not assertFail...
|
| Mon, 10 Jun 2019 20:21:26 -0400 |
John Rouillard |
Replace depricated assertEquals with assertEqual failUnless with asserTrue.
|
| Mon, 10 Jun 2019 20:15:15 -0400 |
John Rouillard |
Replace deprecated failUnless and failIf with assertTrue and
|
| Mon, 10 Jun 2019 20:14:14 -0400 |
John Rouillard |
Replace assertEquals (depricated) with assertEqual.
|
| Mon, 10 Jun 2019 19:56:31 -0400 |
John Rouillard |
Try testing with latest mysqlclient. CI environment upgraded to
|
| Mon, 10 Jun 2019 19:43:20 -0400 |
John Rouillard |
service name of postgresql not postgres??
|
| Mon, 10 Jun 2019 19:32:55 -0400 |
John Rouillard |
No postgres server is running. Try starting it as it seems to be installed.
|
| Mon, 10 Jun 2019 19:21:49 -0400 |
John Rouillard |
Ok, lets try something different. Last attempt seems to be stalled on
|
| Mon, 10 Jun 2019 18:50:37 -0400 |
John Rouillard |
Try implementing tests in 2.7 , 3.4...3.7 python.
|