Commit Graph
165 Commits
Author SHA1 Message Date
Roberto Rosario 58f027db60 Clean up (unused imports, PEP8, etc) 2012-06-08 16:43:54 -04:00
Roberto Rosario fb0070a4ea Move all of the document app's links to a separate file 2012-05-23 01:18:03 -04:00
Roberto Rosario fa1ee6fec0 Remove the 'related' menu, only used by one view 2012-03-17 01:31:01 -04:00
Roberto Rosario d5ddd22861 Fix document history link 2012-03-17 00:13:01 -04:00
Roberto Rosario 28a3e209ab Converted project_setup and project_tools apps to use new elementtree based menus 2012-03-16 21:42:03 -04:00
Roberto Rosario dcf568ead5 Start top menu refactor, added elementtree to requirements 2012-03-16 21:07:53 -04:00
Roberto Rosario 568611927b Updated all link references to the new class based links 2012-03-16 16:20:09 -04:00
Roberto Rosario d028f54c27 Started navigation refatoring 2012-03-16 12:56:49 -04:00
Roberto Rosario 60edd51464 Display document thumbnails as a gallery and with the filename as the title 2012-03-14 15:27:18 -04:00
Roberto Rosario ae86d1cd4b Update all apps to register their own children views regular expressions 2012-02-21 15:33:20 -04:00
Roberto Rosario 21d360d8d2 Improve document acl menu highlighting 2012-02-21 12:53:35 -04:00
Roberto Rosario 8a5d0425b6 PEP8 cleanups, style cleanups, unused imports 2012-01-18 13:52:19 -04:00
Roberto Rosario 4aad4efad3 Navigation feedback improvements for a few apps 2012-01-09 04:46:46 -04:00
Roberto Rosario f2a263adb7 Move tag model column registration to the tags app 2012-01-08 04:55:54 -04:00
Roberto Rosario 3a517036d1 Add bulk download support to the document app 2012-01-04 02:09:30 -04:00
Roberto Rosario 19b2412e03 Move the 'PERMISSION_DOCUMENT_NEW_VERSION' permission from the sources to the documents app 2012-01-03 04:26:31 -04:00
Roberto Rosario d270e155a2 Add ACL support to the history app 2012-01-03 03:28:17 -04:00
Roberto Rosario e5cc2e3f7a Update the apps to the new acls module split 2012-01-03 03:04:32 -04:00
Roberto Rosario 34311fb17e Cleanups, permissions separation into explicit module, absolute import update 2012-01-02 03:48:26 -04:00
Roberto Rosario 5c74313948 Removed remarked code 2011-12-25 03:21:01 -04:00
Roberto Rosario 54cb1d29e3 Remove the requirement for global permission for the document view and document recent view
User may not have the global permission, but still have permission to view certain documents via ACL
2011-12-24 01:08:57 -04:00
Roberto Rosario c7d1f9aae1 Enable document type permissions 2011-12-17 19:47:17 -04:00
Roberto Rosario 4c57c788f5 Add documents app class_permissions for Document class 2011-12-13 11:49:21 -04:00
Roberto Rosario c5518c222a Update the documents app to use the new class based permissions 2011-12-08 16:49:11 -04:00
Roberto Rosario 7ed3b329dc Fix document main menu highlighting 2011-12-05 06:54:03 -04:00
Roberto Rosario 24f443fe1a Improve document version views navigation and active menu feedback 2011-12-04 06:16:37 -04:00
Roberto Rosario 73950ef750 Disable the revert link for the current version of a document 2011-12-04 02:01:48 -04:00
Roberto Rosario 2ec134e172 Add document version revert support 2011-12-04 01:11:12 -04:00
Roberto Rosario 3e471f702e Add document version list view and document version download 2011-12-02 05:54:00 -04:00
Roberto Rosario d83e8b5428 Initial set of model, form and API changes to support document versions 2011-12-02 02:51:59 -04:00
Roberto Rosario da1ab56202 Add maintenace view to clear the document image cache 2011-12-01 05:24:31 -04:00
Roberto Rosario 436ad2c3fe Added a new view to update the page count of previously uploaded documents 2011-11-21 05:41:48 -04:00
Roberto Rosario f0cf50b1d8 Fixed the home and document main menu tab position 2011-08-19 04:36:18 -04:00
Roberto Rosario 18899f78f2 Improved tools menu using horizontal button widget just like the project_setup app 2011-08-18 11:24:25 -04:00
Roberto Rosario 36c199f8a9 Added new app 'project_setup' to display a setup dashboard style view instead of a secondary action list 2011-08-18 02:37:32 -04:00
Roberto Rosario 0a2591d58f Removed unused import, PEP8 cleanups 2011-08-12 02:13:23 -04:00
Roberto Rosario f08e0bab2b Perform extra validation of the image cache directory and fallback to
creating a temporary directory on validation failure
2011-08-08 09:44:48 -04:00
Roberto Rosario 1b7183be85 Added encapsulate factory function to get around Django bug #15791 2011-08-05 09:30:26 -04:00
Roberto Rosario b5680c03d0 Improved document page views and document page transformation views navigation 2011-07-25 05:01:15 -04:00
Roberto Rosario c8e9fbc182 Added reset view link to the document page view to reset the zoom level and page rotation 2011-07-24 23:44:33 -04:00
Roberto Rosario 2338f5c3fe Improved document type, document type filenames and history navigation and link highlight 2011-07-23 00:58:26 -04:00
Roberto Rosario 19ab5d9151 Display document app secondary menu even when a document is selected 2011-07-23 00:26:14 -04:00
Roberto Rosario df46ab1605 Navigation improvements 2011-07-23 00:25:20 -04:00
Roberto Rosario 29976541df Further navigation highlight improvements 2011-07-23 00:09:58 -04:00
Roberto Rosario 4060a39a4f Consisten link highlight through the project 2011-07-21 21:45:07 -04:00
Roberto Rosario 90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario c55dd90c88 Moved document preview generation to model, implmented pre caching 2011-07-21 03:47:31 -04:00
Roberto Rosario 79cc9dd9c8 Implemented child url regex highlight for regular links, improve the document duplicate list, improved staging file delete view 2011-07-07 00:59:05 -04:00
Roberto Rosario 2816c1f86f Got upload view working, staging preview and delete working ok 2011-07-06 01:31:27 -04:00
Roberto Rosario 4fa8be1655 Added new 'add document to folder' link to replace the sidebar template with the same use, added document membership list view, improved other folders apps views 2011-07-04 04:02:52 -04:00