Roberto Rosario
|
080d68c169
|
Merge branch 'hotfix/v0.12.2' into development
Conflicts:
apps/common/__init__.py
apps/documents/forms.py
apps/feedback/__init__.py
apps/history/__init__.py
apps/main/__init__.py
apps/scheduler/api.py
apps/sources/models.py
docs/releases/index.rst
requirements/production.txt
settings.py
urls.py
|
2012-06-30 04:00:01 -04:00 |
|
Roberto Rosario
|
4e93da6e80
|
Add support to specifying the compressed documents download filename
|
2012-06-28 16:13:26 -04:00 |
|
Roberto Rosario
|
58f027db60
|
Clean up (unused imports, PEP8, etc)
|
2012-06-08 16:43:54 -04:00 |
|
Roberto Rosario
|
af441349ad
|
Rename version_fields to add_version_fields, fix document description not loading on document edit view
|
2012-05-24 02:50:02 -04:00 |
|
Roberto Rosario
|
6a8e08db38
|
Update DocumentContentForm to use document model get_content method
|
2012-05-24 02:32:19 -04:00 |
|
Roberto Rosario
|
be332192e4
|
Display a page number as a title when previewing
|
2012-03-14 15:26:27 -04:00 |
|
Roberto Rosario
|
e44ef229b0
|
Improve single, multiple document and document versions downloads
By using a 2 step document download view
|
2012-01-24 12:13:53 -04:00 |
|
Roberto Rosario
|
8a5d0425b6
|
PEP8 cleanups, style cleanups, unused imports
|
2012-01-18 13:52:19 -04:00 |
|
Roberto Rosario
|
34311fb17e
|
Cleanups, permissions separation into explicit module, absolute import update
|
2012-01-02 03:48:26 -04:00 |
|
Roberto Rosario
|
6b87c8fab1
|
Remove the filename re use checkbox from the document edit form
|
2011-12-06 02:05:05 -04:00 |
|
Roberto Rosario
|
071fed8996
|
Add new version upload option to use new file filename as the document filename
|
2011-12-04 03:21:34 -04:00 |
|
Roberto Rosario
|
fafadfaca2
|
Fix document print view
|
2011-12-04 02:37:11 -04:00 |
|
Roberto Rosario
|
986b7e39e4
|
Fix the new version fields in the upload form
|
2011-12-03 23:37:00 -04:00 |
|
Roberto Rosario
|
0cf8d68db0
|
Add the page number on top of the page widget in the multiple page carousel widget
|
2011-12-03 20:30:44 -04:00 |
|
Roberto Rosario
|
11725c943b
|
Update documents app to support multiple versions
|
2011-12-03 19:35:03 -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
|
db89cdde55
|
Updated apps to use the new document widget
|
2011-11-22 09:05:35 -04:00 |
|
Roberto Rosario
|
91203a9593
|
Merged all document widget generation code into one place
|
2011-11-19 03:59:09 -04:00 |
|
Roberto Rosario
|
fd2a284505
|
Only allow clickable thumbnails for document with a valid image in the multi page view
|
2011-11-07 02:07:56 -04:00 |
|
Roberto Rosario
|
c03a093cf9
|
Implemented Django 1.3 staticfile handling app, removed grapelli from
the included 3rd party apps folder, updated to a recent version of rosetta
|
2011-08-06 18:00:01 -04:00 |
|
Roberto Rosario
|
65f9eb11fb
|
Replaced the Textarea widget with the TextAreaDiv widget on document and document page detail views
|
2011-08-05 07:42:27 -04:00 |
|
Roberto Rosario
|
90e876ca93
|
Code cleanup
|
2011-07-21 11:46:15 -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
|
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
|
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
|
06d3dc35e3
|
Improved new document form 'quick rename' feature logic
|
2011-06-27 22:00:12 -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
|
370785ad9d
|
Added view to add, edit and delete document types from the setup menu
|
2011-06-12 19:18:01 -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
|
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
|
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
|
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
|
bc252d4ae4
|
Finished conversion of Mayan to the new document grouping app and paradigm
|
2011-05-12 04:03:05 -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
|
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
|
c44a1f947c
|
Added document printing support
|
2011-05-06 00:46:33 -04:00 |
|
Roberto Rosario
|
5138304720
|
Display document tags in the document list view
|
2011-05-04 01:57:43 -04:00 |
|
Roberto Rosario
|
25d7d17f6d
|
Tweaked the document page widget HTML
|
2011-05-04 01:33:43 -04:00 |
|
Roberto Rosario
|
766567ec49
|
Added alt attribute to several img html tags
|
2011-05-01 23:10:51 -04:00 |
|
Roberto Rosario
|
52fa716d7b
|
Removed the (required) message from document group form
|
2011-04-30 04:45:45 -04:00 |
|
Roberto Rosario
|
8c7fbc36ce
|
Exclude tags from all document forms
|
2011-04-29 11:41:49 -04:00 |
|