Commit Graph

89 Commits

Author SHA1 Message Date
Benjamin Dauvergne 57f00437ec bump version to 0.22.0 2013-01-23 11:07:28 +01:00
Benjamin Dauvergne 1671e2b609 views: fix index error 2013-01-23 11:07:18 +01:00
Benjamin Dauvergne 2a36312532 bump version to 0.21.0 2013-01-23 11:00:34 +01:00
Benjamin Dauvergne 03a1ef3337 send-to-mycourse: only save result in case of failure, log result as proper ASCII 2013-01-23 11:00:23 +01:00
Benjamin Dauvergne 99a333f919 bump version to 0.20.0 2013-01-23 10:46:12 +01:00
Benjamin Dauvergne 7907decd85 do not push documents multiple times, log the failures in the model insted and add a retry action in the admin 2013-01-23 10:45:03 +01:00
Benjamin Dauvergne 7db1372d5c send-to-mycourse: in the delete command, filter on the push id not the request id 2013-01-23 10:12:58 +01:00
Benjamin Dauvergne 3fa4bba9f9 bump version to 0.19.0 2012-12-11 15:39:36 +01:00
Benjamin Dauvergne e76ac1e7ac ws: changed returned error message when parsing errors occurs 2012-12-11 15:38:41 +01:00
Benjamin Dauvergne 5b528ac2a8 bump version to 0.18.0 2012-12-11 15:22:08 +01:00
Benjamin Dauvergne 3dff1b18aa forms: report web-service errors in the selectors 2012-12-11 15:21:49 +01:00
Benjamin Dauvergne 1b242a8530 forms: added better message when no course is selectable 2012-12-11 15:08:01 +01:00
Benjamin Dauvergne 73e19c1529 bump version to 0.17.0 2012-12-11 13:17:33 +01:00
Benjamin Dauvergne ea922c5495 ws: removed unused import 2012-12-11 13:17:19 +01:00
Benjamin Dauvergne 5dbe50613b ws: fixed compatibility with python 2.6 when catching XML parse errors coming from ElementTree
python < 2.7 raise ExpatError
python >= 2.7 raise ElementTree.ParseError
2012-12-11 13:17:07 +01:00
Benjamin Dauvergne c24fc52845 forms: reordered destination course selectors, changed their labels for a simpler flow 2012-12-11 13:16:13 +01:00
Benjamin Dauvergne 7f999043f9 ws: fixed the GetCoursesByOwner command line 2012-12-11 12:30:55 +01:00
Benjamin Dauvergne 5cbe1b1a31 ws: fixed error when logging full response content in the exception log of ExpatError
Moved response logging in a debug call in the send_request method.
2012-12-11 12:29:46 +01:00
Benjamin Dauvergne aaa752fd68 bump version to 0.16.0 2012-12-10 21:45:31 +01:00
Benjamin Dauvergne 26e629e241 ws: fixed use of logging instead of logger 2012-12-10 21:45:20 +01:00
Benjamin Dauvergne 7f83f1eee0 bump version to 0.15.0 2012-12-10 18:58:19 +01:00
Benjamin Dauvergne e66a03cc8d ws: encoded content in quoted-printable before sending it to log, to be sure it is ASCII compatible 2012-12-10 18:57:57 +01:00
Benjamin Dauvergne d2367410b1 bump version to 0.14.0 2012-12-07 18:13:45 +01:00
Benjamin Dauvergne 5431c9c3cf forms: fixed formatting of course labels 2012-12-07 18:13:44 +01:00
Benjamin Dauvergne 01aa6abb67 bump version to 0.13.0 2012-12-07 17:20:29 +01:00
Benjamin Dauvergne 36a395f056 forms: reorder and rename course fields 2012-12-07 17:20:16 +01:00
Benjamin Dauvergne 86336f8a65 bump version to 0.12.0 2012-12-07 15:51:00 +01:00
Benjamin Dauvergne 6672fee61c ws: log expat errors, and return failure 2012-12-07 15:50:42 +01:00
Benjamin Dauvergne f4a6e5e4ea bump version to 0.11.0 2012-12-06 17:57:27 +01:00
Benjamin Dauvergne 832c5d1182 views: added selector for courses of the sponsor when it is different from the requesting user 2012-12-06 17:57:05 +01:00
Benjamin Dauvergne f30b633f65 views: added email notification of course creations 2012-12-06 17:45:06 +01:00
Benjamin Dauvergne 91cb67daca bump version to 0.10.0 2012-12-06 16:59:11 +01:00
Benjamin Dauvergne 308bd1f72e js: uppercased username when creating course name 2012-12-06 16:58:58 +01:00
Benjamin Dauvergne f4bea69ddd bump version to 0.9.0 2012-12-06 16:56:23 +01:00
Benjamin Dauvergne a8535b51f2 js: removed debugging statement 2012-12-06 16:32:06 +01:00
Benjamin Dauvergne ef864824e5 bump version to 0.8.0 2012-12-06 16:17:53 +01:00
Benjamin Dauvergne cbcd937a08 forms: set default ue to None not 7300 2012-12-06 16:17:25 +01:00
Benjamin Dauvergne 5d945990c5 bump version to 0.7.0 2012-12-06 16:12:06 +01:00
Benjamin Dauvergne 88eac06e78 forms: added building of the course name, update selectors with new course ids 2012-12-06 16:11:43 +01:00
Benjamin Dauvergne 7e5a94654f forms: enlarged the course selectors 2012-12-06 16:08:46 +01:00
Benjamin Dauvergne 7ecd7f9063 forms: enlarged copyright and licence fields 2012-12-06 16:06:21 +01:00
Benjamin Dauvergne 0b1169271d added more docstrings 2012-12-06 09:53:50 +01:00
Benjamin Dauvergne 2df24574e1 bump version to 0.6.0 2012-12-05 22:48:07 +01:00
Benjamin Dauvergne 6b5ffc81a9 templates: moved js script implementing the behavior of the password field in the _create_course.html template 2012-12-05 22:47:54 +01:00
Benjamin Dauvergne 2d6c2d85bb bump version to 0.5.0 2012-12-05 16:59:48 +01:00
Benjamin Dauvergne 86202ef2da send-to-mycourse: add a delete function 2012-12-05 16:59:35 +01:00
Benjamin Dauvergne cddda51be6 bump version to 0.4.0 2012-12-05 16:18:38 +01:00
Benjamin Dauvergne b6607f353f templates: fixed bloc inheritance 2012-12-05 16:18:06 +01:00
Benjamin Dauvergne 41702f35b8 bump version to 0.0.3 2012-12-05 16:13:41 +01:00
Benjamin Dauvergne 6ce2301d78 forms: fixed deletion of existing BlackBoardPush objects blackboard diffusion is removed 2012-12-05 16:13:10 +01:00