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

21 Commits

Author SHA1 Message Date
8d9d3a9e7d Changelog and cleanup for #6560 2021-07-28 11:44:13 -04:00
ea0de4b01d Merge pull request #6561 from abigley/csv_feature
CSV file import
2021-07-28 10:48:30 -04:00
74f1b51b38 Use annotated_date also for updated datetimes
This changes the text from: Updated 5 months, 1 week ago
to: Updated 2021-01-24 00:33 (5 months, 1 week ago)

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-07-02 22:22:38 +02: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
0c9376039c working csv upload first draft 2021-06-07 14:06:31 -04:00
4e1e5bd8c4 Fix "select all" box (again) 2021-06-04 09:01:58 -04:00
97c087ef5f Fixes #6196: Fix object list display for users with read-only permissions 2021-04-19 10:46:23 -04:00
0bb2a051b6 Fixes #6171: Fix display of horizontally-scrolling object lists 2021-04-15 15:52:11 -04:00
d427e0522e Closes #5757: Add unique identifier to every object view 2021-04-13 16:14:12 -04:00
46e144f647 Clean up object header 2021-04-13 16:03:07 -04:00
b0573f88e6 Merge branch 'develop' into feature 2021-04-11 13:16:00 -04:00
d42b0691b2 Fix 'select all' widget 2021-04-05 17:13:32 -04:00
2b0ccf3acd Provide absolute URL for object search form 2021-04-02 15:27:00 -04:00
64d11d32c8 Fix conditional display journal & change log tabs 2021-03-16 15:33:41 -04:00
1f1a62da67 Initial work on #151: Object journaling 2021-03-16 15:00:08 -04:00
51120ccf31 Introduce generic object template 2021-03-02 15:58:33 -05:00
cef8204f40 Merge tags fields with primary object fields in form display 2021-02-25 14:03:14 -05:00
2a517cde9f Add support for form fieldsets 2021-02-25 13:08:02 -05:00
2b0ddd2a98 Closes #5399: Show options for cable endpoint types during bulk import 2020-12-02 10:08:41 -05:00
ef426deb53 Tweak help modal icon 2020-11-17 15:07:05 -05:00
a3675854be Clean up generic view templates 2020-11-11 16:58:29 -05:00