Commit Graph
6295 Commits
Author SHA1 Message Date
Roberto Rosario 7452c9ce0c Code cleanups 2014-05-23 19:43:19 -04:00
Roberto Rosario 9afafe53f4 Move ACL app links to a separate module 2014-05-23 19:41:31 -04:00
Roberto Rosario 489f7778d1 Add enable lock_manager tests to the travis CI config file 2014-05-23 18:23:13 -04:00
Roberto Rosario 788a709dd9 Backport some test for the lock_manager app 2014-05-23 18:13:33 -04:00
Roberto Rosario b6e8478daf Revert "Close connection before and after executing periodic OCR task, to avoid stale DB connection remaining open. Ref: Issue #4"
This reverts commit ee1e732776.

73ebc06275 Supersedes this one, thanks a lot to Mathias Behrle for uncovering this bug and all the help squashing it!
2014-05-23 17:45:09 -04:00
Roberto Rosario 53ae32948c Don't run the scheduler when running tests 2014-05-23 17:43:07 -04:00
Roberto Rosario 73ebc06275 Explicitly close all connection for any scheduled task, ref issue #4 2014-05-23 17:01:25 -04:00
Roberto Rosario 721567be2b Update URLs to the new project github page 2014-05-23 03:13:59 -04:00
Roberto Rosario 935845719f Misc cleanups, PEP8, conding conventions, spaces, unused imports, False/True comparisons 2014-05-23 03:06:26 -04:00
Roberto Rosario cdb93e46ae Update release notes 2014-05-23 01:15:52 -04:00
Roberto Rosario 9eca408c94 Add support for deletion of detached signatures 2014-05-23 01:04:02 -04:00
Roberto Rosario 85d8d23187 PEP8 cleanup, unused imports cleanups, coding conventions, relative imports, sorting of imports 2014-05-22 22:58:55 -04:00
Roberto Rosario cf340cc08c Update copyright date 2014-05-22 17:29:03 -04:00
Roberto Rosario 398c480c10 Remove the striptags functionality, fixes some instances of XSS, issue #3 2014-05-22 17:27:06 -04:00
Roberto Rosario 12948c155e Update version numbering and copyright years 2014-05-22 17:08:04 -04:00
Roberto Rosario 95520b23bc Add initial version 1.0 release notes 2014-05-22 17:07:45 -04:00
Roberto Rosario ee1e732776 Close connection before and after executing periodic OCR task, to avoid stale DB connection remaining open. Ref: Issue #4 2014-05-22 16:44:48 -04:00
Roberto Rosario 60bdf37fbd Upgrade to Django 1.4 requires now the addition of the messages context processor 2014-05-22 16:41:06 -04:00
Roberto Rosario 58bcc463c4 Add document search test in relation to related_name updates 2014-05-20 22:40:32 -04:00
Roberto Rosario 4063cb7f7c Update document search configuration inline with the recent related_name updates 2014-05-20 22:39:52 -04:00
Roberto Rosario df9a9f695b Update README file 2014-05-20 03:24:47 -04:00
Roberto Rosario f840d66b15 Update contributors file 2014-05-20 03:16:59 -04:00
Roberto Rosario 63d9f02fdd Convert README file to restructured text, add contributors section 2014-05-20 03:13:50 -04:00
Roberto Rosario 96d55dd3f9 Update coveralls badge markup 2014-05-20 02:51:02 -04:00
Roberto Rosario 0804948ff3 Add travis CI and coveralls badges 2014-05-20 02:45:31 -04:00
Roberto Rosario a51565f3aa Disable document signature tests 2014-05-20 02:45:09 -04:00
Roberto Rosario 7334bc5b3e Update gitignore file to ignore .coverage files 2014-05-19 20:54:45 -04:00
Roberto Rosario 5c908c57c8 Add travis CI config file 2014-05-19 20:54:12 -04:00
Roberto Rosario 07cc6301ae Update requirements file, add testing requirements file 2014-05-19 20:53:26 -04:00
Roberto Rosario bd3cd8585b Do not update indexes from the documents app 2014-05-19 20:32:15 -04:00
Roberto Rosario c7e176a793 PEP8 and misc. cleanups 2014-05-19 20:31:01 -04:00
Roberto Rosario 5987a9ed53 Remove 3rd_party_apps folder, don't include filetransfers it is now instalable from PyPI 2014-05-19 20:18:07 -04:00
Roberto Rosario 4152597771 Update django-sendfile and python-magic versions 2014-05-19 20:16:00 -04:00
Roberto Rosario db5ce56328 Merge remote-tracking branch 'origin/master' 2014-05-19 20:07:29 -04:00
Roberto Rosario 79e28ca853 Check if a node is a root node the proper way, make 'root' translatable 2014-05-19 20:07:04 -04:00
Roberto Rosario 441f900b4c Check is a node is a root node the proper way, make 'root' translatable 2014-05-19 20:04:51 -04:00
Roberto Rosario 5e45d1970f Check if a node is a root node the proper way 2014-05-19 20:04:32 -04:00
Roberto Rosario 2bcdd1017e Update django-mptt version used 2014-05-19 19:55:40 -04:00
Roberto Rosario ceb1923c8a Update Pillow and South to their latests versions (2.4.0 and 0.8.4) 2014-05-19 19:46:39 -04:00
Roberto Rosario 5e59708246 Reorganize requirements file 2014-05-19 19:43:16 -04:00
Roberto Rosario eaea9ec6fc Update to Django 1.4.13, update django rest framework to 2.3.13 2014-05-19 19:35:07 -04:00
Roberto Rosario dd1c06102f Update contributors file 2014-05-19 18:47:30 -04:00
Roberto Rosario 331b595ace Merge remote-tracking branch 'origin/master' 2014-05-19 16:21:28 -04:00
Roberto Rosario 60ac55bfd3 PEP8 and simple cleanups 2014-05-19 16:19:55 -04:00
Roberto Rosario fd254135f5 Reorganize imports 2014-05-19 15:09:28 -04:00
Roberto Rosario 1d609333dc Update indexes via signals from metadata updates or document deletions 2014-05-19 15:08:59 -04:00
Mathias Behrle bb1153c7d8 Correcting path to license, it is in PROJECT_ROOT. 2014-05-19 15:44:50 +02:00
Roberto Rosario c7205aaa59 Fix the document upload link not appearing on some views 2014-05-19 00:38:25 -04:00
Roberto Rosario cbe587432d Move missing import from __init__ to links.py where is it now used 2014-05-19 00:35:55 -04:00
Roberto Rosario e258f4c4c1 Remove use of another custom property and use the related_name feature of the document page model 2014-05-19 00:32:36 -04:00