aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-09pep8 fixesMichael Elkins
svn path=/branches/tk161/; revision=4319
2012-02-09use std logging module for log messsagesMichael Elkins
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318
2012-02-08fix broken $Id$ tagMichael Elkins
svn path=/branches/tk161/; revision=4317
2012-02-08sort roa list lexicographically by prefixMichael Elkins
svn path=/branches/tk161/; revision=4316
2012-02-08specifier issuer when looking up parent. closes #183Michael Elkins
svn path=/branches/tk161/; revision=4315
2012-02-08make import routes more silentMichael Elkins
svn path=/branches/tk161/; revision=4314
2012-02-08use install -d instead of -D, which is not supported under freebsd's installMichael Elkins
svn path=/branches/tk161/; revision=4313
2012-02-07make configure detect when running inside of virtualenv so that the ↵Michael Elkins
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312
2012-02-07combine install targets into single targetMichael Elkins
svn path=/branches/tk161/; revision=4311
2012-02-07remove deprecated web portal scriptsMichael Elkins
svn path=/branches/tk161/; revision=4310
2012-02-07check that the prefix is allocated to the user when validating the roa ↵Michael Elkins
creation form svn path=/branches/tk161/; revision=4309
2012-02-07use two-column format for dashboardMichael Elkins
svn path=/branches/tk161/; revision=4308
2012-02-07add support for editing user accounts to change email and passwordMichael Elkins
remove superuser column from user list svn path=/branches/tk161/; revision=4307
2012-02-07make selection of parent in the user creation form optional, with the ↵Michael Elkins
default being the current user renamed ChildWizardForm to UserCreateForm renamed template for user creation form svn path=/branches/tk161/; revision=4306
2012-02-07rename child creation wizard to user_createMichael Elkins
svn path=/branches/tk161/; revision=4305
2012-02-07add basic user management supportMichael Elkins
svn path=/branches/tk161/; revision=4304
2012-02-07don't need to call Zookeeper.synchronize() when add/deleting roa requestsMichael Elkins
svn path=/branches/tk161/; revision=4303
2012-02-07force irdb sync with rpkid when something changesMichael Elkins
svn path=/branches/tk161/; revision=4302
2012-02-07fix wrong class for block messagesMichael Elkins
svn path=/branches/tk161/; revision=4301
2012-02-07split roa creation double confirmation into separate functions and formsMichael Elkins
svn path=/branches/tk161/; revision=4300
2012-02-07add glue function for converting string to resource_range_ipMichael Elkins
svn path=/branches/tk161/; revision=4299
2012-02-07add support for running in virtualenvMichael Elkins
svn path=/branches/tk161/; revision=4298
2012-02-07need to check max prefix length when checking new roaMichael Elkins
svn path=/branches/tk161/; revision=4297
2012-02-07coerce min/max value back to appropriate datum_type for the rangeMichael Elkins
svn path=/branches/tk161/; revision=4296
2012-02-06remove import cruftMichael Elkins
svn path=/branches/tk161/; revision=4295
2012-02-06create /usr/local/share/rpki if it doesn't existMichael Elkins
svn path=/branches/tk161/; revision=4294
2012-02-04format models.py according to pep8Michael Elkins
use narrower spans to display multi column fields in some templates to avoid unnecessary wrapping when the window is narrow add titles to buttons for some actions to provide some user help svn path=/branches/tk161/; revision=4291
2012-02-04fix import/export of XML files as part of the setup processMichael Elkins
svn path=/branches/tk161/; revision=4290
2012-02-03strip empty lines from irdbd schema. closes #163Michael Elkins
svn path=/branches/tk161/; revision=4289
2012-02-03SundialField needs to set __metaclass__. Closes #181Michael Elkins
svn path=/branches/tk161/; revision=4285
2012-02-02form validation must be prepared for None values in required fieldsMichael Elkins
svn path=/branches/tk161/; revision=4283
2012-02-02add support for add/revoke resources to childMichael Elkins
add support for editing child model add child creation wizard svn path=/branches/tk161/; revision=4282
2012-02-01remove dead codeMichael Elkins
svn path=/branches/tk161/; revision=4279
2012-02-01fix typoh in filenameMichael Elkins
svn path=/branches/tk161/; revision=4278
2012-01-30merge with tk100Michael Elkins
svn path=/branches/tk161/; revision=4272
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
reformat code according to pep8 move copyright notices into comments out of docstrings svn path=/branches/tk161/; revision=4271
2012-01-21require double confirmation for roa creationMichael Elkins
display list of matching routes with validation status for second confirmation svn path=/branches/tk161/; revision=4254
2012-01-21add form for creating ROA requestsMichael Elkins
svn path=/branches/tk161/; revision=4253
2012-01-20create custom template tag for fetching the verbose_name or ↵Michael Elkins
verbose_name_plural in generic object list/detail views select page title based on verbose_name instead of passing in page_title rename templates to the default name selected by object_detail() and object_list() generic views use generic delete_object() view for parents and ghostbusters svn path=/branches/tk161/; revision=4252
2012-01-20add deletion confirmation to general object detail templateMichael Elkins
fix repository deletion svn path=/branches/tk161/; revision=4251
2012-01-20add generic template for viewing a list of objects as a tableMichael Elkins
format roa request deletion confirmation page into two columns, with an alert box around the action remove trailing slash from roa_detail url svn path=/branches/tk161/; revision=4250
2012-01-20add styled warning message when there are no items in a generic list viewMichael Elkins
svn path=/branches/tk161/; revision=4249
2012-01-20wrap long linesMichael Elkins
svn path=/branches/tk161/; revision=4248
2012-01-20fix issues reported by pyflakes and pep8 toolsMichael Elkins
svn path=/branches/tk161/; revision=4247
2012-01-20fix roa request list template to reflect the irdb RoaRequestPrefix modelMichael Elkins
add stub view function for roa creation as a placeholder so that the {% url %} for the Create button doesn't throw an exception. svn path=/branches/tk161/; revision=4246
2012-01-20store the uri field from <list_received_resources/> pdu in order to allow ↵Michael Elkins
for checking the cert chain for expiration using cacheview svn path=/branches/tk161/; revision=4245
2012-01-20branch merge with tk100Michael Elkins
svn path=/branches/tk161/; revision=4244
2012-01-20add v6 to route viewMichael Elkins
svn path=/branches/tk161/; revision=4243
2012-01-20fix route view to work with new gui model for resource certsMichael Elkins
svn path=/branches/tk161/; revision=4241
2012-01-20merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4239