3eb85afa17
Removed the forke banner from the index and screenshot pages
Roberto Rosario
2011-08-19 22:41:45 -04:00
3bd5fd45ce
Added missing setup options to the documentation
Roberto Rosario
2011-08-19 22:39:27 -04:00
37f200d884
Removed pyramid logo from the documentation, started adding the setting options to the documentation
Roberto Rosario
2011-08-19 15:00:55 -04:00
4f029cbc01
Documentation and README.md update
Roberto Rosario
2011-08-19 14:18:03 -04:00
36c199f8a9
Added new app 'project_setup' to display a setup dashboard style view instead of a secondary action list
Roberto Rosario
2011-08-18 02:37:32 -04:00
84e12efb43
Added special case handling for DjangoZoom, which executes collectstatic management command before executing syncdb first to create the db structure. Handles issue #10
Roberto Rosario
2011-08-08 23:24:31 -04:00
f08e0bab2b
Perform extra validation of the image cache directory and fallback to creating a temporary directory on validation failure
Roberto Rosario
2011-08-08 09:44:48 -04:00
32608337c3
Fixed source creation bug, that caused invalid links to a non existing transformation to appear on the sidebar
Roberto Rosario
2011-08-08 08:32:00 -04:00
05537fcf18
Updated requirements file, grappelli is available fomr pypi
Roberto Rosario
2011-08-08 02:08:29 -04:00
c03a093cf9
Implemented Django 1.3 staticfile handling app, removed grapelli from the included 3rd party apps folder, updated to a recent version of rosetta
Roberto Rosario
2011-08-06 18:00:01 -04:00
0814a4bd78
Improved language switching widget, removed language switching 'go' button
Roberto Rosario
2011-08-06 06:08:54 -04:00
1bcbfcea04
Moved history app order of loading in INSTALLED_APP
Roberto Rosario
2011-08-06 04:32:27 -04:00
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'
Roberto Rosario
2011-08-05 23:36:00 -04:00
acd6348dd7
Changed 'django.core.context_processors.auth' to 'django.contrib.auth.context_processors.auth' as per Django 1.3 DeprecationWarning
Roberto Rosario
2011-08-05 23:23:15 -04:00
066065ccab
Implemented document file delete method on Document delete (Needed by Django 1.3)
Roberto Rosario
2011-08-05 21:31:58 -04:00
f61874f629
Bumped version to 0.8.1
v0.8.1
Roberto Rosario
2011-08-05 10:41:09 -04:00
866ef83896
Updated the required django version to 1.3
Roberto Rosario
2011-08-05 10:39:32 -04:00
e524ec1e8b
Added new view to create tag from the main menu
Roberto Rosario
2011-08-05 10:37:42 -04:00
dccf5a4c72
Disabled setup of watch folder source until race condition in the scheduler is fixed
Roberto Rosario
2011-08-05 10:14:34 -04:00
6c93313203
Added item count column to index instance list view
Roberto Rosario
2011-08-05 10:11:50 -04:00
fd5b93021e
Updated document indexing widget to show different icon for indexes or indexes that contain documents
Roberto Rosario
2011-08-05 10:11:07 -04:00
d8a9193d65
Changed apps loading order to fix source app dependency error
Roberto Rosario
2011-08-05 09:46:54 -04:00
2169bbd0d2
Finished adding encapsulation to lambda functions to get around Django bug #15791
Roberto Rosario
2011-08-05 09:46:28 -04:00
1b7183be85
Added encapsulate factory function to get around Django bug #15791
Roberto Rosario
2011-08-05 09:30:26 -04:00
7b0e177ba2
Added highlight template tag to the web theme app
Roberto Rosario
2011-08-05 07:49:26 -04:00
65f9eb11fb
Replaced the Textarea widget with the TextAreaDiv widget on document and document page detail views
Roberto Rosario
2011-08-05 07:42:27 -04:00
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
Roberto Rosario
2011-08-05 03:48:51 -04:00
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
Roberto Rosario
2011-08-05 03:24:01 -04:00