Henrik Levkowetz
|
c445611904
|
Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
- Legacy-Id: 13224
|
2017-04-15 12:34:50 +00:00 |
|
Henrik Levkowetz
|
104d4c7b1a
|
Added Django and Python version information to the page footer.
- Legacy-Id: 12821
|
2017-02-11 23:42:51 +00:00 |
|
Henrik Levkowetz
|
a1934d1713
|
Refined the sql debug view at the bottom of each page. Added a column showing the WHERE clause, as that is quite helpful in working out where a given query is coming from. Added an sql_debug template variable to make it easier to switch between the sql debug view and using the django-debug-toolbar.
- Legacy-Id: 12225
|
2016-10-28 16:46:05 +00:00 |
|
Henrik Levkowetz
|
681395ff8e
|
Added a column to the debug view of sql queries which indicate whether a query originated in view code or template rendering.
- Legacy-Id: 12217
|
2016-10-26 18:49:58 +00:00 |
|
Henrik Levkowetz
|
fbdd8b479d
|
Added a check for the existence of the CDN static path using the new (Django 1.7) checks framework. Split the release version and patch string in order to not move the expected CDN static files location when adding a patch indicator to the version number.
- Legacy-Id: 9906
|
2015-07-28 10:25:58 +00:00 |
|
Henrik Levkowetz
|
8365a36c2f
|
Fixed an issue where the https: schema inadvertently had been included in RFCDIFF_PREFIX, causing duplicate schema specifications in some places. Changed name to RFCDIFF_BASE_URL and cleaned out the duplicate schema specifiers.
- Legacy-Id: 9593
|
2015-04-30 22:00:49 +00:00 |
|
Robert Sparks
|
da3e916f72
|
Moves the prefix for the URI to use for rfcdiff into settings.py.
Fixes bug #808
- Legacy-Id: 4701
|
2012-07-28 20:19:36 +00:00 |
|
Henrik Levkowetz
|
266b7820d0
|
Merged from log:branch/2.00@2363: Current release branch head to trunk.
- Legacy-Id: 2365
|
2010-07-21 12:48:05 +00:00 |
|
Henrik Levkowetz
|
cd030d3b43
|
Adding copyright notices to all python files
- Legacy-Id: 716
|
2007-06-27 21:16:34 +00:00 |
|
Henrik Levkowetz
|
39af501171
|
Fix pyflakes issue.
- Legacy-Id: 664
|
2007-06-26 19:26:13 +00:00 |
|
Henrik Levkowetz
|
f245ccb875
|
Remove an errand debug print statement.
- Legacy-Id: 661
|
2007-06-26 19:19:58 +00:00 |
|
Henrik Levkowetz
|
7ba839ad01
|
Fix pyflakes warning
- Legacy-Id: 656
|
2007-06-26 18:06:13 +00:00 |
|
Henrik Levkowetz
|
0ed0d375ee
|
Adding a footer line with version info and webmaster link, and a context processor to transfer information to it and variables in ietf/__init__.py to hold the information.
- Legacy-Id: 652
|
2007-06-26 17:30:25 +00:00 |
|
Bill Fenner
|
5a4e9de2f1
|
Remove the hardcoded " - WCF" from the title.
Export server_mode into the template context, and use it to conditionalize
the addition of the server mode into the title.
- Legacy-Id: 632
|
2007-06-25 16:32:08 +00:00 |
|