Commit Graph

  • 64b06dc56f Add missing display_small() Roberto Rosario 2012-09-29 01:05:29 -04:00
  • 7ccb3cc152 Switch trash app to composed icon method, changed 'can' wording to 'bin' Roberto Rosario 2012-09-29 01:04:52 -04:00
  • 830e937e1b Swtich metadata edit link to a composed icon Roberto Rosario 2012-09-29 01:04:08 -04:00
  • 7681f82321 Add icon composition support, add several combined new icons, switch to icon base64 redering Roberto Rosario 2012-09-29 01:03:09 -04:00
  • e8a0e2b5ab Make document type name field unique, fix natural key name definition Roberto Rosario 2012-09-29 01:02:14 -04:00
  • c7a464797c Remove remarked code Roberto Rosario 2012-09-27 03:26:56 -04:00
  • 6c713bd2de Add logging Roberto Rosario 2012-09-27 03:26:42 -04:00
  • 95e1b9036b Add logging Roberto Rosario 2012-09-27 03:26:31 -04:00
  • 714af0764a Remove name attribute and add more dependencies Roberto Rosario 2012-09-27 03:26:10 -04:00
  • 6d434b57f8 Move initialization code to post_init Roberto Rosario 2012-09-27 03:25:44 -04:00
  • ae4e7ce32e Move initialization code to post_init Roberto Rosario 2012-09-27 03:25:12 -04:00
  • b5d09be31b Update document indexing app setting to use registry file and create literals for default values Roberto Rosario 2012-09-27 02:07:44 -04:00
  • daf72a8770 Move initialization code from __init__ to post_init.py Roberto Rosario 2012-09-27 02:00:55 -04:00
  • 71c1f02a8d Move .settings import from top of file to inside functions Roberto Rosario 2012-09-27 02:00:30 -04:00
  • 647835d0f5 Move top import of setting Roberto Rosario 2012-09-27 01:55:22 -04:00
  • 87d27a6d7a Get rid of unnedded init function Roberto Rosario 2012-09-27 01:55:02 -04:00
  • 9e9e154642 Move initialization code from __init__ to post_init Roberto Rosario 2012-09-27 01:54:34 -04:00
  • 27f0fca914 Better wrapper function exception handling Roberto Rosario 2012-09-27 01:54:10 -04:00
  • 2b24314d25 Update ocr post_init file to be flat and not use init function Roberto Rosario 2012-09-27 01:52:20 -04:00
  • b4b7d610f9 Add natural key handling to Index model Roberto Rosario 2012-09-27 01:51:44 -04:00
  • 9b70f6c11c Only release lock if it was acquired Roberto Rosario 2012-09-27 01:51:00 -04:00
  • 2aa1c2fcce Remove AutoAdminSingleton from common app Roberto Rosario 2012-09-27 01:50:06 -04:00
  • b2828d1e1c Move setting from settings file to registry and add default values to literals file Roberto Rosario 2012-09-27 01:49:27 -04:00
  • 1d8266fe5d Move app initialization code from __init__.py to post_init.py Roberto Rosario 2012-09-27 01:48:31 -04:00
  • 3b895d7560 Add code to check if there is existing data before executing a bootstrap setup Roberto Rosario 2012-09-27 01:45:52 -04:00
  • b42a43bafd Remove bootstrap app api file Roberto Rosario 2012-09-27 01:45:02 -04:00
  • d75e8b345f Move AutoAdminSingleton from the common app to the user_management app Roberto Rosario 2012-09-27 01:44:02 -04:00
  • a237217f8b Remove debug statement Roberto Rosario 2012-09-27 01:43:11 -04:00
  • c169d23714 Update requied django-mptt package Roberto Rosario 2012-09-26 22:42:38 -04:00
  • 109941fcf8 Move cluster app intialization to post_init.py Roberto Rosario 2012-09-26 22:42:20 -04:00
  • 7cebb82e1c Import the entire post_init.py file removing the need to seprate init_ prefixed functions Roberto Rosario 2012-09-26 22:32:34 -04:00
  • 11aa9e64f1 Add icons for the document indexing app Roberto Rosario 2012-09-24 17:38:21 -04:00
  • 0a72fccb97 Add tags app registry description Roberto Rosario 2012-09-24 17:38:00 -04:00
  • b714aa420f Add PermissionDenied to permission __init__ file for easier import Roberto Rosario 2012-09-24 17:37:37 -04:00
  • 827384cc95 Use new default icons in the navigation template Roberto Rosario 2012-09-24 17:37:14 -04:00
  • 57d3cf8f4a Add documents app bootstraped models Roberto Rosario 2012-09-24 17:36:58 -04:00
  • b74245979e Convert current selected link to new icon system Roberto Rosario 2012-09-24 17:36:35 -04:00
  • 5982c1b2ee Initial updates to convert document indexing app to new registry and icon system Roberto Rosario 2012-09-24 17:36:01 -04:00
  • 46fb8dfc10 Add support for registering bootstrapped models from registry Roberto Rosario 2012-09-24 17:35:07 -04:00
  • 7f7ba8924d Add CRUD views to bootstrap app, add support for dumping models into bootstrap fixtures Roberto Rosario 2012-09-24 17:34:30 -04:00
  • cb4c70c822 Disable XML format, add initial nullifier per type support Roberto Rosario 2012-09-22 03:16:23 -04:00
  • 0ec69bc4fc Add initial support to register database cleanup functions per app Roberto Rosario 2012-09-22 03:03:06 -04:00
  • 37f79ffde3 Validate the temporary directory in the post init of the common app Roberto Rosario 2012-09-22 03:02:33 -04:00
  • 47ac12b4d1 Add natural key to the DocumentType model to allow dumping and loading via the bootstrap app Roberto Rosario 2012-09-22 03:01:33 -04:00
  • d48338a989 Convert database bootstrap setups from class based to database stored fixtures Roberto Rosario 2012-09-22 03:00:47 -04:00
  • 397c1ad86b Add bootstrap app migrations Roberto Rosario 2012-09-22 01:50:54 -04:00
  • fbee8cb64c Use models to store the bootstrap setups Roberto Rosario 2012-09-22 01:50:17 -04:00
  • aac3bd0bbe Update bootstrap app to registry and icon system Roberto Rosario 2012-09-22 01:49:53 -04:00
  • fec0d82f6f Rename changelog from 0.13 to 1.0 to reflect version update Roberto Rosario 2012-09-22 00:56:29 -04:00
  • 5593c3ae84 Update changelog reminders Roberto Rosario 2012-09-22 00:56:12 -04:00
  • 51426632ca Start move of link resolution code to Link class Roberto Rosario 2012-09-22 00:55:51 -04:00
  • b614ce192f Add world_go icon Roberto Rosario 2012-09-22 00:55:14 -04:00
  • 416037f3f0 Remove remarked imports, add missing imports Roberto Rosario 2012-09-22 00:54:46 -04:00
  • 644a0288d7 Remove unused name entry from registry Roberto Rosario 2012-09-22 00:54:26 -04:00
  • f5145ae8ee Remove static redirection post document edit Roberto Rosario 2012-09-22 00:54:06 -04:00
  • abe8fcd90b Rename document view advanced view to document info Roberto Rosario 2012-09-22 00:53:34 -04:00
  • eda919657e Add transaction handling to cluster scope Roberto Rosario 2012-09-22 00:52:04 -04:00
  • 88bfe29365 Register setup link in registry Roberto Rosario 2012-09-22 00:51:33 -04:00
  • 76b0508c9e Remove old imports Roberto Rosario 2012-09-22 00:51:15 -04:00
  • 30067f46b6 Register setup link in registry Roberto Rosario 2012-09-22 00:50:15 -04:00
  • 799c0cfd57 Don't register setup link in __init__ Roberto Rosario 2012-09-22 00:49:57 -04:00
  • 2b27a86723 Convert constant load values to settings Roberto Rosario 2012-09-22 00:49:25 -04:00
  • e230c1d4e2 Add cluster wide settings Roberto Rosario 2012-09-22 00:49:01 -04:00
  • c1b8544c5a Move defaul values to literals.py Roberto Rosario 2012-09-22 00:48:42 -04:00
  • 278704bb91 Don't register setup link in __init__ Roberto Rosario 2012-09-22 00:48:21 -04:00
  • 837a3f63fb Update icon rendering Roberto Rosario 2012-09-22 00:47:57 -04:00
  • 2bc008d298 Add new default icon for the cancel button in forms Roberto Rosario 2012-09-22 00:47:36 -04:00
  • 5fa0c9ccfb Always register the Django's admin link Roberto Rosario 2012-09-22 00:46:49 -04:00
  • 789f68521e Update the theme settings tag to use the correct settings module Roberto Rosario 2012-09-22 00:46:02 -04:00
  • eabc42bf64 Use new icon templatetag Roberto Rosario 2012-09-22 00:45:37 -04:00
  • aef795bffa Add template tag to render icons directly from the templates Roberto Rosario 2012-09-22 00:45:03 -04:00
  • 628e74da95 Improve model conversion to trashable, update initial migration Roberto Rosario 2012-09-22 00:44:09 -04:00
  • 571ce1723c Update user management app to use app registry Roberto Rosario 2012-09-22 00:43:32 -04:00
  • 830fa56d38 Update the required python-magic version Roberto Rosario 2012-09-22 00:42:44 -04:00
  • b85431a4dc Update and re enable document_signature app Roberto Rosario 2012-09-16 03:57:46 -04:00
  • 0d382a7dd8 Update signature states to use new Icon class Roberto Rosario 2012-09-16 03:57:08 -04:00
  • 6f585a2836 Update and re-enable ocr app Roberto Rosario 2012-09-16 03:30:32 -04:00
  • a4bbc65508 Update the clustering and job processor app to use the ClusterScope setting and not their own settings singleton Roberto Rosario 2012-09-15 04:56:58 -04:00
  • fa2795dd96 Add cluster wide setting for the job processor app Roberto Rosario 2012-09-15 04:24:37 -04:00
  • 0477fe4b44 Enable Django admin views Roberto Rosario 2012-09-15 04:23:03 -04:00
  • 88a56f14ea Complete Cluster Scope settings scope read only support Roberto Rosario 2012-09-15 04:22:20 -04:00
  • d9b6c01ac7 Improve icon url composition Roberto Rosario 2012-09-15 04:21:35 -04:00
  • d44646aa60 Update and enable the job_processor app Roberto Rosario 2012-09-15 03:53:34 -04:00
  • 00eae9702a Fix LocalScope default global name Roberto Rosario 2012-09-15 03:35:07 -04:00
  • 1692de6b7d Add search recent count setting Roberto Rosario 2012-09-14 19:12:38 -04:00
  • fbcc556558 Remove the Link class obsolete sprite argument Roberto Rosario 2012-09-14 17:20:08 -04:00
  • a44f9a1f84 Remove duplicate tool link registration Roberto Rosario 2012-09-14 16:00:56 -04:00
  • a44feda52f Add icon file for the main app Roberto Rosario 2012-09-14 03:32:17 -04:00
  • 8f119b814f Remove explitic registration and all in one link creation Roberto Rosario 2012-09-14 03:31:50 -04:00
  • ac43959c0c Fix Link class import Roberto Rosario 2012-09-14 03:31:27 -04:00
  • 14487ebf05 Fix Link class import Roberto Rosario 2012-09-14 03:31:05 -04:00
  • 602bf45d1b Remove explicit tool registration Roberto Rosario 2012-09-14 03:30:43 -04:00
  • 687dbaa82a Move navigation app classes to a separate classes file Roberto Rosario 2012-09-14 03:30:10 -04:00
  • d13b1d40a4 Fix link registratio from menu to tool Roberto Rosario 2012-09-14 03:27:24 -04:00
  • 941fcad063 Add web theme app icon Roberto Rosario 2012-09-14 03:26:59 -04:00
  • 4bd7fa25ac Add registry file to web theme app Roberto Rosario 2012-09-14 03:26:40 -04:00
  • da1a6420b3 Remove empty models and views files Roberto Rosario 2012-09-14 03:21:25 -04:00
  • 036cba29c3 Fix settings imports Roberto Rosario 2012-09-14 02:26:13 -04:00
  • 1a949719eb Update and enable the trash app Roberto Rosario 2012-09-14 02:25:58 -04:00
  • f8960eb475 Further updates to use new icon server, fix registry typo Roberto Rosario 2012-09-14 02:08:20 -04:00