Commit Graph
1070 Commits
Author SHA1 Message Date
Roberto Rosario 557052dd2d Changed document index links icons and index rebuild confirmation icon, updated list view to display icon for the type of index instance content 2011-05-25 01:01:52 -04:00
Roberto Rosario 89685fb8c6 Added function 'set_namespace_title' to define a translatable title for a permission group namespace 2011-05-25 00:32:47 -04:00
Roberto Rosario 53cb857a8f PEP8 cleanups 2011-05-25 00:00:23 -04:00
Roberto Rosario 2721512514 Updated permission app role grant/revoke permission link icons and confirmation message template icons 2011-05-24 23:47:15 -04:00
Roberto Rosario 581f8cd52d Moved PermissionManager and RoleMemberManager to a separate manager.py file 2011-05-24 23:39:10 -04:00
Roberto Rosario 3fd7a3181e Moved DocumentQueueManager to a separate manager.py file 2011-05-24 23:20:02 -04:00
Roberto Rosario d3ebc6577f Added OCR re-queue confirm dialog icon 2011-05-24 23:14:12 -04:00
Roberto Rosario be2fe20dc6 Organized the file document/forms.py a little better, class renamed, added document content form to advanced document view 2011-05-24 23:02:00 -04:00
Roberto Rosario e747d3f7eb Added extra context support to document list view and updated document group list view to use it 2011-05-24 22:44:50 -04:00
Roberto Rosario 0db6f641ed Fixed typo that was not allowing metadata links to appear in document group list view 2011-05-24 22:44:10 -04:00
Roberto Rosario a93ccd8f5f Replaced makedirs with mkdir to avoid creating indexing root directory if not created by the user 2011-05-24 22:43:27 -04:00
Roberto Rosario d97a862a25 Refactored the permissions registration, checking and definition 2011-05-24 22:31:07 -04:00
Roberto Rosario ebaf4165e2 Fixed document_create_sibling reverse error 2011-05-24 20:19:42 -04:00
Roberto Rosario e7a42a609a Moved RecentDocument manager to a separate managers.py file 2011-05-24 20:01:29 -04:00
Roberto Rosario 59d7fc61ab Added missing '/' to url 2011-05-24 20:01:05 -04:00
Roberto Rosario 549c374ec2 Reduce redundant string in documents app urls 2011-05-24 19:48:21 -04:00
Roberto Rosario d584b7a3d1 Made document_type attribute optional when editing a document 2011-05-24 19:45:24 -04:00
Roberto Rosario 7170baf5f9 Commited changes to make document_type an optional attribute of document 2011-05-24 19:38:14 -04:00
Roberto Rosario 374ee6b60c Changed document_metadata model 'value' field definition 2011-05-24 19:37:41 -04:00
Roberto Rosario 889c1b1d3a Finished adding support to per user staging directories 2011-05-24 02:39:20 -04:00
Roberto Rosario b026f57961 Updated base.html to use the generic_navigation template 2011-05-24 02:38:57 -04:00
Roberto Rosario 5ba2148750 Added new option to navigation links 'keep_query', to make the generated navigation statefull by making the query string persistent 2011-05-23 23:51:24 -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 24e2fcc56d Removed South app, change document metadata fields 'value' from a TextField to a CharField(256) 2011-05-21 00:41:06 -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 b436695549 Prevent long titles to slip under the confirm icon 2011-05-20 04:54:32 -04:00
Roberto Rosario 7acf0ba1db Updated about template's small piramid image 2011-05-20 04:33:33 -04:00
Roberto Rosario 7d3a269cb4 Cleaned up the home and about template's HTML code 2011-05-20 04:29:49 -04:00
Roberto Rosario 5ba8158aec Bumped version to v0.7 2011-05-20 04:27:53 -04:00
Roberto Rosario 1ff0d0b1fb Added comment_delete icon 2011-05-20 04:00:36 -04:00
Roberto Rosario d2e4fce100 Added confirm template icons 2011-05-20 03:58:02 -04:00
Roberto Rosario 842c6b8ba7 Updated TODO 2011-05-20 03:57:49 -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 6cf67c978e Added django-mptt v4.2 to the requirements files 2011-05-20 03:03:15 -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 132aaec7c4 Rebuild document indexes correctly when metadata changes 2011-05-20 00:37:25 -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 c19144662c Renamed document_view to document_view_advanced to reflect changes in document app view names 2011-05-20 00:35:50 -04:00
Roberto Rosario a02c5c7c8d Added remaining functionality to document indexing (filesystem rebuild, better warning reporting) 2011-05-20 00:34:31 -04:00
Roberto Rosario 7f59c16316 Finished merging document indexing and filesystem serving apps 2011-05-20 00:32:53 -04:00
Roberto Rosario 36da126e82 Unicode update 2011-05-19 22:56:22 -04:00
Roberto Rosario 0a5dfd6aa9 Plug file descriptor leak 2011-05-19 22:55:57 -04:00
Roberto Rosario b7050b4b94 Started adding filesystem linking support to document indexing app 2011-05-18 19:19:37 -04:00
Roberto Rosario 4b0c72633d Moved all filesystem serving app's remaining code to document indexing app 2011-05-18 16:16:11 -04:00
Roberto Rosario a4e00bb493 Fixed metadata remove view not working on multiple documents 2011-05-18 16:15:53 -04:00
Roberto Rosario e8b8904469 Added index rebuilding views 2011-05-18 15:43:32 -04:00