Age | Commit message (Collapse) | Author |
|
See #373.
svn path=/trunk/; revision=4943
|
|
svn path=/trunk/; revision=4942
|
|
svn path=/trunk/; revision=4941
|
|
Still needs to run through set of tests prescribed in FreeBSD manual,
particularly regarding installation, deinstallation, and package
manipluations.
svn path=/trunk/; revision=4940
|
|
violates autoconf's theory of operation, and is unnecessary in the
case of the rcynic Linux installation script in any case, as we can
just do the expansion in the Makefile and pass settings to the script.
svn path=/trunk/; revision=4939
|
|
automate construction of things like the pkg-plist for a FreeBSD port.
This is a fairly nasty kludge, but we're kind of trapped at the
intersection of two different build systems (autoconf and disttools)
and a laundry list of platform-specific packaging systems, so anything
we do here is likely to be nasty, and almost anything is better than
trying to maintain packing lists for all those systems by hand.
svn path=/trunk/; revision=4938
|
|
program lives, so even autoconf wouldn't be able to sort this out
without relying on a sane $PATH setting. Enough already. Use
unadorned program names, and if that bites the user during the build
process, blame it on the penguins. Closes #368.
svn path=/trunk/; revision=4937
|
|
svn path=/trunk/; revision=4936
|
|
svn path=/trunk/; revision=4935
|
|
svn path=/trunk/; revision=4934
|
|
svn path=/trunk/; revision=4933
|
|
svn path=/trunk/; revision=4932
|
|
to test other Linux platforms to see what this breaks. Whole thing
probably needs to be controlled a lot more tightly by autoconf.
See #363.
svn path=/trunk/; revision=4931
|
|
svn path=/trunk/; revision=4930
|
|
svn path=/trunk/; revision=4929
|
|
svn path=/trunk/; revision=4928
|
|
svn path=/trunk/; revision=4927
|
|
Not yet tested, because upgrade to my test machine is taking a while.
svn path=/trunk/; revision=4926
|
|
special for that. Closes #359.
svn path=/trunk/; revision=4925
|
|
svn path=/trunk/; revision=4924
|
|
svn path=/trunk/; revision=4923
|
|
svn path=/trunk/; revision=4922
|
|
svn path=/trunk/; revision=4921
|
|
where catching an exception isn't practical. Closes #357.
svn path=/trunk/; revision=4920
|
|
svn path=/trunk/; revision=4919
|
|
#358
svn path=/trunk/; revision=4918
|
|
see #329
svn path=/trunk/; revision=4914
|
|
reverse_lazy. needed to support django 1.3
svn path=/branches/tk329/; revision=4912
|
|
svn path=/branches/tk329/; revision=4911
|
|
svn path=/branches/tk329/; revision=4910
|
|
fix css class typo in roa detail view
svn path=/branches/tk329/; revision=4909
|
|
absolute pixels
rename roa_request_confirm_delete.html to roarequest_confirm_delete.html to match the other roarequest templates
svn path=/branches/tk329/; revision=4908
|
|
for twitter bootstrap
svn path=/branches/tk329/; revision=4907
|
|
svn path=/branches/tk329/; revision=4906
|
|
remove object_detail.html templates, and make all the *_detail.html templates dervice from app_base.html directly. there was no functionality left worth having in the intermediate template
remove verbose_name from some models where it wasn't needed
add form_title variable to some forms where it was missing
svn path=/branches/tk329/; revision=4905
|
|
svn path=/branches/tk329/; revision=4904
|
|
svn path=/branches/tk329/; revision=4903
|
|
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=4899
|
|
svn path=/branches/tk329/; revision=4898
|
|
svn path=/trunk/; revision=4897
|
|
some forms of bad input. See #355.
svn path=/trunk/; revision=4896
|
|
svn path=/branches/tk329/; revision=4895
|
|
svn path=/branches/tk329/; revision=4894
|
|
svn path=/branches/tk329/; revision=4893
|
|
svn path=/branches/tk329/; revision=4892
|
|
svn path=/branches/tk329/; revision=4891
|
|
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
|