Roberto Rosario
|
f9940f1fd0
|
Add default_app_config value to each app. Closes issue GL #216.
|
2015-10-19 02:57:00 -04:00 |
|
Roberto Rosario
|
bd041457c9
|
Update project to use Django 1.7.7. Issue #33
|
2015-03-30 03:43:56 -04:00 |
|
Roberto Rosario
|
73f0a4082a
|
Convert front page button selection to be dynamic
|
2015-01-26 18:22:55 -04:00 |
|
Roberto Rosario
|
d59ea3ede2
|
Add from __future__ import unicode_literals, issue #37
|
2015-01-19 04:06:40 -04:00 |
|
Roberto Rosario
|
d422d8160c
|
Remove the 'related' menu, only use by the document page navigation buttons
|
2015-01-17 01:52:16 -04:00 |
|
Roberto Rosario
|
6e333b7eeb
|
The documents app should not have any knowledge of the sources app, move sources link registration to the sources app
|
2015-01-14 17:49:59 -04:00 |
|
Roberto Rosario
|
305c1aaa6e
|
Finish the move to the new events app
|
2015-01-11 04:51:02 -04:00 |
|
Roberto Rosario
|
bbab21d228
|
Initial commit of the new events app
|
2015-01-10 19:01:57 -04:00 |
|
Roberto Rosario
|
f7f71d706d
|
Improve the multi item action dropdown separator appearance
|
2015-01-08 00:45:18 -04:00 |
|
Roberto Rosario
|
d91a0c1fab
|
Add the new home screen view and template, issue #108
|
2015-01-06 22:14:31 -04:00 |
|
Roberto Rosario
|
e6debeff7e
|
Move back all search field registration into the documents/__init__ module until the upgrade to Django 1.7.x
|
2014-12-13 04:33:59 -04:00 |
|
Roberto Rosario
|
5963822be7
|
Split document view into document preview, document content and document properties views
|
2014-11-17 18:52:20 -04:00 |
|
Roberto Rosario
|
b75f16baee
|
Issue #56, remove diagnostics tools menu, remove missing document list functionality
|
2014-11-11 16:16:03 -04:00 |
|
Roberto Rosario
|
84493b7a72
|
PEP8 Cleanups
|
2014-11-11 14:58:37 -04:00 |
|
Roberto Rosario
|
053a5912ad
|
Add label to the registered Document model fields
|
2014-11-11 03:36:43 -04:00 |
|
Roberto Rosario
|
00d0500284
|
Add bulk document type change support
|
2014-11-05 01:00:42 -04:00 |
|
Roberto Rosario
|
78b2dc21f9
|
Move the actual loading of the serializer when it actually needed
|
2014-10-30 13:44:35 -04:00 |
|
Roberto Rosario
|
9ae2a7564e
|
Update document search field 'filename' to 'label' in line with model changes
|
2014-10-30 13:27:25 -04:00 |
|
Roberto Rosario
|
79ad3bade3
|
Update document app to register the API and search serializer lazily
|
2014-10-30 13:23:19 -04:00 |
|
Roberto Rosario
|
9d65fbf321
|
Remove the views associated to the link they are unnecesary
|
2014-10-30 02:25:55 -04:00 |
|
Roberto Rosario
|
3909d60e9a
|
Issue #56, Remove child_views, child_urls, children_path_regex, children_view_regex link support
|
2014-10-28 17:41:10 -04:00 |
|
Roberto Rosario
|
6aecfd98e6
|
Issue #8, finish adding view and links to change a document's type
|
2014-10-28 02:01:22 -04:00 |
|
Roberto Rosario
|
0bed1df64a
|
Issue #92, Make register_multi_item_links class aware
|
2014-10-27 19:21:05 -04:00 |
|
Roberto Rosario
|
a728690335
|
Issue #56, #97, Make multi item links a drop down list of actions, remove unused code
|
2014-10-27 16:26:13 -04:00 |
|
Roberto Rosario
|
db2ca4fb58
|
Issue #85, Reset page count for a single or multiple documents.
Issue #57, convert to celery task
|
2014-10-22 19:33:20 -04:00 |
|
Roberto Rosario
|
d0ed74dfc3
|
Move links order for uniformity, move all delete button to the far right to reduce accidental clicking
|
2014-10-21 17:41:16 -04:00 |
|
Roberto Rosario
|
c0785fa098
|
Show document type for each document
|
2014-10-21 17:15:20 -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
|
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
|
bc13129e3b
|
Close issue #77, add document view permission to the search app
|
2014-10-14 04:00:14 -04:00 |
|
Roberto Rosario
|
780c55e255
|
Add dynamic_search app API endpoints, simplify ModelSearch class and search views
|
2014-10-14 03:40:46 -04:00 |
|
Roberto Rosario
|
a75a4edf21
|
Issue #39, Finish capitalizing source text messages
|
2014-10-10 02:29:37 -04:00 |
|
Roberto Rosario
|
8bac1525be
|
PEP8 cleanups
|
2014-10-08 19:39:16 -04:00 |
|
Roberto Rosario
|
ad7ae3dcfa
|
Issue #56, Remove sidebar help templates and navigation function to register them
|
2014-10-08 10:11:04 -04:00 |
|
Roberto Rosario
|
5a237ce258
|
Cleanup imports
|
2014-10-08 09:59:26 -04:00 |
|
Roberto Rosario
|
3b03af9295
|
Merge branch 'feature/lts' into merge_test
Conflicts:
mayan/apps/documents/api_views.py
mayan/apps/documents/models.py
mayan/apps/folders/__init__.py
mayan/apps/folders/urls.py
mayan/apps/folders/views.py
mayan/apps/tags/urls.py
mayan/apps/tags/views.py
mayan/settings/base.py
|
2014-10-03 11:41:41 -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
|
050ae8c168
|
Add Document type list API view and endpoint
|
2014-09-21 15:21:19 -04:00 |
|
Roberto Rosario
|
3a4d824a43
|
Capitalize messages of documents app modules __init__ and links
|
2014-09-11 13:05:13 -04:00 |
|
Roberto Rosario
|
b761037d99
|
Move all settings files from <app>/conf/settings.py to <app>/settings.py
|
2014-09-11 05:02:40 -04:00 |
|
Roberto Rosario
|
805bf58d59
|
Fix outdated references to non namespaced app views
|
2014-09-05 15:19:39 -04:00 |
|
Roberto Rosario
|
c4de4b3f30
|
Add url namespaces for the documents and folders apps
|
2014-08-26 03:44:07 -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 |
|
Roberto Rosario
|
3bed82fc16
|
PEP8 cleanup, unused imports, missing imports, style cleanups
|
2014-07-10 02:45:19 -04:00 |
|
Roberto Rosario
|
2202799431
|
Add app endpoints descriptions
|
2014-07-09 14:23:13 -04:00 |
|
Roberto Rosario
|
494559cdaa
|
Break the DocumentPage and DocumentPageTransformation circular dependecy
|
2014-07-08 23:33:06 -04:00 |
|
Roberto Rosario
|
2396d7dae9
|
Update the documents app to use the new way of registering API endpoints
|
2014-07-08 18:52:35 -04:00 |
|
Roberto Rosario
|
d19f3da730
|
Backport statistics app, remove statistic code from the main app, convert the documents and ocr apps to use the new statictics app code
|
2014-07-04 01:46:16 -04:00 |
|
Roberto Rosario
|
874eb33f0a
|
Remove the document type document list view, issue #8
|
2014-07-03 16:41:34 -04:00 |
|