@@ -14,13 +14,13 @@ ietfdb (4.21)
1414 consistent, this is needed because we still have different views for
1515 /doc/rfcXXXX/ and /doc/draft-foo-bar/
1616
17- * Fix regexp fix - [.-_] does not mean " dot or dash or underscore" , it
17+ * Fix regexp fix - [.-_] does not mean ' dot or dash or underscore' , it
1818 means all characters between dot and underscore
1919
2020 * Include _ in allowed document name regexp, we currently have 7 drafts
2121 with _ in the database despite it not being valid - they can be found
2222 with:
23- select name from doc_document where name like '%\_%' and type_id = " draft" ;
23+ select name from doc_document where name like '%\_%' and type_id = ' draft' ;
2424
2525 * Fix flow of approval of charters/announcement of the WG action based
2626 on feedback from Cindy Morgan, now there's a link on the approval page
@@ -47,13 +47,13 @@ ietfdb (4.21)
4747 consistent, this is needed because we still have different views for
4848 /doc/rfcXXXX/ and /doc/draft-foo-bar/
4949
50- * Fix regexp fix - [.-_] does not mean " dot or dash or underscore" , it
50+ * Fix regexp fix - [.-_] does not mean ' dot or dash or underscore' , it
5151 means all characters between dot and underscore
5252
5353 * Include _ in allowed document name regexp, we currently have 7 drafts
5454 with _ in the database despite it not being valid - they can be found
5555 with:
56- select name from doc_document where name like '%\_%' and type_id = " draft" ;
56+ select name from doc_document where name like '%\_%' and type_id = ' draft' ;
5757
5858 * Fix flow of approval of charters/announcement of the WG action based
5959 on feedback from Cindy Morgan, now there's a link on the approval page
@@ -81,7 +81,7 @@ ietfdb (4.21)
8181
8282 From adam@nostrum.com:
8383
84- -- Henrik Levkowetz <henrik@levkowetz.com> 11 Jun 2012 18:40:14 +0000
84+ -- Henrik Levkowetz <henrik@levkowetz.com> 21 Jun 2012 01:01:06 +0000
8585
8686ietfdb (4.20)
8787
@@ -132,11 +132,11 @@ ietfdb (4.20)
132132
133133 * Move charter state help to /doc/help/state/charter/.
134134
135- * Say " generate" rather than " edit" when there's no text in the boxes
135+ * Say ' generate' rather than ' edit' when there's no text in the boxes
136136
137137 * Don't show diff box if there's only 1 entry (and itself).
138138
139- * Say " Charter" rather than " Recharter" on the charter /doc/ page if the
139+ * Say ' Charter' rather than ' Recharter' on the charter /doc/ page if the
140140 group is proposed or a BoF.
141141
142142 * Treat BoF as proposed WG.
@@ -161,15 +161,15 @@ ietfdb (4.20)
161161
162162 * Fix some phrasing bugs.
163163
164- * Fix terminology confusion and say " send ballot" rather than " issue
165- ballot" to clear up that it is not actually created.
164+ * Fix terminology confusion and say ' send ballot' rather than ' issue
165+ ballot' to clear up that it is not actually created.
166166
167167 * Fix wording of send ballot comment, the actual text was still specific
168168 to drafts.
169169
170170 * Don't show edit button for snapshots.
171171
172- * Fix bug in hiding " external review needed" checkbox.
172+ * Fix bug in hiding ' external review needed' checkbox.
173173
174174 * Create charters in state notrev instead of intrev, as a side effect
175175 this fixes a problem with comments not being saved when starting
0 commit comments