.. |
api
|
Added generation of Meta.ordering for API ModelResources in mkresources.
|
2019-06-18 12:32:28 +00:00 |
bin
|
Reduced generate-draft-alias verbosity again
|
2019-06-17 18:23:18 +00:00 |
community
|
Added guards against duplicate m2m entries.
|
2019-06-25 11:01:25 +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 the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +00:00 |
doc
|
Fixed some name versus pk issues lingering after the Document/DocAlias primary key refactoring. Fixes issue #2729.
|
2019-06-19 12:57:52 +00:00 |
externals/static
|
Updated bower-managed static web assets
|
2019-06-14 11:20:11 +00:00 |
group
|
Fixed some name versus pk issues lingering after the Document/DocAlias primary key refactoring. Fixes issue #2729.
|
2019-06-19 12:57:52 +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
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +00:00 |
iesg
|
Tweaked some test failure messages for better debugging.
|
2019-06-19 14:49:24 +00:00 |
ietfauth
|
Fixed some name versus pk issues lingering after the Document/DocAlias primary key refactoring. Fixes issue #2729.
|
2019-06-19 12:57:52 +00:00 |
ipr
|
Corrected a copyright year
|
2019-06-26 15:30:05 +00:00 |
liaisons
|
Fixed some name versus pk issues lingering after the Document/DocAlias primary key refactoring. Fixes issue #2729.
|
2019-06-19 12:57:52 +00:00 |
mailinglists
|
Increased the length of the list Subscribed email field from 64 to 128, updated the import_mailman_listinfo management command, and added a migration for the model change.
|
2019-07-03 20:52:17 +00:00 |
mailtrigger
|
Merged in [16287] from rjsparks@nostrum.com:
|
2019-06-19 14:32:25 +00:00 |
meeting
|
Fixed some name versus pk issues lingering after the Document/DocAlias primary key refactoring. Fixes issue #2729.
|
2019-06-19 12:57:52 +00:00 |
message
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +00:00 |
name
|
Updated fixture
|
2019-06-28 17:15:09 +00:00 |
nomcom
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +00:00 |
person
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +00:00 |
redirects
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +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
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +00:00 |
secr
|
Test changes to match production group type changes for some special groups.
|
2019-07-01 18:30:59 +00:00 |
static
|
Adjusted some static resources.
|
2019-06-08 13:51:58 +00:00 |
stats
|
A fix for an issue in get_meeting_registration_data() which could happen if we tried to create a Person record for with a user of an existing Person.
|
2019-06-29 00:02:30 +00:00 |
submit
|
Fixed an error in the handling of long draft names extracted from xml source.
|
2019-07-03 19:56:04 +00:00 |
sync
|
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
|
2019-06-15 12:00:48 +00:00 |
templates
|
Fixed bad logic for the display of previous related IPR informatio in the IPR details template.
|
2019-06-19 15:05:59 +00:00 |
utils
|
Fixed a pyflakes issue.
|
2019-07-01 19:27:08 +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-07-03 20:28:23 +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
|
Set version info and settings back to development mode
|
2019-07-03 20:28:23 +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 |