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

207 Commits

Author SHA1 Message Date
ae46cd33b6 - Move do_not_call_in_templates to BaseScript
- Fix the name classproperty
2022-03-23 12:18:14 +01:00
22980cea7b Speed up rendering of the script list 2022-03-21 10:46:51 +01:00
dd848d754f Changelog & cleanup for #8556 2022-02-14 10:06:56 -05:00
46f4359e1f Closes #8556: Add 'Full Name' column to Change Log table 2022-02-14 09:07:57 +01:00
ff3b48fa59 Fixes #8527: Fix display of changelog retention period 2022-02-03 09:48:21 -05:00
ea283365e7 Fixes #8425 - Fix exception when viewing change list/records with removed plugins 2022-02-02 11:18:41 -06:00
01e8017265 Clean up template blocks 2022-01-05 09:09:39 -05:00
0a22b3990f #7450: Clean up footer and navbar styles 2022-01-04 20:42:44 -05:00
82a0240d2e Closes #8182: Introduce checkmark template tag 2021-12-29 10:26:42 -05:00
1987647cc3 Closes #8175: Display parent object when attaching an image 2021-12-28 13:06:27 -05:00
8af12b22bb Clean up report & script templates 2021-12-21 08:43:01 -05:00
4ae2b4e0b9 Convert reports to use HTMX 2021-12-20 20:52:29 -05:00
872691a138 Convert scripts to use HTMX 2021-12-20 20:45:32 -05:00
ff9dde54e3 Ensure consistent placement of table paginator 2021-12-15 10:34:20 -05:00
c50dc1eb35 Standardize usage of table template 2021-12-13 15:36:51 -05:00
870aa3a265 Merge branch 'develop' into feature 2021-11-24 14:00:37 -05:00
416caa8f50 Hide code blocks when not needed 2021-11-24 13:17:59 -05:00
f16c6d81cf Merge branch 'develop' into feature 2021-11-18 11:06:54 -05:00
1fed564c47 Clean up script & report lists 2021-11-12 14:44:14 -05:00
839afe5ac0 Improve webhook tests 2021-11-03 14:01:59 -04:00
aa9e68e121 Tweak preformatted block styling 2021-10-28 10:46:00 -04:00
efb41b7433 Merge branch 'develop' into feature 2021-10-20 10:10:10 -04:00
39430e01de Fixes #7550: Fix rendering of UTF8-encoded data in change records 2021-10-19 15:41:19 -04:00
f04dc55030 Reorganize panel inclusion templates 2021-10-19 14:21:31 -04:00
a7b6c40596 Fixing display of webhook types 2021-10-14 20:35:21 +03:00
3f766ffea8 Fixes #7474: Fix AttributeError exception when rendering a report or custom script 2021-10-07 09:37:21 -04:00
c7523ffc67 Fixes #7358: Add missing choices column to custom field CSV import form 2021-09-27 12:28:52 -04:00
de58f53f9f Closes #7208: Add navigation breadcrumbs for custom scripts & reports 2021-09-15 15:14:24 -04:00
bd957612c6 Fixes #7167: Ensure consistent font size when using monospace formatting 2021-09-09 16:05:46 -04:00
4493c31216 Fixes #7227: Correct placeholder value for webhook CA file path 2021-09-09 09:10:02 -04:00
2c1745ce28 Refactor checkJobStatus() to use API URLs provided via context 2021-09-08 14:17:27 -04:00
9813f3b696 Clean up custom script templates 2021-08-26 15:04:24 -04:00
3203db07b7 UI cleanup 2021-08-26 14:48:24 -04:00
a72e23eddf Fix custom script layout 2021-08-13 09:43:23 -04:00
081054e08c Add missing plugin content injection tags 2021-07-22 11:40:55 -04:00
7be684835b Introduce an inclusion template for object comments 2021-07-21 14:20:14 -04:00
a9930bd442 Optimize display of ConfigContext assigned objects 2021-07-21 14:11:42 -04:00
19eafef41e General UI cleanup 2021-07-21 12:06:43 -04:00
74e0d0396a Fix breadcrumbs display for object changes 2021-07-20 16:51:21 -04:00
ba3552b697 Tweak form widths 2021-07-20 13:21:09 -04:00
856956afce Standardize object breadcrumbs 2021-07-20 12:14:01 -04:00
07f34c2675 #6372: Migrate away from form-floating field styles 2021-07-20 00:16:13 -07:00
7449ea28a5 #6372: Remove extra search box from object change log 2021-07-13 09:23:34 -07:00
faa993acfb Use non-card tables for all tabbed views 2021-07-12 15:36:51 -04:00
dc8adfc546 Clean up object titles 2021-07-12 10:57:26 -04:00
88e382e7a1 Merge v2.11.8 changes 2021-07-06 12:10:29 -04:00
0ad9b83623 Closes #5503: ISO 8601 date in UI and alternative format as tooltip
With this commit all dates in the UI are now consistently displayed.

I changed the long date format as suggested by @xkilian and confirmed by my own
research.

* DATETIME_FORMAT
 * Before July 20, 2020 4:52 p.m.
 * Now 20th July, 2020 16:52

"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.

The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
2021-07-02 22:22:37 +02: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