Skip to content

Commit bd0157c

Browse files
committed
Merged in changes from Pasi, see changelog and Pasi's branch for details.
- Legacy-Id: 1464
1 parent 203d2e3 commit bd0157c

24 files changed

Lines changed: 1148 additions & 422 deletions

changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
ietfdb (2.25)
2+
3+
* Refactored IdRfcWrapper and lots of improvements to ID/RFC pages.
4+
5+
* New "Documents on Future IESG Telechat Agendas" page; some
6+
improvements for the "IESG Discuss Positions" page.
7+
8+
* Improved "Sign in" dialog for new ID/RFC pages.
9+
10+
* Better error message if cookies are not supported when logging in.
11+
12+
* Include all comments (not just 15) in document comment Atom feed;
13+
correctly sort comments on same date.
14+
15+
* New template tags for comparisons: greater_than/less_than/equal.
16+
17+
* Get YUI base URL from settings instead of hardcoding.
18+
19+
-- Pasi Eronen <pasi.eronen@nokia.com> 12 May 2009 14:45:17 +0200
20+
121
ietfdb (2.24)
222

323
* Merged in code from Pasi for new ID/RFC search and per-document pages,
@@ -15,6 +35,8 @@ ietfdb (2.24)
1535

1636
* Fix problem with area model in admin interface
1737

38+
-- Henrik Levkowetz <henrik@levkowetz.com> 26 Apr 2009 16:02:00 +0200
39+
1840
ietfdb (2.23)
1941

2042
* Fixed a wrong link in the html agenda (from Henrik)

ietf/context_processors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ def server_mode(request):
88

99
def revision_info(request):
1010
return {'revision_time': __date__[7:32], 'revision_date': __date__[34:-3], 'revision_num': __rev__[6:-2], "revision_id": __id__[5:-2], "version_num": __version__ }
11+
12+
def yui_url(request):
13+
return {'yui_url':settings.YUI_URL}

0 commit comments

Comments
 (0)