Roberto Rosario
|
c1619c93e0
|
Finish statistics subsystem refactor.
|
2015-09-14 21:57:55 -04:00 |
|
Roberto Rosario
|
5846743d6e
|
Finish conversion of statistic to periodic statistics. Add ChartJS support. Add Line chart renderer.
|
2015-09-09 04:36:09 -04:00 |
|
Roberto Rosario
|
70c23a19d3
|
Initial commit to support scheduled statistics.
|
2015-09-09 00:24:53 -04:00 |
|
Roberto Rosario
|
43e1ffbc24
|
Add scheduled task to delete stale document stubs.
|
2015-09-08 18:38:24 -04:00 |
|
Roberto Rosario
|
a04bccb842
|
Add missing model event log registration. Remove debug statement.
|
2015-08-25 22:01:28 -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
|
960d60c39d
|
Refactor rest_api app and the method end points are registered. All apps API URL endpoints are now registered under the 'rest_api' namespace.
Update DRF and DRF swagger versions. Update all apps API registration method.
|
2015-08-06 02:56:17 -04:00 |
|
Roberto Rosario
|
7cae9dd18e
|
Update the smart link app to use Django templating language. gh-issues #151.
|
2015-07-28 02:44:33 -04:00 |
|
Roberto Rosario
|
fc9f9f1e68
|
Replace more unnecessary lists with tuples.
|
2015-07-28 01:41:45 -04:00 |
|
Roberto Rosario
|
1e746c700a
|
PEP8 cleanups.
|
2015-07-27 23:53:14 -04:00 |
|
Roberto Rosario
|
4527563d89
|
PEP8 cleanups, specially E501 line too long.
|
2015-07-22 18:21:37 -04:00 |
|
Roberto Rosario
|
40ca9c4839
|
Move the document page update task to the upload queue.
|
2015-07-11 16:18:21 -04:00 |
|
Roberto Rosario
|
a2cedc3f9b
|
Fix queue typos. Add a default queue as required by celery.
|
2015-07-11 00:50:55 -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
|
aec8263ad8
|
Convert events app views to CBV.
|
2015-07-10 02:54:59 -04:00 |
|
Roberto Rosario
|
bc3eed143c
|
Add permission inheritance by parent object. Add ACLs app model tests.
|
2015-07-10 01:40:21 -04:00 |
|
Roberto Rosario
|
ee6bb866c9
|
Add support for document retention policies. Closes gh-issue #189.
|
2015-07-04 02:25:59 -04:00 |
|
Roberto Rosario
|
589874bec1
|
Simplify 'trash can' to just 'trash'.
|
2015-07-03 21:04:47 -04:00 |
|
Roberto Rosario
|
ab53270942
|
Add field to store when a document was deleted.
|
2015-07-03 21:00:18 -04:00 |
|
Roberto Rosario
|
7e8e124d09
|
Add support for emptying the trash can in a single action.
|
2015-07-03 20:50:07 -04:00 |
|
Roberto Rosario
|
3e299f030a
|
Add support to fully delete documents from trash can. Rename previous delete link and related code to 'move to trash'. gh-issue #188.
|
2015-07-03 18:35:10 -04:00 |
|
Roberto Rosario
|
98b988038e
|
Implement document trash can and soft delete support. First half or gh-issue 188.
|
2015-07-03 03:28:02 -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
|
ee1b05fb57
|
Refactor code to associate a model with a set of permissions. Update related apps.
|
2015-06-30 22:00:14 -04:00 |
|
Roberto Rosario
|
d45cf5d02e
|
Update apps to new ACL app changes
|
2015-06-30 02:42:46 -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
|
48df3dcafa
|
PEP8 cleanups
|
2015-06-24 17:11:24 -04:00 |
|
Roberto Rosario
|
e9282132e5
|
Split search field registration to their respective apps
|
2015-06-24 15:19:51 -04:00 |
|
Roberto Rosario
|
b4efd4574e
|
Refactor register_model_columns into SourceColumn class
|
2015-06-23 04:12:13 -04:00 |
|
Roberto Rosario
|
e4623fadcd
|
PEP8 cleanups
|
2015-06-23 02:23:23 -04:00 |
|
Roberto Rosario
|
78198f3398
|
Smart settings refactor
|
2015-06-22 21:04:06 -04:00 |
|
Roberto Rosario
|
50e547dc98
|
Allow app to auto add their urlpatterns via MayanAppConfig AppConfig subclass
|
2015-06-19 20:42:34 -04:00 |
|
Roberto Rosario
|
93e7b73433
|
Update document page content search registration
|
2015-06-17 00:27:44 -04:00 |
|
Roberto Rosario
|
08a8ae2554
|
Move document page content code to the OCR app. Prep work for issue #186.
|
2015-06-17 00:21:35 -04:00 |
|
Roberto Rosario
|
07bc5996f5
|
Use the post initial setup signal to setup a default document type and a default document source
|
2015-06-16 01:59:16 -04:00 |
|
Roberto Rosario
|
f3beb3b5e7
|
Rename field to show document label as title during thumbnail preview
|
2015-06-09 20:24:43 -04:00 |
|
Roberto Rosario
|
8532311367
|
Use ParentChild CBV to display a list of document pages. This allows fixing a page's transformations in case of error.
|
2015-06-09 18:53:35 -04:00 |
|
Roberto Rosario
|
9db47a843f
|
Convert documents app to new transformation system
|
2015-06-08 15:56:57 -04:00 |
|
Roberto Rosario
|
30e8baccb8
|
Remove the document page text and content edit views, with the change to zone OCR these features are not necesary.
|
2015-06-08 01:31:27 -04:00 |
|
Roberto Rosario
|
091a14845a
|
Add document print permission. First half of issue #176.
|
2015-06-04 21:04:37 -04:00 |
|
Roberto Rosario
|
3506ed371d
|
Merge documents and document_acls apps
|
2015-04-06 16:35:17 -04:00 |
|
Roberto Rosario
|
23fc9f1e36
|
Merge main and common apps, extract authentication functionality to new authentication app. Closes issues #179 and #180
|
2015-04-06 16:09:54 -04:00 |
|
Roberto Rosario
|
314a04bb22
|
Move document page text edit from facet menu to the actions menu
|
2015-04-06 00:08:51 -04:00 |
|
Roberto Rosario
|
28e86f044d
|
Add new style document page viewer. Remove web_theme_hide_menus feature, all views except the login view will show the main menu. Remove unused javascript. Remove the now unused no-parent-history CSS class. Remove the facybox-iframe class and associated JavaScript.
|
2015-04-05 23:47:24 -04:00 |
|
Roberto Rosario
|
bc50d0e321
|
Finish app navigation updates
|
2015-04-05 00:14:28 -04:00 |
|
Roberto Rosario
|
39e8e26f87
|
Move link conversions, consolidate FrontPageLink with new link class
|
2015-04-04 03:23:13 -04:00 |
|
Roberto Rosario
|
51ce5ca057
|
Consolidate navigation tags, consolidate setup and tool link
|
2015-04-03 20:51:02 -04:00 |
|
Roberto Rosario
|
0246068cd0
|
Initial commit of the new class based and menu based navigation system
|
2015-04-03 07:09:51 -04:00 |
|
Roberto Rosario
|
41531364d2
|
Add getting started self guided help system for missing user setup
|
2015-03-31 04:10:15 -04:00 |
|
Roberto Rosario
|
80c04b1fb7
|
New bootstrap based frontend UI. Merged from #121 with many fixes. Closes issues #121, #59 and #100
|
2015-03-31 03:26:57 -04:00 |
|