John Anderson
8364694fb4
added plugin template content injection to primary model detail views
2020-03-15 23:45:18 -04:00
Jeremy Stretch
16d3cebf3e
Update markdown filter name
2020-03-09 10:42:32 -04:00
Jeremy Stretch
1423fd9024
Rename gfm filter to render_markdown
2020-03-09 10:31:29 -04:00
Jeremy Stretch
9f42bce16a
Update modal template
2020-03-05 13:55:27 -05:00
Jeremy Stretch
2cf990bd92
Standardize on two-word form of "change log"
2020-02-19 12:45:52 -05:00
Jeremy Stretch
4ef15e4dc8
Migrate circuits views to use common object list template
2020-02-13 13:31:04 -05:00
Saria Hajjar
2949bfaaa7
Merge branch 'develop' into 2921-tags-select2
2020-01-16 15:33:42 +00:00
Saria Hajjar
834fd408bd
Fixes #2921 : Replace tags filter with Select2 widget
2020-01-11 15:18:27 +00:00
Jeremy Stretch
9f627fd0d3
Merge branch 'develop' into develop-2.7
2020-01-10 13:33:51 -05:00
Saria Hajjar
883655ce71
Fixes #3393 : Paginate circuits at the provider details view
2020-01-09 20:10:51 +00:00
Jeremy Stretch
8acd3d0a72
Introduced clone, edit, and delete buttons
2019-12-13 15:54:50 -05:00
Jeremy Stretch
446acbdf82
Closes #33 : Add ability to clone objects (pre-populate form fields)
2019-12-06 16:13:52 -05:00
Jeremy Stretch
948286aa32
Fixes #3258 : Exception raised when creating/viewing a circuit with a non-connected termination
2019-06-17 16:27:26 -04:00
Jeremy Stretch
dd58e78fde
Add custom links to templates
2019-04-15 21:38:04 -04:00
Jeremy Stretch
b29944d5d7
Check view permissions for object navigation tabs
2019-04-12 09:29:36 -04:00
dansheps
c208d8fc2e
* Added CSS to:
...
* Hide URLs
* Hide elements with "noprint" class
* Added noprint to:
* Header Panel
* Search Panel, Tags Panel
* Buttons
* Various list elements
* Related elements
2019-03-05 15:42:47 -06:00
Jeremy Stretch
b9f1d14d4e
Closes #2870 : Add Markdown rendering for provider NOC/admin contact fields
2019-02-20 11:48:11 -05:00
Jeremy Stretch
82e8c0152e
Fixes #2707 : Correct permission evaluation for circuit termination cabling
2018-12-19 09:36:45 -05:00
Jeremy Stretch
b697c30941
#2627 : Removed reference to provider from Circuit.__str__()
2018-12-11 11:15:45 -05:00
Jeremy Stretch
874acab90f
Merge v2.4.8
2018-11-20 12:28:24 -05:00
Jeremy Stretch
2fce7ebd8f
Fixes #2565 : Improved rendering of Markdown tables
2018-11-13 11:02:48 -05:00
Jeremy Stretch
30f8fb4c11
Fixes #2572 : Add button to disconnect cable from circuit termination
2018-11-08 12:27:15 -05:00
Jeremy Stretch
1847e82d04
Closes #867 : Add a 'description' field to CircuitTermination
2018-11-05 13:53:22 -05:00
Jeremy Stretch
045856c9ac
Introduced a placeholder template filter
2018-11-05 13:00:46 -05:00
Jeremy Stretch
0a71c63583
Upgraded to Django 2.1
2018-11-02 14:42:15 -04:00
Jeremy Stretch
470aabe1d7
Added dedicated cable trace view; removed modal
2018-10-30 16:30:03 -04:00
Jeremy Stretch
4df74780b8
Extended Cables to connect CircuitTerminations
2018-10-30 12:16:22 -04:00
Jeremy Stretch
cbfb25f003
Initial work on a cable tracing modal
2018-10-29 16:45:20 -04:00
Jeremy Stretch
97b6038be2
Cleaned up custom fields panel template
2018-07-20 19:56:04 -04:00
Jeremy Stretch
663bbd025e
Updated custom fields inclusion tag to use 'with'
2018-07-10 11:02:37 -04:00
Jeremy Stretch
4802e516e5
Arranged object tags into a separate panel
2018-07-10 10:48:33 -04:00
Jeremy Stretch
edf53d4516
Flip the order of tag and URL name for the tag template tag
2018-07-05 15:20:13 -04:00
Jeremy Stretch
3c2e0b0b17
Added changelog views
2018-06-14 16:15:14 -04:00
Jeremy Stretch
1d1553275e
Added tags panel to object list view
2018-05-18 15:43:21 -04:00
Jeremy Stretch
e6b3983a4e
Added template tag for tag links
2018-05-18 11:09:11 -04:00
Jeremy Stretch
9b3869790d
Implemented tags for all primary models
2018-05-10 12:53:11 -04:00
Jeremy Stretch
8b33b888b2
Merge branch 'develop' into develop-2.3
2018-02-21 16:16:20 -05:00
Jeremy Stretch
376c531fe4
Template libraries cleanup
2018-02-07 13:35:19 -05:00
Jeremy Stretch
73c64272d8
Merge branch 'develop' into develop-2.3
2018-02-06 14:58:11 -05:00
Jeremy Stretch
69f921aea9
Closes #1864 : Added a 'status' field to the circuit model
2018-02-06 14:06:05 -05:00
Jeremy Stretch
b96e3af6c7
Closes #1714 : Standardized CSV export functionality for all object lists
2018-02-02 16:12:57 -05:00
Jeremy Stretch
d888aa67f9
Fixes #1715 : Added missing import buttons on object lists
2017-11-15 12:52:21 -05:00
Ichabond
b8df05cf88
Fixes #1655 . Removed explicit field references. ( #1656 )
...
* Fixes #1655
Further field name references were found in `consoleport.html`. These have now been removed, so we rely on proper a proper `__str__` implementation of both `ConsolePort` and `ConsoleServerPort`.
* Fixes #1655 : Removed explicit field references
Cleaned up all (notable) .name references, and removed them so __str__ can do the lifting. Did not remove the references where it was explicitly referenced to .name (eg. in details). Extended the Secret model to also include the name in __str__, since that was weirdly absent.
* Adapted PR to comply with comments
Re-introduced certain references to make sure explicit references are still used where needed.
2017-11-02 11:51:27 -04:00
Jeremy Stretch
ae231b1d1b
Moved circuit speed humanization to a template tag
2017-08-29 22:42:06 -04:00
Jeremy Stretch
ecdf66c454
Closes #1326 : Added dropdown widget with common values for circuit speed fields
2017-08-29 22:29:30 -04:00
Jeremy Stretch
12d643694f
Cleaned up title blocks
2017-08-02 13:15:28 -04:00
Jeremy Stretch
dd1991f2c6
Closes #838 : Display details of all objects being edited/deleted in bulk
2017-07-13 16:31:47 -04:00
Jeremy Stretch
4a8147f8a5
Converted circuits import views to new scheme
2017-06-02 13:40:52 -04:00
Jeremy Stretch
b5a1b692bd
Fixes #1225 : Fixed border on empty circuits table on provider view
2017-05-26 10:08:03 -04:00
Jeremy Stretch
1dd5e2c926
Fixes #1229 : Fix validation error on forms where API search is used
2017-05-25 14:33:50 -04:00