aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/rpkigui/myrpki/forms.py
AgeCommit message (Collapse)Author
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646
2010-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn ↵Michael Elkins
object trees. add cert member to Roa class to hold a pointer to the resource cert from which all prefixes in the roa derive svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3418
2010-07-13change prefix split form to accept single input box in which the user can ↵Michael Elkins
enter a CIDR or range remove hyperlinks for roa/delete when the prefix has been allocated to a child svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3398
2010-07-12fix copyright noticesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3393
2010-07-12remove roa link from address ranges which are not properly representably as ↵Michael Elkins
prefixes svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3392
2010-07-11add copyright notices to portal-gui codeMichael Elkins
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3385
2010-07-11add missing template conf_empty.html to makefile.inMichael Elkins
fix bug with missing subdivided prefixes in the unallocated resources section of the dashboard add matching roas to the asn view tidy up some html in prefix view svn path=/portal-gui/Makefile.in; revision=3380
2010-07-07use new rpki.ipaddrss.parse() in lieu of rpkigui.myrpki.misc.str_to_addr()Michael Elkins
change calls to rpki.resource_set.resource_range_ip._prefixlen() to .prefixlen() svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3363
2010-07-06weed dead codeMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3343
2010-07-06improve css for tables to improve readabilityMichael Elkins
make the child and parent views prettier add css block to base template check for allocation to child in roa form validator svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3342
2010-07-06rework portal-gui to support max prefix lengthsMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3340
2010-07-04add support for deleting a subdivided prefixMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3336
2010-07-04improve validation for prefix split formMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3333
2010-07-04when splitting address ranges, put the low above the high in the formMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3331
2010-07-04fix broken address range splittingMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3328
2010-07-03enable expansion of $Id$ keywordMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/__init__.py; revision=3313
2010-07-02portal-gui updatesMichael Elkins
svn path=/portal-gui/README; revision=3310
2010-07-01commit recent rpki changesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3305
2010-06-12Rename rpki to rpkigui.Bill Fenner
svn path=/portal-gui/rpki; revision=3284