Commit Graph

56 Commits

Author SHA1 Message Date
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
Benjamin Dauvergne 793cf04b3e forms: shown the destination course name in the left bar 2012-12-05 16:12:33 +01:00
Benjamin Dauvergne b226fc7506 forms: fixed new course name structure 2012-12-05 16:11:59 +01:00
Benjamin Dauvergne 27fb912080 send-to-mycourse: correctly handle the sent field of the BlackBoardPush model 2012-12-05 16:10:58 +01:00
Benjamin Dauvergne 0958572d38 templates: made the document_copyrights template inherit from the one in polynum 2012-12-05 16:09:53 +01:00
Benjamin Dauvergne 8674aa2aa2 added an example local_settings.py 2012-12-05 00:45:43 +01:00
Benjamin Dauvergne b7c4ac71ba readme: added missing configuration variables, removed unused ones 2012-12-05 00:41:12 +01:00
Benjamin Dauvergne 5ddd54e28a beta version of the send to MyCourse views
Course creation is working.
2012-12-05 00:40:30 +01:00
Benjamin Dauvergne 98e1548f68 commands: added a command for sending batched documents to MyCourse 2012-12-05 00:38:51 +01:00
Benjamin Dauvergne 23676f995e models: stated clearly that default for sent is False 2012-12-05 00:38:25 +01:00
Benjamin Dauvergne 313a84c92c models: added registration of a new diffusion tag in polynum 2012-12-05 00:38:05 +01:00
Benjamin Dauvergne f7300a212d ws: improved connection error handling and logging of error results 2012-12-05 00:36:56 +01:00
Benjamin Dauvergne 55e9c907f9 improve placement of the modal dialog for creating new courses 2012-11-06 17:26:22 +01:00
Benjamin Dauvergne f2a0ad1fdf improve retrieving course related to the entity of the request 2012-11-06 17:26:09 +01:00
Benjamin Dauvergne 3c9f3da613 fix error in get_course_by_ue 2012-11-06 17:15:43 +01:00
Benjamin Dauvergne c368492b4a factorize course selector into a separate template 2012-11-06 17:04:26 +01:00
Benjamin Dauvergne 543e93ac4c fix typo in _select_course.html template 2012-11-06 16:58:45 +01:00
Benjamin Dauvergne 1b4e57143f views: rewrite courses_ctx 2012-11-06 16:54:28 +01:00
Benjamin Dauvergne b9119f2214 fix variable reference in template _select_course.html 2012-11-06 16:46:49 +01:00
Benjamin Dauvergne 28786d1e5f work around encoding error 2012-11-06 16:45:00 +01:00
Benjamin Dauvergne 6bd60fbfe4 work around non confirmity of the web services (bis) 2012-11-06 16:42:47 +01:00
Benjamin Dauvergne cff0f0c0a4 add instruction to configure local_settings.py to the README file 2012-11-06 16:40:26 +01:00
Benjamin Dauvergne 76e8041ef1 work around non confirmity of the web services 2012-11-06 16:40:23 +01:00
Benjamin Dauvergne 483a66aa89 setup: add include package data flag 2012-11-06 16:04:10 +01:00
Benjamin Dauvergne dc41b6aa1b change package name 2012-11-06 16:00:53 +01:00
Benjamin Dauvergne b35c5dd7ab remove useless recursive-include in MANIFEST.in 2012-11-06 16:00:05 +01:00
Benjamin Dauvergne e1b9004842 make human string in setup.py use english 2012-11-06 15:59:07 +01:00
Benjamin Dauvergne a6a36c2876 add a requirements.txt file 2012-11-06 15:54:27 +01:00
Benjamin Dauvergne f2b0bce352 update the README file 2012-11-06 15:54:18 +01:00
Benjamin Dauvergne efffdce742 add a MANIFEST.in file 2012-11-06 15:53:08 +01:00
Benjamin Dauvergne f9f7be2473 add a COPYING file 2012-11-06 15:52:57 +01:00
Benjamin Dauvergne f1369f59ec implements forms and wizard replacement 2012-11-06 15:40:17 +01:00
Benjamin Dauvergne 24696da391 add a django wrapper around the web-service for loading settings 2012-11-06 15:39:51 +01:00
Benjamin Dauvergne 5484011502 ws: update web-service API to latest specifications 2012-11-06 15:37:38 +01:00