Emlyn Clay
3406f424ef
Set all help templates to extend from a generic_help.html template
2014-11-07 11:06:26 +00:00
Emlyn Clay
196474dbed
Add a generic help template - factor out the template so that you only need to override the generic rather than 8 separate templates.
2014-11-07 10:51:02 +00:00
Roberto Rosario
d03801d444
Merge remote-tracking branch 'origin/master'
2014-10-01 05:17:08 -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
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
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
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
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
Roberto Rosario
1050fc71af
Fix tag properties reference
2014-09-06 17:29:15 -04:00
Roberto Rosario
65ecb28c76
Add functional document views test
2014-08-26 22:52:32 -04:00
Roberto Rosario
adf4291ea4
Dismiss successful messages after 2.5 seconds
2014-08-26 01:21:37 -04:00
Roberto Rosario
bb2885f52e
Fix issue #25
2014-08-26 00:27:09 -04:00
Roberto Rosario
2825bfc97b
Merge remote-tracking branch 'origin/master'
2014-07-31 21:39:04 -04:00
Roberto Rosario
01a0d69a5f
Generate new source language files
2014-07-31 20:27:52 -04:00
Michel
8268804499
Update bulk_upload.py
...
compressed_files relative import didn't point to the right location.
2014-07-30 18:38:29 -04:00
Roberto Rosario
deaf13d2a3
Remove unused imports
2014-07-28 03:25:31 -04:00
Roberto Rosario
b3082b5743
Use Django's method to generate the SECRET_KEY setting
2014-07-28 03:23:51 -04:00
Roberto Rosario
4172246358
Add username and email login tests
2014-07-28 03:18:45 -04:00
Roberto Rosario
dad8f0fa9d
Move CSS markup from form to the template
2014-07-28 03:18:28 -04:00
Roberto Rosario
0d3ce55f39
Don't inherit from Django's default AuthenticationForm
...
It is for username/password only
2014-07-28 03:17:26 -04:00
Roberto Rosario
a3bd6d3f64
Update authentication backend as per Django 1.6 updates
2014-07-28 03:16:52 -04:00
Roberto Rosario
b21433dcb2
Show the email of the auto generated admin
2014-07-28 03:16:17 -04:00
Roberto Rosario
b98dbd83da
Synchronize language translations
2014-07-28 01:22:21 -04:00
Roberto Rosario
6c08d0396d
Merge remote-tracking branch 'origin/master'
2014-07-25 21:32:55 -04:00
Roberto Rosario
d95a2931d2
Quick fix for issue #24
2014-07-25 21:31:34 -04:00
Roberto Rosario
2c33e2e029
Old remaked and unused code removal
2014-07-25 21:27:30 -04:00
Roberto Rosario
502ec89d58
Add functional document API test
2014-07-24 12:33:52 -04:00
Roberto Rosario
d2ae771d6a
Make sure the reponse has a Content-Type
...
Before trying to make sure it is an HTML response
or else it can causes errors in DELETE API responses
2014-07-24 12:31:07 -04:00
Roberto Rosario
3c4ddecf80
Enable token authentication for the API, add API token request view
2014-07-24 01:03:51 -04:00
Roberto Rosario
8807c52ac3
Merge remote-tracking branch 'origin/master'
2014-07-24 00:38:26 -04:00
Roberto Rosario
133eb2d094
Allow new document version to be created without having to specify the document
2014-07-24 00:37:52 -04:00
Jens Kadenbach
d6d10506e1
Remove magic import from sh module
...
Since the magic import "from sh import pip"
is harder to debug and has problems on some
systems, it is now substituted by a conventional
pip-command object creation.
2014-07-23 22:47:09 +00:00
Roberto Rosario
83924f3f2e
Update tag app API views to use new per HTTP method permission checking
2014-07-22 03:35:27 -04:00
Roberto Rosario
9d09d3c763
Update documents app API views to use the new per HTTP method permissions checking
2014-07-22 03:33:42 -04:00
Roberto Rosario
56d346a784
Add support for per HTTP method permissions checking
2014-07-22 03:32:30 -04:00
Roberto Rosario
5d0b477e8f
Allow documents with no versions to exist, previously these were considered an anomaly and were unhandled
2014-07-22 02:34:12 -04:00