Commit Graph
5007 Commits
Author SHA1 Message Date
Roberto Rosario 0b34d58c7f Fully disabled watch folders until they are working correctly 2011-08-11 23:38:03 -04:00
Roberto Rosario 450447a4db Remarked a debug statement 2011-08-11 23:37:40 -04:00
Roberto Rosario b3b545d932 Updated the project name to 'Mayan EDMS' 2011-08-11 04:35:51 -04:00
Roberto Rosario 6efb5142be Updated the requirements to use Pillow instead of PIL to handle images 2011-08-11 04:16:43 -04:00
Roberto Rosario df9d784097 If ghostscript is installed add PDF and PS to the list of supported file formats 2011-08-11 04:11:20 -04:00
Roberto Rosario 501d1c0d9d Pass integers instead of floats to PIL's transform method 2011-08-11 04:09:02 -04:00
Roberto Rosario 4d33cec7b2 Updated the changelog 2011-08-10 04:58:11 -04:00
Roberto Rosario 599cc31706 Added donate button 2011-08-10 04:57:26 -04:00
Roberto Rosario 9703897a9d Updated the static media url in the login excempt url list 2011-08-10 03:22:03 -04:00
Roberto Rosario 41d8138d27 Updated the Changelog 2011-08-09 00:37:32 -04:00
Roberto Rosario 2f07853f1a Merge branch 'djangozoom_static_fix' 2011-08-08 23:39:00 -04:00
Roberto Rosario 08bc9ebf0e Improved handling of Issue #10 2011-08-08 23:38:36 -04:00
Roberto Rosario bf411916a1 Merge branch 'djangozoom_static_fix' 2011-08-08 23:29:15 -04:00
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