Commit Graph

37 Commits

Author SHA1 Message Date
Serghei Mihai fb27d37059 version 0.2 2014-12-15 16:36:01 +01:00
Serghei Mihai f1101afd65 version 0.1.1 2014-12-15 16:33:35 +01:00
Serghei Mihai 3aa4df5b82 published only announces are displayed. 2014-11-26 11:07:21 +01:00
Benjamin Dauvergne f9ea2f1212 setup.py: add a setup_requires line 2013-11-18 23:54:12 +01:00
Benjamin Dauvergne 504fab5ecc forms: do not fix the identifier field in the get_or_create() call which creates new subscriptions, fixes #3495 2013-08-28 17:45:57 +02:00
Benjamin Dauvergne a56c561e1c do not escape title and text of announces, fixes #3478 2013-08-28 10:08:38 +02:00
Jérôme Schneider 16b4b27b3d Include MANIFEST.in into MANIFEST.in 2013-08-14 22:12:45 +02:00
Jérôme Schneider 4b636b4084 setup.py sdist: store version into the archive 2013-08-13 17:26:09 +02:00
Jérôme Schneider 5b9e5480c2 setup.py: don't add *.mo files into source file 2013-08-09 15:23:00 +02:00
Benjamin Dauvergne 160760c0d1 manages: fix wrong reference to AnnounceQueryset in instantiation of the PassThroughManager 2013-08-02 15:28:14 +02:00
Benjamin Dauvergne b84a3de582 cms_plugins: only show published announces in the AnnounceListPlugin
fixes #3407
2013-08-02 13:50:09 +02:00
Benjamin Dauvergne f69692ff2a app_settings: fix typo in name of setting 2013-08-02 11:37:43 +02:00
Benjamin Dauvergne 3f56eecf65 admin: show the real identifier used to send announce to users, and the user display name in the subscriptions listing 2013-07-30 15:51:42 +02:00
Benjamin Dauvergne 270a1e29be transports: convert generator to list before using it 2013-06-26 11:15:51 +02:00
Benjamin Dauvergne 5df43b7cea for subscribe users always extract identifier from the user model 2013-06-26 11:09:04 +02:00
Benjamin Dauvergne b63f7a8eff admin: add a __name__ attribute to actions 2013-06-26 10:57:24 +02:00
Benjamin Dauvergne 4a63b9dd68 transports: improve captions 2013-06-24 11:20:53 +02:00
Benjamin Dauvergne f75d1e9fd8 transports: make SMSTransport name customizable 2013-06-24 11:20:53 +02:00
Frédéric Péters 8afa3e4e1a templates: add class and <th> tags to tables (#3106) 2013-06-24 10:35:41 +02:00
Benjamin Dauvergne 8b7300edc0 models: Announce.category is mandatory 2013-06-21 23:55:50 +02:00
Benjamin Dauvergne 203e7fcf0c transports: add missing import re 2013-06-18 18:07:24 +02:00
Benjamin Dauvergne a3e8270bf7 templates: show subscriptions list only if there is one 2013-06-18 18:06:54 +02:00
Benjamin Dauvergne a1e218dd3b transports: check mobile numbers use the french format 2013-06-18 18:06:36 +02:00
Benjamin Dauvergne 2d5db8a270 forms: copy mobile number from user model of portail-citoyen 2013-06-18 18:06:09 +02:00
Benjamin Dauvergne 580af16e72 transports: add SMS transport through passerelle 2013-06-18 16:23:26 +02:00
Benjamin Dauvergne 4a312d1a28 transports: add the transport identifier to the template variable available for finding templates 2013-06-18 16:23:04 +02:00
Benjamin Dauvergne 1c76a88d6b transports: when transport is a tuple the second are keyword arguments for the constructor 2013-06-18 16:22:22 +02:00
Benjamin Dauvergne 5c3b40e738 admin: close db connection around fork
When forking database connection status is incertain, so we explicitely
close it. Django will reopen it.
2013-06-18 16:20:54 +02:00
Benjamin Dauvergne 5df09fa976 MANIFEST.in: add mail templates 2013-06-11 11:03:00 +02:00
Benjamin Dauvergne 39f6ed7207 add french translations 2013-06-10 16:38:15 +02:00
Benjamin Dauvergne f6fbe5384d add a requirements.txt file 2013-06-04 17:20:42 +02:00
Benjamin Dauvergne 639cafaed4 setup.py: add install dependency upon django-model-utils 2013-06-04 17:20:35 +02:00
Benjamin Dauvergne 0a363e4cc4 release 0.1 2013-06-04 16:28:05 +02:00
Benjamin Dauvergne ecbfad9bf5 finish views and cms plugins 2013-06-04 15:54:40 +02:00
Benjamin Dauvergne f62aa82eee add a README file 2013-05-29 18:42:30 +02:00
Benjamin Dauvergne 3047160255 add all functionnalities for sending announces to users 2013-05-29 18:39:29 +02:00
Benjamin Dauvergne 8c43aeab60 start project portail-citoyen-announces 2013-05-29 11:46:04 +02:00