Roberto Rosario
|
93a28fab2f
|
Issue #56, Remove the MAIN_DISABLE_ICONS setting configuration option
|
2014-10-02 17:54:05 -04:00 |
|
Roberto Rosario
|
3d033c687d
|
Issue #56, Remove specialized Sentry link
|
2014-10-02 17:45:41 -04:00 |
|
Roberto Rosario
|
41d2f2c5c6
|
Remove insertion of the web_theme value into the templates
|
2014-10-02 17:44:10 -04:00 |
|
Roberto Rosario
|
6e40e7e5a5
|
Issue #56, Remove the MAIN_THEME configuration option
|
2014-10-02 17:42:44 -04:00 |
|
Roberto Rosario
|
1cd0e05f1f
|
Issue #56, Remove the MAIN_VERBOSE_LOGIN configuration option
|
2014-10-02 17:37:40 -04:00 |
|
Roberto Rosario
|
9920f75b58
|
Issue #56, Remove per source icon support
|
2014-10-02 17:34:23 -04:00 |
|
Roberto Rosario
|
c664dd7113
|
Issue #56, Start addressing issue #40 (document, permissions, sources, tags and user_management apps)
|
2014-10-02 17:33:56 -04:00 |
|
Roberto Rosario
|
6b5d082b78
|
Start addressing issue #40 (document, permissions, sources, tags and user_management apps)
|
2014-10-02 02:25:28 -04:00 |
|
Roberto Rosario
|
691bbdc18e
|
Remove the web_theme app from the transifex configuration file
|
2014-10-02 02:06:51 -04:00 |
|
Roberto Rosario
|
74cf4c413f
|
Import cleanups, reorganization, PEP8 cleanups
|
2014-10-02 02:01:08 -04:00 |
|
Roberto Rosario
|
1c50bca38a
|
More capitalizations, issue #39
|
2014-10-02 01:23:10 -04:00 |
|
Roberto Rosario
|
06dd1b3368
|
Issue #39, Explicitly captalize string now that they are not capitalized blindly by the templates
|
2014-10-02 01:17:27 -04:00 |
|
Roberto Rosario
|
488efbe43f
|
Use same quotation style
|
2014-10-02 01:15:47 -04:00 |
|
Roberto Rosario
|
2c12c61785
|
Issue #56, remove scheduled tasks list view
|
2014-10-01 22:53:48 -04:00 |
|
Roberto Rosario
|
aaeb2a5bdf
|
Add __init__.py
|
2014-10-01 22:49:52 -04:00 |
|
Roberto Rosario
|
9012a1101a
|
Merge branch 'feature/remove_non_essentials' into development
Conflicts:
mayan/apps/converter/__init__.py
mayan/apps/converter/api.py
mayan/apps/converter/views.py
mayan/urls.py
|
2014-10-01 22:22:06 -04:00 |
|
Roberto Rosario
|
7f62831c37
|
Issue #56, Remove the "Supported File Format" list view, messages and related code
|
2014-10-01 22:19:08 -04:00 |
|
Roberto Rosario
|
1d5851ac32
|
Add the zh-cn locale to the process languages script
|
2014-10-01 05:42:20 -04:00 |
|
Roberto Rosario
|
8d31a0f155
|
Add the zh-cn locale to the process languages script
|
2014-10-01 05:32:28 -04:00 |
|
Roberto Rosario
|
437c74a024
|
Merge branch 'master' into development
|
2014-10-01 05:19:51 -04:00 |
|
Roberto Rosario
|
5a7e09c876
|
Reset the local.py settings file
|
2014-10-01 05:17:41 -04:00 |
|
Roberto Rosario
|
d03801d444
|
Merge remote-tracking branch 'origin/master'
|
2014-10-01 05:17:08 -04:00 |
|
Roberto Rosario
|
32b3ae7267
|
Merge branch 'feature/optimize_thumbnails' into development
Conflicts:
mayan/apps/main/templates/base.html
|
2014-10-01 05:16:28 -04:00 |
|
Roberto Rosario
|
7bc2da97ef
|
Change the data attribute used to avoid javascript mime warnings, remove duplicated $(this) lookup
|
2014-10-01 05:10:31 -04:00 |
|
Roberto Rosario
|
3eab590b49
|
Remove unused variables, remove unused parent lookup, remove unused logging, remove lazy load class after loading
|
2014-10-01 05:00:12 -04:00 |
|
Roberto Rosario
|
470eb299b6
|
Issue #49, add scrollstop event support and use it to optimize document page image loading
|
2014-10-01 04:56:42 -04:00 |
|
Roberto Rosario
|
c5d7e4075d
|
Merge pull request #54 from fordguo/master
add the zh_CN support
|
2014-10-01 03:11:28 -04:00 |
|
Roberto Rosario
|
7090fb8859
|
Merge branch 'hotfix/fix_anonymous_search' into development
|
2014-09-30 17:29:05 -04:00 |
|
Roberto Rosario
|
f1cbc44db9
|
Issue #51, Don't try to display the recent searches template for anonymous users.
|
2014-09-30 17:28:02 -04:00 |
|
Roberto Rosario
|
5f6438ac55
|
Merge branch 'feature/polish_PR_52' into development
|
2014-09-30 15:48:42 -04:00 |
|
Roberto Rosario
|
4968051b6d
|
Don't silence OCR errors even if Tesseract is optional otherwise the user won't know happened.
Catch the OSError generic exception and return a friendlier "Tesseract not found" exception
|
2014-09-30 15:41:00 -04:00 |
|
Roberto Rosario
|
f434720617
|
Don't silence OCR errors at the API high level, at this layer we don't know what really happened in the backend.
Move exception handling to the backend.
|
2014-09-30 15:39:36 -04:00 |
|
Roberto Rosario
|
3effc58ab0
|
Fix the way we try for missing binary dependencies in the installations app
Issue #50. Thanks to Ford Guo (@fordguo) for the reporting.
|
2014-09-30 15:21:21 -04:00 |
|
Mathias Behrle
|
1cbd54dad7
|
Do not fail, when ocr backend is missing (#50).
- Since tesseract (i.e. an ocr backend) is an optional requiremnt of mayan, we
shouldn't fail, if it is not found.
- S.a https://github.com/mayan-edms/mayan-edms/issues/50
|
2014-09-30 15:14:38 -04:00 |
|
Roberto Rosario
|
b70611de90
|
Merge pull request #52 from mbehrle/feature/unfail_ocr_backend
Do not fail, when ocr backend is missing (#50).
|
2014-09-30 15:10:36 -04:00 |
|
Roberto Rosario
|
c95b088cd8
|
Merge branch 'hotfix/test_for_issue_46' into development
Conflicts:
mayan/apps/documents/tests.py
|
2014-09-30 14:47:17 -04:00 |
|
Roberto Rosario
|
07dd6a87ef
|
Add test to make sure the page issue is fixed, issue #46
|
2014-09-30 14:45:22 -04:00 |
|
Roberto Rosario
|
03e5c7732a
|
Ignore the 'page' key when recreating the advanced search string
|
2014-09-30 14:43:46 -04:00 |
|
Mathias Behrle
|
0b153f0c7e
|
Skip page key in advanced search (#46).
|
2014-09-30 13:57:21 -04:00 |
|
Roberto Rosario
|
36990ec818
|
Add document accesor method to display a document folders
|
2014-09-30 09:58:42 -04:00 |
|
Ford Guo
|
306c528665
|
update zh_CN po mo
|
2014-09-30 12:07:57 +08:00 |
|
Ford Guo
|
fa78a30413
|
change zh_CN po mo
|
2014-09-30 11:00:39 +08:00 |
|
Ford Guo
|
5d10eab278
|
update zh_CN
|
2014-09-29 14:28:50 +08:00 |
|
Ford Guo
|
930ae94856
|
update zh_CN po,mo
|
2014-09-28 12:06:34 +08:00 |
|
Ford Guo
|
bc31899d9e
|
update zh_CN po,mo
|
2014-09-28 11:41:36 +08:00 |
|
Ford Guo
|
e4cdc69ca1
|
add zh_CN mo files
|
2014-09-26 13:54:49 +08:00 |
|
Ford Guo
|
b15100c2ea
|
add zh_CN language
|
2014-09-26 11:43:53 +08:00 |
|
Mathias Behrle
|
034875a88a
|
Do not fail, when ocr backend is missing (#50).
- Since tesseract (i.e. an ocr backend) is an optional requiremnt of mayan, we
shouldn't fail, if it is not found.
- S.a https://github.com/mayan-edms/mayan-edms/issues/50
|
2014-09-25 19:31:46 +02:00 |
|
Roberto Rosario
|
389143a8b7
|
Merge pull request #48 from mbehrle/feature/fix_advanced_search
Skip page key in advanced search (#46).
|
2014-09-23 01:57:12 -04:00 |
|
Mathias Behrle
|
73e1650554
|
Skip page key in advanced search (#46).
|
2014-09-23 00:28:25 +02:00 |
|