docbow/docbow_project/docbow
Benjamin Dauvergne 6ded756009 provile_views: hide delegation section for guest delegates, fixes #3634 2013-09-17 21:40:21 +02:00
..
fixtures fixtures: remove logline related permissions 2013-06-25 13:53:39 +02:00
locale/fr/LC_MESSAGES models add field DocbowProfile.accept_notifications to allow user to block notifications, fixes #3635 2013-09-17 21:23:45 +02:00
management move sync-tabellio to the pfwb application 2013-09-10 09:46:14 +02:00
migrations docbow: add minimum number of files limitation to FileTypeAttachedFileKind model 2013-09-11 13:29:05 +02:00
static models add field DocbowProfile.accept_notifications to allow user to block notifications, fixes #3635 2013-09-17 21:23:45 +02:00
templates provile_views: hide delegation section for guest delegates, fixes #3634 2013-09-17 21:40:21 +02:00
templatetags templatetags: move DOCBOW_MENU setting into the app_settings module 2013-06-27 00:07:20 +02:00
__init__.py rename docbow_app package to docbow 2011-08-22 10:39:12 +02:00
actions.py admin,actions: add mass activation/deactivation actions for users and mailing lists, fixes #3494 2013-09-02 11:55:16 +02:00
admin.py admin,actions: add mass activation/deactivation actions for users and mailing lists, fixes #3494 2013-09-02 11:55:16 +02:00
allkeys.txt rename docbow_app package to docbow 2011-08-22 10:39:12 +02:00
app_settings.py docbow/app_settings: introduce a BASE_URL setting, use it in sendmail 2013-09-09 11:21:55 +02:00
auth_backend.py move auth_backend module into the docbow application 2013-06-25 13:53:41 +02:00
auth_urls.py profile_views: reimplement password change view as a class based view 2013-06-28 16:52:50 +02:00
cbv.py profile_views: add a FullProfileView which multiplex all other profile views 2013-06-30 02:04:38 +02:00
certum_certificate.crt rename docbow_app package to docbow 2011-08-22 10:39:12 +02:00
decorators.py views: do not let browsers cache page for logged in users, fixes #2421 2013-02-05 13:54:14 +01:00
email_utils.py move module email_utils into the docbow application 2013-06-25 13:53:41 +02:00
fields.py 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
forms.py models add field DocbowProfile.accept_notifications to allow user to block notifications, fixes #3635 2013-09-17 21:23:45 +02:00
logger_adapter.py improved docstring in models, forms, fields, middleware, logger_adapter and admin 2012-12-03 14:23:22 +01:00
middleware.py improved docstring in models, forms, fields, middleware, logger_adapter and admin 2012-12-03 14:23:22 +01:00
models.py models: do not aggregate delegate recursively when computing the set of users to notify about a document 2013-09-17 21:27:14 +02:00
notification.py remove debugging statements 2013-01-28 21:51:50 +01:00
ods.py docbow: add new ODS export view for inbox and outbox 2013-09-13 18:44:56 +02:00
profile_views.py provile_views: hide delegation section for guest delegates, fixes #3634 2013-09-17 21:40:21 +02:00
pyuca.py rename docbow_app package to docbow 2011-08-22 10:39:12 +02:00
signals.py signals: improved formatting of journalisation of model modifications 2012-12-20 18:45:41 +01:00
sms_carrier_ovh.py sms_carrier_ovh: restore import urllib 2013-09-11 18:51:34 +02:00
tables.py tables,locale: explicitely declare the string "self" for translation and restore its translation 2013-09-11 12:29:48 +02:00
tests.py tests: removed debugging statements 2012-12-19 17:33:50 +01:00
timestamp.py timestamp: convert all internal exceptions to TimestampingError 2013-01-31 15:31:51 +01:00
unicodecsv.py move unicodecsv module into docbow application 2013-06-25 13:53:40 +02:00
upload_urls.py replace matching of file extensions by use of libmagic to identify file types 2013-08-27 17:20:03 +02:00
upload_views.py replace matching of file extensions by use of libmagic to identify file types 2013-08-27 17:20:03 +02:00
urls.py docbow: add new ODS export view for inbox and outbox 2013-09-13 18:44:56 +02:00
utils.py models: augment NotificationManager.notify() to also notify delegates recursively, fixes #3635 2013-09-17 21:07:36 +02:00
validators.py models/forms: validate formatting of the mobile phone, fixes #2413 2013-01-30 14:01:38 +01:00
views.py views: the profile view must be accessed as the delegate and not as the delegatee, fixes #3634 2013-09-17 20:53:57 +02:00
widgets.py forms: pass a dummy attached_file_kind in case no busness rule exists 2013-08-30 15:20:15 +02:00