Commit Graph

2718 Commits

Author SHA1 Message Date
Roberto Rosario
897fc031ec Add improved migrations 2012-06-13 03:36:13 -04:00
Roberto Rosario
fae74e8791 Update view to new form definition 2012-06-12 22:44:25 -04:00
Roberto Rosario
6f108c32f5 Tweak model options 2012-06-12 22:43:28 -04:00
Roberto Rosario
03cd450839 Add conditional display to check in and out links 2012-06-12 22:41:48 -04:00
Roberto Rosario
144e01dc97 Add sample custom field and widget to fashion the split checkout expiration field from this one 2012-06-12 22:41:01 -04:00
Roberto Rosario
e01c38b9a3 Improve checkout view 2012-06-12 02:49:36 -04:00
Roberto Rosario
6568e64c1f Update model to try to detect consecutive checkout of the same document 2012-06-12 02:48:21 -04:00
Roberto Rosario
b412a6bf43 Rename link name 2012-06-12 02:43:28 -04:00
Roberto Rosario
e265715c7d Reduce fields size, compose expiration datetime from the form inputs 2012-06-12 02:42:51 -04:00
Roberto Rosario
8ff727c50b Initial commit adding document checkout support 2012-06-11 01:25:02 -04:00
Roberto Rosario
d0c8f23dfe Update the requests package required version (version 0.10.1 causes vagrant box to drop SSH connection)
Conflicts:

	requirements/production.txt
2012-06-08 23:11:28 -04:00
Roberto Rosario
22caf75653 Move linking app links to a separate file 2012-06-08 23:08:15 -04:00
Roberto Rosario
7bd07b53fc Move document_signatures app links to a separate file 2012-06-08 23:07:55 -04:00
Roberto Rosario
9bbd99bcd9 Move document_comments app links to a separate file 2012-06-08 23:07:33 -04:00
Roberto Rosario
7c4a458dbb Move django_gpg app links to a separate file 2012-06-08 23:07:15 -04:00
Roberto Rosario
5563d2e747 Merge remote-tracking branch 'origin/development' into development 2012-06-08 19:24:04 -04:00
Roberto Rosario
28ebcfa2d8 Fix Permission class import statement 2012-06-08 18:52:19 -04:00
Roberto Rosario
e901f3d914 Move mailer app links to a separate file 2012-06-08 18:51:49 -04:00
Roberto Rosario
ec1f97379e Move permissions app links to a separate file 2012-06-08 18:44:25 -04:00
Roberto Rosario
2fe94bb9fa Move sources app links to a separate file 2012-06-08 18:41:51 -04:00
Roberto Rosario
9a4a3a87fe Move user_management app links to a seprate file 2012-06-08 18:36:39 -04:00
Roberto Rosario
176d577142 Move tags app links to a seprate file 2012-06-08 18:33:26 -04:00
Roberto Rosario
9dda1d9035 Move smart_settings links to a separate file 2012-06-08 18:33:08 -04:00
Roberto Rosario
9ee65cad7f Move ocr app links to a seprate file 2012-06-08 18:28:04 -04:00
Roberto Rosario
d8b8dee509 Move metadata app links to a seprate file 2012-06-08 18:24:30 -04:00
Roberto Rosario
c1d7acb6e3 Move sentry and admin link registration to common app 2012-06-08 18:20:43 -04:00
Roberto Rosario
de8c690934 Move main app links to a seprate file 2012-06-08 18:17:57 -04:00
Roberto Rosario
b81c8be616 Move folder app links to a separate file 2012-06-08 18:15:15 -04:00
Roberto Rosario
ed58ed667e Move document_indexing app links to a seprate file 2012-06-08 17:41:14 -04:00
Roberto Rosario
7a94f7679b Move converter app links to a seprate file 2012-06-08 17:40:57 -04:00
Roberto Rosario
bb09910ae7 Move acls apps links to a separate file 2012-06-08 17:33:57 -04:00
Roberto Rosario
61fdfaa2db Move common app links to a seprate file 2012-06-08 17:33:36 -04:00
Roberto Rosario
571002660b Rename variable for readability 2012-06-08 17:17:24 -04:00
Roberto Rosario
3094a940e1 Allow passing request, current_path and current_view parameters to Link instances before resolving them 2012-06-08 17:11:04 -04:00
Roberto Rosario
1cc1f8f819 Update the requests package required version (version 0.10.1 causes vagrant box to drop SSH connection) 2012-06-08 16:44:25 -04:00
Roberto Rosario
58f027db60 Clean up (unused imports, PEP8, etc) 2012-06-08 16:43:54 -04:00
Roberto Rosario
2d95824535 Update README.md escaped chars 2012-06-05 15:17:44 -04:00
Roberto Rosario
e3aab5c0f9 Update fabfile url 2012-06-05 15:17:36 -04:00
Roberto Rosario
93b56a5bcc Add fabfile instructions to README.MD file 2012-06-05 15:17:27 -04:00
Roberto Rosario
b896ab9eec Update README.md escaped chars 2012-06-03 23:03:54 -04:00
Roberto Rosario
297d39019a Update fabfile url 2012-06-03 23:00:02 -04:00
Roberto Rosario
992e77a1c6 Add fabfile instructions to README.MD file 2012-06-03 22:55:42 -04:00
Roberto Rosario
c24a3f935e Merge branch 'hotfix/v0.12.1' into development
Conflicts:
	apps/converter/conf/settings.py
	apps/documents/__init__.py
	apps/main/__init__.py
	apps/metadata/__init__.py
	apps/navigation/templatetags/navigation_tags.py
	apps/ocr/__init__.py
	apps/ocr/conf/settings.py
	docs/intro/installation.rst
	docs/releases/index.rst
	requirements/production.txt
2012-06-03 22:50:33 -04:00
Roberto Rosario
980d8c3331 Merge branch 'hotfix/v0.12.1' 2012-06-03 22:38:21 -04:00
Roberto Rosario
001f7f1695 Remove cyrillic characters from doc utils makepdf error is resolved 2012-06-03 22:37:02 -04:00
Roberto Rosario
91c4477f27 Update version 0.12.1 release notes 2012-06-03 22:36:40 -04:00
Roberto Rosario
05ec39e6f0 Add Fedora,fabfile,appsembler install steps 2012-06-03 22:36:13 -04:00
Roberto Rosario
2849fd6e79 Detect blank pages with the PopplerParser, raise ParserError to fallback to OCR if all parsers fail 2012-06-03 21:08:22 -04:00
Roberto Rosario
b88fd35b8a Update compressed fabric file 2012-06-03 04:47:48 -04:00
Roberto Rosario
57f2fe3d4a Autodetect version of Python being executed 2012-06-03 04:40:27 -04:00