Commit Graph

1044 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
417a616d60 Updated Changelog 2011-08-08 10:10:45 -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
05537fcf18 Updated requirements file, grappelli is available fomr pypi 2011-08-08 02:08:29 -04:00
Roberto Rosario
97691d87b9 Fixed requirement files typo 2011-08-08 02:02:20 -04:00
Roberto Rosario
c8954153cf Updated the Changelog 2011-08-07 06:30:33 -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
f81f480f32 Removed TODO file 2011-08-06 18:33:35 -04:00
Roberto Rosario
9fe1eddb13 Updated changelog 2011-08-06 18:32:34 -04:00
Roberto Rosario
02381d9858 Bumped version to 0.8.2 2011-08-06 18:11:13 -04:00
Roberto Rosario
7e82df494e Updated .gitignore to ignore static folder, updated examples apache contrib file
disabled settings.py last remaining media handling bits from settings.py
2011-08-06 18:06:07 -04:00
Roberto Rosario
705dc44265 Removed unneeded site_media folder 2011-08-06 18:04:32 -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
1bcbfcea04 Moved history app order of loading in INSTALLED_APP 2011-08-06 04:32:27 -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
acd6348dd7 Changed 'django.core.context_processors.auth' to 'django.contrib.auth.context_processors.auth'
as per Django 1.3 DeprecationWarning
2011-08-05 23:23:15 -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
866ef83896 Updated the required django version to 1.3 2011-08-05 10:39:32 -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