Commit Graph

76 Commits

Author SHA1 Message Date
Benjamin Dauvergne b26be19d78 setup.py: use get_version 2013-05-13 17:12:59 +02:00
Frédéric Péters 8ae613f0ca urls: add url for "registration complete" page (#2854) 2013-05-09 17:23:52 +02:00
Frédéric Péters 768f20a9d6 urls: fix url regex for registration page (#2854) 2013-05-09 17:23:52 +02:00
Benjamin Dauvergne 6d992089a9 templates: add missing display of error in registration form template 2013-05-08 00:01:31 +02:00
Benjamin Dauvergne 04c8ab332d models: add first and last name to user model required fields
fixes #2850
2013-05-07 23:45:57 +02:00
Benjamin Dauvergne 48496c684b templates: add non breakable spaces between field labels and colon
fixes #2837
2013-05-07 23:34:24 +02:00
Pierre Cros 1e7bbcd3b3 doc: remove sentence about free keys 2013-05-01 16:34:22 +02:00
Frédéric Péters b0fcc7dc87 doc: reflow paragraphs and update json examples to match actual API 2013-05-01 16:26:06 +02:00
Pierre Cros 9ecba7a646 doc: update API services documentation after eocamp discussions 2013-05-01 16:26:06 +02:00
Benjamin Dauvergne 20926cf0ed models: reorder user profils, add missing postal_code to user profile fields 2013-05-01 15:17:17 +02:00
Benjamin Dauvergne 5ce4a08679 urls: use registration form checking for unicity of the username 2013-04-24 10:54:38 +02:00
Benjamin Dauvergne d270d99ce1 data_source_plugin: log url with signatures (bis) 2013-04-24 10:21:55 +02:00
Benjamin Dauvergne 8144a2c079 data_source_plugin: log url with signatures 2013-04-24 10:18:28 +02:00
Benjamin Dauvergne 2885168b04 admin: expose the Citoyen model 2013-04-24 09:55:05 +02:00
Benjamin Dauvergne fcaa22111a update translations 2013-04-23 22:36:01 +02:00
Benjamin Dauvergne 0f8e5affec views: simplify the edit profile view 2013-04-23 22:22:23 +02:00
Benjamin Dauvergne d9786b59c2 migrations: fix initial migration, also rename foreign key column 2013-04-23 17:51:13 +02:00
Benjamin Dauvergne b352af0abf migrations: fix initial migration, also rename related tables 2013-04-23 17:47:20 +02:00
Benjamin Dauvergne de539d7e5a create a real citoyen model
- add fields
	- title
	- address
	- city
	- postal_code
	- phone
	- mobile

This commit contains a migration, run this command;

	 ./portal-citoyen migrate portail_citoyen
2013-04-23 16:42:25 +02:00
Benjamin Dauvergne d134a129e4 requirements: fix django-cms eo version links (bis) 2013-04-22 15:56:59 +02:00
Benjamin Dauvergne 827e16402e requirements: fix django-cms eo version links 2013-04-22 15:50:58 +02:00
Frédéric Péters 85682908a3 doc: typo fix 2013-04-21 18:40:12 +02:00
Frédéric Péters 450ec8c068 doc: spelling fix 2013-04-21 18:32:01 +02:00
Frédéric Péters 8e368157aa doc: fix typo in title 2013-04-21 18:30:25 +02:00
Frédéric Péters 4c1db63f23 build: fix location of django-cms tarball 2013-04-20 10:02:04 +02:00
Benjamin Dauvergne 0b06247996 use django-cms from our own repository 2013-04-19 11:01:20 +02:00
Benjamin Dauvergne 33bb544375 setup: stop using package_dir just play with sys.path 2013-04-18 17:46:36 +02:00
Benjamin Dauvergne 3cb48d5eb7 urls: do not localize idp urls 2013-04-18 15:52:20 +02:00
Benjamin Dauvergne 044336a182 a2_service_list_plugin: remove title
remove # Please enter the commit message for your changes.  Lines
starting
2013-04-18 11:30:57 +02:00
Benjamin Dauvergne c22278d218 settings: remove english from supported languages 2013-04-18 11:30:53 +02:00
Benjamin Dauvergne 92dee4be8b urls: add fallback for serving media files when DEBUG=True 2013-04-17 19:28:42 +02:00
Benjamin Dauvergne 957a5ba1fe urls: use i18n_patterns for user facing pages 2013-04-17 19:28:23 +02:00
Benjamin Dauvergne f5783019b4 settings: do not overwirte authentic2 middleware setting 2013-04-17 16:49:58 +02:00
Benjamin Dauvergne 497e541c92 improve the README 2013-04-12 16:11:05 +02:00
Benjamin Dauvergne 72ba0fde93 add *.mo files to .gitignore 2013-04-12 15:31:51 +02:00
Benjamin Dauvergne 4a61a3644f improve local_settings.py.example to be usable without modifications 2013-04-12 15:31:24 +02:00
Benjamin Dauvergne db01c89d1e add portail_citoyen.sqlite to gitignore 2013-04-12 15:30:55 +02:00
Benjamin Dauvergne 56023deab7 renamed manage.py into portail-citoyen 2013-04-12 15:00:20 +02:00
Benjamin Dauvergne fc017fe2d8 improve packaging
- locate are now compiled before build, install and distribution
 - all resource are installed and distributed
2013-04-12 14:49:14 +02:00
Frédéric Péters a3e3612d12 style: do not use a <table> to format login form 2013-04-11 18:04:59 +02:00
Benjamin Dauvergne c5d8d4b14a bump dependency upon authentic2 to release 2.0.3 2013-04-11 14:59:39 +02:00
Benjamin Dauvergne f6c30644e4 reorder dependencies 2013-04-11 13:32:45 +02:00
Benjamin Dauvergne 81f126c85f fix dependencies 2013-04-11 13:24:52 +02:00
Benjamin Dauvergne 9e5631199d data_source_plugin: take the absolute value of the time difference when checking signature's timestamps
refs #2683
2013-04-10 18:07:58 +02:00
Benjamin Dauvergne c872bbfdae data_source_plugin: add the possibility to sign data source URLs
This commit contains migrations:

	./manage.py migrate --fake 0001 data_source_plugin
	./manage.py migrate data_source_plugin
2013-04-10 16:35:48 +02:00
Benjamin Dauvergne eba1dd0aac data_source_plugin: add a simple signature scheme for data source urls 2013-04-10 16:35:48 +02:00
Frédéric Péters 3c98ac2193 help: mention that an api key is a possible way to identify request origin 2013-04-08 17:42:48 +02:00
Frédéric Péters 850603f04e add a documentation page for service providers 2013-04-05 18:11:20 +02:00
Benjamin Dauvergne 6f39dac285 data_source_plugin: add xml datatype 2013-04-04 12:25:09 +02:00
Benjamin Dauvergne dd9bba290c login_plugin: remove profile link from template 2013-03-29 16:09:20 +01:00