aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui
AgeCommit message (Collapse)Author
2012-11-26use css class row-fluid instead of row to use relative widths rather than ↵Michael Elkins
absolute pixels rename roa_request_confirm_delete.html to roarequest_confirm_delete.html to match the other roarequest templates svn path=/branches/tk329/; revision=4908
2012-11-26remove dependence on django-crispy-forms by including a basic form template ↵Michael Elkins
for twitter bootstrap svn path=/branches/tk329/; revision=4907
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
remove object_detail.html templates, and make all the *_detail.html templates dervice from app_base.html directly. there was no functionality left worth having in the intermediate template remove verbose_name from some models where it wasn't needed add form_title variable to some forms where it was missing svn path=/branches/tk329/; revision=4905
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
add new roa detail view, displaying covered routes use {% url %} to get the url instead of hardcoding it in templates add some missing title params to buttons remove edit button from generic object detail modify labels for validation statuses to use the label- suffix required by bootstrap 2.2.x don't use object_detail for the repository_detail view remove stub get_absolute_url() methods where they were previously used as placeholders svn path=/branches/tk329/; revision=4900
2012-11-23snapshot of work in progressMichael Elkins
svn path=/branches/tk329/; revision=4898
2012-11-22back out some of the CBV changesMichael Elkins
svn path=/branches/tk329/; revision=4895
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4894
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4892
2012-11-21remove deprecated templatesMichael Elkins
svn path=/branches/tk329/; revision=4891
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
use django-crispy-forms for form rendering new generic form template app_form.html to replace many duplicate form templates svn path=/branches/tk329/; revision=4890
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
see #329 svn path=/branches/tk329/; revision=4889
2012-11-16put asn last in ROA creation form, and autofocus the prefix input fieldMichael Elkins
see #329 svn path=/trunk/; revision=4882
2012-11-16add "autofocus=true" to the text boxes for entering ASNs and prefixesMichael Elkins
see #344 svn path=/trunk/; revision=4881
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4877
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
2012-11-14merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4866
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4858
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4851
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4849
2012-11-10merge with ^/tk316Michael Elkins
add db migrations svn path=/branches/tk316_317_integration/; revision=4828
2012-11-10remove 'serialize' from the introspection rules, since it doesn't affect the ↵Michael Elkins
database, only the ORM regenerate the initial migration svn path=/branches/tk317/; revision=4825
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
svn path=/branches/tk317/; revision=4824
2012-11-08Avoid specifying the keyword parameters min= and max= in ↵Michael Elkins
rpki.gui.app.range_list.RangeList. This is used with the rpki.resource_set classes, and the API changed from min,max to range_min,range_max. svn path=/branches/tk274/; revision=4813
2012-11-08to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress APIMichael Elkins
pep8 formatting fixes svn path=/branches/tk274/; revision=4809
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
svn path=/branches/tk274/; revision=4794
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
svn path=/branches/tk274/; revision=4773
2012-08-31Merge from trunk.Rob Austein
svn path=/branches/tk274/; revision=4681
2012-08-24do not assume that user.email is not NoneMichael Elkins
svn path=/trunk/; revision=4660
2012-07-13fix missing importsMichael Elkins
svn path=/trunk/; revision=4600
2012-07-12move fetching of admin email addresses to the glue library so it can be used ↵Michael Elkins
by rpkigui-rcynic as well svn path=/trunk/; revision=4598
2012-07-06remove debug msg to stdout from rpki.gui.app.glue.list_received_resourcesMichael Elkins
svn path=/trunk/; revision=4583
2012-07-05remove admin autodiscover since we do not use the admin interfaceMichael Elkins
svn path=/trunk/; revision=4576
2012-07-05add empty stub admin.py to overwrite any existing moduleMichael Elkins
svn path=/trunk/; revision=4575
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
svn path=/trunk/; revision=4570
2012-06-27in roa creation form, assume mask is closet classful if mask is missing. ↵Michael Elkins
closes #245 svn path=/trunk/; revision=4561
2012-02-24add more information to the Parent detail view. closes #205Michael Elkins
svn path=/branches/tk161/; revision=4369
2012-02-24remove .title() from the template tags to retrieve the verbose_name of ↵Michael Elkins
objects in the generic lists properly capitalize the model names in verbose_name{,_plural}. closes #204 svn path=/branches/tk161/; revision=4368
2012-02-24display current resource handle in a larger font. closes #206Michael Elkins
svn path=/branches/tk161/; revision=4367
2012-02-24reword text to avoid indicating where the route origin validation table is ↵Michael Elkins
relative to the confirmation form. closes #203 svn path=/branches/tk161/; revision=4366
2012-02-24move copyright notice to comment block. pep8 formatting.Michael Elkins
svn path=/branches/tk161/; revision=4365
2012-02-24remove the admin link from the topbar. closes #202Michael Elkins
svn path=/branches/tk161/; revision=4364
2012-02-24HttpResponse is not an exceptionMichael Elkins
svn path=/branches/tk161/; revision=4363
2012-02-23move the 'select identity' link to the app_base template, inside the ↵Michael Elkins
is_superuser check. svn path=/branches/tk161/; revision=4362
2012-02-22remove gui interface to update_bpki since this should be run either by the ↵Michael Elkins
cli or in cron svn path=/branches/tk161/; revision=4361
2012-02-16fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboardMichael Elkins
invoke Zookeeper.run_rpkid_now() or .synchronize() when anything in the IRDB changes. closes #192 svn path=/branches/tk161/; revision=4343
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
svn path=/branches/tk161/; revision=4337
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330
2012-02-13set proper sort order for RouteOrigin{,V6} to sort by prefixMichael Elkins
svn path=/branches/tk161/; revision=4329
2012-02-12only show accepted roas in route_roa_listMichael Elkins
svn path=/branches/tk161/; revision=4328