Commit Graph

1004 Commits

Author SHA1 Message Date
Benjamin Dauvergne 639687e06f profile_views: reimplement password change view as a class based view
refs #2922
2013-06-28 16:52:50 +02:00
Benjamin Dauvergne 55ec056a4c profile_views: reimplement delegation management as class based view
refs #2922
2013-06-28 16:52:43 +02:00
Benjamin Dauvergne 88e8858f05 views: rewrite profile view as a class based view
refs #2922
2013-06-28 16:51:51 +02:00
Benjamin Dauvergne 1ddc317700 forms: remove debugging statement 2013-06-28 14:23:44 +02:00
Benjamin Dauvergne 9c8877ee94 forms: remove dead import 2013-06-28 14:23:44 +02:00
Benjamin Dauvergne 5e218ec9bb settings: set neutral title for admin site 2013-06-28 14:22:52 +02:00
Benjamin Dauvergne 44397c8236 templates: restore link to root page from admin site title 2013-06-28 14:22:52 +02:00
Benjamin Dauvergne aa010d1a39 update fr translations 2013-06-27 13:31:31 +02:00
Benjamin Dauvergne 6c3ffe7a9e forms: fix typo 2013-06-27 13:29:57 +02:00
Benjamin Dauvergne 285bed77f9 forms: show allowed file patterns in the jquery file upload widget button
refs #2920
2013-06-27 13:26:57 +02:00
Benjamin Dauvergne 014b18a342 migrate from uni_form to crispy_forms as the former is deprecated 2013-06-27 13:12:10 +02:00
Benjamin Dauvergne 8aaabccf0a templates: move in application docbow last remaining templates fomr docbow_project/templates 2013-06-27 12:38:21 +02:00
Benjamin Dauvergne dfa68032ea gitignore: add default dev db and virtualenv 2013-06-27 12:35:13 +02:00
Benjamin Dauvergne 8311965d25 forms: when file type kind are used, add checks on the file name using wildcards
refs #2920
2013-06-27 12:34:10 +02:00
Benjamin Dauvergne 1941fef916 forms: remove dead imports 2013-06-27 12:06:55 +02:00
Benjamin Dauvergne 9c54aba1dd docbow.init: add a manage command 2013-06-27 11:51:52 +02:00
Benjamin Dauvergne dedf729d7e docbow.init: redirect to new setting module 2013-06-27 11:51:39 +02:00
Benjamin Dauvergne 645b88001b settings: report ADMIN setting content in assertion checks errors 2013-06-27 11:51:16 +02:00
Benjamin Dauvergne 4b49c028a6 settings: fix setting of loggers in debug mode 2013-06-27 11:50:43 +02:00
Benjamin Dauvergne 2e803db25e settings: fix parsing of the DJANGO_ADMINS environment variable 2013-06-27 11:50:05 +02:00
Benjamin Dauvergne 187d923706 plone: add french translation to plone application 2013-06-27 02:16:54 +02:00
Benjamin Dauvergne 170020a21c split upload form in two, group uploaded files by kind
refs #2920
2013-06-27 02:15:17 +02:00
Benjamin Dauvergne b421a5d71d admin: in Document listing, show attached files ordered by kind
refs #2920
2013-06-27 02:14:01 +02:00
Benjamin Dauvergne f2f820e499 admin: add management of file types attached files kinds using an inline forms
refs #2920
2013-06-27 02:13:38 +02:00
Benjamin Dauvergne b71e6a83ff models: add field AttachedFile.kind
refs #2920
2013-06-27 02:13:35 +02:00
Benjamin Dauvergne a8aae06688 models: add model FileTypeAttachedFileKind
refs #2920
2013-06-27 02:12:30 +02:00
Benjamin Dauvergne 3ef5369a34 models: remove auto_now=True flag from Mailbox.date field 2013-06-27 00:08:12 +02:00
Benjamin Dauvergne bb2573f48c Makefile: dump metadata using natural keys 2013-06-27 00:07:20 +02:00
Benjamin Dauvergne ccdb7f52f9 move locale files into the docbow application 2013-06-27 00:07:20 +02:00
Benjamin Dauvergne 3d14ef3c37 templatetags: move DOCBOW_MENU setting into the app_settings module 2013-06-27 00:07:20 +02:00
Benjamin Dauvergne 718c7615e0 allow sorting listing through column headers, filtering by date range and exporting as CSV
this commit adds django-tables2 as a dependency

fixes #2923
2013-06-27 00:07:20 +02:00
Benjamin Dauvergne c9081ed4bf urls: move upload views into their own urls file 2013-06-27 00:07:19 +02:00
Benjamin Dauvergne 0304e15ce0 models: fix datetime handling to be timezone aware 2013-06-27 00:07:12 +02:00
Benjamin Dauvergne 68fd4ba23c run.sh: remove call to deactivate shell function 2013-06-26 08:44:58 +02:00
Benjamin Dauvergne e36e51ab13 move auth_urls into the docbow application 2013-06-25 13:53:41 +02:00
Benjamin Dauvergne 809ae1b2ea move auth_backend module into the docbow application 2013-06-25 13:53:41 +02:00
Benjamin Dauvergne b41f3b3ebd remove unused module docbow_project.utils 2013-06-25 13:53:41 +02:00
Benjamin Dauvergne 5345916cce move module email_utils into the docbow application 2013-06-25 13:53:41 +02:00
Benjamin Dauvergne 5e8eb090d5 move module sms_carrier_ovh in the docbow application 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne b1bf9a0d27 remove old settings modules 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne 67fe778612 move actions module into the docbow application 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne ac1f905736 remove unused module docbow_project.prod 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne b40475f20b move unicodecsv module into docbow application 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne 984bff1375 remove the views module 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne ec5d5d40e0 views: move all views into the docbow application 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne 5c36e7f88a remove the forms module at the project level 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne 7898fcd7ff forms: move all form into the docbow application 2013-06-25 13:53:40 +02:00
Benjamin Dauvergne 2ee8242f8c clean unused imports 2013-06-25 13:53:39 +02:00
Benjamin Dauvergne 56c7871f9b local_settings.py.example: comment out email backend settings 2013-06-25 13:53:39 +02:00
Benjamin Dauvergne d3cad38418 README: add a bootstrap section for developpers 2013-06-25 13:53:39 +02:00