Commit Graph
598 Commits
Author SHA1 Message Date
Roberto Rosario 415f0c8daa Refactored the converter backend system 2011-07-13 22:53:33 -04:00
Roberto Rosario 1e944c7130 Initial commit of document source transformations 2011-07-08 15:30:52 -04:00
Roberto Rosario 841b02c969 Use python-magic to determine a document's mimetype otherwise fallback to use python's mimetypes library 2011-07-07 21:38:36 -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 83de8c7b49 PEP8 Cleanups 2011-07-06 03:22:53 -04:00
Roberto Rosario 2739ad9027 Implmented conditional show of expand checkbox, initial support for conditional highlight (buggy) 2011-07-06 03:11:48 -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 edece7ba30 Removed the document indexes list subtemplate and added a new document indexes list view as a tab 2011-07-04 04:25:59 -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
Roberto Rosario 178dca17bc Shortened 'clear all transformations' to 'clear transformations' link title 2011-07-02 02:37:23 -04:00
Roberto Rosario 2fac05a979 Highligh document top menu when viewing a document's history 2011-07-02 02:35:09 -04:00
Roberto Rosario fb0d43e554 Highlight the documents main tab when viewing grouping app views 2011-07-02 02:23:15 -04:00
Roberto Rosario 6fea11c6e8 Show document actions if an index instance contains linked documents 2011-07-02 02:08:26 -04:00
Roberto Rosario 0fa1e0c706 Moved get_metadata_string Document class method to the metadata app 2011-07-02 00:44:12 -04:00
Roberto Rosario 10b7d276a3 Updated the documents apps tab links argument to make sure document details and properties are always first 2011-07-01 21:31:10 -04:00
Roberto Rosario f0f0f4fc2e Updated all apps and widgets with explicit safely marked strings 2011-07-01 20:53:37 -04:00
Roberto Rosario ace6948185 Changed layout to make more use of tabbed links 2011-07-01 19:38:59 -04:00
Roberto Rosario d2a3a6ad00 Added support for conditional disabling to the document page zoom in and zoom out links 2011-06-28 01:23:47 -04:00
Roberto Rosario 6b49490572 Replaced the degree unicode character with the HTML entity equivalent 2011-06-28 01:23:07 -04:00
Roberto Rosario 03bd0f0f7d Updated document page navigation links to use conditional link disabling 2011-06-28 01:06:56 -04:00
Roberto Rosario bafda3f7ad Updated document page model to display the current page number in relation to the total page count 2011-06-28 01:05:11 -04:00
Roberto Rosario b9b024dbc1 Updated document page view to display zoom level and rotation degrees in the title 2011-06-28 01:03:36 -04:00
Roberto Rosario 327b677444 Added means to expand or not a compressed file during document creation, removed configuration options UNCOMPRESS_COMPRESSED_LOCAL_FILES and UNCOMPRESS_COMPRESSED_STAGING_FILES 2011-06-28 00:08:22 -04:00
Roberto Rosario 16ddd46352 Spanish translation update 2011-06-27 23:41:59 -04:00
Roberto Rosario 06d3dc35e3 Improved new document form 'quick rename' feature logic 2011-06-27 22:00:12 -04:00
Roberto Rosario ffd86d4bc1 Fixed the document upload current metadata side bar template appearance 2011-06-27 21:36:20 -04:00
Roberto Rosario 276e25be60 Renamed changed the document sibling creation link text, and made it directly related to document class 2011-06-27 21:35:32 -04:00
Roberto Rosario 5d4c18b50a Disabled form auto focus for the document details and advanced detail view 2011-06-27 21:17:25 -04:00
Roberto Rosario 3f6900881e Spanish translations update for the latest advanced search changes 2011-06-22 11:25:52 -04:00
Roberto Rosario 604ef90f79 Implementes an advanced search feature, which allows for individual field terms 2011-06-22 00:47:37 -04:00
Roberto Rosario de28122c66 Spanish translation updates 2011-06-20 13:44:38 -04:00
Roberto Rosario 05dd113d03 Modified the new document wizard submit button and icon making more intuitive 2011-06-20 00:08:09 -04:00
Roberto Rosario 9f9b2d3854 Added views to setup the default metadata types and sets for a given document type 2011-06-20 00:04:54 -04:00
Roberto Rosario c138623329 Added side bar help to convert's file format list, recent document, document type and metadata set and type views 2011-06-19 20:16:46 -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 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 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 414cfdfb1f Integrated document type view into the setup menu 2011-06-13 00:07:39 -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 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 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 f54cd06be6 Spanish translation updates 2011-05-31 16:01:58 -04:00
Roberto Rosario b236f03a11 Spanish translation updates 2011-05-31 13:24:05 -04:00