Commit Graph

357 Commits

Author SHA1 Message Date
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
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
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
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
00914c165a Added document multi item links in search results 2011-05-25 01:51:31 -04:00
Roberto Rosario
ed3683c593 Added proper titles to the ocr cleanup and duplicate finder tools 2011-05-25 01:04:41 -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
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
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
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
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