Commit Graph

208 Commits

Author SHA1 Message Date
Roberto Rosario
5cf8360534 Point the wsgi to the same autogenerated settings file 2014-07-16 18:39:01 -04:00
Roberto Rosario
923176217d Fix LICENSE file path for the license view 2014-07-16 13:53:41 -04:00
Roberto Rosario
53f4619a9c Check for the correct exception 2014-07-16 13:47:32 -04:00
Mathias Behrle
f67176aa9f Removing unused variable from language correction files. 2014-07-14 14:57:03 +02:00
Mathias Behrle
8bae464841 Re-adding migrated french language correction file, 2014-07-14 14:49:56 +02:00
Mathias Behrle
79f03d9907 Removing double variable definition. 2014-07-14 14:48:12 +02:00
Mathias Behrle
e90a60efe3 Adding missing argument to german language correction file. 2014-07-14 14:21:21 +02:00
Roberto Rosario
e48edd46c4 Update test for python 2.6 compatibility 2014-07-13 14:55:57 -04:00
Roberto Rosario
b0a33ada2b Update OCR test to test for different language settings, issue #16 2014-07-13 14:45:05 -04:00
Roberto Rosario
8fca5e2789 Remove the French OCR cleanup backend for now, a patchset seems to be missing. 2014-07-13 11:34:08 -04:00
Roberto Rosario
1f3fed2182 Update the German OCR cleanup backend to be a class not a function 2014-07-13 11:32:41 -04:00
Roberto Rosario
2c845ca72e Generate a new secret key and save it to local.py settings after installation, use this local.py file by default 2014-07-11 03:34:28 -04:00
Roberto Rosario
f3631ee326 Downgrade version 2014-07-11 02:54:07 -04:00
Roberto Rosario
17b072df41 Update deprecated methods 2014-07-11 02:53:36 -04:00
Roberto Rosario
9a05278957 Do debug static media serving as per Django 1.6 docs, don't try to import DDT if it is not installed 2014-07-11 02:48:33 -04:00
Roberto Rosario
548ccda347 Add the Django debug toolbar middleware at the beginning as per the docs 2014-07-11 02:47:56 -04:00
Roberto Rosario
657b9106c2 Use timezone aware datetime in migration 2014-07-11 01:56:54 -04:00
Roberto Rosario
e13637d766 Use timezone aware datetime in migration 2014-07-11 01:53:32 -04:00
Roberto Rosario
9403f06301 Removed unused imports 2014-07-11 01:53:08 -04:00
Roberto Rosario
e7c3547e69 Cleanups 2014-07-11 01:43:29 -04:00
Roberto Rosario
b6d9717223 Remove last usage of Django's simplejson library 2014-07-11 01:37:57 -04:00
Roberto Rosario
2b2cd80a18 Fix and improve the existing tests 2014-07-11 01:35:00 -04:00
Roberto Rosario
2a46d6f601 Fix and improve the document_signatures test 2014-07-11 01:31:59 -04:00
Roberto Rosario
e2ae80b43d Add the old secret key back fixes test runners 2014-07-11 01:16:24 -04:00
Roberto Rosario
df55385d07 Import base.py by default 2014-07-11 01:15:51 -04:00
Roberto Rosario
f2c351fbc7 Remove the SITE_ROOT settings variable and use Django's MEDIA_ROOT instead.
By default MEDIA_ROOT will point to a new 'media' inside Mayan's main directory.
2014-07-11 01:06:50 -04:00
Roberto Rosario
3f9adb0922 Separate development settings file into two, with and without Django Debug Toolbar 2014-07-11 00:39:58 -04:00
Roberto Rosario
972aa02976 Merge branch 'master' of https://github.com/cccs-web/mayan-edms into cccs-web-master
Conflicts:
	mayan/settings/includes/common.py
2014-07-11 00:32:50 -04:00
Roberto Rosario
2a89e2be23 Merge pull request #13 from mbehrle/feature/lost_merges
Feature/lost merges
2014-07-10 20:42:02 -04:00
Mathias Behrle
30f73ba73c Increasing field length of page_label to 40 chars.
The german translation takes 33 chars. This breaks saving the ocr
 result.
2014-07-11 01:59:04 +02:00
Roberto Rosario
bc2a04efa2 Add document uploading and deletion functional test 2014-07-10 19:51:56 -04:00
Mathias Behrle
53ab7a23e6 Adding french cleanup file. 2014-07-11 01:08:11 +02:00
Mathias Behrle
506d65c93e Adding language correction file for Germany (deu). 2014-07-11 00:56:15 +02:00
Roberto Rosario
607050be65 Remove unused link and url pattern 2014-07-10 04:46:35 -04:00
Roberto Rosario
656c2e6d3c Use the document display view and not the document preview view by default now when clicking on document thumbnails 2014-07-10 04:45:53 -04:00
Roberto Rosario
c7e197378c Remove unused URL pattern 2014-07-10 04:39:21 -04:00
Roberto Rosario
fc71ca8f8a Update document widget parameters 2014-07-10 04:38:54 -04:00
Roberto Rosario
9194b45e91 Update document metadata accesor name 2014-07-10 04:38:33 -04:00
pwhipp
ec6466dce2 removed redundant import 2014-07-10 17:43:38 +10:00
pwhipp
af7effb9cb Added deployment information for production site 2014-07-10 17:42:07 +10:00
pwhipp
a011098c2c Added .gitignore so that secrets.py never gets added into the repo by accident. 2014-07-10 17:03:11 +10:00
pwhipp
877ec04faf Added explicit debug toolbar setup 2014-07-10 17:02:01 +10:00
pwhipp
b9bf845964 Added required postgres database configuration 2014-07-10 17:01:44 +10:00
pwhipp
4adab09214 Simplified configuration and corrected debug_toolbar induced problem 2014-07-10 16:48:37 +10:00
Roberto Rosario
3bed82fc16 PEP8 cleanup, unused imports, missing imports, style cleanups 2014-07-10 02:45:19 -04:00
pwhipp
71e35f5746 Added settings/development.py 2014-07-10 16:28:12 +10:00
pwhipp
a05d92cead Added settings/includes/secrets.py facility for site specific secret data that should not be in the repo. 2014-07-10 16:26:10 +10:00
pwhipp
d7976375ec Tidied BASE_DIR/SITE_ROOT 2014-07-10 16:20:00 +10:00
pwhipp
4b30eb7ff9 Moved original settings to be common includes. 2014-07-10 16:13:30 +10:00
pwhipp
0ef00b5082 Reverted to default (sqlite) settings so all working. 2014-07-10 15:59:03 +10:00