Commit Graph

25 Commits

Author SHA1 Message Date
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
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
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
90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario
af59b3a7cd Removed 'change password' link next to the current user's name and added a few view to handle the current user's password, details and editing 2011-06-16 15:14:05 -04:00
Roberto Rosario
4a4afbf06a Cleaned up files, removed ununsed imports 2011-05-20 00:54:11 -04:00
Roberto Rosario
f7f7a1dbdc Splitted common/forms into forms & widgets 2011-05-10 03:42:13 -04:00
Roberto Rosario
7cc768305f Added view to add or remove users from group, merged common code and moved it to common.utils 2011-05-08 04:15:29 -04:00
Roberto Rosario
2a744cefea PEP8, pylint cleanups and removal of relative imports 2011-04-23 02:49:07 -04:00
Roberto Rosario
58e4e611e2 Implemented detail form readonly fields the correct way, this fixes copy & paste issues with Firefox 2011-04-14 23:05:57 -04:00
Roberto Rosario
1b6806f7d1 PEP8 cleanups 2011-04-08 01:31:39 -04:00
Roberto Rosario
f66c8ec6e2 Fixed error and some warning returned by pylint 2011-04-05 00:04:11 -04:00
Roberto Rosario
70e5e4c470 Moved navigation code to its own app 2011-03-22 00:54:43 -04:00
Roberto Rosario
001491f93b Final changes to implement multi document actions 2011-03-18 13:22:54 -04:00
Roberto Rosario
d80ec935da Added multi item action subform for generic list subtemplate and related code 2011-03-15 17:34:47 -04:00
Roberto Rosario
118e3d2e4a Merge remote branch 'origin/master' 2011-03-07 18:20:37 -04:00
Roberto Rosario
6a9e114acb Set all *.py files permissions to 644 2011-03-07 12:15:25 -04:00
Roberto Rosario
31a3d7e6f0 DetailSelectMultiple widget css class can now be changed 2011-03-06 02:24:28 -04:00
Roberto Rosario
d6afcc64bb Changed file permissions 2011-02-09 13:55:01 -04:00
Roberto Rosario
fbd5f0f213 Have everybody call the same return_attrib function 2011-02-07 01:17:01 -04:00
Roberto Rosario
52b0da385e Added missing import 2011-02-05 03:19:13 -04:00
Roberto Rosario
5854a1ce50 Added document detail view 2011-02-03 22:46:51 -04:00
Roberto Rosario
986dc5d805 Document upload and metadata input working 2011-02-03 17:17:04 -04:00