aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-27Fix error message regarding the minimum version requirement for Django. See ...Michael Elkins
2012-11-27merge ^/branches/tk329Michael Elkins
2012-11-27rewrite ghostbuster_delete to avoid using DeleteView, so we don't need revers...Michael Elkins
2012-11-27poke rpkid when a ghostbuster is created/editedMichael Elkins
2012-11-27fix formatting in roa request creation confirmation viewMichael Elkins
2012-11-26use table to display repository detailsMichael Elkins
2012-11-26use css class row-fluid instead of row to use relative widths rather than abs...Michael Elkins
2012-11-26remove dependence on django-crispy-forms by including a basic form template f...Michael Elkins
2012-11-26remove duplicate copies of web portal medaMichael Elkins
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
2012-11-26also remove settings.pyc in uninstallMichael Elkins
2012-11-26require django 1.3 or later. 1.2 is out of the support windowMichael Elkins
2012-11-26configure now sets STATIC_ROOT in settings.pyMichael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
2012-11-23merge with /trunkMichael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-23Use Py_ssize_t consistently for string lengths in C/Python API. See #355.Rob Austein
2012-11-22ipaddress_object_from_bytes() wasn't throwing exception correctly onRob Austein
2012-11-22back out some of the CBV changesMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-22add missing Id keyword expansionMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-21remove deprecated templatesMichael Elkins
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
2012-11-19Retry failed publication, general case. Closes #306.Rob Austein
2012-11-18Test environment for deliberately broken pubd.Rob Austein
2012-11-18"make clean" shouldn't delete files under version control.Rob Austein
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
2012-11-16The resource_range_ip* classes were recently changed to use rpki.POW.IPAddressMichael Elkins
2012-11-16put asn last in ROA creation form, and autofocus the prefix input fieldMichael Elkins
2012-11-16add "autofocus=true" to the text boxes for entering ASNs and prefixesMichael Elkins
2012-11-15Merge tk274 performance work back to trunk. Closes #274.Rob Austein
2012-11-15Pull from /trunk.Rob Austein
2012-11-15Do not group prefixes for the same AS in ROA requests, always create a new RO...Michael Elkins
2012-11-15Pull from /trunk.Rob Austein
2012-11-15sra points out the django south check needs to avoid lexographic comparison o...Michael Elkins
2012-11-15verify that the roa request prefix the user entered is uniqueMichael Elkins
2012-11-15Reorder tests to make sure user gets right warnings. See #348.Rob Austein
2012-11-15configure now confirms that django south 0.7.6 or later is installed if the c...Michael Elkins
2012-11-15Automatic pull of documentation from Wiki.RPKI Documentation Robot
2012-11-14There are no longer any user configurable options in settings.py, so always i...Michael Elkins
2012-11-14merge with /trunkMichael Elkins
2012-11-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
2012-11-14When adding a prefix/AS to a child, verify that it does notMichael Elkins
2012-11-14report os.walk() errors in wsgi scriptMichael Elkins
2012-11-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
2012-11-13fix notification of valid->invalid transitionsMichael Elkins
2012-11-13vcard.prettyPrint() prints to stdout, and doesn't return a string.Michael Elkins