tests: fix unsubscription test (#12543)
prefix unsubscription link with url read from settings (#12543)
homepage redirect to backoffice (#12545)
tests: add proper unquoting of signature
tests: don't recompute unsubscribe link signature (#12806)
jenkins: use pip -r to install dependencies
(setup.py develop fails, for whatever reason)
jenkins: install dependencies before running pylint (#12593)
misc: also add djangorestframework dependency to tox.ini
misc: depends on djangorestframework>=3.3,<3.4 as 3.4 requires django 1.8
breadcrumb and title fix on management page (#12540)
don't show identifier's scheme on unsubscription page (#12544)
trivial: spelling fix
french translations update
use datetime picker for announce publish and expiration dates
debian: fix package version number
tests: run tests with custom emails lib
remove local copies of jquery and fontawesome (#12507)
misc: publish menu.json to get a menu entry into publik sidepage menu (#12508)
authentication views fix
debian: add python-emails dependency
unsubscribe link (#10795)
announces send command (#10805)
Ran as cron job every 5 minutes
misc: rename category deletion view
rename broadcast attributes
api: subscriptions management endpoint (#10794)
api: newsletters retrieval endpoint (#10794)
fix item publication date in atom view
trivial: pep8 fixes
debian/init.d: non-interactive migrations (#10877)
settings: get local settings from CORBO_SETTINGS_FILE environment variable
debian: fix ckeditor dependency
debian: add python-combo dependency
fix french translation
initial debian packaging
setup.py: add locales
Update manifest
announce content is rich text field
compat: django1.8 modelForm
add missing migration
update requirements
general: update dialogs to match style guide
trivial: declare fields attribute for announce form (django 1.8 compat)
SMS length set to 160 chars
Closes #6369
announces number per page set to 20
Closes #6372
feed item's publishing date computing fix
Closes #6374
announce content length check if sms channel prefered
announce broadcasting channels added
calendar icon displayed next to date fields
announce publication and expiration dates displayed in form
publication time displayed only if announces is published
objects views updated
objects management forms and templates reviewed
Forms file added
modification time displayed in announces list
initial localisation files
initial packaging
Rss view renamed to Atom. Url updated
gadjo theme used for templatesCategory and announces management views and urls updated
announce object status methods refactored
unused view deleted
announce filtering by category
RichTextField used to edit announce content
handling authentication through django-mellon
category managing urls added
UI improvements
announce status computing methods
initial commit with models schema and basic GUI