Commit Graph
6672 Commits
Author SHA1 Message Date
Roberto Rosario c6a5ba8d3b Convert the role creation, editing and deletion views to use the new class based views 2014-06-26 18:01:56 -04:00
Roberto Rosario 620dee80f4 Mayan's first class based views thanks a lot to @bmispelon for all the help 2014-06-26 18:01:09 -04:00
Roberto Rosario 9187e7c5f8 Remove use of backported object_list generic function view 2014-06-26 15:57:11 -04:00
Roberto Rosario e065e81fe4 Get rid of the backported object_list 2014-06-26 15:35:11 -04:00
Roberto Rosario be358137e6 Fix spacing 2014-06-26 15:32:57 -04:00
Roberto Rosario 97037e8e56 Use Django's SessionWizardView and get rid of our included one 2014-06-26 15:31:47 -04:00
Roberto Rosario 3b73936723 Update patterns, url imports in all of the project's urls.py files 2014-06-26 15:27:03 -04:00
Roberto Rosario 20fa4a543d PEP8 cleanups, add missing imports 2014-06-25 15:46:30 -04:00
Roberto Rosario 3ec31a890e Remove all OCR queue transformation code 2014-06-25 10:44:43 -04:00
Roberto Rosario 3ab175fa53 Update search registration following the related_name updates 2014-06-25 03:14:48 -04:00
Roberto Rosario 5e3d5c7fcb Use metadata model's related name to address a document's metadata instances 2014-06-25 03:01:27 -04:00
Roberto Rosario ac061f2203 PEP8 Cleanups, simple sintax errors fixes 2014-06-25 02:53:12 -04:00
Roberto Rosario 0209d13150 Change quotation char usage, remarked code cleanups 2014-06-25 02:22:11 -04:00
Roberto Rosario c4439f45de Move project tool links to their own module 2014-06-25 01:25:53 -04:00
Roberto Rosario 21bad298d3 Move project setup app links to their own module 2014-06-25 01:25:35 -04:00
Roberto Rosario ff6faa9629 Normalize quoting style, correct app name for the version tag 2014-06-24 22:48:51 -04:00
Roberto Rosario e0347785b7 Initial implementation of OCR pluggable backends 2014-06-24 22:48:16 -04:00
Roberto Rosario 198402385e Update .gitignore 2014-06-21 02:59:58 -04:00
Roberto Rosario 1ed07736cb Update setup.py and associated files 2014-06-21 02:59:18 -04:00
Roberto Rosario ce5fdd9477 Update translations URL 2014-06-21 02:58:46 -04:00
Roberto Rosario dc5a36292e Move __version__ from main app to top level mayan directory 2014-06-21 02:42:26 -04:00
Roberto Rosario c5c240c12e Update 1.0 release notes 2014-06-21 02:18:45 -04:00
Roberto Rosario 73245e66f4 Update and enable all language translations 2014-06-21 02:01:16 -04:00
Roberto Rosario 431f7a51d1 Add support for pull translation from transifex to the language helper script 2014-06-21 02:00:09 -04:00
Roberto Rosario cf49f64676 Romanian language translation sync and enabling 2014-06-21 00:23:30 -04:00
Roberto Rosario 076797ff24 Added Bosnian translation files and enable Bosnian language selection 2014-06-21 00:16:38 -04:00
Roberto Rosario 7dde6562ce Update message helper script for new paths and new languages 2014-06-21 00:15:01 -04:00
Roberto Rosario 368e17da64 Update resource file path in the transifex client config file 2014-06-20 23:56:37 -04:00
Roberto Rosario 3d1b4b8460 Import reordering 2014-06-20 22:45:49 -04:00
Roberto Rosario 9cad8e94e4 Merge compressed files code from two modules 2014-06-20 22:45:33 -04:00
Roberto Rosario 45900332c2 Update travis file 2014-06-20 20:21:34 -04:00
Roberto Rosario 58930fed8c Removal of fabric file installation support, this should be its own separate project 2014-06-20 20:20:58 -04:00
Roberto Rosario 956bf0f9d8 Move OCR app links to their own module 2014-06-20 20:04:31 -04:00
Roberto Rosario eda2592106 Cleanup import, quoting style 2014-06-20 19:59:33 -04:00
Roberto Rosario 3502abf665 Fix sample document paths to fix tests 2014-06-20 19:51:07 -04:00
Roberto Rosario c0f460e1b2 Simple cleanups 2014-06-20 19:18:14 -04:00
Roberto Rosario 3309060014 Escape text in CharFields in the DetailForm to avoid XSS, issue #3 2014-06-20 19:14:40 -04:00
Roberto Rosario c42fc542d0 Escape tag name to avoid XSS, issue #3 2014-06-20 19:04:20 -04:00
Roberto Rosario 30e8cff89b Simple cleanups 2014-06-20 18:51:32 -04:00
Roberto Rosario 20dc9ef703 reverse_lazy is now provided by Django itself 2014-06-20 18:38:48 -04:00
Roberto Rosario b08f89a7eb Reorganize import in the folders app 2014-06-20 18:33:47 -04:00
Roberto Rosario 4df57139e9 Cleanup quote usage in generic templates 2014-06-20 18:30:53 -04:00
Roberto Rosario ae5317ae83 Fix wsgi.py comment typo 2014-06-20 17:34:05 -04:00
Roberto Rosario fed1bb7985 Reduce directory struture complexity 2014-06-19 15:42:06 +02:00
Roberto Rosario 9220beb450 Keep improving setup.py file 2014-06-15 20:54:53 +02:00
Roberto Rosario 34272dc013 Update LICENSE path 2014-06-15 20:54:43 +02:00
Roberto Rosario 16eb1ab1cb Fix statistics calculation after related_name updates 2014-06-15 20:31:32 +02:00
Roberto Rosario ec1745b50b Initial changes to support the new Django 1.6 project structure 2014-06-15 13:13:21 +02:00
Roberto Rosario 7404e36385 Add Simone Federici to contributors 2014-06-15 11:48:24 +02:00
Roberto Rosario 463fd78b09 Keep the required Django to 1.4 until all apps are tested for 1.5 compatibility 2014-06-15 11:46:42 +02:00