@@ -15,27 +15,27 @@ h3. Rake tasks
15
15
h3. @Scanners::Scanner@
16
16
17
17
* *NEW* method @#scan_rest@ replaces @scan_until(/\z/)@, which is broken in JRuby 1.6 --1.9 mode.
18
- See "#297":http://redmine.rubychan.de /issues/297.
18
+ See "#297":http://odd-eyed-code.org /issues/297.
19
19
20
20
h3. @Scanners::CSS@
21
21
22
22
* *FIXED* LOC counting (should be 0).
23
- See "#296":http://redmine.rubychan.de /issues/296.
23
+ See "#296":http://odd-eyed-code.org /issues/296.
24
24
25
25
h3. @Scanners::Ruby@
26
26
27
27
* *FIXED* the @IDENT@ pattern not to use character properties, which are broken in JRuby 1.6 --1.9 mode.
28
- See "#297":http://redmine.rubychan.de /issues/297, thanks to banister for reporting!
28
+ See "#297":http://odd-eyed-code.org /issues/297, thanks to banister for reporting!
29
29
30
30
h3. @Scanners::SQL@
31
31
32
32
* *ADDED* more keywords: @between@, @databases@, @distinct@, @fields@, @full@, @having@, @is@, @prompt@, @tables@.
33
- See "#221":http://redmine.rubychan.de /issues/221, thanks to Etienne Massip again.
33
+ See "#221":http://odd-eyed-code.org /issues/221, thanks to Etienne Massip again.
34
34
35
35
h3. @FileType@
36
36
37
37
* *NEW* regonizes ColdFusion file type extensions @.cfm@ and @.cfc@ as XML.
38
- See "#298":http://redmine.rubychan.de /issues/298, thanks to Emidio Stani.
38
+ See "#298":http://odd-eyed-code.org /issues/298, thanks to Emidio Stani.
39
39
40
40
41
41
h2. Changes in 0.9.7 "Etienne" [2011-01-14]
@@ -49,7 +49,7 @@ h3. Tests
49
49
h3. @Scanners::JavaScript@
50
50
51
51
* *FIXED* @KEY_CHECK_PATTERN@ regexp
52
- See "#264":http://redmine.rubychan.de /issues/264, thanks to Etienne Massip!
52
+ See "#264":http://odd-eyed-code.org /issues/264, thanks to Etienne Massip!
53
53
54
54
55
55
h2. Changes in 0.9.6 "WoNáDo" [2010-11-25]
@@ -68,11 +68,11 @@ h3. @Scanners::Ruby@
68
68
69
69
h2. Changes in 0.9.5 "Germany.rb" [2010-09-28]
70
70
71
- Support for Rubinius ("#251":http://redmine.rubychan.de /issues/251), improved mutlibyte handling, Ruby 1.9 syntax, and valid HTML.
71
+ Support for Rubinius ("#251":http://odd-eyed-code.org /issues/251), improved mutlibyte handling, Ruby 1.9 syntax, and valid HTML.
72
72
73
73
h3. @Encoders::HTML@
74
74
75
- * *FIXED*: Line tokens use @span@ with @display: block@ instead of @div@, which was invalid HTML ("#255":http://redmine.rubychan.de /issues/255).
75
+ * *FIXED*: Line tokens use @span@ with @display: block@ instead of @div@, which was invalid HTML ("#255":http://odd-eyed-code.org /issues/255).
76
76
77
77
h3. @Scanner::Scanner@
78
78
@@ -94,18 +94,18 @@ h3. @Scanners::PHP@
94
94
95
95
h3. @Scanners::Ruby@
96
96
97
- * *ADDED* support for some Ruby 1.9 syntax ("#254":http://redmine.rubychan.de /issues/254):
97
+ * *ADDED* support for some Ruby 1.9 syntax ("#254":http://odd-eyed-code.org /issues/254):
98
98
** the @->@ lambda shortcut
99
99
** new Hash syntax using colons (@{ a: b }@)
100
100
* *FIXED*: Use @UTF-8@ encoding.
101
- * *IMPROVED* unicode support on Ruby 1.8 ("#253":http://redmine.rubychan.de /issues/253).
102
- * *FIXED* recognition of non-ASCII identifiers in Ruby 1.9, JRuby, and Rubinius ("#253":http://redmine.rubychan.de /issues/253).
101
+ * *IMPROVED* unicode support on Ruby 1.8 ("#253":http://odd-eyed-code.org /issues/253).
102
+ * *FIXED* recognition of non-ASCII identifiers in Ruby 1.9, JRuby, and Rubinius ("#253":http://odd-eyed-code.org /issues/253).
103
103
* *CHANGED* heredoc recognition to ignore delimiters starting with a digit. This is incorrect, but causes less false positives.
104
104
105
105
h3. @Scanners::SQL@
106
106
107
107
* *FIXED* scanning of comments; nice catch, Rubinius!
108
- ("#252":http://redmine.rubychan.de /issues/252)
108
+ ("#252":http://odd-eyed-code.org /issues/252)
109
109
110
110
111
111
h2. Changes in 0.9.4 "Ramadan" [2010-08-31]
@@ -115,28 +115,28 @@ Updated command line interface and minor scanner fixes for the Diff, HTML, and R
115
115
h3. @coderay@ executable
116
116
117
117
* *FIXED*: Partly rewritten, simplified, fixed.
118
- ("#244":http://redmine.rubychan.de /issues/244)
118
+ ("#244":http://odd-eyed-code.org /issues/244)
119
119
120
120
h3. @Scanners::Diff@
121
121
122
122
* *FIXED* handling of change headers with code on the same line as the @@ marker.
123
- ("#247":http://redmine.rubychan.de /issues/242)
123
+ ("#247":http://odd-eyed-code.org /issues/242)
124
124
125
125
h3. @Scanners::HTML@
126
126
127
127
* *FIXED* a missing regexp modifier that slowed down the scanning.
128
- ("#245":http://redmine.rubychan.de /issues/245)
128
+ ("#245":http://odd-eyed-code.org /issues/245)
129
129
130
130
h3. @Scanners::RHTML@
131
131
132
132
* *FIXED* highlighting of ERB comment blocks.
133
- ("#246":http://redmine.rubychan.de /issues/246)
133
+ ("#246":http://odd-eyed-code.org /issues/246)
134
134
135
135
136
136
h2. Changes in 0.9.3 "Eyjafjallajökull" [2010-04-18]
137
137
138
138
* *FIXED*: Documentation of Tokens.
139
- ("#218":http://redmine.rubychan.de /issues/218)
139
+ ("#218":http://odd-eyed-code.org /issues/218)
140
140
141
141
h3. @coderay@ executable
142
142
@@ -160,18 +160,18 @@ h2. Changes in 0.9.2 "Flameeyes" [2010-03-14]
160
160
* *NEW* Basic tests and a _Rakefile_ are now included in the Gem. [Flameeyes]
161
161
A @doc@ task is also included.
162
162
* *FIXED* Use @$CODERAY_DEBUG@ for debugging instead of @$DEBUG@. [Trans]
163
- ("#192":http://redmine.rubychan.de /issues/192)
163
+ ("#192":http://odd-eyed-code.org /issues/192)
164
164
* *REMOVED* @Term::Ansicolor@ was bundled under _lib/_, but not used. [Flameeyes]
165
- ("#205":http://redmine.rubychan.de /issues/205)
165
+ ("#205":http://odd-eyed-code.org /issues/205)
166
166
* *WORKAROUND* for Ruby bug
167
167
"#2745":http://redmine.ruby-lang.org/issues/show/2745
168
168
169
169
h3. @Encoders::Term@
170
170
171
171
* *FIXED* strings are closed correctly
172
- ("#138":http://redmine.rubychan.de /issues/138)
172
+ ("#138":http://odd-eyed-code.org /issues/138)
173
173
* *FIXED* several token kinds had no associated color
174
- ("#139":http://redmine.rubychan.de /issues/139)
174
+ ("#139":http://odd-eyed-code.org /issues/139)
175
175
* *NEW* alias @terminal@
176
176
177
177
*NOTE:* This encoder will be renamed to @Encoders::Terminal@ in the next release.
@@ -183,17 +183,17 @@ h3. @Scanners::Debug@
183
183
h3. @Scanners::Groovy@
184
184
185
185
* *FIXED* token kind of closing brackets is @:operator@ instead of @nil@
186
- ("#148":http://redmine.rubychan.de /issues/148)
186
+ ("#148":http://odd-eyed-code.org /issues/148)
187
187
188
188
h3. @Scanners::PHP@
189
189
190
190
* *FIXED* allow @\@ operator (namespace separator)
191
- ("#209":http://redmine.rubychan.de /issues/209)
191
+ ("#209":http://odd-eyed-code.org /issues/209)
192
192
193
193
h3. @Scanners::YAML@
194
194
195
195
* *FIXED* doesn't send debug tokens when @$DEBUG@ is true [Trans]
196
- ("#149":http://redmine.rubychan.de /issues/149)
196
+ ("#149":http://odd-eyed-code.org /issues/149)
197
197
198
198
199
199
h2. Changes in 0.9.1 [2009-12-31]
@@ -283,7 +283,7 @@ h3. @Encoders::Text@
283
283
284
284
h3. @Encoders::XML@
285
285
286
- * @FIXED@ ("#94":http://redmine.rubychan.de /issues/94)
286
+ * @FIXED@ ("#94":http://odd-eyed-code.org /issues/94)
287
287
288
288
It didn't work at all.
289
289
@@ -404,13 +404,13 @@ h3. @FileType@
404
404
405
405
h3. @CaseIgnoringWordList@
406
406
407
- * *FIXED* ("#97":http://redmine.rubychan.de /issues/97)
407
+ * *FIXED* ("#97":http://odd-eyed-code.org /issues/97)
408
408
409
409
The default value is no longer ignored.
410
410
411
411
h3. @ForRedCloth@
412
412
413
- * *FIXED* for RedCloth versions 4.2.0+ ("#119":http://redmine.rubychan.de /issues/119)
413
+ * *FIXED* for RedCloth versions 4.2.0+ ("#119":http://odd-eyed-code.org /issues/119)
414
414
415
415
h3. Cleanups
416
416
0 commit comments