Commit Graph

922 Commits

Author SHA1 Message Date
Frédéric Péters 3e5e1cff34 change 'Profil' menu entry label (#3461) 2013-08-16 10:10:36 +02:00
Benjamin Dauvergne 861465c597 restore limitations on filetypes, fixes #3439
As filetype are now chosen on a separate page, the filetype limitation
code was broken. This commit implements limitations on the selection
page and enforce the validation on the sending page, redirecting the
user to the selection page if it tries to use a forbidden filetype.
2013-08-15 15:14:26 +02:00
Benjamin Dauvergne 295f0f779c make run.sh cwd blind 2013-08-15 15:14:26 +02:00
Benjamin Dauvergne c41d5ab558 remove hard dependency on python-ldap 2013-08-15 15:14:26 +02:00
Frédéric Péters 380072acc8 style: do not use default true/false icons for sent column (#3438) 2013-08-13 16:43:27 +02:00
Frédéric Péters 92a450a4ec ~fix sorting on sender and official recipients (#3443) 2013-08-13 15:57:18 +02:00
Pierre Cros a65ad60505 Documentation : PW logo removed from the captures 2013-08-13 15:27:53 +02:00
Benjamin Dauvergne b70cedacc0 forms: for content type without a file kind, authorize all filenames (fixes #3411) 2013-08-02 16:35:03 +02:00
Benjamin Dauvergne 75b1014ce2 settings: set logging level for south to INFO 2013-07-01 11:07:41 +02:00
Benjamin Dauvergne 9690cdd637 settings: remove deprecated setting ADMIN_MEDIA_PREFIX 2013-07-01 11:03:58 +02:00
Benjamin Dauvergne 346c60e0c5 migrations: set no_dry_run=True on pure data migration 0020 2013-07-01 10:44:00 +02:00
Benjamin Dauvergne 49aa868590 migrations: fix changed reference to PickledObjectField in an old migration 2013-07-01 10:33:36 +02:00
Benjamin Dauvergne 330969213f jenkins.sh: add a run script for the continuous integration server 2013-07-01 10:27:24 +02:00
Benjamin Dauvergne d72b561f07 requirements.txt: use http for retrieving python-entrouvert, it's the only protocol available on pfwb-preprod 2013-07-01 10:19:45 +02:00
Benjamin Dauvergne 2edf3c89f5 settings: fix typo 2013-07-01 10:17:23 +02:00
Benjamin Dauvergne a7b16920fa settings: remove DJANGO_ prefix for environment variables 2013-07-01 09:51:08 +02:00
Benjamin Dauvergne 50602c1d51 profile_views: add a FullProfileView which multiplex all other profile views
A bit ugly, but it keeps old views as is if we ever need them again.

refs #2922
2013-06-30 02:04:38 +02:00
Benjamin Dauvergne fc50b910c2 profile_views: add prefix to all fields and submit buttons
refs #2922
2013-06-28 16:53:19 +02:00
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