Commit Graph

2180 Commits

Author SHA1 Message Date
Roberto Rosario
1d8266fe5d Move app initialization code from __init__.py to post_init.py 2012-09-27 01:48:31 -04:00
Roberto Rosario
3b895d7560 Add code to check if there is existing data before executing a bootstrap setup 2012-09-27 01:45:52 -04:00
Roberto Rosario
b42a43bafd Remove bootstrap app api file 2012-09-27 01:45:02 -04:00
Roberto Rosario
d75e8b345f Move AutoAdminSingleton from the common app to the user_management app 2012-09-27 01:44:02 -04:00
Roberto Rosario
a237217f8b Remove debug statement 2012-09-27 01:43:11 -04:00
Roberto Rosario
109941fcf8 Move cluster app intialization to post_init.py 2012-09-26 22:42:20 -04:00
Roberto Rosario
7cebb82e1c Import the entire post_init.py file removing the need to seprate init_ prefixed functions 2012-09-26 22:32:34 -04:00
Roberto Rosario
11aa9e64f1 Add icons for the document indexing app 2012-09-24 17:38:21 -04:00
Roberto Rosario
0a72fccb97 Add tags app registry description 2012-09-24 17:38:00 -04:00
Roberto Rosario
b714aa420f Add PermissionDenied to permission __init__ file for easier import 2012-09-24 17:37:37 -04:00
Roberto Rosario
827384cc95 Use new default icons in the navigation template 2012-09-24 17:37:14 -04:00
Roberto Rosario
57d3cf8f4a Add documents app bootstraped models 2012-09-24 17:36:58 -04:00
Roberto Rosario
b74245979e Convert current selected link to new icon system 2012-09-24 17:36:35 -04:00
Roberto Rosario
5982c1b2ee Initial updates to convert document indexing app to new registry and icon system 2012-09-24 17:36:01 -04:00
Roberto Rosario
46fb8dfc10 Add support for registering bootstrapped models from registry 2012-09-24 17:35:07 -04:00
Roberto Rosario
7f7ba8924d Add CRUD views to bootstrap app, add support for dumping models into bootstrap fixtures 2012-09-24 17:34:30 -04:00
Roberto Rosario
cb4c70c822 Disable XML format, add initial nullifier per type support 2012-09-22 03:16:23 -04:00
Roberto Rosario
0ec69bc4fc Add initial support to register database cleanup functions per app 2012-09-22 03:03:06 -04:00
Roberto Rosario
37f79ffde3 Validate the temporary directory in the post init of the common app 2012-09-22 03:02:33 -04:00
Roberto Rosario
47ac12b4d1 Add natural key to the DocumentType model to allow dumping and loading via the bootstrap app 2012-09-22 03:01:33 -04:00
Roberto Rosario
d48338a989 Convert database bootstrap setups from class based to database stored fixtures 2012-09-22 03:00:47 -04:00
Roberto Rosario
397c1ad86b Add bootstrap app migrations 2012-09-22 01:50:54 -04:00
Roberto Rosario
fbee8cb64c Use models to store the bootstrap setups 2012-09-22 01:50:17 -04:00
Roberto Rosario
aac3bd0bbe Update bootstrap app to registry and icon system 2012-09-22 01:49:53 -04:00
Roberto Rosario
51426632ca Start move of link resolution code to Link class 2012-09-22 00:55:51 -04:00
Roberto Rosario
b614ce192f Add world_go icon 2012-09-22 00:55:14 -04:00
Roberto Rosario
416037f3f0 Remove remarked imports, add missing imports 2012-09-22 00:54:46 -04:00
Roberto Rosario
644a0288d7 Remove unused name entry from registry 2012-09-22 00:54:26 -04:00
Roberto Rosario
f5145ae8ee Remove static redirection post document edit 2012-09-22 00:54:06 -04:00
Roberto Rosario
abe8fcd90b Rename document view advanced view to document info 2012-09-22 00:53:34 -04:00
Roberto Rosario
eda919657e Add transaction handling to cluster scope 2012-09-22 00:52:04 -04:00
Roberto Rosario
88bfe29365 Register setup link in registry 2012-09-22 00:51:33 -04:00
Roberto Rosario
76b0508c9e Remove old imports 2012-09-22 00:51:15 -04:00
Roberto Rosario
30067f46b6 Register setup link in registry 2012-09-22 00:50:15 -04:00
Roberto Rosario
799c0cfd57 Don't register setup link in __init__ 2012-09-22 00:49:57 -04:00
Roberto Rosario
2b27a86723 Convert constant load values to settings 2012-09-22 00:49:25 -04:00
Roberto Rosario
e230c1d4e2 Add cluster wide settings 2012-09-22 00:49:01 -04:00
Roberto Rosario
c1b8544c5a Move defaul values to literals.py 2012-09-22 00:48:42 -04:00
Roberto Rosario
278704bb91 Don't register setup link in __init__ 2012-09-22 00:48:21 -04:00
Roberto Rosario
837a3f63fb Update icon rendering 2012-09-22 00:47:57 -04:00
Roberto Rosario
2bc008d298 Add new default icon for the cancel button in forms 2012-09-22 00:47:36 -04:00
Roberto Rosario
5fa0c9ccfb Always register the Django's admin link 2012-09-22 00:46:49 -04:00
Roberto Rosario
789f68521e Update the theme settings tag to use the correct settings module 2012-09-22 00:46:02 -04:00
Roberto Rosario
eabc42bf64 Use new icon templatetag 2012-09-22 00:45:37 -04:00
Roberto Rosario
aef795bffa Add template tag to render icons directly from the templates 2012-09-22 00:45:03 -04:00
Roberto Rosario
628e74da95 Improve model conversion to trashable, update initial migration 2012-09-22 00:44:09 -04:00
Roberto Rosario
571ce1723c Update user management app to use app registry 2012-09-22 00:43:32 -04:00
Roberto Rosario
830fa56d38 Update the required python-magic version 2012-09-22 00:42:44 -04:00
Roberto Rosario
b85431a4dc Update and re enable document_signature app 2012-09-16 03:57:46 -04:00
Roberto Rosario
0d382a7dd8 Update signature states to use new Icon class 2012-09-16 03:57:08 -04:00