Two changes: (1) searches by substring rather than
\'begins with\' (to allow, e.g., searching by last name);
and (2) limits results to 10 entries (to limit server
load and limit effectiveness of email-scraping attacks)
- Legacy-Id: 5531
Note: SVN reference [5519] has been migrated to Git commit 2e740dcab8
Checking for loss of comments when AD enters comments without changing state. Also modified the base css to have an unified errorlist format.
- Legacy-Id: 5530
Note: SVN reference [5518] has been migrated to Git commit edfc7b8193
Increase the set of information being returned on the atom viewer to reflect IETF specific information.
- Legacy-Id: 5522
Note: SVN reference [5510] has been migrated to Git commit ca1fc8b754
Send email to statements@ietf.org when a pending liaison statement gets queued.
- Legacy-Id: 5520
Note: SVN reference [5511] has been migrated to Git commit f55195e3d6
"begins with" (to allow, e.g., searching by last name);
and (2) limits results to 10 entries (to limit server
load and limit effectiveness of email-scraping attacks)
- Legacy-Id: 5519
Fixed agenda oscillation problem (removed scrollbars from iframe)
-This line, and those below, will be ignored--
M ietf/templates/meeting/agenda.html
- Legacy-Id: 5517
Note: SVN reference [5514] has been migrated to Git commit ab5b610ce5
Add new rules to the atom tracker for picking up RFCs
Change the header fields on the RFC table so that they reflect RFC descriptions rather than I-D descriptions.
- Legacy-Id: 5509
Make sure that the same rule cannot be entered twice in a community list.
As part of this fix, you need to do the following:
1. Eliminate duplicates currently in the data base. This statement can be used to identify them.
SELECT e1.id id1, e2.id id2, e1.community_list_id, e1.rule_type, e1.value FROM ietf_utf8.community_rule e1 JOIN ietf_utf8.community_rule e2 ON (e1.id != e2.id AND e1.community_list_id=e2.community_list_id AND e1.rule_type=e2.rule_type AND e1.value=e2.value);
2. Delete any current duplicate lines in the text. This uses the following commands as of the check-in
DELETE FROM TABLE ietf_utf8.community_rule WHERE id=19 OR id=91 OR id=177
3. Add a constraint to the table so that it will enforce the rule itself
ALTER TABLE ietf_utf8.community_rule ADD CONSTRAINT pc_CommunityRule UNIQUE (community_list_id, rule_type, value)
- Legacy-Id: 5460
Note: SVN reference [5426] has been migrated to Git commit a18bebe7bd
Modify atom change feed so that
1. It returns the last 14 days of changes rather than the last 20
2. Change the atom template so that it has correct time offsets rather than saying that PST and UTC are the same
3. Change the atom template so that it uses content rather than summary and return HTML content with line breaks as needed.
- Legacy-Id: 5459
Note: SVN reference [5425] has been migrated to Git commit cb1593d6a2
Close the image tag. An empty image tag displays on IE although it does not display on Firefox.
- Legacy-Id: 5458
Note: SVN reference [5424] has been migrated to Git commit 2c810112ab