Roberto Rosario
|
a078fd1dbc
|
Add initial migration for the ocr app
|
2014-07-18 20:00:59 -04:00 |
|
Roberto Rosario
|
1db614a346
|
Don't create stuff on access, registration instance is now only created at post_migrate signal
|
2014-07-18 19:59:45 -04:00 |
|
Roberto Rosario
|
144db6364c
|
The post_migrate signal is different than the post_syncdb so adjust accordingly
|
2014-07-18 19:59:06 -04:00 |
|
Roberto Rosario
|
9b14096982
|
Add the initialsetup command as a scheduler no run command
|
2014-07-18 19:57:45 -04:00 |
|
Roberto Rosario
|
1a09c4c987
|
Make absolutely sure the scheduler doesn't run, remove convoluted code
|
2014-07-18 19:56:50 -04:00 |
|
Roberto Rosario
|
50c154d1f7
|
Don't print info use logging instead
|
2014-07-18 18:47:55 -04:00 |
|
Roberto Rosario
|
7cb7da42d8
|
Use explicit unicode
|
2014-07-18 18:47:38 -04:00 |
|
Roberto Rosario
|
2b490a08d4
|
Remove common app link importing
|
2014-07-18 18:44:51 -04:00 |
|
Roberto Rosario
|
de07f6f31c
|
Move common app links to a separate module
|
2014-07-18 18:44:28 -04:00 |
|
Roberto Rosario
|
7d0a562a76
|
Move registration app links to a separate module
|
2014-07-18 18:38:49 -04:00 |
|
Roberto Rosario
|
f074f5431c
|
Create RegistrationSingleton only after db exists
|
2014-07-18 18:36:12 -04:00 |
|
Roberto Rosario
|
5f61dac179
|
Simplify signal handler
|
2014-07-18 18:35:37 -04:00 |
|
Roberto Rosario
|
206b5c1a56
|
Try to create the model only after the post_migrate signal
|
2014-07-18 18:35:10 -04:00 |
|
Roberto Rosario
|
ba71c80b32
|
Don't use the post_syncdb signal use the post_migrate signal instead
|
2014-07-18 13:32:07 -04:00 |
|
Roberto Rosario
|
fdf33c2296
|
Only create the object during the signal handling
|
2014-07-18 13:31:41 -04:00 |
|
Roberto Rosario
|
9e50182978
|
Don't write to the DB during __init__.py import
|
2014-07-18 13:31:11 -04:00 |
|
Roberto Rosario
|
f47a5eb9eb
|
Switch tests from django.utils.unittest.TestCase to django.test.TestCase
|
2014-07-18 03:02:27 -04:00 |
|
Roberto Rosario
|
12684eca52
|
Remove mention of ./manage.py, might confuse new users not familiar with Django
|
2014-07-17 17:26:27 -04:00 |
|
Roberto Rosario
|
a0e87df997
|
Bump version
|
2014-07-17 01:24:20 -04:00 |
|
Roberto Rosario
|
4c95e2665c
|
Merge remote-tracking branch 'origin/master'
|
2014-07-17 00:30:17 -04:00 |
|
Roberto Rosario
|
8a22863c96
|
Add initial .coveragerc file
|
2014-07-17 00:30:08 -04:00 |
|
Roberto Rosario
|
7120ffe72d
|
Move intial setup code to a management command called initialsetup, update installation instructions
|
2014-07-17 00:17:14 -04:00 |
|
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 |
|
Roberto Rosario
|
9d49602dda
|
Merge pull request #20 from mbehrle/feature/ocr_cleanup
Feature/ocr cleanup
|
2014-07-15 23:05:22 -04:00 |
|
Mathias Behrle
|
a1868d6dd9
|
Some minor doc fixes.
|
2014-07-14 17:40:40 +02: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
|
11e24d8401
|
Update example settings path
|
2014-07-13 16:22:26 -04:00 |
|
Roberto Rosario
|
820735a03a
|
Merge pull request #17 from NacreData/patch-1
Update installation.rst
|
2014-07-13 16:09:00 -04:00 |
|
Devin Ceartas
|
baef81d25b
|
Update installation.rst
|
2014-07-13 19:51:46 +00: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
|
7f177c430f
|
Change badges style
|
2014-07-12 16:59:34 -04:00 |
|
Roberto Rosario
|
e9107be889
|
Don't build universal wheel package
|
2014-07-12 16:59:14 -04:00 |
|
Roberto Rosario
|
86d221274d
|
Update HISTORY file
|
2014-07-12 03:57:07 -04:00 |
|
Roberto Rosario
|
8c07171345
|
Fix logo path
|
2014-07-12 03:45:31 -04:00 |
|
Roberto Rosario
|
ad8e1034e8
|
Fix typo
|
2014-07-12 03:39:16 -04:00 |
|
Roberto Rosario
|
b352a0eafb
|
Update logo
|
2014-07-12 03:37:56 -04:00 |
|
Roberto Rosario
|
86ed128386
|
Update release notes and development topic
|
2014-07-12 03:32:45 -04:00 |
|
Roberto Rosario
|
fb45a6c3c9
|
Update documentation
|
2014-07-12 03:03:26 -04:00 |
|
Roberto Rosario
|
810cbd710e
|
Merge branch 'cccs-web-master'
|
2014-07-11 18:37:23 -04:00 |
|
Roberto Rosario
|
cac87d1d37
|
Merge branch 'master' of https://github.com/cccs-web/mayan-edms into cccs-web-master
Conflicts:
docs/credits/contributors.rst
|
2014-07-11 18:35:45 -04:00 |
|
Paul Whipp
|
9370d5bd66
|
Update contributors.rst
Added Paul Whipp
|
2014-07-12 08:17:06 +10:00 |
|
Roberto Rosario
|
cdcfc39f3c
|
Remove the donations text
|
2014-07-11 11:29:30 -04:00 |
|