datatracker/ietf
Bill Fenner 178c5e13e0 * search_result_row.html no longer takes care of the ballot set rendering for you; you have to pass it the entire contents of the ballot set.
* Model and template changes to allow documents to report their name via doctype() to allow "Draft Name:" vs. "RFC Name:"
* Add parenthesis around the submission type to match the cgi
* Pass the whole ballot set to search_result_row from idinternal_detail
* Display only public comments in idinternal_detail
* Use comment.get_absolute_url instead of a relative URL.  (This fixes /idtracker/NNN/comment/YYY/ which wouldn't work)
* Add a search url to compare
* In view, when searching, don't filter for primary_flag=1, but do order by ballot and -primary_flag so that the results are grouped properly.
* Introduce public_comments() accessor which filters comments()
* Fix comments() to not use rfc_flag, to match the schema
* Order ballot_set() by -primary_flag so the results are grouped properly.
 - Legacy-Id: 312
2007-06-11 16:53:25 +00:00
..
agenda Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
announcements Add a nomcom announcement to diff. 2007-06-11 11:21:11 +00:00
bin Use python module instead of file path to settings file. 2007-06-04 13:54:29 +00:00
contrib Patched a bug in BeautifulSoup (discovered by PyFlakes) and quietened the remaining nonconsequential comments from PyFlakes regarding BeautifulSoup 2007-06-10 14:14:16 +00:00
database-notes Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
idindex Initial implementation of view_related. The related_docs() function 2007-06-06 02:14:29 +00:00
idtracker * search_result_row.html no longer takes care of the ballot set rendering for you; you have to pass it the entire contents of the ballot set. 2007-06-11 16:53:25 +00:00
iesg A first attempt at a list of urls to test and compare. 2007-06-10 23:32:37 +00:00
ietfauth Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
ipr Testing a specific IPR declaration 2007-06-10 11:33:24 +00:00
liaisons Adding handler404 and handler 500 in the right place ,;-) 2007-06-05 18:18:40 +00:00
mailinglists Don't import Acronym, since we don't use it. 2007-06-10 13:37:14 +00:00
meeting Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
my Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
proceedings Improved fix to the first undefined symbol problem in proceedings/models.py (Bills original fix in [213] reinstated) 2007-06-05 17:30:22 +00:00
redirects Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
templates * search_result_row.html no longer takes care of the ballot set rendering for you; you have to pass it the entire contents of the ballot set. 2007-06-11 16:53:25 +00:00
utils make soup2text convert numeric character codes (e.g., "'") too. 2007-06-11 07:47:56 +00:00
.gitignore removed extraneous .pyc files 2007-05-09 21:55:44 +00:00
__init__.py Added __version__ string 2007-05-11 15:45:45 +00:00
manage.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
middleware.py Add two middleware classes: 2007-06-04 13:52:34 +00:00
settings.py * Adding a SERVER_EMAIL setting in settings.py and settings_local_test.py 2007-06-08 17:01:07 +00:00
tests.py Adding the ability to define generic diff chunks which should be ignored. Fixing the inverted filename indication in the unified diff. 2007-06-11 16:41:24 +00:00
testurl.list Fix occasional bad sentence end merges in ietf/utils/soup2text.py. 2007-06-11 04:22:29 +00:00
urls.py Adding handler404 and handler 500 in the right place ,;-) 2007-06-05 18:18:40 +00:00
views.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00