Commit Graph
328 Commits
Author SHA1 Message Date
Roberto Rosario 7170baf5f9 Commited changes to make document_type an optional attribute of document 2011-05-24 19:38:14 -04:00
Roberto Rosario 889c1b1d3a Finished adding support to per user staging directories 2011-05-24 02:39:20 -04:00
Roberto Rosario 11b630cea4 Initial commit to support per user staging folder 2011-05-21 02:56:15 -04:00
Roberto Rosario 4cb2fdb156 Added icon for the staging file delete confirm message 2011-05-21 01:11:32 -04:00
Roberto Rosario d575c7e3e8 Remove remaining migrations 2011-05-21 00:55:36 -04:00
Roberto Rosario 1b43ec2c96 Really remove South app and change document metadata fields 'value' from a TextField to a CharField(256) 2011-05-21 00:54:36 -04:00
Roberto Rosario 4abb3c5ebc Merge branch 'new_metadata'
Conflicts:
	requirements/development.txt
	requirements/production.txt
	settings.py
2011-05-21 00:13:38 -04:00
Roberto Rosario d2e4fce100 Added confirm template icons 2011-05-20 03:58:02 -04:00
Roberto Rosario 28df6b83ca Selected better icons for the page_view, page_edit and page_text views 2011-05-20 03:57:04 -04:00
Roberto Rosario 4a4afbf06a Cleaned up files, removed ununsed imports 2011-05-20 00:54:11 -04:00
Roberto Rosario 17c749a80a Removed ununsed import, and did other cleanups 2011-05-20 00:37:53 -04:00
Roberto Rosario 6bdb7431b8 Removed documents permissions from __init__ as they now in literals.py 2011-05-20 00:36:39 -04:00
Roberto Rosario 36da126e82 Unicode update 2011-05-19 22:56:22 -04:00
Roberto Rosario e8b8904469 Added index rebuilding views 2011-05-18 15:43:32 -04:00
Roberto Rosario 2a2fba9ac6 Added document indexes delete support, started merge with filesystem serving app 2011-05-18 14:34:55 -04:00
Roberto Rosario 1d20a10d49 Added a document indexing list view 2011-05-18 11:45:32 -04:00
Roberto Rosario e83529ae2e Initial commit of the new MPTT based document indexing app 2011-05-17 04:27:43 -04:00
Roberto Rosario 19c361937f Renamed DocumentMetadataindex model to DocumentIndex and moved it to it's own app 2011-05-14 03:50:06 -04:00
Roberto Rosario 9a9da67a88 Updated view name to reflect recent changes 2011-05-12 04:12:58 -04:00
Roberto Rosario bc252d4ae4 Finished conversion of Mayan to the new document grouping app and paradigm 2011-05-12 04:03:05 -04:00
Roberto Rosario 28b6c61876 Fixed the 12 columns grid widths, minified the css and remove unused fixed width 960 grid 2011-05-11 23:42:52 -04:00
Roberto Rosario 2162e99543 Finished converting project to the new subtemplate rendering 2011-05-11 22:08:52 -04:00
Roberto Rosario 5a0ae2eb32 Edited metadata api to allow switchable creation of new document metadata 2011-05-11 21:01:06 -04:00
Roberto Rosario 6dbf89bdcc Added missing import 2011-05-10 04:15:27 -04:00
Roberto Rosario ea20cde597 Created new metadata app and move all code relating metadata to it 2011-05-10 03:41:35 -04:00
Roberto Rosario b4daa2d52b Fixed permission grant revoke button text no appearing 2011-05-10 03:40:50 -04:00
Roberto Rosario b6d2654cc7 Added changes to expand the scope of the document grouping functionality 2011-05-09 23:57:23 -04:00
Roberto Rosario 94134bc83e Added page per document statistics 2011-05-09 20:04:26 -04:00
Roberto Rosario 07a06617b8 Added South support and initial migrations 2011-05-09 19:08:23 -04:00
Roberto Rosario 69ec591fde Removed print statement, form line cleanup 2011-05-09 03:01:29 -04:00
Roberto Rosario 65fb5dcc9e Updated wizard to skip step 3 if there is no metadata selected, updated metadata and metadata set widget to improve visuals 2011-05-09 02:40:01 -04:00
Roberto Rosario e03a90883a Commited new metadata/document_type paradirm 2011-05-09 02:25:09 -04:00
Roberto Rosario 9e61213241 Created new smart_settings app and move everything related to app settings to it 2011-05-07 01:32:02 -04:00
Roberto Rosario 7f2c563192 Converted whole project to a smarter method of defining app settings 2011-05-07 01:15:40 -04:00
Roberto Rosario 472a55f5f3 Updated Spanish translation 2011-05-06 13:42:09 -04:00
Roberto Rosario c40b3eec66 Allow pop up window named to be specified by view 2011-05-06 02:58:33 -04:00
Roberto Rosario d6aa44c8bd Don't insert a page break on the last page 2011-05-06 02:33:07 -04:00
Roberto Rosario c44a1f947c Added document printing support 2011-05-06 00:46:33 -04:00
Roberto Rosario 649871b994 Added document and page aspect ration detection, added page size support, print out image dynamic sizing based on page vs. document aspect ratio 2011-05-05 02:31:10 -04:00
Roberto Rosario 9c17a627ec Initial commit of the new_printing branch 2011-05-04 16:59:14 -04:00
Roberto Rosario 5138304720 Display document tags in the document list view 2011-05-04 01:57:43 -04:00
Roberto Rosario 6a9178b8f0 Incresed the default recent document to display from 20 to 40 2011-05-04 01:57:06 -04:00
Roberto Rosario 25d7d17f6d Tweaked the document page widget HTML 2011-05-04 01:33:43 -04:00
Roberto Rosario 9b4ada4fde Reorganized 'documents' menu entries 2011-05-04 01:33:13 -04:00
Roberto Rosario b1c9fbce5e Changed ugetttext to ugettext_lazy 2011-05-04 00:21:15 -04:00
Roberto Rosario 01d5cf1f72 Fixed the recent document list view 2011-05-03 23:34:46 -04:00
Roberto Rosario 438e8c89a9 Refactored the tools menu and added method for apps to register tools themselves 2011-05-03 21:58:55 -04:00
Roberto Rosario 9626243c10 Updated document_recent_list view to reuser the document_list view 2011-05-02 00:57:44 -04:00
Roberto Rosario c8e8b368d2 Added comments and updated some string to unicode 2011-05-01 23:36:40 -04:00
Roberto Rosario 766567ec49 Added alt attribute to several img html tags 2011-05-01 23:10:51 -04:00