aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui
AgeCommit message (Collapse)Author
2014-06-19Specify the python path as a string rather than passing an object reference. ↵Michael Elkins
See #701 svn path=/trunk/; revision=5868
2014-06-16qualify email recipient address with the FQDN of the local host. see #700Michael Elkins
svn path=/trunk/; revision=5867
2014-06-05fix typo. closes #698Michael Elkins
svn path=/trunk/; revision=5862
2014-05-30Still more PyLint.Rob Austein
svn path=/trunk/; revision=5850
2014-05-29PyLintRob Austein
svn path=/trunk/; revision=5845
2014-05-29Python style police: instantiate exceptions before raising themRob Austein
(convert two-expression form of "raise" to one-expression form). svn path=/trunk/; revision=5844
2014-04-14bump copyrightMichael Elkins
svn path=/trunk/; revision=5797
2014-04-14store resource handle name as a string in the session rather than a Conf ↵Michael Elkins
object. closes #689 svn path=/trunk/; revision=5795
2014-04-14do not emit a warning about missing parent certs in the cacheview db, since ↵Michael Elkins
this is usually just a harmless case that the rcynic cache has been updated and we haven't yet updated our db svn path=/trunk/; revision=5794
2014-04-14send a single email to root when stale rcynic/routeviews data is detected ↵Michael Elkins
during the nightly expiration check. we no longer send email to the user accounts about this. see #686 svn path=/trunk/; revision=5793
2014-04-11fix broken import in newer django 1.5+. closes #687Michael Elkins
svn path=/trunk/; revision=5786
2014-04-07Pull tk674 changes from trunk. Required manual conflict resolutionRob Austein
because of tree changes in this (tk685) branch; with luck the subversion mergeinfo will record what happened as I intended, but if something horrible happens when this is merged back to trunk, you'll know why. Manual diff of affected files against trunk looks good. svn path=/branches/tk685/; revision=5766
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757