Commit Graph

222 Commits

Author SHA1 Message Date
Roberto Rosario
1804cd8828 Reverting hotfix patch applied to master branch by accident.
Revert "Catch auto admin creation error attempts when common app has still not been migrated."

This reverts commit 35571e184f.
2012-10-05 22:14:12 -04:00
Roberto Rosario
35571e184f Catch auto admin creation error attempts when common app has still not been migrated.
Solves issue #32
2012-10-05 22:05:12 -04:00
Roberto Rosario
1b076bbc5d Remove comment 2012-06-29 02:39:46 -04:00
Roberto Rosario
b1f4ead6de Add comments 2012-06-28 11:38:01 -04:00
Roberto Rosario
f503045aa1 Move the auto admin creation from the post_sync signal to the post_migrate signal, only deletec auto admin properties when password has been really changed 2012-06-28 11:35:58 -04:00
Roberto Rosario
2ac89baa8c Reduce auto admin model field names, add password_hash field to detect when the password has been really changed 2012-06-28 11:34:59 -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
341e965d1e Update translation files 2012-06-17 19:14:23 -04:00
Roberto Rosario
1033328e0f Update German language translation files 2012-06-17 19:13:58 -04:00
Roberto Rosario
8ff54449d4 Translation files updates 2012-06-17 18:29:33 -04:00
Roberto Rosario
919254429f Update language source file 2012-06-17 18:11:18 -04:00
Roberto Rosario
f21a96ae5b Update compiled translation fixes for Italian 2012-05-30 18:37:43 -04:00
Roberto Rosario
b9d88d2859 Sync Italian translation sources from Transifex 2012-05-30 18:35:50 -04:00
Roberto Rosario
036ec09234 Move the copyfile function to the common app 2012-05-30 12:56:56 -04:00
Roberto Rosario
e7d7ae0c88 Simplify auto admin creation code 2012-03-27 23:10:26 -04:00
Roberto Rosario
da6d1c474b Update compiled translation files 2012-02-22 16:14:40 -04:00
Roberto Rosario
a888b11dec Portuguese translation strings update 2012-02-22 16:07:29 -04:00
Roberto Rosario
1f2b25152f Italian translation strings update 2012-02-22 16:07:07 -04:00
Roberto Rosario
4e1c8ff0eb Initial Polish translation by mic (https://www.transifex.net/accounts/profile/mic/) 2012-02-22 16:05:53 -04:00
Roberto Rosario
5bc61ca70e Remove unused test files 2012-02-22 11:55:48 -04:00
Roberto Rosario
cc0040a88b Language source files updates, Spanish translation updates 2012-02-12 15:33:26 -04:00
Roberto Rosario
f94f997883 Documentation updates, indexed documentation 2012-02-11 21:13:05 -04:00
Roberto Rosario
cc9ce7c212 Don't hide and raise errors on assign_remove view when in DEBUG mode 2012-02-02 15:37:06 -04:00
Roberto Rosario
2dfad128e2 Language source and translations updates 2012-02-02 14:56:15 -04:00
Roberto Rosario
485573c5d6 Validate email in user details edit to avoid email clashes 2012-01-26 23:11:11 -04:00
Roberto Rosario
8ebd5b8062 Make email field full width in email login form 2012-01-26 23:10:28 -04:00
Roberto Rosario
30351225f6 Allow current to edit more details of himself, saner redirection after password change 2012-01-26 22:42:36 -04:00
Roberto Rosario
aa1ea252d8 Remove Changelog view in the about menu, add documentation link to the about template 2012-01-25 04:27:38 -04:00
Roberto Rosario
4eaf4bd785 Add cancel button and previous hidden variable support to the generic form template 2012-01-24 12:13:19 -04:00
Roberto Rosario
970cb74d35 PEP8 cleanups 2012-01-18 14:37:15 -04:00
Roberto Rosario
8a5d0425b6 PEP8 cleanups, style cleanups, unused imports 2012-01-18 13:52:19 -04:00
Roberto Rosario
1a285d56dc PEP8 cleanups, remove unused imports 2012-01-17 16:40:30 -04:00
Roberto Rosario
93fc581ba0 Remove unused imports, file zf.write argument 2012-01-17 16:33:51 -04:00
Roberto Rosario
4da328612d Add option group support to the assign_remove view 2012-01-09 08:12:50 -04:00
Roberto Rosario
78207be926 Updated translation source files for the common app 2012-01-08 07:40:00 -04:00
Roberto Rosario
1039b80831 Remove commented code 2012-01-08 07:36:07 -04:00
Roberto Rosario
14dbeb4266 Remove AnonymousUser class checking 2012-01-08 06:49:26 -04:00
Roberto Rosario
fac43006e3 Add translable return text to the anonymous user singleton __unicode__ method 2012-01-08 06:48:45 -04:00
Roberto Rosario
51a6abaf11 Add context variable setting helper template tag 2012-01-08 04:59:16 -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
467be05baa Select the proper web theme display mode based on the user authentication status 2012-01-08 04:42:01 -04:00
Roberto Rosario
85875be859 Add further auto admin creation cleanups 2012-01-07 23:33:31 -04:00
Roberto Rosario
c7ee18af85 Add anonymous user support to the 'get_object_name' function 2012-01-07 23:33:09 -04:00
Roberto Rosario
df5f50f5d4 Cleanup auto admin user creation using receiver decorator 2012-01-07 23:28:26 -04:00
Roberto Rosario
eb267cae10 Add a Singleton Model class and an AnonymousUserSingleton model to support adding permissions and access to anonymous users 2012-01-07 23:18:42 -04:00
Roberto Rosario
dfcf2b8b17 Add generic class for handling reading, appending and creating Zip files 2012-01-04 02:08:50 -04:00
Roberto Rosario
34311fb17e Cleanups, permissions separation into explicit module, absolute import update 2012-01-02 03:48:26 -04:00
Roberto Rosario
14f53d5397 Add get_object_name function used by the acl new holder form 2011-12-13 11:46:08 -04:00
Roberto Rosario
8c7d06aa10 Merge branch 'development' into feature/ACL_support 2011-12-07 16:09:45 -04:00