Jeremy Stretch
|
469c52be28
|
Fixes #1263: Differentiate add and edit permissions for objects
|
2017-06-13 16:41:57 -04:00 |
|
Jeremy Stretch
|
08c8bd3049
|
Renamed new import view to BulkImportView
|
2017-06-05 15:53:41 -04:00 |
|
Jeremy Stretch
|
4a8147f8a5
|
Converted circuits import views to new scheme
|
2017-06-02 13:40:52 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
fb85867d72
|
Converted all object views to class-based views
|
2017-05-18 17:00:57 -04:00 |
|
Jeremy Stretch
|
b01bf6089c
|
Merge branch 'develop' into v2-develop
Conflicts:
netbox/dcim/forms.py
netbox/dcim/views.py
netbox/ipam/forms.py
netbox/templates/_base.html
netbox/utilities/views.py
|
2017-04-13 15:42:50 -04:00 |
|
Jeremy Stretch
|
f70f0f8d62
|
Improved handling of return_url for object edit/delete views; removed manual definitions of initial data fields
|
2017-04-13 13:11:23 -04:00 |
|
Jeremy Stretch
|
d98e9e1838
|
Resolved RemovedInDjango20Warning deprecation warnings
|
2017-04-05 14:40:25 -04:00 |
|
Jeremy Stretch
|
c0152940f9
|
Merged develop
|
2017-02-28 16:10:53 -05:00 |
|
Jeremy Stretch
|
f3b9930dea
|
Initial work on regions
|
2017-02-28 12:11:43 -05:00 |
|
Jeremy Stretch
|
e8896fe238
|
Closes #898: Expand circuits list in provider view
|
2017-02-16 15:13:35 -05:00 |
|
Jeremy Stretch
|
b69564f5c9
|
Exposed the request to ObjectEditView's alter_obj()
|
2017-02-15 15:03:31 -05:00 |
|
Jeremy Stretch
|
5d5d4ac714
|
Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers
|
2017-01-26 13:20:56 -05:00 |
|
Jeremy Stretch
|
52420945b2
|
Standardized naming of return_url for all object views
|
2017-01-23 14:07:26 -05:00 |
|
Jeremy Stretch
|
39d083eae7
|
Re-implemented method for bulk editing/deleting all objects within a filtered queryset
|
2017-01-20 16:42:11 -05:00 |
|
Jeremy Stretch
|
28a9307f9f
|
Deprecated use_obj_view in favor of get_return_url()
|
2017-01-18 14:34:17 -05:00 |
|
Jeremy Stretch
|
cdccc3a47f
|
Ditched get_parent_url() model method in favor of overrideable get_return_url() view method
|
2017-01-18 14:07:46 -05:00 |
|
Jeremy Stretch
|
3eb969de0c
|
Standardized the use of return_url for ObjectDeleteView
|
2017-01-18 13:30:19 -05:00 |
|
Jeremy Stretch
|
bf817eb69e
|
Closes #49: Introduction of circuit terminations
|
2016-12-14 13:47:22 -05:00 |
|
Jeremy Stretch
|
5035a9567b
|
Fixes #729: Corrected cancellation links when editing secondary objects
|
2016-12-08 12:20:45 -05:00 |
|
Jeremy Stretch
|
7d879bb0dc
|
Added bulk editing capability for custom fields
|
2016-08-16 14:57:04 -04:00 |
|
Jeremy Stretch
|
bcb9ab7116
|
Show graphs button only if there is at least one graph to display
|
2016-07-29 13:19:58 -04:00 |
|
Jeremy Stretch
|
397943b222
|
Allow unassigning VRF and tenants when editing objects in bulk
|
2016-07-28 15:59:49 -04:00 |
|
Jeremy Stretch
|
6f68628377
|
Added tenant to circuit bulk editing; enabled filtering of circuits by tenant
|
2016-07-26 17:10:11 -04:00 |
|
Jeremy Stretch
|
06af05708a
|
Applied tenancy to circuits
|
2016-07-26 15:42:26 -04:00 |
|
Jeremy Stretch
|
450c51604c
|
Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView
|
2016-07-25 17:02:53 -04:00 |
|
Jeremy Stretch
|
e5a6a4f05e
|
Fixes #174: Added search and site filter to provider list
|
2016-07-14 13:53:30 -04:00 |
|
Jeremy Stretch
|
cb8e0c93f2
|
Implemented object add/edit/delete logging
|
2016-05-23 14:20:42 -04:00 |
|
Jeremy Stretch
|
7502a02fba
|
Code cleanup
|
2016-05-18 16:35:35 -04:00 |
|
Jeremy Stretch
|
112e2ccde7
|
Code cleanup
|
2016-05-18 16:02:53 -04:00 |
|
Jeremy Stretch
|
4de5f992be
|
Code cleanup
|
2016-05-18 15:17:58 -04:00 |
|
Jeremy Stretch
|
9df86d5268
|
Collapsed add/edit functionality into ObjectEditView
|
2016-05-13 16:36:58 -04:00 |
|
Jeremy Stretch
|
558fb60c50
|
Added CBVs for CircuitTypes
|
2016-05-13 12:44:03 -04:00 |
|
Jeremy Stretch
|
062e64a34d
|
Collapsed EditTables into primary table for each object
|
2016-05-13 11:51:50 -04:00 |
|
Jeremy Stretch
|
f4b14b42ee
|
Converted all delete CBVs to use utilities/obj_delete.html
|
2016-05-12 15:46:02 -04:00 |
|
Jeremy Stretch
|
a0ffd71755
|
Consolidated bulk delete views to use a single template
|
2016-05-11 15:18:39 -04:00 |
|
Jeremy Stretch
|
9acd23e08a
|
Converted circuits add/edit/delete views to CBVs
|
2016-05-03 15:46:30 -04:00 |
|
Jeremy Stretch
|
8e11a3d624
|
Fixes #4: Include filter params when redirecting user after bulk edit/delete
|
2016-04-25 15:39:35 -04:00 |
|
Jeremy Stretch
|
5796d1f385
|
Converted circuits object lists to ObjectListView
|
2016-03-04 11:05:00 -05:00 |
|
Jeremy Stretch
|
27b289ee3b
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|