datatracker/ietf/utils
Henrik Levkowetz 2355f7c0e8 Merged in [18378] from rjsparks@nostrum.com:
Improved the classification of some github related external resources. Tightened validation of new resource values.
 - Legacy-Id: 18449
Note: SVN reference [18378] has been migrated to Git commit 2b70735fd2
2020-08-31 15:21:42 +00:00
..
management Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit. 2020-07-20 01:58:26 +00:00
migrations Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
templatetags Merged in /branch/iola/meeting-improvement-r17835@18048. This provides a new snapshot of the new schedule editor work, with improved edit page layout and details. 2020-08-12 19:16:18 +00:00
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
__init__.py Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules. 2014-03-16 07:09:38 +00:00
accesstoken.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
admin.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
aliases.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
bootstrap.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
bower_storage.py Cleaned up bower_storage a bit. 2015-08-01 15:03:40 +00:00
crawlurls.txt Put a proper command-line interface on the test crawler, spit out number of errors (if any), also add wrapper script for running the test-crawler and idindex generation scripts, in the future other (safe, non-mutating) scripts operating on real data can be added too 2014-01-12 16:55:42 +00:00
decorators.py Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403. 2020-08-06 10:59:52 +00:00
draft.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
draft_search.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
history.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
html.py Changed the subclass of lxml.html.clean.Cleaner() to adapt to changes in the superclass in v4.5.2 2020-07-11 20:20:50 +00:00
log.py Fixed a silly bug in [18040]. 'settings' isn't a dictionary. 2020-06-23 21:16:02 +00:00
mail.py Removed some debug code. 2020-05-17 19:46:14 +00:00
markup_txt.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
mime.py Merged in ^/trunk@17617. 2020-04-14 17:11:51 +00:00
models.py Added a utility function to convert objects to dictionaries (for comparison, for instance) 2020-03-19 22:42:43 +00:00
ordereddict.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
patch.py Made the patch utility return information to distinguish already patched files from successful patch application, and modified our checks extensions to signal when patches have been applied and a ccommand needs to be re-run. 2020-08-20 11:36:46 +00:00
pdf.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
pipe.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
response.py Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403. 2020-08-06 10:59:52 +00:00
serialize.py Dump redacted events in DeletedEvent table 2012-11-07 14:59:17 +00:00
storage.py Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +00:00
test_data.py Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge. 2020-07-28 18:54:44 +00:00
test_runner.py Added a test suite switch to optionally show logging output. Normally this is suppressed while running tests. In production, it goes to syslog's user facility. With --show-logging, it will go to the console when running tests. 2020-06-17 15:05:57 +00:00
test_smtpserver.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_utils.py Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +00:00
tests.py Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge. 2020-07-28 18:54:44 +00:00
tests_restapi.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
texescape.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
text.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
timezone.py Fixed a time arithmetics issue in meeting cutoff date methods 2017-07-23 14:47:46 +00:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
validators.py Improved the classification of some github related external resources. Tightened validation of new resource values. Commit ready to merge. 2020-08-17 23:50:22 +00:00