Roberto Rosario
|
c3312d964f
|
Add blank result messages for the index, index instance and favorited documents views.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-08-26 05:55:36 -04:00 |
|
Roberto Rosario
|
2a45f52eb9
|
Add explicit argument name.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-08-23 17:09:01 -04:00 |
|
Roberto Rosario
|
dfd2d3dc78
|
Add new document indexing permission. This permission allows user to view an index instance as opposed to the current permission which allows viewing an index definiton on the setup menu. Modernize the document index view tests.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-08-22 01:04:36 -04:00 |
|
Roberto Rosario
|
5210fdc9d8
|
The index rebuild permission can now be set as part of the index ACL for each individual index. Add cascade permission check to the index rebuild tool link. The index rebuild tool now responds with the number of indexes queued to rebuild instead of a static acknowledment.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-08-22 00:36:19 -04:00 |
|
Roberto Rosario
|
b4b8d9403c
|
Pass alternate column classes to the cabinet, index and tags document list views to improve the rendered size of the document panels.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-03 17:44:50 -04:00 |
|
Michael Price
|
59c8bbdf2b
|
Don't error out when trying to view the index instance list and none has been recalculated.
Signed-off-by: Michael Price <loneviking72@gmail.com>
|
2018-04-01 20:39:09 -04:00 |
|
Michael Price
|
de65d96fe2
|
Update cabinets and document_index api views docstrings. Update multi level docstrings as per Python best practices.
Signed-off-by: Michael Price <loneviking72@gmail.com>
|
2018-04-01 20:27:45 -04:00 |
|
Roberto Rosario
|
c9bd9fb474
|
Avoid Maximum recursion depth exceeded exception on index document
list view.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-08-27 00:55:12 -04:00 |
|
Roberto Rosario
|
2052caada4
|
Remove PreserveGetQuerySet mixin. Update SingleObjectList and
MultipleObjectFormActionView views to use a new get_object_list method.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-08-16 22:12:24 -04:00 |
|
Roberto Rosario
|
17b79e4114
|
Call the index rebuild task the proper way.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-08-10 22:22:44 -04:00 |
|
Roberto Rosario
|
f09321f6ab
|
Fix deprecation warnings for Django 1.11 and Django 2.0.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-07-21 00:25:18 -04:00 |
|
Roberto Rosario
|
ff59f34b7f
|
Add document list item view.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-07-13 17:20:02 -04:00 |
|
Roberto Rosario
|
88151df2bc
|
Rewrite the document indexer to allow single index rebuilds,
less locks and improve performance.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-05-28 15:22:13 -04:00 |
|
Roberto Rosario
|
5893e149e0
|
Reduce the check_access boilerplate code.
|
2016-11-02 04:58:05 -04:00 |
|
Roberto Rosario
|
621c988809
|
Simplify filter_by_access boilerplate code
|
2016-11-02 03:48:16 -04:00 |
|
Roberto Rosario
|
5da301a861
|
Change the variable name to better represent the class of the instance.
|
2016-05-04 00:11:18 -04:00 |
|
Roberto Rosario
|
afb44798e0
|
Parent object of the index node being passed to the ACL module for permission test was a function by mistake and not the result of the function which is the index isntance. Fixes Gitlab issue #268 @bat79a
|
2016-05-04 00:08:44 -04:00 |
|
Roberto Rosario
|
145161cef4
|
PEP8 cleanups.
|
2016-03-19 03:00:03 -04:00 |
|
Roberto Rosario
|
7cde1fe78f
|
Add ACLs to document indexes. Convert all document indexing views to CBV. Remove the document index setup permission. Add view tests to the document indexing app. Use MPTT methods and stop relying on undocumented API.
|
2016-03-19 02:51:45 -04:00 |
|
Roberto Rosario
|
1a20d93e4c
|
Add new split move index navigation.
|
2016-03-15 04:11:44 -04:00 |
|
Roberto Rosario
|
df417f562c
|
PEP8 Cleanups (471 warnings).
|
2015-09-17 21:34:27 -04:00 |
|
Roberto Rosario
|
86e099dd7b
|
Update the index rebuild view to CBV.
|
2015-09-16 05:33:01 -04:00 |
|
Roberto Rosario
|
6ca6cd9f21
|
PEP8 Cleanusp (549 warnings).
|
2015-09-16 04:15:10 -04:00 |
|
Roberto Rosario
|
4008715991
|
Index template node delete view updated to a CBV.
|
2015-08-24 17:50:35 -04:00 |
|
Roberto Rosario
|
68f3c6eee7
|
PEP8 cleanups.
|
2015-08-19 14:50:44 -04:00 |
|
Roberto Rosario
|
60bc327756
|
Improve SourceColumn workflow by allowing explicit functions as columns. Remove usage of encapsulate. Move instances of 'extra_columns' to SourceColumn.
|
2015-08-16 14:26:41 -04:00 |
|
Roberto Rosario
|
561b56b12a
|
Replace usage of get_context_data with get_extra_context.
|
2015-08-15 03:02:02 -04:00 |
|
Roberto Rosario
|
c84ac0a2fc
|
Replace index, workflow, document and statistics views that use 'object_list' to SingleObjectListView class.
|
2015-08-15 01:07:52 -04:00 |
|
Roberto Rosario
|
97bba65668
|
Code style updates, change lists to tuples.
|
2015-08-13 15:27:22 -04:00 |
|
Roberto Rosario
|
d04117d345
|
PEP8 and code style cleanups. Replace lists with tuples.
|
2015-08-12 04:41:59 -04:00 |
|
Roberto Rosario
|
e4fa3c4960
|
Add slugs to indexes to be able to reference them from the mirroring app.
|
2015-07-28 21:54:40 -04:00 |
|
Roberto Rosario
|
afe6644321
|
Use shorter confirmation messages.
|
2015-07-17 19:52:17 -04:00 |
|
Roberto Rosario
|
133fcdc53c
|
Assign tasks to specific queues. Add support for transient queues. gh-issue #222, gh-issue #230.
|
2015-07-10 21:25:20 -04:00 |
|
Roberto Rosario
|
036a55065c
|
Change the index creation, edit and deletion views to CBV. Remove unused IndexForm.
|
2015-07-09 02:25:23 -04:00 |
|
Roberto Rosario
|
ab2d4537dc
|
Remove name field. Rename title field to label.
|
2015-07-07 21:04:00 -04:00 |
|
Roberto Rosario
|
aea6772cbf
|
Reimplement the IndexInstanceNodeView CBV view as a multi-inheritance CBV with manual super class resolution.
|
2015-07-06 00:03:21 -04:00 |
|
Roberto Rosario
|
7771740e59
|
Remove unused views
|
2015-07-02 20:28:43 -04:00 |
|
Roberto Rosario
|
0e7bf60717
|
Convert index instance view to CBV. Add smart document count to index instance view.
|
2015-07-02 04:10:28 -04:00 |
|
Roberto Rosario
|
ad5709c8ce
|
Remove maintenance tools menu entry, apps now register tools directly to the tools menu.
|
2015-07-02 02:47:46 -04:00 |
|
Roberto Rosario
|
c3c4fcb2b2
|
Convert index list view to CBV.
|
2015-07-02 01:49:52 -04:00 |
|
Roberto Rosario
|
51d50672f3
|
Change index setup list view to CBV.
|
2015-07-02 01:32:03 -04:00 |
|
Roberto Rosario
|
f0cfe314f0
|
PEP8 cleanups
|
2015-07-01 16:45:33 -04:00 |
|
Roberto Rosario
|
ace76fc69c
|
Update apps for new ACLs refactor.
|
2015-07-01 16:36:20 -04:00 |
|
Roberto Rosario
|
e9ea2dc35a
|
Modernize usage of the AssignRemove CBV
|
2015-06-30 17:19:56 -04:00 |
|
Roberto Rosario
|
5be41af1cf
|
Remove DefaultAccessControlList support
|
2015-06-29 14:51:37 -04:00 |
|
Roberto Rosario
|
1c084aa07b
|
Split Permission and StoredPermission class and model into different modules. Simplified the Permission class.
|
2015-06-28 01:03:29 -04:00 |
|
Roberto Rosario
|
d26402974a
|
Allow registering permission from the permission namespace. Replace all permission variables to be lowercase (style guide reserver uppercase variables for constants and literals).
|
2015-06-28 00:19:49 -04:00 |
|
Roberto Rosario
|
a5e922416b
|
Make generates_choices_w_label a static method of AssignRemove, it's not anywhere else.
|
2015-06-23 03:13:28 -04:00 |
|
Roberto Rosario
|
c21bb90d90
|
Add missing import
|
2015-06-04 18:51:14 -04:00 |
|
Roberto Rosario
|
9084c3c651
|
Simplify and remove old code
|
2015-04-07 16:04:09 -04:00 |
|