Commit Graph

873 Commits

Author SHA1 Message Date
Roberto Rosario
84e12efb43 Added special case handling for DjangoZoom, which executes collectstatic
management command before executing syncdb first to create the db
structure.  Handles issue #10
2011-08-08 23:24:31 -04:00
Roberto Rosario
f08e0bab2b Perform extra validation of the image cache directory and fallback to
creating a temporary directory on validation failure
2011-08-08 09:44:48 -04:00
Roberto Rosario
32608337c3 Fixed source creation bug, that caused invalid links to a non existing
transformation to appear on the sidebar
2011-08-08 08:32:00 -04:00
Roberto Rosario
d886003951 Display language names in uppercase 2011-08-06 21:16:56 -04:00
Roberto Rosario
0584244663 Added changelog view under the about main menu 2011-08-06 21:16:36 -04:00
Roberto Rosario
02381d9858 Bumped version to 0.8.2 2011-08-06 18:11:13 -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
0814a4bd78 Improved language switching widget, removed language switching 'go' button 2011-08-06 06:10:02 -04:00
Roberto Rosario
a6eb830a6a Removed remarked code 2011-08-05 23:51:50 -04:00
Roberto Rosario
36c7beca84 Added new setting, widget, form and auth backend to allow login via user email address
To enable:
AUTHENTICATION_BACKENDS = ('common.auth.email_auth_backend.EmailAuthBackend',)
COMMON_LOGIN_METHOD = 'email'
2011-08-05 23:36:00 -04:00
Roberto Rosario
066065ccab Implemented document file delete method on Document delete (Needed by Django 1.3) 2011-08-05 21:31:58 -04:00
Roberto Rosario
f61874f629 Bumped version to 0.8.1 2011-08-05 10:41:09 -04:00
Roberto Rosario
e524ec1e8b Added new view to create tag from the main menu 2011-08-05 10:37:42 -04:00
Roberto Rosario
50b8102618 Removed source whitelist debug print 2011-08-05 10:37:25 -04:00
Roberto Rosario
dccf5a4c72 Disabled setup of watch folder source until race condition in the scheduler is fixed 2011-08-05 10:14:34 -04:00
Roberto Rosario
6c93313203 Added item count column to index instance list view 2011-08-05 10:11:50 -04:00
Roberto Rosario
fd5b93021e Updated document indexing widget to show different icon for indexes or indexes that contain documents 2011-08-05 10:11:07 -04:00
Roberto Rosario
d8a9193d65 Changed apps loading order to fix source app dependency error 2011-08-05 09:46:54 -04:00
Roberto Rosario
2169bbd0d2 Finished adding encapsulation to lambda functions to get around Django bug #15791 2011-08-05 09:46:28 -04:00
Roberto Rosario
1b7183be85 Added encapsulate factory function to get around Django bug #15791 2011-08-05 09:30:26 -04:00
Roberto Rosario
7b0e177ba2 Added highlight template tag to the web theme app 2011-08-05 07:49:26 -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
beea100cd9 Updated the get_page_count logic to let the converter raise UnknownFileFormat
and let the document model handle the exception, defaulting to one page
count and saving a comment on the document description
2011-08-05 03:48:51 -04:00
Roberto Rosario
3108c33c6d Fixed typo, renamed return to raise 2011-08-05 03:48:15 -04:00
Roberto Rosario
cd0b1577a7 Renamed the exception UnknownFormat to UnkownFileFormat and updated all
backends get_page_count method to raise it, having the api's get_page_count
function decide how to handle the exception
2011-08-05 03:24:01 -04:00
Roberto Rosario
eaea853391 Added TextAreaDiv widget 2011-07-31 01:14:00 -04:00
Roberto Rosario
7189e03de4 Remove unused import, fix staging file deletion 2011-07-29 05:07:58 -04:00
Roberto Rosario
b64f98b667 Merged document upload code and moved it to the model, improved method of handling compressed file 2011-07-29 05:01:50 -04:00
Roberto Rosario
9d965face3 Added a new document source: 'watched folder' 2011-07-27 02:43:22 -04:00
Roberto Rosario
529a9e7eca Added the ability to unschedule jobs to the scheduler 2011-07-27 01:27:16 -04:00
Roberto Rosario
85ed58f9bc Added a new option MAIN_DISABLE_ICONS to turn off all the project icons, a look which goes well with the new web_app 'default' theme 2011-07-26 04:06:58 -04:00
Roberto Rosario
eaaf97d360 Changed the web_theme app default theme to activo 2011-07-26 04:06:29 -04:00
Roberto Rosario
e5159a47cf Updated the web_theme app's theme media file to match upstreams new version 2011-07-26 03:23:25 -04:00
Roberto Rosario
e67046adc3 Fix last rename's introduced bug 2011-07-25 05:05:11 -04:00
Roberto Rosario
1507f3afaa Use the new model's tranformation namespace 2011-07-25 05:04:44 -04:00
Roberto Rosario
80bb9810f1 Just display a document page transformation shot name (exclude the document page name) 2011-07-25 05:03:51 -04:00
Roberto Rosario
828ecd2a33 Use a different namespace for the transformation manager's method, but restoring the original 'objects' namespace 2011-07-25 05:03:03 -04:00
Roberto Rosario
5b5b7d43eb Update base template to show a 'related' sidebar link set for each navigation object 2011-07-25 05:01:46 -04:00
Roberto Rosario
b5680c03d0 Improved document page views and document page transformation views navigation 2011-07-25 05:01:15 -04:00
Roberto Rosario
03157b72d8 Added document cached image invalidation to the document_clear_transformations view 2011-07-25 04:03:44 -04:00
Roberto Rosario
9169e66abb Updated document page transformation CRUD view to invalidate the document cached image on creation, edition of deletion of transformations 2011-07-25 03:58:31 -04:00
Roberto Rosario
7dceaad599 Updated document page transformation CRUD view to redirect to document page transformation list view instead 2011-07-25 03:45:54 -04:00
Roberto Rosario
e94e9407ec Added invalidate_cached_image function for document models instances, remove duplication 2011-07-25 03:42:17 -04:00
Roberto Rosario
055f64c1cf Updated OCR models to use the identical source manager SourceTransformationManager 2011-07-25 03:41:28 -04:00
Roberto Rosario
5e4bb41f07 Use literal_eval instead of eval 2011-07-25 03:40:59 -04:00
Roberto Rosario
bcb61c3ca3 Enabled OCR queue transformation processing 2011-07-25 03:40:15 -04:00
Roberto Rosario
26c76a0f5e Use eval_literal instead of eval 2011-07-25 03:39:37 -04:00
Roberto Rosario
5f969351b1 Transformation interpretation error should stop a document image from being displayed 2011-07-25 03:38:38 -04:00
Roberto Rosario
39010d7653 Don't translate argument in help text example 2011-07-25 03:00:06 -04:00
Roberto Rosario
1321491c1f Migrated same solution to ocr queue transformation too 2011-07-25 02:59:39 -04:00