aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-23merge with /trunkMichael Elkins
svn path=/branches/tk329/; revision=4899
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-22add missing Id keyword expansionMichael Elkins
svn path=/branches/tk329/; revision=4893
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-19Retry failed publication, general case. Closes #306.Rob Austein
svn path=/trunk/; revision=4887
2012-11-18Test environment for deliberately broken pubd.Rob Austein
svn path=/trunk/; revision=4886
2012-11-18"make clean" shouldn't delete files under version control.Rob Austein
svn path=/trunk/; revision=4885
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
svn path=/trunk/; revision=4884
2012-11-16The resource_range_ip* classes were recently changed to use rpki.POW.IPAddressMichael Elkins
as the underlying address representation. POW.X509.getPrefixes() returns the prefix as an rpki.POW.IPAddress, so return it directly without a cast to long. closes #352 svn path=/trunk/; revision=4883
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-15Merge tk274 performance work back to trunk. Closes #274.Rob Austein
svn path=/trunk/; revision=4878
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4877
2012-11-15Do not group prefixes for the same AS in ROA requests, always create a new ↵Michael Elkins
ROA request. See ticket #32 and ticket #345 svn path=/trunk/; revision=4874
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
2012-11-15sra points out the django south check needs to avoid lexographic comparison ↵Michael Elkins
of version numbers closes #348 svn path=/trunk/; revision=4872
2012-11-15verify that the roa request prefix the user entered is uniqueMichael Elkins
closes #345 svn path=/trunk/; revision=4871
2012-11-15Reorder tests to make sure user gets right warnings. See #348.Rob Austein
svn path=/trunk/; revision=4870
2012-11-15configure now confirms that django south 0.7.6 or later is installed if the ↵Michael Elkins
ca tools are going to be built closes #348 svn path=/trunk/; revision=4869
2012-11-15Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4868
2012-11-14There are no longer any user configurable options in settings.py, so always ↵Michael Elkins
install the generated copy. This avoids the user needing to manually copy it. svn path=/trunk/; revision=4867
2012-11-14merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4866
2012-11-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4865
2012-11-14When adding a prefix/AS to a child, verify that it does notMichael Elkins
overlap with a previous allocation to the same child. This will avoid raising an exception about the uniqueness constraints on irdb.models.Child{Net,ASN} Use django.contrib.formtools to provide a double confirmation for AS/prefix additions to a child closes #343 svn path=/trunk/; revision=4864
2012-11-14report os.walk() errors in wsgi scriptMichael Elkins
svn path=/trunk/; revision=4863
2012-11-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4862
2012-11-13fix notification of valid->invalid transitionsMichael Elkins
svn path=/trunk/; revision=4861
2012-11-13vcard.prettyPrint() prints to stdout, and doesn't return a string.Michael Elkins
pep-8 formatting fixes svn path=/trunk/; revision=4860
2012-11-13Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4859
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4858
2012-11-12related to [4850], forgot to also change the code where it is actually used ↵Michael Elkins
in addition to the validation step svn path=/trunk/; revision=4857
2012-11-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4856
2012-11-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
svn path=/branches/tk274/; revision=4855
2012-11-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4854
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4851
2012-11-12properly detect ipv6 addressesMichael Elkins
svn path=/trunk/; revision=4850
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4849
2012-11-12fix bug where object_accepted object was compared to wrong attribute when ↵Michael Elkins
looking up validated certs closes #335 svn path=/trunk/; revision=4847
2012-11-12merge ^/branches/tk316Michael Elkins
closes #316 closes #317 svn path=/trunk/; revision=4846
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk316/; revision=4845
2012-11-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4844
2012-11-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4843