Commit Graph

14 Commits

Author SHA1 Message Date
Roberto Rosario
d5d8cbded9 Template updates for the new icon server 2012-09-06 14:20:55 -04:00
Roberto Rosario
e2835ec85c Change document content windows from a <div> to a <pre> to conserve space formatting 2012-07-28 05:41:10 -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
34311fb17e Cleanups, permissions separation into explicit module, absolute import update 2012-01-02 03:48:26 -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
0a2591d58f Removed unused import, PEP8 cleanups 2011-08-12 02:13:23 -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
eaea853391 Added TextAreaDiv widget 2011-07-31 01:14:00 -04:00
Roberto Rosario
282541f83d Added missing import 2011-07-05 00:18:33 -04:00
Roberto Rosario
f0f0f4fc2e Updated all apps and widgets with explicit safely marked strings 2011-07-01 20:53:37 -04:00
Roberto Rosario
f7f7a1dbdc Splitted common/forms into forms & widgets 2011-05-10 03:42:13 -04:00