Roberto Rosario
|
080d68c169
|
Merge branch 'hotfix/v0.12.2' into development
Conflicts:
apps/common/__init__.py
apps/documents/forms.py
apps/feedback/__init__.py
apps/history/__init__.py
apps/main/__init__.py
apps/scheduler/api.py
apps/sources/models.py
docs/releases/index.rst
requirements/production.txt
settings.py
urls.py
|
2012-06-30 04:00:01 -04:00 |
|
Roberto Rosario
|
50b42238eb
|
Initial commit to support random auto admin password and first run wizard
|
2012-06-18 12:51:20 -04:00 |
|
Roberto Rosario
|
58f027db60
|
Clean up (unused imports, PEP8, etc)
|
2012-06-08 16:43:54 -04:00 |
|
Roberto Rosario
|
c9dcda3a5c
|
Convert all apps to use the new class based settings
|
2012-03-06 16:08:28 -04:00 |
|
Roberto Rosario
|
45031022b6
|
Update COMMON_ALLOW_ANONYMOUS_ACCESS description wording
|
2012-01-08 04:58:22 -04:00 |
|
Roberto Rosario
|
c2fcbfe299
|
Add COMMON_ALLOW_ANONYMOUS_ACCESS configuration option to allow access to non authenticated users
|
2012-01-08 04:54:15 -04:00 |
|
Roberto Rosario
|
36c7beca84
|
Added new setting, widget, form and auth backend to allow login via user email address
To enable:
AUTHENTICATION_BACKENDS = ('common.auth.email_auth_backend.EmailAuthBackend',)
COMMON_LOGIN_METHOD = 'email'
|
2011-08-05 23:36:00 -04:00 |
|
Roberto Rosario
|
038a0ea041
|
Added options to automatically create an admin user during syncdb
|
2011-07-07 23:53:15 -04:00 |
|
Roberto Rosario
|
9e61213241
|
Created new smart_settings app and move everything related to app settings to it
|
2011-05-07 01:32:02 -04:00 |
|
Roberto Rosario
|
7f2c563192
|
Converted whole project to a smarter method of defining app settings
|
2011-05-07 01:15:40 -04:00 |
|
Roberto Rosario
|
c44a1f947c
|
Added document printing support
|
2011-05-06 00:46:33 -04:00 |
|
Roberto Rosario
|
f2c9c90b55
|
Started adding configurations setting descriptions
|
2011-03-05 02:34:34 -04:00 |
|
Roberto Rosario
|
06d7e5a46a
|
Added multipage document support and document page transformation
|
2011-02-14 00:18:16 -04:00 |
|