Glenn Matthews
|
0fd3c83861
|
Refactor repeated import code
|
2020-07-14 17:15:17 -04:00 |
|
Glenn Matthews
|
f807d3a024
|
Don't ignore ImportErrors raised when loading a plugin. Fixes #4805
|
2020-07-07 09:14:33 -04:00 |
|
Jeremy Stretch
|
8939d4de92
|
Use packaging.version.parse directly
|
2020-04-10 11:18:01 -04:00 |
|
Jeremy Stretch
|
9ffc404027
|
Add tests for plugin configuration, min/max version
|
2020-04-06 11:44:38 -04:00 |
|
Jeremy Stretch
|
9e0aa0d11e
|
Naming tweaks
|
2020-04-02 15:43:23 -04:00 |
|
Jeremy Stretch
|
30e330c887
|
Initial implementation of tests for plugins framework
|
2020-04-01 17:08:47 -04:00 |
|
Jeremy Stretch
|
0432b1a6f9
|
Move default caching_config to PluginConfig class
|
2020-04-01 12:10:19 -04:00 |
|
Jeremy Stretch
|
0d9d0b0446
|
Convert installed_plugins_admin_view to a class-based view
|
2020-03-27 13:35:25 -04:00 |
|
Jeremy Stretch
|
cb344a3792
|
Clean up plugin URL registration
|
2020-03-27 13:26:53 -04:00 |
|
Jeremy Stretch
|
dd9fc4173d
|
Expose regsitry in templates using existing context processor for settings
|
2020-03-27 13:18:51 -04:00 |
|
Jeremy Stretch
|
fd6739f0cc
|
Improved menu item/button validation
|
2020-03-27 13:12:58 -04:00 |
|
Jeremy Stretch
|
8a3ebf64bc
|
Rename obj to object; clean up docstrings
|
2020-03-26 21:46:56 -04:00 |
|
Jeremy Stretch
|
f03cc96050
|
Restrict context data available to PluginTemplateExtensions
|
2020-03-26 16:50:55 -04:00 |
|
Jeremy Stretch
|
e7f7b14214
|
Extend menu items and buttons to accept a list of required permissions
|
2020-03-26 16:04:12 -04:00 |
|
Jeremy Stretch
|
74e56a890c
|
Remove unused PluginSignal class
|
2020-03-26 12:26:58 -04:00 |
|
Jeremy Stretch
|
b94ef39a51
|
Standardize naming of menu items
|
2020-03-26 12:25:36 -04:00 |
|
Jeremy Stretch
|
877417d68f
|
Rename PluginTemplateContent to PluginTemplateExtension
|
2020-03-26 12:18:58 -04:00 |
|
Jeremy Stretch
|
d316d8ac61
|
Rename PluginNavMenuButton to PluginMenuButton
|
2020-03-26 11:30:42 -04:00 |
|
Jeremy Stretch
|
40574b65af
|
Rename PluginNavMenuLink to PluginMenuItem
|
2020-03-26 11:29:05 -04:00 |
|
Jeremy Stretch
|
81c9177c09
|
Add a default button color
|
2020-03-26 11:26:11 -04:00 |
|
Jeremy Stretch
|
5540079e81
|
Add documentation for PluginTemplateContent
|
2020-03-25 16:32:16 -04:00 |
|
Jeremy Stretch
|
68a0e76ca6
|
Rework template content registration to work like menu items
|
2020-03-25 16:06:00 -04:00 |
|
Jeremy Stretch
|
d0edd9d5c1
|
Update documentation for #4401
|
2020-03-25 14:33:32 -04:00 |
|
Jeremy Stretch
|
9ea30c057f
|
Replace get_menu_items() with static attribute
|
2020-03-25 13:51:37 -04:00 |
|
Jeremy Stretch
|
c1f2ad90ef
|
Simplify the mechanism for plugins to register navigation menu items
|
2020-03-25 11:32:50 -04:00 |
|
Jeremy Stretch
|
2a47bb8b54
|
Rename url_slug to base_url
|
2020-03-24 16:20:47 -04:00 |
|
Jeremy Stretch
|
16b8a45ed6
|
Get menu header via apps.get_config
|
2020-03-24 15:24:14 -04:00 |
|
Jeremy Stretch
|
ce0b1733fe
|
Derive API URLs app_name for plugins from url_slug
|
2020-03-23 14:03:04 -04:00 |
|
John Anderson
|
4e84e8048f
|
added admin and api views for listing all plugins, and refactored urls import
|
2020-03-20 20:10:02 -04:00 |
|
Jeremy Stretch
|
bc50c2aa55
|
Introduce PluginConfig
|
2020-03-20 15:50:47 -04:00 |
|
John Anderson
|
c7fb2ff894
|
add version contraints and cacheops config
|
2020-03-18 18:28:27 -04:00 |
|
John Anderson
|
981c982237
|
added support for plugin nav bar links
|
2020-03-17 02:35:12 -04:00 |
|
John Anderson
|
457354c244
|
inject origional context as obj_context
|
2020-03-17 00:03:58 -04:00 |
|
John Anderson
|
8364694fb4
|
added plugin template content injection to primary model detail views
|
2020-03-15 23:45:18 -04:00 |
|
John Anderson
|
71a8a13644
|
add api urls and signals interface for detail route buttons
|
2020-03-01 03:24:17 -05:00 |
|