..
api
Removed a debug statement.
2018-10-09 13:51:54 +00:00
bin
Merged in [15810] from rcross@amsl.com:
2018-12-13 20:59:35 +00:00
community
Added code to catch a possible attribute error on event notification.
2018-11-30 20:48:01 +00:00
cookies
The cookie tests were all calling make_test_data, but not using anything it created. Removed the calls. Commit ready for merge.
2018-07-12 20:33:39 +00:00
database-notes
dbtemplate
Added some missing migrations.
2018-02-25 20:06:50 +00:00
doc
Migration reordering to avoid schema migrations after data migrations.
2019-01-14 14:22:13 +00:00
externals /static
Updated bower-managed static web assets
2019-01-14 14:21:06 +00:00
group
Merged in [15865] from rjsparks@nostrum.com:
2019-01-08 14:39:16 +00:00
help
Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507 .
2018-04-27 17:36:20 +00:00
idindex
Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream.
2018-12-11 22:38:05 +00:00
iesg
Use factories for ietf.iesg.tests. Commit ready for merge.
2018-07-19 13:13:05 +00:00
ietfauth
Merged in [15702] from johnl@taugh.com:
2018-11-08 06:42:32 +00:00
ipr
Use factories for ipr tests. Commit ready for merge.
2018-09-28 23:16:46 +00:00
liaisons
Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge.
2019-01-02 22:55:00 +00:00
mailinglists
Used factories instead of make_test_data for malinglists, mailtrigger, message, person, secr/announcement, and secr/areas tests. Commit ready for merge.
2018-10-10 05:36:34 +00:00
mailtrigger
Merged in [15708] and [15730] from housley@vigilsec.com:
2018-11-10 20:32:42 +00:00
meeting
Updated the timezone information to match the latest timezone database release (2018i)
2019-01-14 13:54:28 +00:00
message
Used factories instead of make_test_data for malinglists, mailtrigger, message, person, secr/announcement, and secr/areas tests. Commit ready for merge.
2018-10-10 05:36:34 +00:00
name
removed redesign files and a utility that only the redesign files used. Commit ready for merge.
2018-12-20 18:43:06 +00:00
nomcom
Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream.
2018-12-11 22:38:05 +00:00
person
Added a bit of name normalization for test factory person names.
2019-01-14 20:50:52 +00:00
redirects
Removed unused imports. Added some explicit orderings to avoid pagination issues.
2018-02-21 23:54:31 +00:00
release
Changed settings so that cache keys used by memcached includes the release version, in order to avoid stale and incorrect cache content on new release deployment. Made it easier to pick out cache key composition by normalizing the variable name. Adjusted cache prefix and the composition of some keys to have a unique and consistent cache key prefix.
2018-03-26 21:26:20 +00:00
review
Cleanup: removed the infrastructure for importing reviews from the old review tool. Commit ready for merge.
2019-01-03 21:04:13 +00:00
secr
Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge.
2019-01-02 22:55:00 +00:00
static
Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators.
2018-11-13 19:28:46 +00:00
stats
Merged in [15698] from rjsparks@nostrum.com:
2018-11-06 07:13:56 +00:00
submit
Merged in [15833] from rjsparks@nostrum.com:
2019-01-07 17:56:04 +00:00
sync
Merged in [15822] and [15809] from rjsparks@nostrum.com:
2018-12-14 22:17:58 +00:00
templates
Changed the construction of element IDs that could trigger ad-blockers to avoid the problem.
2018-12-18 14:47:26 +00:00
utils
Applied a patch from dkg@fifthhorseman.net: py3 compatibility: Use // for explicit integer division
2019-01-14 21:02:01 +00:00
.gitignore
__init__.py
Set version info and settings back to development mode
2019-01-14 15:25:58 +00:00
bower.json
Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators.
2018-11-13 19:28:46 +00:00
checks.py
Added more hint information when patch actions in ietf/checks.py fails.
2018-08-16 16:03:31 +00:00
context_processors.py
Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
2017-04-15 12:34:50 +00:00
feed_urls.py
Changed urlpattern order to list the more specific of overlapping patterns first, and made the rfc feed per year pattern more permissive.
2017-12-04 16:32:58 +00:00
LICENSE
manage.py
middleware.py
Changed name and signature for a log helper.
2017-06-09 19:38:48 +00:00
README-BOWER.rst
settings.py
Set version info and settings back to development mode
2019-01-14 15:25:58 +00:00
settings_releasetest.py
Updated the mechanism to disable iteration trough all migrations when setting up test databases.
2018-02-22 00:10:39 +00:00
settings_sqlitetest.py
Updated the mechanism to disable iteration trough all migrations when setting up test databases.
2018-02-22 00:10:39 +00:00
settings_testcrawl.py
Added an ALLOWED_HOSTS setting to settings_testcrawl.
2017-03-23 10:43:39 +00:00
urls.py
This commit replaces the code defined group features with features held
2018-07-12 10:51:48 +00:00
virtualenv-manage.py
Added os.chdir() to virtualenv_activate to place us correctly to pick up patch files.
2018-10-15 19:27:24 +00:00
wsgi.py