Commit Graph

186 Commits

Author SHA1 Message Date
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
Roberto Rosario
cf3e07d728 Initial Italian language sync 2011-12-07 15:53:04 -04:00
Roberto Rosario
0439e0edf7 Merge branch 'development' into feature/ACL_support
Conflicts:
	requirements/development.txt
	requirements/production.txt
	urls.py
2011-12-05 16:01:21 -04:00
Roberto Rosario
3b943af6d8 Update translation files 2011-12-05 13:55:33 -04:00
Roberto Rosario
5a916eb4b3 Further Russian translation updates (Сергей Глита [Sergey Glita]) 2011-11-22 15:51:01 -04:00
Roberto Rosario
eabc694b56 Updated language source file 2011-11-22 11:29:21 -04:00
Roberto Rosario
cbacdcb348 Russian translation updates Сергей Глита [Sergey Glita] 2011-11-22 09:53:12 -04:00
Roberto Rosario
f8dbfc068a Added random named pipe support to the OfficeConverter pipe method 2011-11-22 01:22:59 -04:00
Roberto Rosario
e8f62874dd Updated generic_config template to store the views' previous url 2011-11-21 05:38:35 -04:00
Roberto Rosario
6d81185fc1 Updated compiled language files 2011-11-04 13:16:59 -04:00
Roberto Rosario
5a26ccc4ab Complete Russian translation source messages 2011-11-04 13:13:36 -04:00
Roberto Rosario
b39f5c4ba1 Updated compiles translation files 2011-11-03 21:10:42 -04:00
Roberto Rosario
d31c297d13 Spanish translation updates 2011-11-03 21:08:28 -04:00
Roberto Rosario
f71e2a4b62 Further Russian translation updates 2011-11-03 16:57:53 -04:00
Roberto Rosario
8e2210b799 Added initial Russian translation files 2011-11-03 16:40:19 -04:00
Roberto Rosario
fd92a1cd78 Portuguese translation updates 2011-11-03 16:19:55 -04:00
Roberto Rosario
c9d1b225fd Improved the return_type function 2011-10-29 02:24:35 -04:00
Roberto Rosario
f634ac6009 Added a new more comprehensive method of passing multiple variables per item in multi item selection views 2011-10-16 07:29:29 -04:00
Roberto Rosario
0f72ed5d0d Spanish translation updates 2011-09-30 01:30:51 -04:00
Roberto Rosario
9e0edbcd87 Added missing translation files, added transifex resource file 2011-09-30 01:11:49 -04:00
Roberto Rosario
9277e9cdee Updated the documentation in a Sphinx ready format 2011-08-19 08:58:54 -04:00
Roberto Rosario
531332a5bf Removed debug statements, added comments 2011-08-18 10:53:19 -04:00
Roberto Rosario
109b62c28a Improved the metadata type and metadata set selection widget 2011-08-18 10:48:06 -04:00
Roberto Rosario
1c74c4390b Improved button based links compatibility in some drivers 2011-08-18 10:12:25 -04:00
Roberto Rosario
e195b245a2 Added a debug css class 2011-08-18 02:41:10 -04:00
Roberto Rosario
36c199f8a9 Added new app 'project_setup' to display a setup dashboard style view instead of a secondary action list 2011-08-18 02:37:32 -04:00
Roberto Rosario
aba9d47ad8 Added a view to the about menu to read the LICENSE file included with Mayan 2011-08-14 23:31:12 -04:00
Roberto Rosario
0a2591d58f Removed unused import, PEP8 cleanups 2011-08-12 02:13:23 -04:00
Roberto Rosario
0584244663 Added changelog view under the about main menu 2011-08-06 21:16:36 -04:00
Roberto Rosario
c03a093cf9 Implemented Django 1.3 staticfile handling app, removed grapelli from
the included 3rd party apps folder, updated to a recent version of rosetta
2011-08-06 18:00:01 -04:00
Roberto Rosario
a6eb830a6a Removed remarked code 2011-08-05 23:51:50 -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
1b7183be85 Added encapsulate factory function to get around Django bug #15791 2011-08-05 09:30:26 -04:00
Roberto Rosario
65f9eb11fb Replaced the Textarea widget with the TextAreaDiv widget on document and document page detail views 2011-08-05 07:42:27 -04:00
Roberto Rosario
eaea853391 Added TextAreaDiv widget 2011-07-31 01:14:00 -04:00
Roberto Rosario
85ed58f9bc Added a new option MAIN_DISABLE_ICONS to turn off all the project icons, a look which goes well with the new web_app 'default' theme 2011-07-26 04:06:58 -04:00
Roberto Rosario
ec203b5702 Spanish translation update 2011-07-23 02:25:33 -04:00