Commit Graph

3088 Commits

Author SHA1 Message Date
Roberto Rosario
01826e94e1 Fix create source conditional highlighting 2014-10-21 03:30:35 -04:00
Roberto Rosario
0d6b7dfbc6 Move class and form class functions to the utils module, issue #56: remove whilelist and blacklist support 2014-10-21 03:21:32 -04:00
Roberto Rosario
f8fe2ada0e Issue 83, simplify sources app navigation and views 2014-10-21 03:13:51 -04:00
Roberto Rosario
b0c76eab42 Merge branch 'feature/email_receive' into development 2014-10-20 21:57:58 -04:00
Roberto Rosario
2575e08499 Only fetch when source is enabled 2014-10-20 21:57:39 -04:00
Roberto Rosario
eaf1e55fab Improve periodic task creation and interval reuse 2014-10-20 21:57:19 -04:00
Roberto Rosario
e9d53809df Add missing import 2014-10-20 21:56:57 -04:00
Roberto Rosario
7133943963 Issue #65, complete set of code to implement receiving documents via email (experimental) 2014-10-20 17:48:45 -04:00
Roberto Rosario
f2670e27c8 Add missing view namespace 2014-10-20 02:36:51 -04:00
Roberto Rosario
3faa6dd2a1 Fix URL regex, source_type no longer required 2014-10-20 02:36:44 -04:00
Roberto Rosario
cf214801f5 Add missing view namespace 2014-10-20 02:36:19 -04:00
Roberto Rosario
8fd22d8f63 Fix URL regex, source_type no longer required 2014-10-20 02:35:44 -04:00
Roberto Rosario
59eb6202fe Initial commit to support receiving documents via email 2014-10-20 02:22:19 -04:00
Devin Ceartas
d6486b8a45 Update smart_links.rst
Begin to flesh out the documentation for Smart Links with a full description and some examples.
2014-10-20 00:20:15 -04:00
Roberto Rosario
47b64ac435 Remove 'default' column from settings list view 2014-10-18 02:42:49 -04:00
Roberto Rosario
13f8bddeb2 Issue #56, Remove duplicate search feature 2014-10-18 02:37:04 -04:00
Roberto Rosario
eaefa305a2 Issue #56, remove document version fields 'release_level' and 'serial' 2014-10-18 02:32:11 -04:00
Roberto Rosario
afc7bffca6 Simplify folder edit 2014-10-18 02:24:01 -04:00
Roberto Rosario
72fdfc5271 Setup model based reverse accesor 2014-10-18 02:04:06 -04:00
Roberto Rosario
618a4a4ae8 Add reverse accesor from tag to document, move the search field definition for tag to the tag app 2014-10-18 02:00:16 -04:00
Roberto Rosario
a9b78cb536 Simplify endpoint to add and remove documents to a folder, improve method docstrings 2014-10-18 01:52:27 -04:00
Roberto Rosario
6555eefb53 Add tag API endpoint methods docstrings 2014-10-18 01:51:47 -04:00
Roberto Rosario
9fc4d03b35 Simplify the API to attach or remove tags to a document 2014-10-18 01:27:59 -04:00
Roberto Rosario
fe7675f101 Add API endpoints to add and remove documents from folders 2014-10-18 01:09:26 -04:00
Roberto Rosario
7d47b1f30d Use auto_now_add in the history app 2014-10-18 01:04:59 -04:00
Roberto Rosario
c5e35ba074 Use auto_now_add in the bootstrap app model 2014-10-18 01:02:33 -04:00
Roberto Rosario
8cc8e8abc6 Simplify code, remove import 2014-10-18 01:00:39 -04:00
Roberto Rosario
09e5e4c62e Use auto_now_add for the lock_manager app 2014-10-18 00:58:37 -04:00
Roberto Rosario
0d38a1239d PEP8 cleanups 2014-10-18 00:55:55 -04:00
Roberto Rosario
0e8e10fdf0 Use auto_now for the dynamic_search app 2014-10-18 00:54:04 -04:00
Roberto Rosario
01fffaa59b Update auto_now_add and auto_now for the documents app models 2014-10-18 00:49:49 -04:00
Roberto Rosario
4211f048a0 Explicit new checkout check, remove unused import 2014-10-18 00:45:07 -04:00
Roberto Rosario
1b3233a1b0 Use auto_now_add 2014-10-18 00:42:45 -04:00
Roberto Rosario
297f860012 Use the auto_now_add option, removing the need to override the save method 2014-10-18 00:39:28 -04:00
Roberto Rosario
f594b9c270 Remove the FolderDocuments model simplyfing the Folder model and related views 2014-10-18 00:37:04 -04:00
Roberto Rosario
f039ae60c1 Add API endpoint to attach tags to documents 2014-10-17 22:49:51 -04:00
Roberto Rosario
c2f42bbcd9 Remove reference to unused model 2014-10-17 22:49:31 -04:00
Roberto Rosario
fe79931eec Remove unused import 2014-10-17 22:49:16 -04:00
Roberto Rosario
5557cc40cd Update model name 2014-10-17 22:48:58 -04:00
Roberto Rosario
75575bebcd Add TODO reminder 2014-10-17 22:48:46 -04:00
Roberto Rosario
d0bb6ad46b Update release notes 2014-10-17 22:48:32 -04:00
Roberto Rosario
9a164d6bd3 Don't fail if the taggit app is not installed 2014-10-17 22:48:16 -04:00
Roberto Rosario
ac5adbdc3f Remove django-taggit from the installed apps list 2014-10-17 22:47:48 -04:00
Roberto Rosario
f29714c5aa Update code to remove a tag from a document 2014-10-17 19:59:40 -04:00
Roberto Rosario
12744cb7d2 Add API views to create and delete tags 2014-10-17 19:58:17 -04:00
Roberto Rosario
0263745482 Simplify Tag model, remove django-taggit from the requirements 2014-10-17 19:57:37 -04:00
Roberto Rosario
e56ae335e6 Remove widget code and icon usage 2014-10-17 18:40:27 -04:00
Roberto Rosario
0ae7469d1a PEP8 cleanups 2014-10-17 18:34:50 -04:00
Roberto Rosario
ae3135bec8 Remove unused static media 2014-10-17 18:34:36 -04:00
Roberto Rosario
1c2932586e Remove the checkout widget, update and fix checkouts app's urls namepsaces 2014-10-17 18:28:03 -04:00