Roberto Rosario
|
0209ea6632
|
Update views that used generic_detail to use generic_form in read_only mode. Remove now obsolete generic_detail template
|
2015-04-07 02:04:41 -04:00 |
|
Roberto Rosario
|
d1c56c40fd
|
Convert current user details, current user locale profile details, home, license, maintenance and tool list views to CBV
|
2015-04-07 01:43:49 -04:00 |
|
Roberto Rosario
|
7811d1e090
|
Change home and setup list views to CBVs
|
2015-04-07 01:27:33 -04:00 |
|
Roberto Rosario
|
735cd64db2
|
Don't parse the URL if it's not going to be used. Convert tools to CBV.
|
2015-04-07 01:15:47 -04:00 |
|
Roberto Rosario
|
23fc9f1e36
|
Merge main and common apps, extract authentication functionality to new authentication app. Closes issues #179 and #180
|
2015-04-06 16:09:54 -04:00 |
|
Roberto Rosario
|
7c4bb03534
|
Don't load removed settings template tag
|
2015-04-06 02:43:27 -04:00 |
|
Roberto Rosario
|
d6afddad3d
|
Start merge of common and main apps
|
2015-04-05 03:44:24 -04:00 |
|
Roberto Rosario
|
e4bb97aaed
|
Code reduction, handle already logged in user redirection at the view and not at the template.
|
2015-04-01 14:18:05 -04:00 |
|
Roberto Rosario
|
c88d8061e9
|
Remove ununsed password change and form templates
|
2015-04-01 13:36:31 -04:00 |
|
Roberto Rosario
|
2e0e6f7fe9
|
Update usage of forms submit icon to use generic icon classes and use font awesome icons instead
|
2015-04-01 03:22:36 -04:00 |
|
Roberto Rosario
|
08b8dc3f27
|
Update assign_remove view to work with bootstrap
|
2015-04-01 03:13:40 -04:00 |
|
Roberto Rosario
|
5dabc0a34a
|
Add new appearance app to hold all of the base templates, images, icons and external packages related to the frontend and look of the project
|
2015-03-30 02:17:40 -04:00 |
|
Roberto Rosario
|
f4d3767b15
|
PEP8 cleanup, remove unused imports, fix permission check when removing metadata from a document
|
2015-01-26 19:17:35 -04:00 |
|
Roberto Rosario
|
b55acb6e12
|
Normalize import style
|
2015-01-24 17:05:32 -04:00 |
|
Roberto Rosario
|
d59ea3ede2
|
Add from __future__ import unicode_literals, issue #37
|
2015-01-19 04:06:40 -04:00 |
|
Roberto Rosario
|
da83f1a9c1
|
Split common CBVs into views and mixins, add ObjectPermissionCheckMixin
|
2015-01-12 18:28:51 -04:00 |
|
Roberto Rosario
|
090302676d
|
Implement GUI language and timezone as user preferences, issue #114
|
2015-01-11 17:38:47 -04:00 |
|
Roberto Rosario
|
1eaa768517
|
Remove the 960 grid system, use Pure CSS's grid system instead, use Pure CSS button stylesheet for the setup and tools buttons
|
2015-01-07 05:04:22 -04:00 |
|
Roberto Rosario
|
84493b7a72
|
PEP8 Cleanups
|
2014-11-11 14:58:37 -04:00 |
|
Roberto Rosario
|
1abb4e6ece
|
Remove success messages from the assign_remove view, allow passing null lists titles
|
2014-10-30 02:24:56 -04:00 |
|
Roberto Rosario
|
b8fe08f831
|
Fix casing of message
|
2014-10-28 17:21:52 -04:00 |
|
Roberto Rosario
|
c23205f464
|
Add MultiFormView class based view, convert InteractiveUpload view to MultiForm view
|
2014-10-24 18:18:40 -04:00 |
|
Roberto Rosario
|
9662d14e9c
|
Issue #40, finish remaining '/' hardcoded redirects
|
2014-10-09 20:05:42 -04:00 |
|
Roberto Rosario
|
97dcf507ab
|
PEP8 cleanups
|
2014-10-08 18:14:05 -04:00 |
|
Roberto Rosario
|
3990900433
|
Issue #39, Fix common model messages capitalization
|
2014-10-08 10:23:08 -04:00 |
|
Roberto Rosario
|
e28f5c9028
|
Fix missing redirect namespace
|
2014-10-07 14:51:49 -04:00 |
|
Roberto Rosario
|
b8fe8639ec
|
If an user has a global permission then return entire queryset
|
2014-09-14 14:32:46 -04:00 |
|
Roberto Rosario
|
bc97b6a4ef
|
Add get_extra_context method to ExtraContextMixin
|
2014-09-13 02:23:14 -04:00 |
|
Roberto Rosario
|
b27d6e57be
|
Split MayanViewM into MayanView and ExtraContextViewMixin, add object permission check to the SimpleObjectLiveView
|
2014-09-13 01:37:30 -04:00 |
|
Roberto Rosario
|
b761037d99
|
Move all settings files from <app>/conf/settings.py to <app>/settings.py
|
2014-09-11 05:02:40 -04:00 |
|
Roberto Rosario
|
f5bef4b52d
|
Add app url namespacing to the common and main apps, fix missing namespace in the registration app, remove explict reverse_lazy for the LOGIN_URL and LOGIN_REDIRECT_URL these are expected to be views or URLs (failover)
|
2014-09-09 03:51:23 -04:00 |
|
Roberto Rosario
|
b42e9badf6
|
Move common templates to apps/main/templates/main/*
|
2014-08-26 02:44:49 -04:00 |
|
Roberto Rosario
|
1c80d3327e
|
Use Python's json library
|
2014-07-08 23:55:04 -04:00 |
|
Roberto Rosario
|
41d0cfb7bf
|
Code cleanups
|
2014-06-29 20:35:36 -04:00 |
|
Roberto Rosario
|
620dee80f4
|
Mayan's first class based views thanks a lot to @bmispelon for all the help
|
2014-06-26 18:01:09 -04:00 |
|
Roberto Rosario
|
97037e8e56
|
Use Django's SessionWizardView and get rid of our included one
|
2014-06-26 15:31:47 -04:00 |
|
Roberto Rosario
|
ec1745b50b
|
Initial changes to support the new Django 1.6 project structure
|
2014-06-15 13:13:21 +02:00 |
|