docbow/docbow_project/docbow
Benjamin Dauvergne 78ac477e6e models,views: compute limitations by unioning with limitations from delegators
Only if the delegate had no limitation before the delegation, then no
limitation is applied to him.

fixes #3587
2013-09-11 12:22:28 +02:00
..
fixtures fixtures: remove logline related permissions 2013-06-25 13:53:39 +02:00
locale/fr/LC_MESSAGES tables: add a recipients column to outbox table (CSV and HTML) 2013-09-06 09:28:28 +02:00
management move sync-tabellio to the pfwb application 2013-09-10 09:46:14 +02:00
migrations replace matching of file extensions by use of libmagic to identify file types 2013-08-27 17:20:03 +02:00
static style: a little bit of the profile page 2013-08-29 11:20:56 +02:00
templates style: rearrange a bit the profile page 2013-08-29 11:29:01 +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 forms: do not clobber the user_qs keyword argument 2013-09-10 19:37:41 +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,views: compute limitations by unioning with limitations from delegators 2013-09-11 12:22:28 +02:00
notification.py remove debugging statements 2013-01-28 21:51:50 +01:00
profile_views.py profile_views: add a FullProfileView which multiplex all other profile views 2013-06-30 02:04:38 +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 move module sms_carrier_ovh in the docbow application 2013-06-25 13:53:40 +02:00
tables.py tables: add a recipients column to outbox table (CSV and HTML) 2013-09-06 09:28:28 +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 replace matching of file extensions by use of libmagic to identify file types 2013-08-27 17:20:03 +02:00
utils.py utils: add method to convert date to aware datetime set at 00:00 2013-09-04 12:41:56 +02:00
validators.py models/forms: validate formatting of the mobile phone, fixes #2413 2013-01-30 14:01:38 +01:00
views.py models,views: compute limitations by unioning with limitations from delegators 2013-09-11 12:22:28 +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