Commit Graph

922 Commits

Author SHA1 Message Date
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
Benjamin Dauvergne d9d0f043b5 fixtures: remove logline related permissions 2013-06-25 13:53:39 +02:00
Benjamin Dauvergne b23e0cbdc7 remove dead filter module 2013-06-25 13:53:39 +02:00
Benjamin Dauvergne c90b7be746 settings: set a default SECRET_KEY in debug mode 2013-06-25 13:53:39 +02:00
Benjamin Dauvergne cafd11b1fa simplify settings, remove log application, add development scripts 2013-06-25 13:53:39 +02:00
Benjamin Dauvergne 34ca15ec9b settings: to comply with Django 1.5 set ALLOWED_HOSTS to * 2013-06-24 15:10:41 +02:00
Benjamin Dauvergne c277285882 settings: do not send broken links emails 2013-06-24 15:10:41 +02:00
Benjamin Dauvergne e10550b11e plone: new app implementing a docbow plugin for exporting posted documents to plone GED portal 2013-03-01 14:56:28 +01:00
Benjamin Dauvergne c2e7973448 commands: remove incompatibilities with python < 2.7 in format string syntax 2013-02-20 17:38:18 +01:00
Benjamin Dauvergne 7ecf2c52ac limit usable mailing list to active ones everywhere, allow editing the is_active field in the admin 2013-02-20 17:07:07 +01:00
Benjamin Dauvergne 1047594809 models: add new field MailingList.is_active 2013-02-20 16:59:57 +01:00
Benjamin Dauvergne 2ec3842279 models: allows FileType.is_active to be False 2013-02-20 16:57:40 +01:00
Benjamin Dauvergne 483f699ab2 update fr translations 2013-02-20 15:43:47 +01:00
Benjamin Dauvergne 4db7b8b60a update fr translations 2013-02-20 15:42:45 +01:00
Benjamin Dauvergne f7a9650ffa add link to document on reply rows of listing 2013-02-20 15:38:52 +01:00
Benjamin Dauvergne 3fbc95b4c7 views: show replies to received documents 2013-02-20 15:38:52 +01:00
Benjamin Dauvergne 5aa1df2e02 templatetags: add new filter to show document real sender name 2013-02-20 15:38:52 +01:00
Benjamin Dauvergne 006450652f views/forms: add a reply-to button 2013-02-20 15:38:52 +01:00
Benjamin Dauvergne 04d5b8e684 views/forms: do not show user which already have a delegation in existing users listing 2013-02-20 14:16:23 +01:00
Benjamin Dauvergne 01828bf0e6 views/forms: exclude current user from existing user listing in the delegation form 2013-02-20 14:14:16 +01:00
Benjamin Dauvergne d418312d10 update fr translations 2013-02-20 14:04:05 +01:00
Benjamin Dauvergne b5433c0103 forms/views: adapt forwardingform for delegate accounts 2013-02-20 13:59:35 +01:00
Benjamin Dauvergne 6ca73dbb60 views/forms: handle default sender for documents in the FileForm 2013-02-20 11:38:34 +01:00
Benjamin Dauvergne 33bf565bdc templatetags: do not show delegation view to guest accounts 2013-02-20 11:38:06 +01:00
Benjamin Dauvergne 95df253632 models: add is_guest function 2013-02-20 11:31:31 +01:00
Benjamin Dauvergne e9d81a3356 add columns to show real sender, official sender and official recipient
refs #2437
2013-02-20 11:12:54 +01:00
Benjamin Dauvergne e299beeca4 js: in the send_file form keep ordering of recipients when moving them around 2013-02-19 18:47:13 +01:00
Benjamin Dauvergne f720731a45 js: do not block form submitting 2013-02-19 18:14:18 +01:00
Benjamin Dauvergne a19ef59eb5 fix spelling 2013-02-19 18:12:07 +01:00
Benjamin Dauvergne 2a787c4cb1 profile: add a "clear sms alert" button 2013-02-19 18:11:25 +01:00
Benjamin Dauvergne 5333153ca7 templates: in mailing-liss.html show username when member does not have a first name and a last name 2013-02-19 17:52:16 +01:00
Benjamin Dauvergne e90440ff11 forms: remove extra Media declaration 2013-02-19 17:49:11 +01:00
Benjamin Dauvergne c917d53791 add missing js file from last commit 2013-02-19 17:31:47 +01:00