fa60f9d2a8
Closes #11294 : Markdown Preview ( #11894 )
...
* MarkdownWidget
* Change border and color of active markdown tab
* Fix template name typo
* Add render markdown endpoint
* Static assets for markdown widget
* widget style fix and unique ids based on name
* Replace SmallTextArea with SmallMarkdownWidget
* Clear innerHTML before swapping
* render markdown directly in template
* change render markdown view path
* remove small markdown widget
* Simplify rendering logic
* Use a form to clean input Markdown data
---------
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2023-03-09 08:21:13 -05:00
484efdaf75
Closes #9623 : Implement saved filters ( #10801 )
...
* Initial work on saved filters
* Return only enabled/shared filters
* Add tests
* Clean up filtering of usable SavedFilters
2022-11-02 12:27:53 -04:00
679a9e839b
Work on job scheduling:
...
* Added JobResult form filtersets
* Change housekeeping cleanup delete from `_raw_delete` to `delete` to make sure scheduled tasks are cancelled
* Change default sort of JobResult table to -created
* Added `delete` override to `JobResult` to remove scheduled tasks from RQ when a JobResult is deleted
* Updated js/css dist files. Will need to be redone when develop is merged to feature.
2022-10-09 21:05:31 +02:00
53c8a48244
Merge branch 'feature' into 8366-job-scheduling
...
Sync with upstream
2022-10-09 11:18:47 +02:00
b0ba9bd83d
Closes #10608 : Register all core model views using register_model_view()
2022-10-07 17:17:58 -04:00
a0bae06ff7
Replace static journaling, changelog URL paths with dynamic resolution
2022-10-06 16:21:23 -04:00
06dea8ef3f
WIP: Moving JobResults out of the admin panel
2022-09-23 13:44:24 +02:00
cbb3378d10
Job Scheduling WIP
2022-09-23 06:45:40 +02:00
356ff457be
Allow reports to be nested in submodules
2022-09-14 19:57:37 +02:00
f489ffa043
Allow running scripts nested in modules/packages
2022-09-07 22:33:24 +02:00
d42c59792f
#8334 : Move object changelog & journaling to generic views
2022-02-09 16:24:10 -05:00
460e3fd5d6
Introduce a common URL for the creation of image attachments
2021-10-01 12:34:30 -04:00
4e0b795a3c
Add UI views for webhooks
2021-06-23 21:30:23 -04:00
10cbbee947
Add UI views for export templates
2021-06-23 20:56:50 -04:00
276ded0119
Add UI views for custom links
2021-06-23 17:10:04 -04:00
b017927c69
Add UI views for custom fields
2021-06-23 17:10:04 -04:00
a296a9e109
Closes #6150 : Enable change logging for journal entries
2021-04-13 10:53:55 -04:00
36c903da04
Add dedicated view for tags
2021-03-26 15:25:18 -04:00
956e2728c2
Add bulk edit, delete views for journal entries
2021-03-17 10:41:06 -04:00
8be4fbbce3
Add JournalEntry list view w/filtering
2021-03-16 15:57:23 -04:00
1f1a62da67
Initial work on #151 : Object journaling
2021-03-16 15:00:08 -04:00
6a9b50f95d
Closes #5873 : Use numeric IDs in all object URLs
2021-02-26 17:23:23 -05:00
59091efa86
Closes #4840 : Enable change logging for config contexts
2020-07-09 17:09:03 -04:00
f092c107b5
PR review updates
2020-07-06 02:00:16 -04:00
f98fa364c0
Merge branch 'develop-2.9' into 2006-scripts-reports-background
2020-07-02 11:00:59 -04:00
57b73c485f
#4416 : Remove individual view for extras.Tag
2020-07-01 14:21:51 -04:00
3777fbccc3
Implements #2006 - run reports and scripts in the background
2020-06-29 03:50:05 -04:00
da906f48d9
Standardize add, import, and export functionality for tags
2020-06-12 09:48:23 -04:00
406b076b95
Transition ObjectEditView to use ObjectPermissionRequiredMixin
2020-05-21 13:59:19 -04:00
a58bbccfd3
Fixes #4094 : Convert unnecessary regular expressions to strings in URL patterns
2020-02-05 16:12:48 -05:00
8d547e9906
Fixes #4028 : Correct URL patterns to match Unicode characters in tag slugs
2020-01-28 09:47:33 -05:00
8ff3d2cbf6
Closes #3456 : Enable bulk editing of tag color
2019-08-28 11:56:00 -04:00
a25a27f31f
Initial work on custom scripts ( #3415 )
2019-08-12 11:13:16 -04:00
3bb3b85fa2
Merged v2.5.13
2019-05-31 21:37:41 -04:00
f9cd89a4a4
urls: fix 3168 by changing url to path
2019-05-26 14:56:00 +02:00
8e548605c8
added changelog views for Tag
2019-02-22 02:29:00 -05:00
91a2168952
Fixes #2717 : Fix bulk deletion of tags
2018-12-21 09:08:00 -05:00
874acab90f
Merge v2.4.8
2018-11-20 12:28:24 -05:00
3366a6ae3d
Closes #2557 : Added object view for tags
2018-11-15 16:47:41 -05:00
83be0b5db4
Closes #2490 : Added bulk editing for config contexts
2018-11-13 15:08:55 -05:00
980d62d579
Removed Python 2 string compatibility
2018-08-14 11:58:42 -04:00
c13e4858d7
Initial work on config contexts
2018-06-27 16:02:34 -04:00
ddd878683d
Implemented changelog views
2018-06-20 13:52:54 -04:00
03a1c48b54
Added list and utility views for tags
2018-05-22 12:22:46 -04:00
00986fd7bf
Closes #1691 : Cleaned up and reorganized import statements
2017-11-07 11:08:23 -05:00
2b33e78fd3
Added a run view for reports
2017-09-28 12:51:10 -04:00
2fbb39bf6f
Started adding a view for individual reports
2017-09-27 17:39:22 -04:00
b5ab498e75
Initial work on reports API
2017-09-21 16:32:05 -04:00
f21c6bca00
Import unicode_literals
2017-05-24 11:33:11 -04:00
369d3aa62e
Rearranged URL namespaces to satisfy deprecation warnings
2017-04-05 14:26:33 -04:00