Commit Graph
3926 Commits
Author SHA1 Message Date
Roberto Rosario d121aae8e7 Added views to created, edit and delete metadata set under the setup menu, added corresponding new permissions for these views 2011-06-19 19:06:22 -04:00
Roberto Rosario e39f162a5e Improved menu highlighting for metadata setup and document metadata view 2011-06-19 00:51:01 -04:00
Roberto Rosario 601c433b7d Added the permission for viewing, creating, editing and deleting metadata types 2011-06-19 00:47:46 -04:00
Roberto Rosario 0490fc64ca Added view to list, create, update and delete metadata type under the setup menu 2011-06-19 00:38:55 -04:00
Roberto Rosario 9250a6bbdc Added view to list supported file formats and reported by the converter backend 2011-06-18 00:51:32 -04:00
Roberto Rosario 5e5d6ee56d Updated metadata views to use smarted redirection 2011-06-17 22:14:19 -04:00
Roberto Rosario c43df0bc87 Added redirection support to multi object action view 2011-06-17 22:13:54 -04:00
Roberto Rosario 218ea0f424 Updated TODO 2011-06-17 22:13:06 -04:00
Roberto Rosario c3c3aa9bfc Renamed 'document list' link to 'all documents' and 'recent document list' to 'recent documents' 2011-06-17 21:43:26 -04:00
Roberto Rosario af59b3a7cd Removed 'change password' link next to the current user's name and added a few view to handle the current user's password, details and editing 2011-06-16 15:14:05 -04:00
Roberto Rosario e6fad805c7 Fixed zip file handling 2011-06-13 09:51:21 -04:00
Roberto Rosario 820588920b Don't highlight "Documents" menu when working document type, highlight "Setup" instead 2011-06-13 00:34:13 -04:00
Roberto Rosario a39f4d2574 Updated all apps permissions namespace title to uppercase 2011-06-13 00:23:13 -04:00
Roberto Rosario f3335287ed Added support for overriding a form's submit button icon, updated assign_remove view to use this feature 2011-06-13 00:22:39 -04:00
Roberto Rosario 4b17894320 Bumped version to 0.7.4 2011-06-13 00:08:39 -04:00
Roberto Rosario 414cfdfb1f Integrated document type view into the setup menu 2011-06-13 00:07:39 -04:00
Roberto Rosario 279aa77cd7 Renamed 'secondary actions' to 'secondary menu' 2011-06-13 00:07:03 -04:00
Roberto Rosario 45fb04f862 Added views to add, edit and delete document type filenames 2011-06-12 23:58:02 -04:00
Roberto Rosario b9e0bd3e88 Fixed issue where document type was not saved for locally uploaded documents, thanks to Brian Huxley for also finding this one 2011-06-12 19:20:36 -04:00
Roberto Rosario 370785ad9d Added view to add, edit and delete document types from the setup menu 2011-06-12 19:18:01 -04:00
Roberto Rosario b1b68bda67 Added meta informartion to the document type model and ordering information [a-z] 2011-06-12 15:12:12 -04:00
Roberto Rosario 46330c2d17 Updated generic_list_subtemplate to only display multi item link when the object list is not empty 2011-06-12 14:42:29 -04:00
Roberto Rosario b04a681422 blank=True is not enough to make models.ForeignKey optional, adding null=True too, thanks to Brian Huxley for finding this one 2011-06-12 12:44:47 -04:00
Roberto Rosario 566fdd389a Fixed Document main menu icon 2011-06-09 20:25:34 -04:00
Roberto Rosario 97e8b9fb9e Fixed document queue properties sidebar template not showing 2011-06-09 20:24:34 -04:00
Roberto Rosario 30b1fea147 PEP8 cleanups, unused imports and bumped version to 0.7.3 2011-06-08 01:39:38 -04:00
Roberto Rosario 8fa4f641e4 Converted apps to the new main menu navigation method and improved navigation links in some apps 2011-06-08 01:26:50 -04:00
Roberto Rosario 2a2c67de4e Refactored main menu navigation 2011-06-08 01:26:06 -04:00
Roberto Rosario cdd772ef8e Added ocr queue disable/enable confirmation icons 2011-06-08 00:52:25 -04:00
Roberto Rosario 664e57bdfd Display multi item link on top of generic lists as well 2011-06-06 17:21:36 -04:00
Roberto Rosario f54cd06be6 Spanish translation updates 2011-05-31 16:01:58 -04:00
Roberto Rosario 96691cbf9f Fixed model field name 2011-05-31 16:01:33 -04:00
Roberto Rosario b236f03a11 Spanish translation updates 2011-05-31 13:24:05 -04:00
Roberto Rosario b76e857ebb Updated requirements to use the latests development version of django-mptt 2011-05-31 13:13:48 -04:00
Roberto Rosario b352e5e87a Improved user folder document removal messages and added confimation dialog icon 2011-05-31 00:54:19 -04:00
Roberto Rosario 6435abb2f7 Added history list view to the tools sidebar menu 2011-05-31 00:42:10 -04:00
Roberto Rosario 54e6ca96ee Merged document view simple and document advanced view (internally) 2011-05-31 00:17:23 -04:00
Roberto Rosario 43f37ffd32 Added ability to specify default metadata or metadataset per document type 2011-05-30 23:44:12 -04:00
Roberto Rosario 12d3ec4ed5 Added comments documenting some methods 2011-05-30 22:59:14 -04:00
Roberto Rosario 39da4d2e6b Recompose the document filename using os.extsep.join 2011-05-30 22:45:56 -04:00
Roberto Rosario 14a6c9d3f0 Added history event source object link to the history list view 2011-05-29 00:01:19 -04:00
Roberto Rosario 9ce75e4671 Added edit source object attribute difference detection and logging to history app 2011-05-28 23:52:54 -04:00
Roberto Rosario 73f39494aa Initial commit for document diff support in history 2011-05-28 22:30:32 -04:00
Roberto Rosario b201236cf7 Merged StagingForm and DocumentForm classes, improved document_type passing and handing 2011-05-28 21:58:22 -04:00
Roberto Rosario 6eef1f399c Moved the global history icon to the tools menu 2011-05-28 16:39:40 -04:00
Roberto Rosario e14dfc5c46 Changed the way to call the history of foreign objects 2011-05-28 16:28:39 -04:00
Roberto Rosario 6c3aa1f37b Initial commit of the generic history app 2011-05-26 05:07:26 -04:00
Roberto Rosario ecdc72f16c If a document doesn't have a metadatatype don't raise error, just don't save it. Fixed multi doc heterogeneous metadata editing. 2011-05-25 02:11:12 -04:00
Roberto Rosario 0bd6258b95 Replace empty string with empty list to allow concatenating other foreign metadata values 2011-05-25 01:59:31 -04:00
Roberto Rosario 00914c165a Added document multi item links in search results 2011-05-25 01:51:31 -04:00