Commit Graph
2807 Commits
Author SHA1 Message Date
Roberto Rosario 0753d40a5d Fix navigation, setup AVAILABLE_INDEXING_FUNCTIONS in post_init.py 2012-09-29 01:16:05 -04:00
Roberto Rosario 2fb1208888 Switch to composed icons, update conditional display for root index node (is not editable or deletable) 2012-09-29 01:15:14 -04:00
Roberto Rosario 2eb3dfcbfd Fix natural key definition 2012-09-29 01:14:29 -04:00
Roberto Rosario cad7cd4e95 Switch index level indicator and index branch icon display to use the new Icon class 2012-09-29 01:13:44 -04:00
Roberto Rosario 6225e8f561 Re enable the MAX_SUFFIX_COUNT setting variable 2012-09-29 01:12:55 -04:00
Roberto Rosario e9f3ba67a6 Update to the new bootstrappable model format 2012-09-29 01:12:01 -04:00
Roberto Rosario fe2d57e2f3 Swtich to composed icons 2012-09-29 01:11:25 -04:00
Roberto Rosario a7be0d567f Update icons used by the acl app 2012-09-29 01:10:24 -04:00
Roberto Rosario 0ee2c98d51 Swtich to composed icons 2012-09-29 01:09:37 -04:00
Roberto Rosario f2ad6b5cde Get rid of dumpdata and serialize document programatically, add support for model specific pk sanitation 2012-09-29 01:08:58 -04:00
Roberto Rosario 73912f11d4 Add missing display_small() 2012-09-29 01:07:12 -04:00
Roberto Rosario 3821f9bf3e Fix group setup link icon 2012-09-29 01:06:46 -04:00
Roberto Rosario 474da4308d Improve document setup navigation 2012-09-29 01:06:05 -04:00
Roberto Rosario 64b06dc56f Add missing display_small() 2012-09-29 01:05:29 -04:00
Roberto Rosario 7ccb3cc152 Switch trash app to composed icon method, changed 'can' wording to 'bin' 2012-09-29 01:04:52 -04:00
Roberto Rosario 830e937e1b Swtich metadata edit link to a composed icon 2012-09-29 01:04:08 -04:00
Roberto Rosario 7681f82321 Add icon composition support, add several combined new icons, switch to icon base64 redering 2012-09-29 01:03:09 -04:00
Roberto Rosario e8a0e2b5ab Make document type name field unique, fix natural key name definition 2012-09-29 01:02:14 -04:00
Roberto Rosario c7a464797c Remove remarked code 2012-09-27 03:26:56 -04:00
Roberto Rosario 6c713bd2de Add logging 2012-09-27 03:26:42 -04:00
Roberto Rosario 95e1b9036b Add logging 2012-09-27 03:26:31 -04:00
Roberto Rosario 714af0764a Remove name attribute and add more dependencies 2012-09-27 03:26:10 -04:00
Roberto Rosario 6d434b57f8 Move initialization code to post_init 2012-09-27 03:25:44 -04:00
Roberto Rosario ae4e7ce32e Move initialization code to post_init 2012-09-27 03:25:12 -04:00
Roberto Rosario b5d09be31b Update document indexing app setting to use registry file and create literals for default values 2012-09-27 02:07:44 -04:00
Roberto Rosario daf72a8770 Move initialization code from __init__ to post_init.py 2012-09-27 02:00:55 -04:00
Roberto Rosario 71c1f02a8d Move .settings import from top of file to inside functions 2012-09-27 02:00:30 -04:00
Roberto Rosario 647835d0f5 Move top import of setting 2012-09-27 01:55:22 -04:00
Roberto Rosario 87d27a6d7a Get rid of unnedded init function 2012-09-27 01:55:02 -04:00
Roberto Rosario 9e9e154642 Move initialization code from __init__ to post_init 2012-09-27 01:54:34 -04:00
Roberto Rosario 27f0fca914 Better wrapper function exception handling 2012-09-27 01:54:10 -04:00
Roberto Rosario 2b24314d25 Update ocr post_init file to be flat and not use init function 2012-09-27 01:52:20 -04:00
Roberto Rosario b4b7d610f9 Add natural key handling to Index model 2012-09-27 01:51:44 -04:00
Roberto Rosario 9b70f6c11c Only release lock if it was acquired 2012-09-27 01:51:00 -04:00
Roberto Rosario 2aa1c2fcce Remove AutoAdminSingleton from common app 2012-09-27 01:50:06 -04:00
Roberto Rosario b2828d1e1c Move setting from settings file to registry and add default values to literals file 2012-09-27 01:49:27 -04:00
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 c169d23714 Update requied django-mptt package 2012-09-26 22:42:38 -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