.. |
migrations
|
Update vnu.jar and fix various HTML5 nits it found during a test crawl.
|
2017-03-25 20:21:14 +00:00 |
templatetags
|
Distinguish group that have session requests from those that do not on the materials/editable-groups page. Fixes #2284. Commit ready for merge.
|
2017-04-19 18:04:48 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
colors.py
|
Merged in [9652] from rjsparks@nostrum.com:
|
2015-06-22 19:41:47 +00:00 |
dot.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
factories.py
|
Merged in [13731] from rjsparks@nostrum.com:
|
2017-06-30 20:16:22 +00:00 |
features.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
feeds.py
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
forms.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
mails.py
|
Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews.
|
2017-06-02 23:13:22 +00:00 |
milestones.py
|
Added DocEvent rev= parameter througout the code.
|
2017-03-06 15:08:21 +00:00 |
models.py
|
Added assertion logging for found group parent loops to is_decendant_of().
|
2017-06-20 13:18:33 +00:00 |
resources.py
|
Modified the REST API to provide group descriptions taken from the group charters if group.description is blank.
|
2017-03-11 13:46:19 +00:00 |
tests.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
tests_info.py
|
Merged in [13731] from rjsparks@nostrum.com:
|
2017-06-30 20:16:22 +00:00 |
tests_review.py
|
Merged in [13731] from rjsparks@nostrum.com:
|
2017-06-30 20:16:22 +00:00 |
urls.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
utils.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
views.py
|
Call can_manage_group_type() with the right information. Fixes an issue with chartering buttons not being visible for ADs.
|
2017-07-06 10:56:08 +00:00 |