Sander Steffann
|
59b168062a
|
Implement request passing as a property of Script
|
2019-12-19 23:35:18 +01:00 |
|
Jeremy Stretch
|
01ac6d560d
|
Merge branch 'develop' into develop-2.7
|
2019-11-01 16:19:36 -04:00 |
|
Jeremy Stretch
|
6d888421d1
|
Only use module.name for human-facing display
|
2019-10-30 09:13:26 -04:00 |
|
Jeremy Stretch
|
88d3cc8498
|
Initial work on #3538: script execution API
|
2019-10-28 15:02:21 -04:00 |
|
Jeremy Stretch
|
ebde65d1b2
|
Closes #3594: Add ChoiceVar for custom scripts
|
2019-10-23 15:59:27 -04:00 |
|
Jeremy Stretch
|
46eb858a26
|
Closes #3581: Introduce commit_default custom script attribute to not commit changes by default
|
2019-10-09 15:16:50 -04:00 |
|
Jeremy Stretch
|
644b793b0a
|
Closes #3545: Add MultiObjectVar for custom scripts
|
2019-10-09 15:06:00 -04:00 |
|
Jeremy Stretch
|
b4acade70d
|
Miscellaneous cleanup
|
2019-10-04 12:59:10 -04:00 |
|
Jeremy Stretch
|
aedffce736
|
Closes #3510: Add minimum/maximum prefix length enforcement for IPNetworkVar
|
2019-09-17 16:36:36 -04:00 |
|
Jeremy Stretch
|
796917beac
|
Fixes #3501: Fix rendering of checkboxes on custom script forms
|
2019-09-13 11:45:35 -04:00 |
|
Jeremy Stretch
|
15a0240df0
|
Fix errant changelog entries when executing a script without committing
|
2019-08-26 11:59:38 -04:00 |
|
Jeremy Stretch
|
ed6dc806a0
|
Introduce BaseScript for extending Script without creating a new executable script
|
2019-08-19 14:40:08 -04:00 |
|
Jeremy Stretch
|
c8c6c783b2
|
Add FileVar for file uploads
|
2019-08-16 15:27:58 -04:00 |
|
Jeremy Stretch
|
bfd73db5b6
|
Change fields to field_order
|
2019-08-15 16:19:25 -04:00 |
|
Jeremy Stretch
|
f4b2015f1d
|
Add TextVar for large text entry
|
2019-08-14 16:20:52 -04:00 |
|
Jeremy Stretch
|
9931d4d1a0
|
Add markdown rendering for log mesages
|
2019-08-14 14:38:11 -04:00 |
|
Jeremy Stretch
|
502e745509
|
Include stack trace when catching an exception
|
2019-08-14 14:26:13 -04:00 |
|
Jeremy Stretch
|
f0ec068650
|
Use TreeNodeChoiceField for MPTT objects
|
2019-08-14 14:03:11 -04:00 |
|
Jeremy Stretch
|
81bb6a59e2
|
Add convenience functions for loading YAML/JSON data from file
|
2019-08-14 13:08:21 -04:00 |
|
Jeremy Stretch
|
ce43e5f6ea
|
Record script execution time
|
2019-08-14 10:12:30 -04:00 |
|
Jeremy Stretch
|
52de9d227a
|
Tweak form display (cosmetic)
|
2019-08-14 09:40:23 -04:00 |
|
Jeremy Stretch
|
a0d181728a
|
Add IPNetworkVar
|
2019-08-13 09:48:51 -04:00 |
|
Jeremy Stretch
|
f1e12213e7
|
Allow user to override module name
|
2019-08-13 09:09:12 -04:00 |
|
Jeremy Stretch
|
fc9a5c5cd1
|
Meta.fields should be optional
|
2019-08-12 16:59:09 -04:00 |
|
Jeremy Stretch
|
90bb0d47df
|
Add option to commit database changes
|
2019-08-12 14:28:06 -04:00 |
|
Jeremy Stretch
|
ab16af1265
|
Implemented run_script() wrapper
|
2019-08-12 13:51:25 -04:00 |
|
Jeremy Stretch
|
eeacd04483
|
Move script attributes under a Meta class
|
2019-08-12 13:16:18 -04:00 |
|
Jeremy Stretch
|
8312a23056
|
BooleanVar cannot be required
|
2019-08-12 11:13:16 -04:00 |
|
Jeremy Stretch
|
1331072d92
|
Fix form field ordering
|
2019-08-12 11:13:16 -04:00 |
|
Jeremy Stretch
|
49a23f1fe9
|
Add options for script vars; include script output
|
2019-08-12 11:13:16 -04:00 |
|
Jeremy Stretch
|
f602ffbca7
|
Initial work on custom scripts (#3415)
|
2019-08-12 11:13:16 -04:00 |
|