1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

1388 Commits

Author SHA1 Message Date
3e3880823b Merge v3.1.6 2022-01-17 11:12:54 -05:00
2b31154834 Fixes #8358: Fix inconsistent styling of custom fields on filter & bulk edit forms 2022-01-14 14:23:58 -05:00
b07a7ba9bc Fix display of custom object fields within tables 2022-01-12 17:07:54 -05:00
c8713d94d8 Merge branch 'develop' into feature 2022-01-11 16:16:13 -05:00
b584f09223 Fixes #8319: Custom URL fields should honor ALLOWED_URL_SCHEMES config parameter 2022-01-11 15:32:04 -05:00
7421e5f7d7 Fixes #8317: Fix CSV import of multi-select custom field values 2022-01-11 14:52:47 -05:00
21e0e6e495 Closes #6954: Remember users' table ordering preferences 2022-01-10 14:03:07 -05:00
72e17914e2 Closes #8296: Allow disabling custom links 2022-01-10 12:11:37 -05:00
aed23d61fc Replace ButtonsColumn with ActionsColumn 2022-01-10 11:17:40 -05:00
076ca46ab4 Closes #8302: Linkify role column in device & VM tables 2022-01-10 09:48:14 -05:00
8b07fbc554 Allow passing additional columns & specifying a sequence 2022-01-07 11:56:18 -05:00
bff7400de4 Convert ActionsMenuItem to dataclass 2022-01-07 11:23:04 -05:00
ededa69e4a Only show relevant links for user permissions 2022-01-07 10:53:00 -05:00
6d48ce4a25 Always include actions as a default column 2022-01-07 10:36:58 -05:00
00a8fd654e Refactor table utilities 2022-01-07 09:12:48 -05:00
58f7eb319f Initial work on #7679 2022-01-06 16:53:24 -05:00
443b4ccc57 Initial work on #8231 2022-01-05 14:06:56 -05:00
88ac0f5d34 Work on #6221 - Make templatetags safe for consumption when using plugins and update ButtonColumn to use viewname helper. 2022-01-05 11:31:00 -06:00
662cafe416 Form widgets & style cleanup 2022-01-04 15:01:16 -05:00
0978777eec Merge v3.1.4 2022-01-03 11:20:58 -05:00
6cda55da06 Fixes #8187: Fix rendering of tags column in object tables 2021-12-30 09:41:35 -05:00
9f53497e39 Clean up & expand button color choices 2021-12-29 20:28:12 -05:00
3bb485d0b8 Merge v3.1.3 2021-12-29 12:41:56 -05:00
82a0240d2e Closes #8182: Introduce checkmark template tag 2021-12-29 10:26:42 -05:00
9c9fcaf42f Fixes #7290: Defer loading API-backed form fields 2021-12-29 09:30:43 -05:00
8ca09ec07f Clean up form display 2021-12-28 08:54:03 -05:00
e0cfd5e49b Closes #2658: Avalable VLANs API endpoint for VLAN groups 2021-12-23 10:14:28 -05:00
2dd165bbef Merge branch 'develop' into feature 2021-12-23 08:32:40 -05:00
9dafb36c88 Introduce CustomLinkColumn 2021-12-22 20:56:11 -05:00
f369b5f588 Reorganize & clean up templatetag templates 2021-12-22 15:05:24 -05:00
063abc8ef7 Merge pull request #8153 from davama/develop
Add missing HTTP_X_FORWARDED_FOR
2021-12-22 12:46:22 -05:00
70f257b1ea Introduce UserConfigForm for managing user preferences 2021-12-21 16:29:01 -05:00
d275538116 Changelog & cleanup for #7246, #8097 2021-12-21 11:53:31 -05:00
853a52f3ca Merge branch 'develop' into fix-8097 2021-12-21 11:37:58 -05:00
5e32c69e0e Merge branch 'develop' into feature 2021-12-21 11:28:16 -05:00
57a78b3cad Clean up device/devicetype tab views 2021-12-21 10:28:28 -05:00
3a54ecb522 Fix #8097: Re-fix markdown table rendering 2021-12-20 23:31:24 +01:00
71b4641e18 Merge v3.1.2 2021-12-20 16:28:11 -05:00
e12da72615 Fixes #8101: Preserve return URL when using "create and add another" button 2021-12-20 13:41:22 -05:00
7735a539e9 Fixes #8088: Improve legibility of text in labels with light-colored backgrounds 2021-12-16 12:44:18 -05:00
d8be8e25a5 ChoiceSet cleanup 2021-12-16 10:31:32 -05:00
1902ecb8ca Drop as_dict() method from ChoiceSet 2021-12-16 10:22:05 -05:00
124302908a Support nested choice groups 2021-12-16 10:19:16 -05:00
0d3b50a5e5 Support CSS class definition directly in CHOICES iterable 2021-12-16 10:03:23 -05:00
419f86a4a5 #8054: Support configurable status choices 2021-12-16 09:36:15 -05:00
fd785fc9a5 Move speed select dropdown menu to widget template 2021-12-16 08:41:43 -05:00
997e88af00 Merge branch 'develop' into feature 2021-12-15 10:53:21 -05:00
91f33d3289 #8057: Enable dynamic tables for object list views 2021-12-13 16:51:59 -05:00
f2f6edabf9 Merge branch 'develop' into feature 2021-12-13 11:29:54 -05:00
ee6e2e0af1 Fixes #7690: Fix custom field integer support for MultiValueNumberFilter 2021-12-10 16:34:38 -05:00