Age | Commit message (Collapse) | Author |
|
merge remainder of settings.py into default_settings.py and remove settings.py.in
remove $top/buildtools/subst-vars.py since it was only used to generate settings.py from settings.py.in
move ${datarootdir}/default_settings.py to rpki.gui.default_settings
set DJANGO_SETTINGS_MODULE to rpki.gui.default_settings in ${datarootdir}/rpki/wsgi/rpki.wsgi
svn path=/trunk/; revision=5275
|
|
substituting it at build time
svn path=/trunk/; revision=5274
|
|
svn path=/trunk/; revision=5272
|
|
no longer are shipping that way.
svn path=/trunk/; revision=5223
|
|
forgotten rpkitest command line util
svn path=/trunk/; revision=5221
|
|
upon ERROR
put static configuration into ${sysconfdir}/rpki/default_settings.py to avoid issue with %() expansion when settings.py is generated
closes #496
svn path=/trunk/; revision=5220
|
|
see #496
svn path=/trunk/; revision=5218
|
|
closes #494
svn path=/trunk/; revision=5217
|
|
see #438
svn path=/trunk/; revision=5108
|
|
settings.py as a static file
svn path=/trunk/; revision=5096
|
|
rather than a string
add a custom encoder to the mysql database connection which converts long
values to hex strings when generating SQL statements
closes #434
svn path=/trunk/; revision=5093
|
|
for twitter bootstrap
svn path=/branches/tk329/; revision=4907
|
|
revert to /media for serving static js, img and css files since that is what previously installed web servers will be configured to serve
update makefile to install media files that would normally be installed by "django-admin collectstatic"
svn path=/branches/tk329/; revision=4902
|
|
make sure to set the .vcard field when saving a ghostbuster request
display the list of covering ROAs from the rcynic cache in the route detail view
rename route_roa_list to route_detail
remove the delete button from the object_detail.html template since not all objects that use it can be deleted
set STATIC_ROOT in settings.py so that collectstatic works
svn path=/branches/tk329/; revision=4901
|
|
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
|
|
svn path=/branches/tk329/; revision=4898
|
|
svn path=/branches/tk329/; revision=4894
|
|
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
|
|
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
|
|
svn path=/branches/tk317/; revision=4824
|
|
loaded
svn path=/trunk/; revision=4563
|
|
name and appears to be present on all modern systems.
svn path=/trunk/; revision=4562
|
|
svn path=/branches/tk161/; revision=4202
|
|
svn path=/branches/tk161/; revision=4159
|
|
svn path=/branches/tk161/; revision=4155
|
|
hardcoding the path.
svn path=/branches/tk139/; revision=4108
|
|
Pull SQL authentication information from rpki.conf so the user need not edit settings.py.
svn path=/branches/tk139/; revision=4106
|
|
django 1.2
svn path=/trunk/; revision=4093
|
|
really is a configuration file
svn path=/branches/tk103/; revision=4078
|