..
api
Removed a debug statement.
2018-10-09 13:51:54 +00:00
bin
Rewrote the submission deduce_group() to consider all groups with acronyms that are also GroupTypeNames. Added GroupTypeName for iesg,ise,adhoc groups, and appropriate GroupFeatures for each. Updated the names.json fixture.
2019-02-21 15:27:58 +00:00
community
Added 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code.
2019-01-22 18:11:46 +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
Merged from log:branch/2.00@2363: Current release branch head to trunk.
2010-07-21 12:48:05 +00:00
dbtemplate
Added some missing migrations.
2018-02-25 20:06:50 +00:00
doc
Changed sending of PubReq messages to explicitly use on-behalf-of, without Reply-To. Reply-To is picked up as requestor by RT. Fixes issue #2691 anew.
2019-03-14 21:31:40 +00:00
externals /static
Updated bower-managed static web assets
2019-03-19 17:38:28 +00:00
group
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
2019-03-11 17:01:33 +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
Add downward references to telechat moderator package and Secretariat telechat pages. Commit ready for merge.
2019-03-23 15:36:07 +00:00
ietfauth
Updated code and templates to use the new docman and groupman group features.
2019-01-30 15:59:00 +00:00
ipr
Merged in [16022] from rcross@amsl.com:
2019-03-13 14:31:25 +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
Added 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code.
2019-01-22 18:11:46 +00:00
mailtrigger
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
2019-03-11 17:01:33 +00:00
meeting
Merged in [16085] from rcross@amsl.com:
2019-03-23 16:31:17 +00:00
message
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
2019-03-11 17:01:33 +00:00
name
Rewrote the submission deduce_group() to consider all groups with acronyms that are also GroupTypeNames. Added GroupTypeName for iesg,ise,adhoc groups, and appropriate GroupFeatures for each. Updated the names.json fixture.
2019-02-21 15:27:58 +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
Modified the rolodex code to make sure we capture information about the origin of email addresses if they are added by the secretariat, to ensure GPR compliance.
2019-01-18 18:27:29 +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
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
2019-03-11 17:01:33 +00:00
secr
Merged in [16088] from rcross@amsl.com:
2019-03-24 15:04:43 +00:00
static
Improved a somewhat misleading UI for adding account email addresses. Fixes issue #2692 .
2019-03-07 14:56:06 +00:00
stats
Put a length limit to generated cache keys in stats/views.py, to avoid tickling memcached's limit of 250.
2019-03-17 11:16:38 +00:00
submit
Removed a debug print statement
2019-02-25 12:30:52 +00:00
sync
Merged in [15822] and [15809] from rjsparks@nostrum.com:
2018-12-14 22:17:58 +00:00
templates
Add downward references to telechat moderator package and Secretariat telechat pages. Commit ready for merge.
2019-03-23 15:36:07 +00:00
utils
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
2019-03-11 17:01:33 +00:00
.gitignore
Fixes #563
2010-12-02 20:34:50 +00:00
__init__.py
Set version info and settings back to development mode
2019-03-19 18:01:30 +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
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
2014-01-18 21:02:40 +00:00
manage.py
Moved warnings settings from manage.py and test_runner.py to one single place, settings.py. Decreased the verbosity level when invoking 'loaddata' from the test runner.
2016-12-15 13:25:20 +00:00
middleware.py
Changed name and signature for a log helper.
2017-06-09 19:38:48 +00:00
README-BOWER.rst
Updated several README files.
2015-07-28 13:20:39 +00:00
settings.py
Added a skipIf() decorator for a test which should not be run unless the ghostscript binary is available in the test environment.
2019-03-23 08:38:22 +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
Added some logging to wsgi.py, to show the virtualenv settings being used.
2016-10-29 11:44:00 +00:00