Commit Graph

2812 Commits

Author SHA1 Message Date
Frédéric Péters dfb7f8bd1f sessions: do not fail on absence of tempfiles 2013-04-12 16:42:17 +02:00
Frédéric Péters 74f1ff5b1f sql: add support for ignore_errors to .get() methods (#2742) 2013-04-12 13:09:21 +02:00
Frédéric Péters fc93ee6e84 sessions: clean tempfiles (#2705) 2013-04-11 15:40:33 +02:00
Thomas NOËL 2990abd9a1 really remove wcs.pot 2013-04-11 14:27:17 +02:00
Thomas NOËL b1858453bd update french translations 2013-04-11 14:22:27 +02:00
Thomas NOËL fa5b0b5d6b po: remove wcs.pot; add .gitignore for pot & mo files 2013-04-11 14:19:42 +02:00
Frédéric Péters 7c820f08a0 form: fire a change() event on select2, to have it functional on page load 2013-04-11 10:15:16 +02:00
Frédéric Péters 249bf62173 fields: prepend data source result with an empty entry, for optional fields 2013-04-11 10:13:54 +02:00
Frédéric Péters ca9a175374 admin: fix display of federated accounts details (#2727) 2013-04-11 09:43:15 +02:00
Frédéric Péters 80677da83d api: use standard base64 encode, not the urlsafe one 2013-04-10 18:00:58 +02:00
Frédéric Péters 580f785622 api: do not use timestamp.totalseconds(), introduced in Python 2.7 2013-04-10 18:00:36 +02:00
Frédéric Péters 5dc223ad6c api: remove debugging print 2013-04-10 18:00:26 +02:00
Frédéric Péters 76d4589b17 api: look for a NameID parameter, not NameId (#2683) 2013-04-10 17:43:28 +02:00
Frédéric Péters f2bbb968a1 api: do not include invisible forms in json output (#2683) 2013-04-10 17:35:15 +02:00
Frédéric Péters 63167c53b2 workflow: add a "register a comment" item (#2581) 2013-04-09 18:03:00 +02:00
Frédéric Péters bd308879cb form: fix new file upload widget on summary page, on multipages (#2721) 2013-04-09 17:55:11 +02:00
Frédéric Péters 8f0d7baff7 form: fix new file upload widget on multipage forms (#2721) 2013-04-09 17:18:52 +02:00
Thomas NOËL 850e679e72 fix (widget.extra_css_class) 2013-04-09 16:07:47 +02:00
Frédéric Péters 0f45b88e84 remove debugging print 2013-04-09 16:06:27 +02:00
Frédéric Péters 293435e17c forms: add a /json endpoint, useful for debugging in a browser (#2698) 2013-04-09 15:57:52 +02:00
Frédéric Péters 43c0ef2a75 workflow: fix handling of display id received by passerelle 2013-04-09 15:38:39 +02:00
Frédéric Péters 96953fb49f workflow: add a "display forms" item (#2581) 2013-04-09 14:47:05 +02:00
Thomas NOËL 979359f658 sql/settings: user field is not required (fix #2711) 2013-04-09 14:18:34 +02:00
Frédéric Péters fb71f4cd0f sql: implement get_users_with_role 2013-04-09 12:13:44 +02:00
Frédéric Péters e031efbea6 fields: treat hint as html if it starts with '<' (#2704) 2013-04-09 10:35:39 +02:00
Frédéric Péters e2f8410718 translation update 2013-04-09 10:35:39 +02:00
Frédéric Péters 8bb46297e0 forms: mark select2 user strings for translation (#2716) 2013-04-09 10:35:39 +02:00
Frédéric Péters ec7a1c6d9b admin: present roles alphabetically listed in user page (#2715) 2013-04-09 10:35:38 +02:00
Frédéric Péters f11f255b26 sql: check database settings before saving them (#2709) 2013-04-09 10:35:38 +02:00
Frédéric Péters 1df9ab491b api: export list of frontpage formdefs in json (#2683) 2013-04-09 10:35:38 +02:00
Frédéric Péters d54a4a97b0 form: new widget for file uploads (#1959) 2013-04-08 15:30:17 +02:00
Frédéric Péters 262932c046 sql: add proper rollback for all SQL calls 2013-04-08 14:31:48 +02:00
Frédéric Péters 8f7049391c tests: add a test of proper connection rollback on sql error 2013-04-08 14:31:47 +02:00
Frédéric Péters b817088cc4 sql: make sure we lookup in indexes using a string (matches qommon.storage) 2013-04-08 14:10:59 +02:00
Frédéric Péters 4f98e5d77a sql: make sure roles are integer 2013-04-08 13:48:37 +02:00
Frédéric Péters 6cf19e1e8c sql: make sure formdef tables are ok when creating data_class 2013-04-08 12:27:13 +02:00
Frédéric Péters e6e8bd7a70 sql: add workflow_roles to sql support (#2703) 2013-04-08 12:02:32 +02:00
Frédéric Péters b79bf87a17 tests: add test for indexing of dicts 2013-04-08 11:32:25 +02:00
Frédéric Péters a7f1dabfd0 sql: do not fail on postgresql restart 2013-04-05 10:50:20 +02:00
Frédéric Péters 5cc93da0bd formdata: better handling of types in json export (#2697) 2013-04-04 23:30:12 +02:00
Frédéric Péters 5b6628e6f1 sql: fix typo in name identifier variable name 2013-04-04 17:16:00 +02:00
Frédéric Péters 2262949546 saml: make it possible to take over user attributes (#2654) 2013-04-03 10:39:06 +02:00
Frédéric Péters 9eb055f7a1 ctl: unset error_log for command line utilities 2013-04-03 09:45:10 +02:00
Frédéric Péters d0ad05925c sql: get back evolution time in the right type 2013-04-03 09:27:50 +02:00
Frédéric Péters 21b81ea692 sql: fix id_display column name 2013-04-03 09:16:27 +02:00
Frédéric Péters cb2f049efd sql: fix name_identifiers attribute name 2013-04-03 09:09:30 +02:00
Frédéric Péters efc5b86709 sql: do not even suggest using TCP/IP 2013-04-02 17:10:35 +02:00
Frédéric Péters a3e3cb5ac2 ctl: make sure the shell command gets the right config 2013-04-02 16:53:05 +02:00
Frédéric Péters dffbfbf6b9 sql: do not force TCP/IP communication with database (bis) 2013-04-02 16:38:59 +02:00
Frédéric Péters f8995b780e sql: do not force TCP/IP communication with database 2013-04-02 16:31:25 +02:00