Commit Graph

3426 Commits

Author SHA1 Message Date
Frédéric Péters 53e328673f tests: remove debugging statement 2014-12-26 19:13:26 +01:00
Frédéric Péters b9b8ff33c8 tests: add a test to create and visit an action of every kind 2014-12-26 19:13:26 +01:00
Frédéric Péters 728b49c273 forms: add current_step and current_page_no substitution variables (#6098) 2014-12-26 17:33:19 +01:00
Frédéric Péters 98c74d6341 misc: do not include query parameters twice on access unauthorized (#6216) 2014-12-26 17:30:30 +01:00
Frédéric Péters 54af1e3957 admin: activate users search even with disk-storage backend (#6215) 2014-12-26 17:30:30 +01:00
Frédéric Péters 946904f753 storage: make ILike work with None attributes 2014-12-26 17:30:30 +01:00
Frédéric Péters df8cce74f0 tests: fix test_users_filter to work with webtest 1.3 2014-12-26 14:23:17 +01:00
Frédéric Péters 00daa7d1bf tests: add tests for user admin pages 2014-12-26 14:11:29 +01:00
Thomas NOËL 0325eab1c8 tests: mark sql test_count as requiring postgresql 2014-12-26 13:23:04 +01:00
Frédéric Péters bd8ea7fef7 tests: add tests for workflow admin pages 2014-12-25 15:43:49 +01:00
Frédéric Péters 1bcac1ce91 tests: add test for categories admin pages 2014-12-25 14:57:59 +01:00
Frédéric Péters f331308e77 tests: add unit tests of roles admin pages 2014-12-25 14:31:33 +01:00
Frédéric Péters ef81ba0a20 tests: add test of edition of form field 2014-12-25 13:54:36 +01:00
Frédéric Péters 9b047126df tests: add test of field duplication 2014-12-25 13:54:36 +01:00
Frédéric Péters 1124c68d91 tests: add test of removal of field 2014-12-25 13:54:36 +01:00
Frédéric Péters 7bc4e9b230 test: fix unit-test of form name/urlname change 2014-12-25 13:36:42 +01:00
Frédéric Péters d96e806479 tests: add test for creation of field in admin 2014-12-25 13:27:21 +01:00
Frédéric Péters 9d651061b7 tests: add some tests of formdef admin pages 2014-12-25 13:27:21 +01:00
Frédéric Péters 2c9340576c tests: test admin pages for modifying a form 2014-12-25 13:27:21 +01:00
Frédéric Péters f545217c7c tests: makes sure formdef url_name is not changed when there are forms 2014-12-25 13:27:21 +01:00
Frédéric Péters 7beb8dd7d0 tests: don't .select() as it's not available in wheezy Webtest 2014-12-25 12:07:30 +01:00
Frédéric Péters bf00142427 tests: test creation of a form 2014-12-25 12:01:45 +01:00
Frédéric Péters 14236af269 tests: test categories API 2014-12-25 11:33:20 +01:00
Frédéric Péters f25303c3ec tests: add unit tests for formdef listing and schema APIs 2014-12-25 11:21:23 +01:00
Frédéric Péters b3d419d2eb tests: add a multipage form unit test 2014-12-25 10:47:56 +01:00
Frédéric Péters e848f42596 tests: add unit tests for form pages 2014-12-24 15:26:33 +01:00
Frédéric Péters 7372d1f424 tests: test user notification on registration 2014-12-24 14:28:55 +01:00
Frédéric Péters 95c8e8da36 tests: turn saml2utils test function into an unit test 2014-12-24 13:34:17 +01:00
Frédéric Péters a712de57bd tests: turn humantime test function into an unit test 2014-12-24 13:27:10 +01:00
Frédéric Péters 21c8296d30 tests: turn strftime test function into an unit test 2014-12-24 13:26:26 +01:00
Frédéric Péters 7649121e8c tests: turn x509utils test function into an unit test 2014-12-24 13:10:01 +01:00
Frédéric Péters ee38c01ee8 tests: add testing of registration process 2014-12-24 11:44:11 +01:00
Frédéric Péters afad4d33d8 tests: regroup common functions into an utility module 2014-12-24 11:44:11 +01:00
Frédéric Péters b8773b2c66 tests: add formdata substitution variable tests 2014-12-24 10:04:59 +01:00
Frédéric Péters 09a0b61ad4 storage: remove last_modified(_id) methods, never used and with no sql support 2014-12-24 09:15:01 +01:00
Frédéric Péters f6028ebd9d storage: add tests for reversed order, indexes rebuilding and async save 2014-12-24 09:15:01 +01:00
Frédéric Péters dfc911ba63 admin: allow searching for users (for name/email) (#6191) 2014-12-24 08:50:49 +01:00
Frédéric Péters c47ac9a487 storage, sql: add ILike criteria (#6191) 2014-12-24 08:50:48 +01:00
Frédéric Péters 6ed53d29bc ident: enclose confirmation text pages in a <div> (#6190) 2014-12-24 08:50:48 +01:00
Frédéric Péters 893d47b5cd password: fix typo in criteria class 2014-12-23 20:17:03 +01:00
Thomas NOËL 1dd9ab127e release 1.12.7 2014-12-22 14:03:01 +01:00
Thomas NOËL e01512ca78 update french translation 2014-12-22 13:55:36 +01:00
Frédéric Péters 8e2f4b8ea3 do not store connection time for anonymous users (#2930) 2014-12-22 13:49:15 +01:00
Frédéric Péters 2086aad715 hobos: gently skip uptodate sites (#5939) 2014-12-22 13:41:16 +01:00
Frédéric Péters fe3cb16472 formdata: use filename as substitution variable for file fields (#1631)
Also add a _url variant to get the URL to the file.
2014-12-22 13:41:16 +01:00
Frédéric Péters 0d51277bca workflow: split plain text entries saved to the journal on empty lines (#5948) 2014-12-22 13:11:13 +01:00
Frédéric Péters 6b07a18812 workflows: make it possible to restrict the 'export to model' action (#5531) 2014-12-22 13:11:13 +01:00
Frédéric Péters 2eebb7a997 formdefs: allow usage of substitution variable in comments field (#5962) 2014-12-22 13:11:13 +01:00
Frédéric Péters ea589f1311 trivial: remove unnecessary commented code 2014-12-22 10:23:50 +01:00
Frédéric Péters 1f2ee2336d misc: cleaninp up some pylint violations
C1001 (old-style-class), W0611 (unused-import), W1401
(anomalous-backslash-in-string), W0107 (unnecessary-pass)
2014-12-22 10:23:49 +01:00