.. |
announcements
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
bin
|
Include referrer in test crawler crash reports, format the result like
|
2013-08-15 09:58:27 +00:00 |
community
|
Merged [5509] from ietf@augustcellars.com:
|
2013-03-13 15:31:36 +00:00 |
contrib
|
Merged from log:branch/2.00@2363: Current release branch head to trunk.
|
2010-07-21 12:48:05 +00:00 |
cookies
|
Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with.
|
2011-07-23 12:49:56 +00:00 |
database-notes
|
Merged from log:branch/2.00@2363: Current release branch head to trunk.
|
2010-07-21 12:48:05 +00:00 |
dbtemplate
|
Removed some debug statements.
|
2013-09-27 17:32:35 +00:00 |
doc
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
group
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
help
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
idindex
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
idrfc
|
Merged personal/rjs/v4.70@6042:
|
2013-09-02 18:34:54 +00:00 |
idtracker
|
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
|
2013-09-26 19:56:17 +00:00 |
iesg
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
ietfauth
|
Undid gratuitous whitespace changes.
|
2013-09-26 21:04:57 +00:00 |
ietfworkflows
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
ipr
|
* Made reporting IPR consistant across document searches, IPR searches, AD document queues, last calls, and agendas. All these points now report on the document(s) being directly queried, and the documents those transitively replace or obsolete.
|
2013-08-12 21:41:57 +00:00 |
liaisons
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
mailinglists
|
Merged in changes from the conversion branch
|
2011-06-28 18:20:20 +00:00 |
meeting
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
message
|
Save announcements generated by the system as Messages, adding an
|
2012-02-08 21:05:28 +00:00 |
name
|
Moved a migration from the merge forward to have the proper number for application.
|
2013-09-26 19:57:36 +00:00 |
nomcom
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
person
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
proceedings
|
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
|
2013-09-26 19:56:17 +00:00 |
redirects
|
merged in from 4.20-ise
|
2012-06-22 20:25:17 +00:00 |
release
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
secr
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
submit
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
sync
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
templates
|
Renamed model .url() methods to .json_url() or .base_url(), depending on function. Replaced the use of custom django method request.get_host_protocol() with standard request.build_absolute_uri(). Removed an uncaught Http403 exception. Fixed a typo /venus_addr/venue_addr/. Removed relurl() methods; no longer needed. Removed some debug functions.
|
2013-09-29 21:14:07 +00:00 |
utils
|
Added a new TestCase class, subclassing django.test.TestCase, in order to
|
2013-09-30 20:22:24 +00:00 |
wgchairs
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
wgcharter
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
wginfo
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
|
2013-09-30 20:36:20 +00:00 |
.gitignore
|
Fixes #563
|
2010-12-02 20:34:50 +00:00 |
__init__.py
|
Set version info and settings back to development mode
|
2013-09-19 19:31:46 +00:00 |
context_processors.py
|
Moves the prefix for the URI to use for rfcdiff into settings.py.
|
2012-07-28 20:19:36 +00:00 |
legacy_router.py
|
Remove unused code
|
2012-01-04 16:58:41 +00:00 |
manage.py
|
Revert changes to manage.py -- the intention with these changes was already taken care of with similar code further down.
|
2013-09-26 21:55:14 +00:00 |
middleware.py
|
Added logging for mail sending problems.
|
2013-03-06 19:36:06 +00:00 |
settings.py
|
Fixed the on-and-off failing test_agenda83txt(), which gave inconsistent results because the datetime object given to the template to render had no timezone setting. Added a PRODUCTION_TIMEZONE setting, and used it to provide a consistent timezone to the agenda.txt template.
|
2013-09-27 20:07:42 +00:00 |
settings_sqlitetest.py
|
Move views and templatetags from idrfc/ to doc, the I-D specific views
|
2013-08-14 10:32:25 +00:00 |
urls.py
|
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
|
2013-09-26 19:56:17 +00:00 |
wsgi.py
|
Updated the comment with the working Apache setting for a dev server.
|
2013-09-18 20:31:57 +00:00 |