inversion 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +5 -5
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/ChangeLog +2012 -1916
  5. data/History.rdoc +10 -1
  6. data/Rakefile +3 -1
  7. data/bin/inversion +3 -1
  8. data/lib/inversion.rb +4 -4
  9. data/lib/inversion/command.rb +2 -1
  10. data/lib/inversion/exceptions.rb +4 -1
  11. data/lib/inversion/mixins.rb +3 -2
  12. data/lib/inversion/monkeypatches.rb +3 -2
  13. data/lib/inversion/parser.rb +2 -2
  14. data/lib/inversion/renderstate.rb +2 -1
  15. data/lib/inversion/sinatra.rb +4 -1
  16. data/lib/inversion/template.rb +2 -1
  17. data/lib/inversion/template/attrtag.rb +3 -1
  18. data/lib/inversion/template/begintag.rb +3 -1
  19. data/lib/inversion/template/calltag.rb +3 -1
  20. data/lib/inversion/template/codetag.rb +4 -2
  21. data/lib/inversion/template/commenttag.rb +3 -1
  22. data/lib/inversion/template/configtag.rb +3 -1
  23. data/lib/inversion/template/containertag.rb +2 -2
  24. data/lib/inversion/template/defaulttag.rb +3 -1
  25. data/lib/inversion/template/elsetag.rb +3 -1
  26. data/lib/inversion/template/elsiftag.rb +4 -3
  27. data/lib/inversion/template/endtag.rb +3 -3
  28. data/lib/inversion/template/escapetag.rb +3 -1
  29. data/lib/inversion/template/fortag.rb +3 -1
  30. data/lib/inversion/template/fragmenttag.rb +3 -1
  31. data/lib/inversion/template/iftag.rb +3 -1
  32. data/lib/inversion/template/importtag.rb +3 -1
  33. data/lib/inversion/template/includetag.rb +3 -1
  34. data/lib/inversion/template/node.rb +2 -1
  35. data/lib/inversion/template/pptag.rb +4 -2
  36. data/lib/inversion/template/publishtag.rb +3 -1
  37. data/lib/inversion/template/rescuetag.rb +3 -1
  38. data/lib/inversion/template/subscribetag.rb +3 -1
  39. data/lib/inversion/template/tag.rb +2 -2
  40. data/lib/inversion/template/textnode.rb +3 -1
  41. data/lib/inversion/template/timedeltatag.rb +16 -3
  42. data/lib/inversion/template/unlesstag.rb +3 -1
  43. data/lib/inversion/template/uriencodetag.rb +3 -1
  44. data/lib/inversion/template/yieldtag.rb +3 -1
  45. data/lib/inversion/tilt.rb +3 -1
  46. data/spec/inversion/template/pptag_spec.rb +2 -0
  47. data/spec/inversion/template/timedeltatag_spec.rb +7 -0
  48. metadata +31 -33
  49. metadata.gz.sig +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3f19ae092b374c9c800d439b060ed68f1ffc0f89
4
- data.tar.gz: 656343340b3d5a0d22fddd20d8fc57d53e42aae7
2
+ SHA256:
3
+ metadata.gz: 4bf9a8bf3ebb17a6c9adc78d74c6f0a57e31240f593667420f1d3ba2c1306589
4
+ data.tar.gz: be2fd78e9a7a16678e104d55f536e0c2678bbd9d275fba0c8c03458a200ad7e4
5
5
  SHA512:
6
- metadata.gz: 1713981728de9d204eafc45cf57335a4acf30aa5999a1db34fb8992497d1218d28b724e439e35b015d7cdce50968bb09bdf22ccdb3c4c82c1a7bbadb76b9ba73
7
- data.tar.gz: 96ef40fce27ddb2bd7bcc8850a05a339439304ed064ca1d3486e2f1733c2f8bd922190ddefd14fbb589f81d821ec3d973963b9559a87a70ce257fe46682487d1
6
+ metadata.gz: 92fd88df350740fba33c04413b4a60a2597d7d54b871303ff84e6b4cee01d43fda4498ffb3817a216753a0bb434784a6de5c8c10da926fad8a3fa1ba603ffcfa
7
+ data.tar.gz: bc4ac371b912a8453150ceffc5a5e3b398e8ce665976c0aaa20b03fb63ed39de8876e2d7c7caba0583818a1da7e311f208ef930e41c555e22716e95157cdbde2
Binary file
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -1,2146 +1,2242 @@
1
+ 2019-05-31 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ @ * .hgtags:
4
+ | Added tag v1.2.0 for changeset 6dab31596770
5
+ | [859351376e4f] [tip]
6
+ |
7
+ o * .hgsigs:
8
+ | Added signature for changeset 3fbb37bcd47c
9
+ | [6dab31596770] [v1.2.0]
10
+ |
11
+ o * History.rdoc, lib/inversion.rb:
12
+ | Bump the minor version, update history
13
+ | [3fbb37bcd47c]
14
+ |
15
+ 2019-05-14 Michael Granger <ged@FaerieMUD.org>
16
+
17
+ o * Rakefile, inversion.gemspec:
18
+ | Make the gemspec task build prerelease gems
19
+ | [eaa4a4daa111]
20
+ |
21
+ o * .ruby-version, Rakefile, bin/inversion, experiments/benchmark-
22
+ | parser.rb, experiments/custom_enumerator.rb, experiments/demo.rb,
23
+ | experiments/dumptemplate.rb, experiments/erb_scope_bleed.rb,
24
+ | experiments/if-in-for-mintest.rb, experiments/pi_to_methods.rb,
25
+ | experiments/renderstate-scope.rb, experiments/ripper_spike.rb,
26
+ | lib/inversion.rb, lib/inversion/command.rb,
27
+ | lib/inversion/exceptions.rb, lib/inversion/mixins.rb,
28
+ | lib/inversion/monkeypatches.rb, lib/inversion/parser.rb,
29
+ | lib/inversion/renderstate.rb, lib/inversion/sinatra.rb,
30
+ | lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
31
+ | lib/inversion/template/begintag.rb,
32
+ | lib/inversion/template/calltag.rb,
33
+ | lib/inversion/template/codetag.rb,
34
+ | lib/inversion/template/commenttag.rb,
35
+ | lib/inversion/template/configtag.rb,
36
+ | lib/inversion/template/containertag.rb,
37
+ | lib/inversion/template/defaulttag.rb,
38
+ | lib/inversion/template/elsetag.rb,
39
+ | lib/inversion/template/elsiftag.rb,
40
+ | lib/inversion/template/endtag.rb,
41
+ | lib/inversion/template/escapetag.rb,
42
+ | lib/inversion/template/fortag.rb,
43
+ | lib/inversion/template/fragmenttag.rb,
44
+ | lib/inversion/template/iftag.rb,
45
+ | lib/inversion/template/importtag.rb,
46
+ | lib/inversion/template/includetag.rb,
47
+ | lib/inversion/template/node.rb, lib/inversion/template/pptag.rb,
48
+ | lib/inversion/template/publishtag.rb,
49
+ | lib/inversion/template/rescuetag.rb,
50
+ | lib/inversion/template/subscribetag.rb,
51
+ | lib/inversion/template/tag.rb, lib/inversion/template/textnode.rb,
52
+ | lib/inversion/template/timedeltatag.rb,
53
+ | lib/inversion/template/unlesstag.rb,
54
+ | lib/inversion/template/uriencodetag.rb,
55
+ | lib/inversion/template/yieldtag.rb, lib/inversion/tilt.rb,
56
+ | spec/inversion/template/pptag_spec.rb:
57
+ | Add frozen string literal support
58
+ | [fc28e2e330da]
59
+ |
60
+ 2019-01-11 Mahlon E. Smith <mahlon@martini.nu>
61
+
62
+ o * lib/inversion/template/timedeltatag.rb,
63
+ | spec/inversion/template/timedeltatag_spec.rb:
64
+ | Allow the timedelta tag to accept hash arguments and make
65
+ | 'decorators' optional.
66
+ | [90f3f49ec50b]
67
+ |
68
+ 2017-11-16 Michael Granger <ged@FaerieMUD.org>
69
+
70
+ o * .hgtags:
71
+ | Added tag v1.1.1 for changeset 745a9b94aa25
72
+ | [a80f7c3f8133]
73
+ |
74
+ o * .hgsigs:
75
+ | Added signature for changeset 83231fd98787
76
+ | [745a9b94aa25] [v1.1.1]
77
+ |
78
+ o * History.rdoc, lib/inversion.rb:
79
+ | Bump the patch version, update history.
80
+ | [83231fd98787]
81
+ |
1
82
  2017-11-13 Michael Granger <ged@FaerieMUD.org>
2
83
 
3
- * spec/inversion/template/fortag_spec.rb:
4
- Added a spec for issue #3
5
- [99d541aa6a98] [tip]
6
-
7
- * .hgignore, spec/helpers.rb:
8
- Use rspec-wait and enable test results state
9
- [fab0311c3e4f]
10
-
11
- * lib/inversion/template.rb:
12
- Fix bug with object ID display
13
- [17b43e8c6d66]
14
-
15
- * .ruby-version:
16
- Bump Ruby version to 2.4
17
- [809af375dac3]
18
-
19
- * spec/inversion/template/fortag_spec.rb:
20
- Fix whitespace in for tag specs
21
- [0ab781f07550]
22
-
84
+ o * Rakefile, inversion.gemspec:
85
+ | Work around weird Bundler rdoc issues
86
+ | [1961be411589]
87
+ |
88
+ o * .gems, Rakefile, inversion.gemspec:
89
+ | Add rspec-wait to the development deps.
90
+ | [ac56a06d0299]
91
+ |
92
+ o * lib/inversion/template/fortag.rb,
93
+ | spec/inversion/template/fortag_spec.rb:
94
+ | Yield subarrays in `each` tags when there's only one block argument.
95
+ |
96
+ | Fixes #3.
97
+ | [ac244c0753fb]
98
+ |
99
+ o * spec/inversion/template/fortag_spec.rb:
100
+ | Added a spec for issue #3
101
+ | [99d541aa6a98]
102
+ |
103
+ o * .hgignore, spec/helpers.rb:
104
+ | Use rspec-wait and enable test results state
105
+ | [fab0311c3e4f]
106
+ |
107
+ o * lib/inversion/template.rb:
108
+ | Fix bug with object ID display
109
+ | [17b43e8c6d66]
110
+ |
111
+ o * .ruby-version:
112
+ | Bump Ruby version to 2.4
113
+ | [809af375dac3]
114
+ |
115
+ o * spec/inversion/template/fortag_spec.rb:
116
+ | Fix whitespace in for tag specs
117
+ | [0ab781f07550]
118
+ |
23
119
  2017-08-10 Mahlon E. Smith <mahlon@laika.com>
24
120
 
25
- * .hgtags:
26
- Added tag v1.1.0 for changeset 9fce3682d5c8
27
- [efbd31ef2263]
28
-
29
- * .hgsigs:
30
- Added signature for changeset ee12b27acbe2
31
- [9fce3682d5c8] [v1.1.0]
32
-
121
+ o * .hgtags:
122
+ | Added tag v1.1.0 for changeset 9fce3682d5c8
123
+ | [efbd31ef2263]
124
+ |
125
+ o * .hgsigs:
126
+ | Added signature for changeset ee12b27acbe2
127
+ | [9fce3682d5c8] [v1.1.0]
128
+ |
33
129
  2017-08-10 Mahlon E. Smith <mahlon@martini.nu>
34
130
 
35
- * History.rdoc, lib/inversion.rb:
36
- Bump version to 1.1.0, update history.
37
- [ee12b27acbe2]
38
-
131
+ o * History.rdoc, lib/inversion.rb:
132
+ | Bump version to 1.1.0, update history.
133
+ | [ee12b27acbe2]
134
+ |
39
135
  2017-07-19 Mahlon E. Smith <mahlon@martini.nu>
40
136
 
41
- * lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb,
42
- lib/inversion/template/unlesstag.rb,
43
- spec/inversion/template/elsiftag_spec.rb,
44
- spec/inversion/template/iftag_spec.rb,
45
- spec/inversion/template/unlesstag_spec.rb:
46
- Allow the use of the '!' operator in conditional tags, logically
47
- inverting the evaluated body.
48
- [159877b3334d]
49
-
50
- * lib/inversion/template/codetag.rb,
51
- spec/inversion/template/codetag_spec.rb:
52
- Provide a method for tags to explicitly inherit patterns from their
53
- parents, instead of replacing them.
54
- [f82c480e5172]
55
-
137
+ o * lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb,
138
+ | lib/inversion/template/unlesstag.rb,
139
+ | spec/inversion/template/elsiftag_spec.rb,
140
+ | spec/inversion/template/iftag_spec.rb,
141
+ | spec/inversion/template/unlesstag_spec.rb:
142
+ | Allow the use of the '!' operator in conditional tags, logically
143
+ | inverting the evaluated body.
144
+ | [159877b3334d]
145
+ |
146
+ o * lib/inversion/template/codetag.rb,
147
+ | spec/inversion/template/codetag_spec.rb:
148
+ | Provide a method for tags to explicitly inherit patterns from their
149
+ | parents, instead of replacing them.
150
+ | [f82c480e5172]
151
+ |
56
152
  2017-01-16 Michael Granger <ged@FaerieMUD.org>
57
153
 
58
- * .hgtags:
59
- Added tag v1.0.0 for changeset 817a3910aea8
60
- [3d898ac17566] [github/master]
61
-
62
- * .hgsigs:
63
- Added signature for changeset a4b621e66915
64
- [817a3910aea8] [v1.0.0]
65
-
66
- * History.rdoc, Manifest.txt, inversion.gemspec, lib/inversion.rb,
67
- lib/inversion/command.rb:
68
- Bump version to 1.0.0, update history.
69
- [a4b621e66915]
70
-
71
- * spec/inversion/mixins_spec.rb:
72
- Fix a missing require in specs
73
- [c9b0de03e1ea]
74
-
75
- * spec/inversion/renderstate_spec.rb:
76
- Fix some RSpec warnings
77
- [1170ee8acbda]
78
-
79
- * Rakefile:
80
- Update dependencies
81
- [7d7eb92c583a]
82
-
83
- * bin/inversion, lib/inversion/command.rb:
84
- Pull command class out into a file of its own
85
- [f6e97907c0ae]
86
-
87
- * .gems, .ruby-gemset, .ruby-version, .rvm.gems, .rvmrc:
88
- Convert to generic version-manager files
89
- [cec180dfa0f0]
90
-
154
+ o * .hgtags:
155
+ | Added tag v1.0.0 for changeset 817a3910aea8
156
+ | [3d898ac17566]
157
+ |
158
+ o * .hgsigs:
159
+ | Added signature for changeset a4b621e66915
160
+ | [817a3910aea8] [v1.0.0]
161
+ |
162
+ o * History.rdoc, Manifest.txt, inversion.gemspec, lib/inversion.rb,
163
+ | lib/inversion/command.rb:
164
+ | Bump version to 1.0.0, update history.
165
+ | [a4b621e66915]
166
+ |
167
+ o * spec/inversion/mixins_spec.rb:
168
+ | Fix a missing require in specs
169
+ | [c9b0de03e1ea]
170
+ |
171
+ o * spec/inversion/renderstate_spec.rb:
172
+ | Fix some RSpec warnings
173
+ | [1170ee8acbda]
174
+ |
175
+ o * Rakefile:
176
+ | Update dependencies
177
+ | [7d7eb92c583a]
178
+ |
179
+ o * bin/inversion, lib/inversion/command.rb:
180
+ | Pull command class out into a file of its own
181
+ | [f6e97907c0ae]
182
+ |
183
+ o * .gems, .ruby-gemset, .ruby-version, .rvm.gems, .rvmrc:
184
+ | Convert to generic version-manager files
185
+ | [cec180dfa0f0]
186
+ |
91
187
  2015-10-01 Michael Granger <ged@FaerieMUD.org>
92
188
 
93
- * .hgtags:
94
- Added tag v0.18.0 for changeset 0ec4018edc34
95
- [585edc63b697]
96
-
97
- * .hgsigs:
98
- Added signature for changeset 644316d7a5e8
99
- [0ec4018edc34] [v0.18.0]
100
-
101
- * History.rdoc, lib/inversion.rb:
102
- Bump the minor version, update history.
103
- [644316d7a5e8]
104
-
105
- * lib/inversion/template.rb, spec/inversion/template_spec.rb:
106
- Add docs for `strict_attributes` mode.
107
-
108
- Also make the spec a bit more comprehensive.
109
- [29e5a7d99f19]
110
-
111
- * lib/inversion/template.rb, spec/inversion/template_spec.rb:
112
- Add a `strict_attributes` option for templates.
113
- [d826f7b0dd7a]
114
-
189
+ o * .hgtags:
190
+ | Added tag v0.18.0 for changeset 0ec4018edc34
191
+ | [585edc63b697]
192
+ |
193
+ o * .hgsigs:
194
+ | Added signature for changeset 644316d7a5e8
195
+ | [0ec4018edc34] [v0.18.0]
196
+ |
197
+ o * History.rdoc, lib/inversion.rb:
198
+ | Bump the minor version, update history.
199
+ | [644316d7a5e8]
200
+ |
201
+ o * lib/inversion/template.rb, spec/inversion/template_spec.rb:
202
+ | Add docs for `strict_attributes` mode.
203
+ |
204
+ | Also make the spec a bit more comprehensive.
205
+ | [29e5a7d99f19]
206
+ |
207
+ o * lib/inversion/template.rb, spec/inversion/template_spec.rb:
208
+ | Add a `strict_attributes` option for templates.
209
+ | [d826f7b0dd7a]
210
+ |
115
211
  2015-07-08 Michael Granger <ged@FaerieMUD.org>
116
212
 
117
- * .hgtags:
118
- Added tag v0.17.4 for changeset 001e10b33bde
119
- [4e4ded827c75]
120
-
121
- * .hgsigs:
122
- Added signature for changeset 8c35dab89dcc
123
- [001e10b33bde] [v0.17.4]
124
-
125
- * History.rdoc, Rakefile, inversion.gemspec, lib/inversion.rb:
126
- Bump patch version, update history.
127
- [8c35dab89dcc]
128
-
213
+ o * .hgtags:
214
+ | Added tag v0.17.4 for changeset 001e10b33bde
215
+ | [4e4ded827c75]
216
+ |
217
+ o * .hgsigs:
218
+ | Added signature for changeset 8c35dab89dcc
219
+ | [001e10b33bde] [v0.17.4]
220
+ |
221
+ o * History.rdoc, Rakefile, inversion.gemspec, lib/inversion.rb:
222
+ | Bump patch version, update history.
223
+ | [8c35dab89dcc]
224
+ |
129
225
  2015-07-08 rgalanakis <rob.galanakis@gmail.com>
130
226
 
131
- * Tags.rdoc:
132
- Update Tags doc with more precise ?default behavior
133
- [acea5413919c]
134
-
135
- * lib/inversion/template/defaulttag.rb,
136
- spec/inversion/template/defaulttag_spec.rb:
137
- 'default' tag should only default for nil, not all falsy values When
138
- rendering something like:
139
-
140
- <?default foo to true ?><?attr foo ?>
141
-
142
- and having 'foo' set explicitly to `false`, the default was still
143
- being applied.
144
- [8851624e0c63]
145
-
227
+ o * Tags.rdoc:
228
+ | Update Tags doc with more precise ?default behavior
229
+ | [acea5413919c]
230
+ |
231
+ o * lib/inversion/template/defaulttag.rb,
232
+ | spec/inversion/template/defaulttag_spec.rb:
233
+ | 'default' tag should only default for nil, not all falsy values When
234
+ | rendering something like:
235
+ |
236
+ | <?default foo to true ?><?attr foo ?>
237
+ |
238
+ | and having 'foo' set explicitly to `false`, the default was still
239
+ | being applied.
240
+ | [8851624e0c63]
241
+ |
146
242
  2015-02-27 Michael Granger <ged@FaerieMUD.org>
147
243
 
148
- * .rvmrc:
149
- Default to Ruby 2.2 for development
150
- [d1c95e3a9f11]
151
-
152
- * .hgignore, .travis.yml, Gemfile, Rakefile, inversion.gemspec:
153
- Prep for CI builds
154
- [b0e2906b85a6]
155
-
244
+ o * .rvmrc:
245
+ | Default to Ruby 2.2 for development
246
+ | [d1c95e3a9f11]
247
+ |
248
+ o * .hgignore, .travis.yml, Gemfile, Rakefile, inversion.gemspec:
249
+ | Prep for CI builds
250
+ | [b0e2906b85a6]
251
+ |
156
252
  2015-02-16 Michael Granger <ged@FaerieMUD.org>
157
253
 
158
- * .hgtags:
159
- Added tag v0.17.3 for changeset 6659e853fe79
160
- [e9bba70b27db]
161
-
162
- * .hgsigs:
163
- Added signature for changeset ad70311aa386
164
- [6659e853fe79] [v0.17.3]
165
-
166
- * .hgignore, History.rdoc, inversion.gemspec, lib/inversion.rb:
167
- Bump the patch version, update gemspec and history.
168
- [ad70311aa386]
169
-
170
- * lib/inversion/renderstate.rb:
171
- Re-comment the node-dumper logging message in the RenderState
172
- [036377e685f6]
173
-
174
- * Tags.rdoc:
175
- Updated tag docs
176
- [a19632aee7af]
177
-
254
+ o * .hgtags:
255
+ | Added tag v0.17.3 for changeset 6659e853fe79
256
+ | [e9bba70b27db]
257
+ |
258
+ o * .hgsigs:
259
+ | Added signature for changeset ad70311aa386
260
+ | [6659e853fe79] [v0.17.3]
261
+ |
262
+ o * .hgignore, History.rdoc, inversion.gemspec, lib/inversion.rb:
263
+ | Bump the patch version, update gemspec and history.
264
+ | [ad70311aa386]
265
+ |
266
+ o * lib/inversion/renderstate.rb:
267
+ | Re-comment the node-dumper logging message in the RenderState
268
+ | [036377e685f6]
269
+ |
270
+ o * Tags.rdoc:
271
+ | Updated tag docs
272
+ | [a19632aee7af]
273
+ |
178
274
  2015-01-22 Michael Granger <ged@FaerieMUD.org>
179
275
 
180
- * .hgtags:
181
- Added tag v0.17.2 for changeset 4349d6aef642
182
- [fbc75aba9bd9]
183
-
184
- * .hgsigs:
185
- Added signature for changeset 25c7ea1fcb58
186
- [4349d6aef642] [v0.17.2]
187
-
188
- * History.rdoc, lib/inversion.rb:
189
- Bump the patch version, update history.
190
- [25c7ea1fcb58]
191
-
192
- * lib/inversion/renderstate.rb, lib/inversion/template.rb,
193
- lib/inversion/template/fragmenttag.rb,
194
- spec/inversion/template/fragmenttag_spec.rb:
195
- Fix a bug with the fragment tag.
196
-
197
- Fragments will now propagate to the container template when they're
198
- added by inner templates.
199
- [311a12247e72]
200
-
276
+ o * .hgtags:
277
+ | Added tag v0.17.2 for changeset 4349d6aef642
278
+ | [fbc75aba9bd9]
279
+ |
280
+ o * .hgsigs:
281
+ | Added signature for changeset 25c7ea1fcb58
282
+ | [4349d6aef642] [v0.17.2]
283
+ |
284
+ o * History.rdoc, lib/inversion.rb:
285
+ | Bump the patch version, update history.
286
+ | [25c7ea1fcb58]
287
+ |
288
+ o * lib/inversion/renderstate.rb, lib/inversion/template.rb,
289
+ | lib/inversion/template/fragmenttag.rb,
290
+ | spec/inversion/template/fragmenttag_spec.rb:
291
+ | Fix a bug with the fragment tag.
292
+ |
293
+ | Fragments will now propagate to the container template when they're
294
+ | added by inner templates.
295
+ | [311a12247e72]
296
+ |
201
297
  2015-01-15 Michael Granger <ged@FaerieMUD.org>
202
298
 
203
- * .hgtags:
204
- Added tag v0.17.1 for changeset db630b5eceec
205
- [33398b16e141]
206
-
207
- * .hgsigs:
208
- Added signature for changeset 0d5760c23bc9
209
- [db630b5eceec] [v0.17.1]
210
-
211
- * History.rdoc, lib/inversion.rb:
212
- Bump the patch version to repush after a gem from an old build was
213
- accidentally pushed.
214
- [0d5760c23bc9]
215
-
216
- * .hgtags:
217
- Added tag v0.17.0 for changeset 0d29b30f5875
218
- [39c2bd141416]
219
-
220
- * .hgsigs:
221
- Added signature for changeset 4b1e3a66ffe5
222
- [0d29b30f5875] [v0.17.0]
223
-
224
- * History.rdoc, lib/inversion.rb:
225
- Bump the minor version, update history.
226
- [4b1e3a66ffe5]
227
-
228
- * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
229
- Fix the tagname pattern for namespaced tags
230
- [91529ae86fe4]
231
-
232
- * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
233
- Support snakecase tag names/tag filenames
234
- [6c01403492fa]
235
-
299
+ o * .hgtags:
300
+ | Added tag v0.17.1 for changeset db630b5eceec
301
+ | [33398b16e141]
302
+ |
303
+ o * .hgsigs:
304
+ | Added signature for changeset 0d5760c23bc9
305
+ | [db630b5eceec] [v0.17.1]
306
+ |
307
+ o * History.rdoc, lib/inversion.rb:
308
+ | Bump the patch version to repush after a gem from an old build was
309
+ | accidentally pushed.
310
+ | [0d5760c23bc9]
311
+ |
312
+ o * .hgtags:
313
+ | Added tag v0.17.0 for changeset 0d29b30f5875
314
+ | [39c2bd141416]
315
+ |
316
+ o * .hgsigs:
317
+ | Added signature for changeset 4b1e3a66ffe5
318
+ | [0d29b30f5875] [v0.17.0]
319
+ |
320
+ o * History.rdoc, lib/inversion.rb:
321
+ | Bump the minor version, update history.
322
+ | [4b1e3a66ffe5]
323
+ |
324
+ o * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
325
+ | Fix the tagname pattern for namespaced tags
326
+ | [91529ae86fe4]
327
+ |
328
+ o * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
329
+ | Support snakecase tag names/tag filenames
330
+ | [6c01403492fa]
331
+ |
236
332
  2015-01-14 Michael Granger <ged@FaerieMUD.org>
237
333
 
238
- * .hgtags:
239
- Added tag v0.16.0 for changeset 07a64313c922
240
- [89331de2fb2d]
241
-
242
- * .hgsigs:
243
- Added signature for changeset 83bef41f95a3
244
- [07a64313c922] [v0.16.0]
245
-
246
- * History.rdoc, Rakefile, inversion.gemspec, lib/inversion.rb:
247
- Prep for release
248
-
249
- - Bump the minor version
250
- - Update history
251
- - Bump the minimum Ruby version to 2.0.0
252
- - Add a generated gemspec
253
- [83bef41f95a3]
254
-
255
- * Guide.rdoc, README.rdoc:
256
- Bump copyright dates.
257
- [acb661e22446]
258
-
259
- * lib/inversion/template.rb, spec/helpers.rb,
260
- spec/inversion/template/configtag_spec.rb,
261
- spec/inversion/template/includetag_spec.rb,
262
- spec/inversion/template_spec.rb:
263
- Add support for loading templates from an alternate path.
264
-
265
- This adds support for passing a `:template_path` option to
266
- Inversion::Template.load which will override the configured
267
- `template_paths`. The option also propagates into subtemplates and
268
- is settable via the `config` tag.
269
-
270
- Also includes a minor RSpec 3 fix.
271
- [4f20dd8a2c4b]
272
-
334
+ o * .hgtags:
335
+ | Added tag v0.16.0 for changeset 07a64313c922
336
+ | [89331de2fb2d]
337
+ |
338
+ o * .hgsigs:
339
+ | Added signature for changeset 83bef41f95a3
340
+ | [07a64313c922] [v0.16.0]
341
+ |
342
+ o * History.rdoc, Rakefile, inversion.gemspec, lib/inversion.rb:
343
+ | Prep for release
344
+ |
345
+ | - Bump the minor version
346
+ | - Update history
347
+ | - Bump the minimum Ruby version to 2.0.0
348
+ | - Add a generated gemspec
349
+ | [83bef41f95a3]
350
+ |
351
+ o * Guide.rdoc, README.rdoc:
352
+ | Bump copyright dates.
353
+ | [acb661e22446]
354
+ |
355
+ o * lib/inversion/template.rb, spec/helpers.rb,
356
+ | spec/inversion/template/configtag_spec.rb,
357
+ | spec/inversion/template/includetag_spec.rb,
358
+ | spec/inversion/template_spec.rb:
359
+ | Add support for loading templates from an alternate path.
360
+ |
361
+ | This adds support for passing a `:template_path` option to
362
+ | Inversion::Template.load which will override the configured
363
+ | `template_paths`. The option also propagates into subtemplates and
364
+ | is settable via the `config` tag.
365
+ |
366
+ | Also includes a minor RSpec 3 fix.
367
+ | [4f20dd8a2c4b]
368
+ |
273
369
  2014-11-24 Michael Granger <ged@FaerieMUD.org>
274
370
 
275
- * .hgtags:
276
- Added tag v0.15.0 for changeset 0551c52d5351
277
- [85f03dc22eba]
278
-
279
- * .hgsigs:
280
- Added signature for changeset 7db3ff80c8e1
281
- [0551c52d5351] [v0.15.0]
282
-
283
- * History.rdoc, lib/inversion.rb, lib/inversion/template.rb:
284
- Bump the version, update history.
285
- [7db3ff80c8e1]
286
-
287
- * lib/inversion/template.rb, lib/inversion/template/tag.rb,
288
- spec/inversion/template_spec.rb:
289
- Add a mechanism to allow tags to extend the template
290
- [63b24c90d246]
291
-
371
+ o * .hgtags:
372
+ | Added tag v0.15.0 for changeset 0551c52d5351
373
+ | [85f03dc22eba]
374
+ |
375
+ o * .hgsigs:
376
+ | Added signature for changeset 7db3ff80c8e1
377
+ | [0551c52d5351] [v0.15.0]
378
+ |
379
+ o * History.rdoc, lib/inversion.rb, lib/inversion/template.rb:
380
+ | Bump the version, update history.
381
+ | [7db3ff80c8e1]
382
+ |
383
+ o * lib/inversion/template.rb, lib/inversion/template/tag.rb,
384
+ | spec/inversion/template_spec.rb:
385
+ | Add a mechanism to allow tags to extend the template
386
+ | [63b24c90d246]
387
+ |
292
388
  2014-11-21 Michael Granger <ged@FaerieMUD.org>
293
389
 
294
- * Rakefile:
295
- Add gemspec task to the Rakefile
296
- [aa44b81a7b9c]
297
-
298
- * Tags.rdoc:
299
- Add a bit more info to Tags.rdoc
300
- [fc2b65cb0ca6]
301
-
390
+ o * Rakefile:
391
+ | Add gemspec task to the Rakefile
392
+ | [aa44b81a7b9c]
393
+ |
394
+ o * Tags.rdoc:
395
+ | Add a bit more info to Tags.rdoc
396
+ | [fc2b65cb0ca6]
397
+ |
302
398
  2014-11-05 Michael Granger <ged@FaerieMUD.org>
303
399
 
304
- * .hgtags:
305
- Added tag v0.14.0 for changeset 1ab564bed1fb
306
- [eee564fe8fb3]
307
-
308
- * .hgsigs:
309
- Added signature for changeset 9bb165feaf57
310
- [1ab564bed1fb] [v0.14.0]
311
-
312
- * Gemfile, History.rdoc, Manifest.txt, lib/inversion.rb:
313
- Bump version, update history and manifest.
314
- [9bb165feaf57]
315
-
316
- * .hgtags:
317
- Added tag v0.13.0 for changeset 7488d214dc2c
318
- [3d71dc3094c3]
319
-
320
- * Tags.rdoc, lib/inversion/renderstate.rb, lib/inversion/template.rb,
321
- lib/inversion/template/fragmenttag.rb,
322
- spec/inversion/renderstate_spec.rb,
323
- spec/inversion/template/fragmenttag_spec.rb,
324
- spec/inversion/template_spec.rb:
325
- Add the fragment tag
326
- [064577093464]
327
-
400
+ o * .hgtags:
401
+ | Added tag v0.14.0 for changeset 1ab564bed1fb
402
+ | [eee564fe8fb3]
403
+ |
404
+ o * .hgsigs:
405
+ | Added signature for changeset 9bb165feaf57
406
+ | [1ab564bed1fb] [v0.14.0]
407
+ |
408
+ o * Gemfile, History.rdoc, Manifest.txt, lib/inversion.rb:
409
+ | Bump version, update history and manifest.
410
+ | [9bb165feaf57]
411
+ |
412
+ o * .hgtags:
413
+ | Added tag v0.13.0 for changeset 7488d214dc2c
414
+ | [3d71dc3094c3]
415
+ |
416
+ o * Tags.rdoc, lib/inversion/renderstate.rb, lib/inversion/template.rb,
417
+ | lib/inversion/template/fragmenttag.rb,
418
+ | spec/inversion/renderstate_spec.rb,
419
+ | spec/inversion/template/fragmenttag_spec.rb,
420
+ | spec/inversion/template_spec.rb:
421
+ | Add the fragment tag
422
+ | [064577093464]
423
+ |
328
424
  2014-11-05 Mahlon E. Smith <mahlon@martini.nu>
329
425
 
330
- * Tags.rdoc:
331
- Add docs for the 'fragment' tag. Coming soon.
332
- [fbfb2e0eaa4e]
333
-
426
+ o * Tags.rdoc:
427
+ | Add docs for the 'fragment' tag. Coming soon.
428
+ | [fbfb2e0eaa4e]
429
+ |
334
430
  2014-11-03 Mahlon E. Smith <mahlon@martini.nu>
335
431
 
336
- * .pryrc, Tags.rdoc, lib/inversion/template/rescuetag.rb,
337
- manual/layouts/default.erb, manual/lib/api-filter.rb, manual/lib
338
- /editorial-filter.rb, manual/lib/examples-filter.rb, manual/lib
339
- /links-filter.rb, manual/resources/css/manual.css,
340
- manual/resources/css/reset.css,
341
- manual/resources/fonts/Inconsolata.otf, manual/resources/fonts/Muli-
342
- Light.ttf, manual/resources/fonts/Muli-Regular.ttf,
343
- manual/resources/images/arrow_225_small.png,
344
- manual/resources/images/arrow_315_small.png,
345
- manual/resources/images/arrow_skip.png, manual/resources/images/cc-
346
- by.png, manual/resources/images/dialog-error.png,
347
- manual/resources/images/dialog-information.png,
348
- manual/resources/images/dialog-warning.png, manual/resources/images
349
- /emblem-important.png, manual/resources/images/help.png,
350
- manual/resources/images/information.png,
351
- manual/resources/images/magnifier.png,
352
- manual/resources/images/magnifier_left.png,
353
- manual/resources/images/page_white_code.png,
354
- manual/resources/images/page_white_copy.png,
355
- manual/resources/images/printer.png,
356
- manual/resources/images/question.png,
357
- manual/resources/images/scripts_code.png,
358
- manual/resources/images/wrap.png,
359
- manual/resources/images/wrapping.png,
360
- manual/resources/js/jquery-1.4.4.min.js,
361
- manual/resources/js/manual.js, manual/resources/js/sh.js,
362
- manual/resources/swf/clipboard.swf:
363
- Remove old manual doc artifacts. Add documentation for the
364
- 'begin/rescue' and 'default' tags.
365
- [35971a883112]
366
-
432
+ o * .pryrc, Tags.rdoc, lib/inversion/template/rescuetag.rb,
433
+ | manual/layouts/default.erb, manual/lib/api-filter.rb, manual/lib
434
+ | /editorial-filter.rb, manual/lib/examples-filter.rb, manual/lib
435
+ | /links-filter.rb, manual/resources/css/manual.css,
436
+ | manual/resources/css/reset.css,
437
+ | manual/resources/fonts/Inconsolata.otf, manual/resources/fonts/Muli-
438
+ | Light.ttf, manual/resources/fonts/Muli-Regular.ttf,
439
+ | manual/resources/images/arrow_225_small.png,
440
+ | manual/resources/images/arrow_315_small.png,
441
+ | manual/resources/images/arrow_skip.png, manual/resources/images/cc-
442
+ | by.png, manual/resources/images/dialog-error.png,
443
+ | manual/resources/images/dialog-information.png,
444
+ | manual/resources/images/dialog-warning.png, manual/resources/images
445
+ | /emblem-important.png, manual/resources/images/help.png,
446
+ | manual/resources/images/information.png,
447
+ | manual/resources/images/magnifier.png,
448
+ | manual/resources/images/magnifier_left.png,
449
+ | manual/resources/images/page_white_code.png,
450
+ | manual/resources/images/page_white_copy.png,
451
+ | manual/resources/images/printer.png,
452
+ | manual/resources/images/question.png,
453
+ | manual/resources/images/scripts_code.png,
454
+ | manual/resources/images/wrap.png,
455
+ | manual/resources/images/wrapping.png,
456
+ | manual/resources/js/jquery-1.4.4.min.js,
457
+ | manual/resources/js/manual.js, manual/resources/js/sh.js,
458
+ | manual/resources/swf/clipboard.swf:
459
+ | Remove old manual doc artifacts. Add documentation for the
460
+ | 'begin/rescue' and 'default' tags.
461
+ | [35971a883112]
462
+ |
367
463
  2014-04-23 Michael Granger <ged@FaerieMUD.org>
368
464
 
369
- * History.rdoc, lib/inversion.rb, lib/inversion/template/attrtag.rb:
370
- Bump the minor version, update history.
371
- [7488d214dc2c] [v0.13.0]
372
-
373
- * .rvm.gems, Gemfile, Rakefile, spec/helpers.rb,
374
- spec/inversion/mixins_spec.rb, spec/inversion/monkeypatches_spec.rb,
375
- spec/inversion/parser_spec.rb, spec/inversion/renderstate_spec.rb,
376
- spec/inversion/sinatra_spec.rb,
377
- spec/inversion/template/attrtag_spec.rb,
378
- spec/inversion/template/begintag_spec.rb,
379
- spec/inversion/template/calltag_spec.rb,
380
- spec/inversion/template/codetag_spec.rb,
381
- spec/inversion/template/commenttag_spec.rb,
382
- spec/inversion/template/configtag_spec.rb,
383
- spec/inversion/template/containertag_spec.rb,
384
- spec/inversion/template/defaulttag_spec.rb,
385
- spec/inversion/template/elsetag_spec.rb,
386
- spec/inversion/template/elsiftag_spec.rb,
387
- spec/inversion/template/endtag_spec.rb,
388
- spec/inversion/template/escapetag_spec.rb,
389
- spec/inversion/template/fortag_spec.rb,
390
- spec/inversion/template/iftag_spec.rb,
391
- spec/inversion/template/importtag_spec.rb,
392
- spec/inversion/template/includetag_spec.rb,
393
- spec/inversion/template/node_spec.rb,
394
- spec/inversion/template/pptag_spec.rb,
395
- spec/inversion/template/publishtag_spec.rb,
396
- spec/inversion/template/rescuetag_spec.rb,
397
- spec/inversion/template/subscribetag_spec.rb,
398
- spec/inversion/template/tag_spec.rb,
399
- spec/inversion/template/textnode_spec.rb,
400
- spec/inversion/template/timedeltatag_spec.rb,
401
- spec/inversion/template/unlesstag_spec.rb,
402
- spec/inversion/template/uriencodetag_spec.rb,
403
- spec/inversion/template/yieldtag_spec.rb,
404
- spec/inversion/template_spec.rb, spec/inversion/tilt_spec.rb,
405
- spec/inversion_spec.rb, spec/lib/constants.rb, spec/lib/helpers.rb:
406
- Update specs for RSpec 3
407
- [1b7cfd831cf3]
408
-
465
+ o * History.rdoc, lib/inversion.rb, lib/inversion/template/attrtag.rb:
466
+ | Bump the minor version, update history.
467
+ | [7488d214dc2c] [v0.13.0]
468
+ |
469
+ o * .rvm.gems, Gemfile, Rakefile, spec/helpers.rb,
470
+ | spec/inversion/mixins_spec.rb, spec/inversion/monkeypatches_spec.rb,
471
+ | spec/inversion/parser_spec.rb, spec/inversion/renderstate_spec.rb,
472
+ | spec/inversion/sinatra_spec.rb,
473
+ | spec/inversion/template/attrtag_spec.rb,
474
+ | spec/inversion/template/begintag_spec.rb,
475
+ | spec/inversion/template/calltag_spec.rb,
476
+ | spec/inversion/template/codetag_spec.rb,
477
+ | spec/inversion/template/commenttag_spec.rb,
478
+ | spec/inversion/template/configtag_spec.rb,
479
+ | spec/inversion/template/containertag_spec.rb,
480
+ | spec/inversion/template/defaulttag_spec.rb,
481
+ | spec/inversion/template/elsetag_spec.rb,
482
+ | spec/inversion/template/elsiftag_spec.rb,
483
+ | spec/inversion/template/endtag_spec.rb,
484
+ | spec/inversion/template/escapetag_spec.rb,
485
+ | spec/inversion/template/fortag_spec.rb,
486
+ | spec/inversion/template/iftag_spec.rb,
487
+ | spec/inversion/template/importtag_spec.rb,
488
+ | spec/inversion/template/includetag_spec.rb,
489
+ | spec/inversion/template/node_spec.rb,
490
+ | spec/inversion/template/pptag_spec.rb,
491
+ | spec/inversion/template/publishtag_spec.rb,
492
+ | spec/inversion/template/rescuetag_spec.rb,
493
+ | spec/inversion/template/subscribetag_spec.rb,
494
+ | spec/inversion/template/tag_spec.rb,
495
+ | spec/inversion/template/textnode_spec.rb,
496
+ | spec/inversion/template/timedeltatag_spec.rb,
497
+ | spec/inversion/template/unlesstag_spec.rb,
498
+ | spec/inversion/template/uriencodetag_spec.rb,
499
+ | spec/inversion/template/yieldtag_spec.rb,
500
+ | spec/inversion/template_spec.rb, spec/inversion/tilt_spec.rb,
501
+ | spec/inversion_spec.rb, spec/lib/constants.rb, spec/lib/helpers.rb:
502
+ | Update specs for RSpec 3
503
+ | [1b7cfd831cf3]
504
+ |
409
505
  2013-10-10 Mahlon E. Smith <mahlon@martini.nu>
410
506
 
411
- * lib/inversion/template.rb, spec/inversion/parser_spec.rb,
412
- spec/inversion/template/attrtag_spec.rb,
413
- spec/inversion/template/endtag_spec.rb,
414
- spec/inversion/template/escapetag_spec.rb,
415
- spec/inversion/template/pptag_spec.rb,
416
- spec/inversion/template/uriencodetag_spec.rb,
417
- spec/inversion/template_spec.rb:
418
- Carry global configuration into instantiated template options. Minor
419
- rspec update/cleanup.
420
- [52c37c725e5e]
421
-
507
+ o * lib/inversion/template.rb, spec/inversion/parser_spec.rb,
508
+ | spec/inversion/template/attrtag_spec.rb,
509
+ | spec/inversion/template/endtag_spec.rb,
510
+ | spec/inversion/template/escapetag_spec.rb,
511
+ | spec/inversion/template/pptag_spec.rb,
512
+ | spec/inversion/template/uriencodetag_spec.rb,
513
+ | spec/inversion/template_spec.rb:
514
+ | Carry global configuration into instantiated template options. Minor
515
+ | rspec update/cleanup.
516
+ | [52c37c725e5e]
517
+ |
422
518
  2013-10-06 Michael Granger <ged@FaerieMUD.org>
423
519
 
424
- * Examples.rdoc, Gemfile, GettingStarted.rdoc, Guide.rdoc,
425
- Manifest.txt, README.rdoc, Rakefile, Tags.rdoc,
426
- lib/inversion/template.rb, lib/inversion/template/begintag.rb,
427
- manual/src/examples.page, manual/src/gettingstarted.page,
428
- manual/src/index.page, manual/src/tags.page,
429
- manual/src/templates.page:
430
- Update documentation.
431
- [646ed1f389fb]
432
-
520
+ o * Examples.rdoc, Gemfile, GettingStarted.rdoc, Guide.rdoc,
521
+ | Manifest.txt, README.rdoc, Rakefile, Tags.rdoc,
522
+ | lib/inversion/template.rb, lib/inversion/template/begintag.rb,
523
+ | manual/src/examples.page, manual/src/gettingstarted.page,
524
+ | manual/src/index.page, manual/src/tags.page,
525
+ | manual/src/templates.page:
526
+ | Update documentation.
527
+ | [646ed1f389fb]
528
+ |
433
529
  2013-09-20 Michael Granger <ged@FaerieMUD.org>
434
530
 
435
- * .hgtags:
436
- Added tag v0.12.3 for changeset e9f7dfbae060
437
- [604c1a0022e7]
438
-
439
- * .hgsigs:
440
- Added signature for changeset 100ed23eb2ba
441
- [e9f7dfbae060] [v0.12.3]
442
-
443
- * History.rdoc, lib/inversion.rb:
444
- Bump patch version, update history.
445
- [100ed23eb2ba]
446
-
447
- * .tm_properties, Gemfile, lib/inversion/mixins.rb,
448
- spec/inversion/mixins_spec.rb:
449
- Don't deep_copy IOs or Tempfiles (bugfix).
450
- [70c1f8274d3d]
451
-
531
+ o * .hgtags:
532
+ | Added tag v0.12.3 for changeset e9f7dfbae060
533
+ | [604c1a0022e7]
534
+ |
535
+ o * .hgsigs:
536
+ | Added signature for changeset 100ed23eb2ba
537
+ | [e9f7dfbae060] [v0.12.3]
538
+ |
539
+ o * History.rdoc, lib/inversion.rb:
540
+ | Bump patch version, update history.
541
+ | [100ed23eb2ba]
542
+ |
543
+ o * .tm_properties, Gemfile, lib/inversion/mixins.rb,
544
+ | spec/inversion/mixins_spec.rb:
545
+ | Don't deep_copy IOs or Tempfiles (bugfix).
546
+ | [70c1f8274d3d]
547
+ |
452
548
  2013-08-15 Michael Granger <ged@FaerieMUD.org>
453
549
 
454
- * .hgignore, .rvm.gems, Gemfile, Rakefile:
455
- Update dependencies, remove 'fivefish' formatter from the spec.
456
- [60d2a8f8203d]
457
-
458
- * Rakefile, spec/inversion/tilt_spec.rb:
459
- Fix specs for Tilt 1.4.
460
- [a2a37501012e]
461
-
462
- * Gemfile:
463
- Update Gemfile
464
- [50bd4a8bb8a0]
465
-
466
- * Rakefile:
467
- Update to hoe-deveiate 0.2
468
- [67fe0be277b2]
469
-
470
- * .rvm.gems, Gemfile, Rakefile:
471
- Add hoe-bundler, Gemfile for tool compatibility
472
- [1f9944f95ca2]
473
-
474
- * experiments/erb_scope_bleed.rb:
475
- Add example output to erb scope bleed example
476
- [e50c583bdffa]
477
-
550
+ o * .hgignore, .rvm.gems, Gemfile, Rakefile:
551
+ | Update dependencies, remove 'fivefish' formatter from the spec.
552
+ | [60d2a8f8203d]
553
+ |
554
+ o * Rakefile, spec/inversion/tilt_spec.rb:
555
+ | Fix specs for Tilt 1.4.
556
+ | [a2a37501012e]
557
+ |
558
+ o * Gemfile:
559
+ | Update Gemfile
560
+ | [50bd4a8bb8a0]
561
+ |
562
+ o * Rakefile:
563
+ | Update to hoe-deveiate 0.2
564
+ | [67fe0be277b2]
565
+ |
566
+ o * .rvm.gems, Gemfile, Rakefile:
567
+ | Add hoe-bundler, Gemfile for tool compatibility
568
+ | [1f9944f95ca2]
569
+ |
570
+ o * experiments/erb_scope_bleed.rb:
571
+ | Add example output to erb scope bleed example
572
+ | [e50c583bdffa]
573
+ |
478
574
  2013-06-19 Michael Granger <ged@FaerieMUD.org>
479
575
 
480
- * .hgtags:
481
- Added tag v0.12.2 for changeset 4c4c929c5911
482
- [2d11a25bd1d5]
483
-
484
- * .hgsigs:
485
- Added signature for changeset 0444a00c5e64
486
- [4c4c929c5911] [v0.12.2]
487
-
488
- * History.rdoc, lib/inversion.rb:
489
- Bump patch version, update history.
490
- [0444a00c5e64]
491
-
492
- * Manifest.txt:
493
- Update manifest
494
- [6fa0b4ea14a1]
495
-
496
- * lib/inversion/template.rb, spec/data/unknown-tag.tmpl,
497
- spec/inversion/template/configtag_spec.rb:
498
- Fix propagation of config tags into subtemplates (fixes #1)
499
- [1b4030ae65f3]
500
-
576
+ o * .hgtags:
577
+ | Added tag v0.12.2 for changeset 4c4c929c5911
578
+ | [2d11a25bd1d5]
579
+ |
580
+ o * .hgsigs:
581
+ | Added signature for changeset 0444a00c5e64
582
+ | [4c4c929c5911] [v0.12.2]
583
+ |
584
+ o * History.rdoc, lib/inversion.rb:
585
+ | Bump patch version, update history.
586
+ | [0444a00c5e64]
587
+ |
588
+ o * Manifest.txt:
589
+ | Update manifest
590
+ | [6fa0b4ea14a1]
591
+ |
592
+ o * lib/inversion/template.rb, spec/data/unknown-tag.tmpl,
593
+ | spec/inversion/template/configtag_spec.rb:
594
+ | Fix propagation of config tags into subtemplates (fixes #1)
595
+ | [1b4030ae65f3]
596
+ |
501
597
  2013-05-22 Michael Granger <ged@FaerieMUD.org>
502
598
 
503
- * lib/inversion/renderstate.rb, spec/inversion/renderstate_spec.rb:
504
- Use replacement in transcoding instead of raising encoding errors
505
- [d0b82083bb00]
506
-
507
- * lib/inversion/monkeypatches.rb, lib/inversion/parser.rb,
508
- lib/inversion/renderstate.rb, lib/inversion/template/codetag.rb,
509
- lib/inversion/template/commenttag.rb,
510
- lib/inversion/template/containertag.rb,
511
- lib/inversion/template/elsetag.rb,
512
- lib/inversion/template/elsiftag.rb,
513
- lib/inversion/template/fortag.rb, lib/inversion/template/node.rb,
514
- lib/inversion/template/tag.rb,
515
- lib/inversion/template/uriencodetag.rb,
516
- lib/inversion/template/yieldtag.rb,
517
- spec/inversion/renderstate_spec.rb,
518
- spec/inversion/template/begintag_spec.rb,
519
- spec/inversion/template/textnode_spec.rb:
520
- Whitespace and API documentation fixes.
521
- [f39531d869cd]
522
-
523
- * spec/lib/helpers.rb:
524
- Use Loggability's spec helpers
525
- [03a2e9da4c3c]
526
-
527
- * .rvmrc:
528
- Test using Ruby 2.0
529
- [694a37e19d3d]
530
-
531
- * .tm_properties:
532
- Update project settings
533
- [d657f5164f22]
534
-
599
+ o * lib/inversion/renderstate.rb, spec/inversion/renderstate_spec.rb:
600
+ | Use replacement in transcoding instead of raising encoding errors
601
+ | [d0b82083bb00]
602
+ |
603
+ o * lib/inversion/monkeypatches.rb, lib/inversion/parser.rb,
604
+ | lib/inversion/renderstate.rb, lib/inversion/template/codetag.rb,
605
+ | lib/inversion/template/commenttag.rb,
606
+ | lib/inversion/template/containertag.rb,
607
+ | lib/inversion/template/elsetag.rb,
608
+ | lib/inversion/template/elsiftag.rb,
609
+ | lib/inversion/template/fortag.rb, lib/inversion/template/node.rb,
610
+ | lib/inversion/template/tag.rb,
611
+ | lib/inversion/template/uriencodetag.rb,
612
+ | lib/inversion/template/yieldtag.rb,
613
+ | spec/inversion/renderstate_spec.rb,
614
+ | spec/inversion/template/begintag_spec.rb,
615
+ | spec/inversion/template/textnode_spec.rb:
616
+ | Whitespace and API documentation fixes.
617
+ | [f39531d869cd]
618
+ |
619
+ o * spec/lib/helpers.rb:
620
+ | Use Loggability's spec helpers
621
+ | [03a2e9da4c3c]
622
+ |
623
+ o * .rvmrc:
624
+ | Test using Ruby 2.0
625
+ | [694a37e19d3d]
626
+ |
627
+ o * .tm_properties:
628
+ | Update project settings
629
+ | [d657f5164f22]
630
+ |
535
631
  2013-03-20 Michael Granger <ged@FaerieMUD.org>
536
632
 
537
- * .hgtags:
538
- Added tag v0.12.1 for changeset 95133ea7528c
539
- [650fd85bf639]
540
-
541
- * .hgsigs:
542
- Added signature for changeset 4bc01301cf22
543
- [95133ea7528c] [v0.12.1]
544
-
545
- * History.rdoc, lib/inversion.rb:
546
- Bump the patch version, update history
547
- [4bc01301cf22]
548
-
633
+ o * .hgtags:
634
+ | Added tag v0.12.1 for changeset 95133ea7528c
635
+ | [650fd85bf639]
636
+ |
637
+ o * .hgsigs:
638
+ | Added signature for changeset 4bc01301cf22
639
+ | [95133ea7528c] [v0.12.1]
640
+ |
641
+ o * History.rdoc, lib/inversion.rb:
642
+ | Bump the patch version, update history
643
+ | [4bc01301cf22]
644
+ |
549
645
  2013-03-05 Michael Granger <ged@FaerieMUD.org>
550
646
 
551
- * lib/inversion/parser.rb:
552
- Comment out some more debugging in the parser
553
- [c34f0af1e643]
554
-
555
- * lib/inversion/parser.rb:
556
- Comment out a bunch of debugging in the parser
557
- [ee78d82eee2e]
558
-
647
+ o * lib/inversion/parser.rb:
648
+ | Comment out some more debugging in the parser
649
+ | [c34f0af1e643]
650
+ |
651
+ o * lib/inversion/parser.rb:
652
+ | Comment out a bunch of debugging in the parser
653
+ | [ee78d82eee2e]
654
+ |
559
655
  2013-03-01 Michael Granger <ged@FaerieMUD.org>
560
656
 
561
- * .hgtags:
562
- Added tag v0.12.0 for changeset 33062cada220
563
- [2d507672656a]
564
-
565
- * .hgsigs:
566
- Added signature for changeset 9005ff6f9ec4
567
- [33062cada220] [v0.12.0]
568
-
569
- * History.rdoc, lib/inversion.rb:
570
- Bump the minor version, update history.
571
- [9005ff6f9ec4]
572
-
573
- * .rvm.gems, lib/inversion/renderstate.rb,
574
- spec/inversion/renderstate_spec.rb:
575
- Make exceptions rendered as comments include the backtrace if
576
- debugging comments are enabled.
577
- [83cb6ec4c5d7]
578
-
657
+ o * .hgtags:
658
+ | Added tag v0.12.0 for changeset 33062cada220
659
+ | [2d507672656a]
660
+ |
661
+ o * .hgsigs:
662
+ | Added signature for changeset 9005ff6f9ec4
663
+ | [33062cada220] [v0.12.0]
664
+ |
665
+ o * History.rdoc, lib/inversion.rb:
666
+ | Bump the minor version, update history.
667
+ | [9005ff6f9ec4]
668
+ |
669
+ o * .rvm.gems, lib/inversion/renderstate.rb,
670
+ | spec/inversion/renderstate_spec.rb:
671
+ | Make exceptions rendered as comments include the backtrace if
672
+ | debugging comments are enabled.
673
+ | [83cb6ec4c5d7]
674
+ |
579
675
  2012-09-17 Michael Granger <ged@FaerieMUD.org>
580
676
 
581
- * .hgtags:
582
- Added tag v0.11.2 for changeset f3b151a19816
583
- [d5c44e803947]
584
-
585
- * .hgsigs:
586
- Added signature for changeset b4d374fa78a0
587
- [f3b151a19816] [v0.11.2]
588
-
589
- * History.rdoc, lib/inversion.rb:
590
- Bump patch version, update history.
591
- [b4d374fa78a0]
592
-
593
- * lib/inversion/template/fortag.rb,
594
- spec/inversion/template/fortag_spec.rb:
595
- Fixing a problem with non-array values in the for tag
596
- [24563edc2162]
597
-
598
- * .hgtags:
599
- Added tag v0.11.1 for changeset 352405b90f49
600
- [03ef35e110e0]
601
-
602
- * .hgsigs:
603
- Added signature for changeset b74d0f41b140
604
- [352405b90f49] [v0.11.1]
605
-
606
- * History.rdoc:
607
- Bump the patch version, update history.
608
- [b74d0f41b140]
609
-
610
- * lib/inversion.rb, lib/inversion/renderstate.rb,
611
- lib/inversion/template/publishtag.rb,
612
- spec/inversion/template/publishtag_spec.rb,
613
- spec/inversion/template/subscribetag_spec.rb:
614
- Make subscriptions get nodes that were already published
615
- [cca3daa4a649]
616
-
677
+ o * .hgtags:
678
+ | Added tag v0.11.2 for changeset f3b151a19816
679
+ | [d5c44e803947]
680
+ |
681
+ o * .hgsigs:
682
+ | Added signature for changeset b4d374fa78a0
683
+ | [f3b151a19816] [v0.11.2]
684
+ |
685
+ o * History.rdoc, lib/inversion.rb:
686
+ | Bump patch version, update history.
687
+ | [b4d374fa78a0]
688
+ |
689
+ o * lib/inversion/template/fortag.rb,
690
+ | spec/inversion/template/fortag_spec.rb:
691
+ | Fixing a problem with non-array values in the for tag
692
+ | [24563edc2162]
693
+ |
694
+ o * .hgtags:
695
+ | Added tag v0.11.1 for changeset 352405b90f49
696
+ | [03ef35e110e0]
697
+ |
698
+ o * .hgsigs:
699
+ | Added signature for changeset b74d0f41b140
700
+ | [352405b90f49] [v0.11.1]
701
+ |
702
+ o * History.rdoc:
703
+ | Bump the patch version, update history.
704
+ | [b74d0f41b140]
705
+ |
706
+ o * lib/inversion.rb, lib/inversion/renderstate.rb,
707
+ | lib/inversion/template/publishtag.rb,
708
+ | spec/inversion/template/publishtag_spec.rb,
709
+ | spec/inversion/template/subscribetag_spec.rb:
710
+ | Make subscriptions get nodes that were already published
711
+ | [cca3daa4a649]
712
+ |
617
713
  2012-07-06 Michael Granger <ged@FaerieMUD.org>
618
714
 
619
- * .hgtags:
620
- Added tag v0.11.0 for changeset 8e7ee4f29874
621
- [71c2a12d9df0]
622
-
623
- * .hgsigs:
624
- Added signature for changeset 92d48ef3085e
625
- [8e7ee4f29874] [v0.11.0]
626
-
627
- * History.rdoc, lib/inversion.rb:
628
- Bump the minor version, update history.
629
- [92d48ef3085e]
630
-
631
- * lib/inversion/renderstate.rb, lib/inversion/template.rb,
632
- spec/inversion/renderstate_spec.rb:
633
- Transcode output according to the :encoding option if set on a
634
- template
635
- [2202c6ed520b]
636
-
637
- * lib/inversion/mixins.rb:
638
- Don't try to deep copy Encoding objects, either
639
- [424709b51350]
640
-
715
+ o * .hgtags:
716
+ | Added tag v0.11.0 for changeset 8e7ee4f29874
717
+ | [71c2a12d9df0]
718
+ |
719
+ o * .hgsigs:
720
+ | Added signature for changeset 92d48ef3085e
721
+ | [8e7ee4f29874] [v0.11.0]
722
+ |
723
+ o * History.rdoc, lib/inversion.rb:
724
+ | Bump the minor version, update history.
725
+ | [92d48ef3085e]
726
+ |
727
+ o * lib/inversion/renderstate.rb, lib/inversion/template.rb,
728
+ | spec/inversion/renderstate_spec.rb:
729
+ | Transcode output according to the :encoding option if set on a
730
+ | template
731
+ | [2202c6ed520b]
732
+ |
733
+ o * lib/inversion/mixins.rb:
734
+ | Don't try to deep copy Encoding objects, either
735
+ | [424709b51350]
736
+ |
641
737
  2012-06-27 Michael Granger <ged@FaerieMUD.org>
642
738
 
643
- * .hgtags:
644
- Added tag v0.10.2 for changeset 043b32a2d9a6
645
- [5b926937058b]
646
-
647
- * .hgsigs:
648
- Added signature for changeset 7236fd2ac3fb
649
- [043b32a2d9a6] [v0.10.2]
650
-
651
- * History.rdoc, lib/inversion.rb:
652
- Bump the patch version, update history.
653
- [7236fd2ac3fb]
654
-
739
+ o * .hgtags:
740
+ | Added tag v0.10.2 for changeset 043b32a2d9a6
741
+ | [5b926937058b]
742
+ |
743
+ o * .hgsigs:
744
+ | Added signature for changeset 7236fd2ac3fb
745
+ | [043b32a2d9a6] [v0.10.2]
746
+ |
747
+ o * History.rdoc, lib/inversion.rb:
748
+ | Bump the patch version, update history.
749
+ | [7236fd2ac3fb]
750
+ |
655
751
  2012-06-27 Mahlon E. Smith <mahlon@martini.nu>
656
752
 
657
- * lib/inversion/mixins.rb, lib/inversion/template.rb,
658
- spec/inversion/mixins_spec.rb:
659
- Add Modules/Classes to the immediate object list when deep copying.
660
- Don't needlessly deep_copy the node tree on template duplication.
661
- [fb0ab0db2042]
662
-
753
+ o * lib/inversion/mixins.rb, lib/inversion/template.rb,
754
+ | spec/inversion/mixins_spec.rb:
755
+ | Add Modules/Classes to the immediate object list when deep copying.
756
+ | Don't needlessly deep_copy the node tree on template duplication.
757
+ | [fb0ab0db2042]
758
+ |
663
759
  2012-06-22 Michael Granger <ged@FaerieMUD.org>
664
760
 
665
- * .rvm.gems, Rakefile:
666
- Update dependencies.
667
- [bf49edf3b889]
668
-
669
- * .hgtags:
670
- Added tag v0.10.1 for changeset 16d06faa003e
671
- [f45915b72d58]
672
-
673
- * .hgsigs:
674
- Added signature for changeset 432abb56d593
675
- [16d06faa003e] [v0.10.1]
676
-
677
- * History.rdoc, lib/inversion.rb:
678
- Bump patch version, update history.
679
- [432abb56d593]
680
-
681
- * lib/inversion/mixins.rb, lib/inversion/renderstate.rb,
682
- lib/inversion/template.rb, spec/inversion/template_spec.rb:
683
- Fix attribute changes being shared between duplicated templates.
684
-
685
- - Pull up deep_copy function into a mixin
686
- - Use deep_copy in a copy constructor on Inversion::Template to make
687
- internal datastructures distinct, including @attributes.
688
- - Also clean up some old cruft with the way the Parser is used.
689
- [8350fbf49ef2]
690
-
761
+ o * .rvm.gems, Rakefile:
762
+ | Update dependencies.
763
+ | [bf49edf3b889]
764
+ |
765
+ o * .hgtags:
766
+ | Added tag v0.10.1 for changeset 16d06faa003e
767
+ | [f45915b72d58]
768
+ |
769
+ o * .hgsigs:
770
+ | Added signature for changeset 432abb56d593
771
+ | [16d06faa003e] [v0.10.1]
772
+ |
773
+ o * History.rdoc, lib/inversion.rb:
774
+ | Bump patch version, update history.
775
+ | [432abb56d593]
776
+ |
777
+ o * lib/inversion/mixins.rb, lib/inversion/renderstate.rb,
778
+ | lib/inversion/template.rb, spec/inversion/template_spec.rb:
779
+ | Fix attribute changes being shared between duplicated templates.
780
+ |
781
+ | - Pull up deep_copy function into a mixin
782
+ | - Use deep_copy in a copy constructor on Inversion::Template to make
783
+ | internal datastructures distinct, including @attributes.
784
+ | - Also clean up some old cruft with the way the Parser is used.
785
+ | [8350fbf49ef2]
786
+ |
691
787
  2012-05-18 Michael Granger <ged@FaerieMUD.org>
692
788
 
693
- * .rvm.gems:
694
- Bumping Loggability dependency for inheritance bugfix
695
- [b65ce51ca6ee]
696
-
789
+ o * .rvm.gems:
790
+ | Bumping Loggability dependency for inheritance bugfix
791
+ | [b65ce51ca6ee]
792
+ |
697
793
  2012-05-10 Michael Granger <ged@FaerieMUD.org>
698
794
 
699
- * .rvm.gems, Rakefile:
700
- Bump Loggability dependency to 0.2.
701
- [7e3c047cbfba]
702
-
795
+ o * .rvm.gems, Rakefile:
796
+ | Bump Loggability dependency to 0.2.
797
+ | [7e3c047cbfba]
798
+ |
703
799
  2012-05-07 Michael Granger <ged@FaerieMUD.org>
704
800
 
705
- * .hgtags:
706
- Added tag v0.10.0 for changeset 64cf302354aa
707
- [79bc44fab294]
708
-
709
- * .hgsigs:
710
- Added signature for changeset 9d9c49d532be
711
- [64cf302354aa] [v0.10.0]
712
-
713
- * .rvm.gems, History.rdoc, Manifest.txt, Rakefile, bin/inversion,
714
- experiments/benchmark-parser.rb, experiments/demo.rb,
715
- experiments/dumptemplate.rb, lib/inversion.rb,
716
- lib/inversion/logging.rb, lib/inversion/mixins.rb,
717
- lib/inversion/parser.rb, lib/inversion/renderstate.rb,
718
- lib/inversion/template.rb, lib/inversion/template/begintag.rb,
719
- lib/inversion/template/codetag.rb,
720
- lib/inversion/template/commenttag.rb,
721
- lib/inversion/template/configtag.rb,
722
- lib/inversion/template/elsetag.rb,
723
- lib/inversion/template/elsiftag.rb,
724
- lib/inversion/template/endtag.rb, lib/inversion/template/fortag.rb,
725
- lib/inversion/template/iftag.rb,
726
- lib/inversion/template/includetag.rb,
727
- lib/inversion/template/node.rb, lib/inversion/template/rescuetag.rb,
728
- lib/inversion/template/tag.rb, lib/inversion/template/textnode.rb,
729
- lib/inversion/template/unlesstag.rb,
730
- lib/inversion/template/yieldtag.rb, spec/inversion/logging_spec.rb,
731
- spec/inversion/mixins_spec.rb, spec/inversion_spec.rb,
732
- spec/lib/helpers.rb:
733
- Convert to Loggability for logging.
734
- [9d9c49d532be]
735
-
801
+ o * .hgtags:
802
+ | Added tag v0.10.0 for changeset 64cf302354aa
803
+ | [79bc44fab294]
804
+ |
805
+ o * .hgsigs:
806
+ | Added signature for changeset 9d9c49d532be
807
+ | [64cf302354aa] [v0.10.0]
808
+ |
809
+ o * .rvm.gems, History.rdoc, Manifest.txt, Rakefile, bin/inversion,
810
+ | experiments/benchmark-parser.rb, experiments/demo.rb,
811
+ | experiments/dumptemplate.rb, lib/inversion.rb,
812
+ | lib/inversion/logging.rb, lib/inversion/mixins.rb,
813
+ | lib/inversion/parser.rb, lib/inversion/renderstate.rb,
814
+ | lib/inversion/template.rb, lib/inversion/template/begintag.rb,
815
+ | lib/inversion/template/codetag.rb,
816
+ | lib/inversion/template/commenttag.rb,
817
+ | lib/inversion/template/configtag.rb,
818
+ | lib/inversion/template/elsetag.rb,
819
+ | lib/inversion/template/elsiftag.rb,
820
+ | lib/inversion/template/endtag.rb, lib/inversion/template/fortag.rb,
821
+ | lib/inversion/template/iftag.rb,
822
+ | lib/inversion/template/includetag.rb,
823
+ | lib/inversion/template/node.rb, lib/inversion/template/rescuetag.rb,
824
+ | lib/inversion/template/tag.rb, lib/inversion/template/textnode.rb,
825
+ | lib/inversion/template/unlesstag.rb,
826
+ | lib/inversion/template/yieldtag.rb, spec/inversion/logging_spec.rb,
827
+ | spec/inversion/mixins_spec.rb, spec/inversion_spec.rb,
828
+ | spec/lib/helpers.rb:
829
+ | Convert to Loggability for logging.
830
+ | [9d9c49d532be]
831
+ |
736
832
  2012-04-24 Michael Granger <ged@FaerieMUD.org>
737
833
 
738
- * .hgtags:
739
- Added tag v0.9.0 for changeset 27f082ef7985
740
- [dd18f3255985]
741
-
742
- * .hgsigs:
743
- Added signature for changeset b208fa9154b1
744
- [27f082ef7985] [v0.9.0]
745
-
746
- * History.rdoc, lib/inversion.rb:
747
- Bump the minor version, update history.
748
- [b208fa9154b1]
749
-
750
- * lib/inversion/template.rb, spec/inversion/template_spec.rb:
751
- Split the template path out from the config into a class instance
752
- variable.
753
- [34e2c59df5c7]
754
-
834
+ o * .hgtags:
835
+ | Added tag v0.9.0 for changeset 27f082ef7985
836
+ | [dd18f3255985]
837
+ |
838
+ o * .hgsigs:
839
+ | Added signature for changeset b208fa9154b1
840
+ | [27f082ef7985] [v0.9.0]
841
+ |
842
+ o * History.rdoc, lib/inversion.rb:
843
+ | Bump the minor version, update history.
844
+ | [b208fa9154b1]
845
+ |
846
+ o * lib/inversion/template.rb, spec/inversion/template_spec.rb:
847
+ | Split the template path out from the config into a class instance
848
+ | variable.
849
+ | [34e2c59df5c7]
850
+ |
755
851
  2012-04-13 Mahlon E. Smith <mahlon@martini.nu>
756
852
 
757
- * manual/src/tags.page:
758
- Fix the include tag example in the manual.
759
- [b5fcbae36ff2]
760
-
853
+ o * manual/src/tags.page:
854
+ | Fix the include tag example in the manual.
855
+ | [b5fcbae36ff2]
856
+ |
761
857
  2012-04-02 Michael Granger <ged@FaerieMUD.org>
762
858
 
763
- * README.rdoc:
764
- Update the README to Hoe 3 style.
765
- [c13d2db3e0ce]
766
-
767
- * lib/inversion/renderstate.rb:
768
- Remove an old FIXME comment.
769
- [21eecc7eafca]
770
-
859
+ o * README.rdoc:
860
+ | Update the README to Hoe 3 style.
861
+ | [c13d2db3e0ce]
862
+ |
863
+ o * lib/inversion/renderstate.rb:
864
+ | Remove an old FIXME comment.
865
+ | [21eecc7eafca]
866
+ |
771
867
  2012-04-01 Michael Granger <ged@FaerieMUD.org>
772
868
 
773
- * .hgtags:
774
- Added tag v0.8.0 for changeset 5d07557a543c
775
- [57381a550306]
776
-
777
- * .hgsigs:
778
- Added signature for changeset d461a2bf079d
779
- [5d07557a543c] [v0.8.0]
780
-
781
- * Manifest.txt, Rakefile:
782
- Update the manifest.
783
- [d461a2bf079d]
784
-
785
- * History.rdoc, lib/inversion.rb:
786
- Bump the minor version, update history.
787
- [2b5542ae6bf6]
788
-
789
- * lib/inversion.rb, lib/inversion/logging.rb, lib/inversion/mixins.rb,
790
- lib/inversion/utils.rb, spec/inversion/logging_spec.rb,
791
- spec/lib/helpers.rb:
792
- Move logging code out into a separate file.
793
- [0c88a54d2811]
794
-
795
- * lib/inversion/mixins.rb, lib/inversion/template/tag.rb:
796
- Add MethodUtilities mixin for declaring singleton attrs
797
- [3d40570d7aaf]
798
-
869
+ o * .hgtags:
870
+ | Added tag v0.8.0 for changeset 5d07557a543c
871
+ | [57381a550306]
872
+ |
873
+ o * .hgsigs:
874
+ | Added signature for changeset d461a2bf079d
875
+ | [5d07557a543c] [v0.8.0]
876
+ |
877
+ o * Manifest.txt, Rakefile:
878
+ | Update the manifest.
879
+ | [d461a2bf079d]
880
+ |
881
+ o * History.rdoc, lib/inversion.rb:
882
+ | Bump the minor version, update history.
883
+ | [2b5542ae6bf6]
884
+ |
885
+ o * lib/inversion.rb, lib/inversion/logging.rb, lib/inversion/mixins.rb,
886
+ | lib/inversion/utils.rb, spec/inversion/logging_spec.rb,
887
+ | spec/lib/helpers.rb:
888
+ | Move logging code out into a separate file.
889
+ | [0c88a54d2811]
890
+ |
891
+ o * lib/inversion/mixins.rb, lib/inversion/template/tag.rb:
892
+ | Add MethodUtilities mixin for declaring singleton attrs
893
+ | [3d40570d7aaf]
894
+ |
799
895
  2012-03-30 Michael Granger <ged@FaerieMUD.org>
800
896
 
801
- * README.rdoc, lib/inversion/renderstate.rb,
802
- lib/inversion/template.rb, lib/inversion/template/fortag.rb:
803
- Comment out a bunch of slow debugging, update copyright date.
804
- [0422221385f6]
805
-
806
- * lib/inversion/renderstate.rb:
807
- Handle RenderState::Scope#merge a little more gracefully.
808
-
809
- Instead of trying to merge locals and then rescuing if the merged
810
- object doesn't respond to __locals__, implement #to_hash so they're
811
- able to be merged directly with a Hash.
812
- [a9d68f668e05]
813
-
897
+ o * README.rdoc, lib/inversion/renderstate.rb,
898
+ | lib/inversion/template.rb, lib/inversion/template/fortag.rb:
899
+ | Comment out a bunch of slow debugging, update copyright date.
900
+ | [0422221385f6]
901
+ |
902
+ o * lib/inversion/renderstate.rb:
903
+ | Handle RenderState::Scope#merge a little more gracefully.
904
+ |
905
+ | Instead of trying to merge locals and then rescuing if the merged
906
+ | object doesn't respond to __locals__, implement #to_hash so they're
907
+ | able to be merged directly with a Hash.
908
+ | [a9d68f668e05]
909
+ |
814
910
  2012-03-29 Michael Granger <ged@FaerieMUD.org>
815
911
 
816
- * .hgtags:
817
- Added tag v0.7.0 for changeset 33027d3d78c5
818
- [46549d0c2f86]
819
-
820
- * .hgsigs:
821
- Added signature for changeset a202a2c01b18
822
- [33027d3d78c5] [v0.7.0]
823
-
824
- * .rvm.gems:
825
- Updated the rvm gemset.
826
- [a202a2c01b18]
827
-
828
- * History.rdoc, lib/inversion.rb:
829
- Bump the minor version, update history.
830
- [92c2961cf986]
831
-
832
- * Rakefile, experiments/renderstate-scope.rb,
833
- lib/inversion/renderstate.rb, lib/inversion/template/attrtag.rb,
834
- spec/inversion/renderstate_spec.rb,
835
- spec/inversion/template/attrtag_spec.rb:
836
- Switch to a looser eval strategy for rendering tag bodies.
837
-
838
- The previous method relied on a stack of attributes Hashes in the
839
- RenderState; the new method in effect wraps a Binding with a
840
- method_missing for translating identifiers that look like locals
841
- back into template attributes. This not only allows for template
842
- attributes to be used as arguments to the methods called on other
843
- attributes, but avoids sharing the Binding of the RenderState with
844
- the tags rendered inside it.
845
-
846
- Backwards-compatibility is also maintained via a few aliases and
847
- shim methods.
848
- [5340e6ffaac3]
849
-
912
+ o * .hgtags:
913
+ | Added tag v0.7.0 for changeset 33027d3d78c5
914
+ | [46549d0c2f86]
915
+ |
916
+ o * .hgsigs:
917
+ | Added signature for changeset a202a2c01b18
918
+ | [33027d3d78c5] [v0.7.0]
919
+ |
920
+ o * .rvm.gems:
921
+ | Updated the rvm gemset.
922
+ | [a202a2c01b18]
923
+ |
924
+ o * History.rdoc, lib/inversion.rb:
925
+ | Bump the minor version, update history.
926
+ | [92c2961cf986]
927
+ |
928
+ o * Rakefile, experiments/renderstate-scope.rb,
929
+ | lib/inversion/renderstate.rb, lib/inversion/template/attrtag.rb,
930
+ | spec/inversion/renderstate_spec.rb,
931
+ | spec/inversion/template/attrtag_spec.rb:
932
+ | Switch to a looser eval strategy for rendering tag bodies.
933
+ |
934
+ | The previous method relied on a stack of attributes Hashes in the
935
+ | RenderState; the new method in effect wraps a Binding with a
936
+ | method_missing for translating identifiers that look like locals
937
+ | back into template attributes. This not only allows for template
938
+ | attributes to be used as arguments to the methods called on other
939
+ | attributes, but avoids sharing the Binding of the RenderState with
940
+ | the tags rendered inside it.
941
+ |
942
+ | Backwards-compatibility is also maintained via a few aliases and
943
+ | shim methods.
944
+ | [5340e6ffaac3]
945
+ |
850
946
  2012-03-16 Michael Granger <ged@FaerieMUD.org>
851
947
 
852
- * .hgtags:
853
- Added tag v0.6.1 for changeset e839621aac29
854
- [63e1a917c7ad]
855
-
856
- * .hgsigs:
857
- Added signature for changeset 1947a577fae1
858
- [e839621aac29] [v0.6.1]
859
-
860
- * History.rdoc, lib/inversion.rb:
861
- Bump the patch version and update History.
862
- [1947a577fae1]
863
-
948
+ o * .hgtags:
949
+ | Added tag v0.6.1 for changeset e839621aac29
950
+ | [63e1a917c7ad]
951
+ |
952
+ o * .hgsigs:
953
+ | Added signature for changeset 1947a577fae1
954
+ | [e839621aac29] [v0.6.1]
955
+ |
956
+ o * History.rdoc, lib/inversion.rb:
957
+ | Bump the patch version and update History.
958
+ | [1947a577fae1]
959
+ |
864
960
  2012-03-15 Michael Granger <ged@FaerieMUD.org>
865
961
 
866
- * experiments/fivefish-profile1.graffle, experiments/fivefish-
867
- profile2.graffle, experiments/fivefish-profile3.graffle, experiments
868
- /fivefish-profile4.graffle, lib/inversion/renderstate.rb,
869
- lib/inversion/template/attrtag.rb,
870
- lib/inversion/template/importtag.rb:
871
- Comment out some of the slowest debugging and add profile graphs.
872
- [c0c5f6da6144]
873
-
962
+ o * experiments/fivefish-profile1.graffle, experiments/fivefish-
963
+ | profile2.graffle, experiments/fivefish-profile3.graffle, experiments
964
+ | /fivefish-profile4.graffle, lib/inversion/renderstate.rb,
965
+ | lib/inversion/template/attrtag.rb,
966
+ | lib/inversion/template/importtag.rb:
967
+ | Comment out some of the slowest debugging and add profile graphs.
968
+ | [c0c5f6da6144]
969
+ |
874
970
  2012-03-13 Michael Granger <ged@FaerieMUD.org>
875
971
 
876
- * .hgtags:
877
- Added tag v0.6.0 for changeset c07de9868874
878
- [fe598279830a]
879
-
880
- * .hgsigs:
881
- Added signature for changeset 2397134edcb3
882
- [c07de9868874] [v0.6.0]
883
-
884
- * History.rdoc, lib/inversion.rb:
885
- Bump the minor version, update History.
886
- [2397134edcb3]
887
-
888
- * lib/inversion/template/fortag.rb, manual/src/tags.page,
889
- spec/inversion/template/fortag_spec.rb:
890
- Fix a bug with "for" tag iteration over complex data structures
891
- [6aa4c3301803]
892
-
972
+ o * .hgtags:
973
+ | Added tag v0.6.0 for changeset c07de9868874
974
+ | [fe598279830a]
975
+ |
976
+ o * .hgsigs:
977
+ | Added signature for changeset 2397134edcb3
978
+ | [c07de9868874] [v0.6.0]
979
+ |
980
+ o * History.rdoc, lib/inversion.rb:
981
+ | Bump the minor version, update History.
982
+ | [2397134edcb3]
983
+ |
984
+ o * lib/inversion/template/fortag.rb, manual/src/tags.page,
985
+ | spec/inversion/template/fortag_spec.rb:
986
+ | Fix a bug with "for" tag iteration over complex data structures
987
+ | [6aa4c3301803]
988
+ |
893
989
  2012-03-12 Michael Granger <ged@FaerieMUD.org>
894
990
 
895
- * .rvm.gems, .rvmrc:
896
- Update .rvm files
897
- [6fb2d6971357]
898
-
991
+ o * .rvm.gems, .rvmrc:
992
+ | Update .rvm files
993
+ | [6fb2d6971357]
994
+ |
899
995
  2012-03-05 Mahlon E. Smith <mahlon@martini.nu>
900
996
 
901
- * lib/inversion/template.rb, spec/inversion/template_spec.rb:
902
- Err, no. Lets try that again. 10,000 monkeys pounding away at
903
- keyboards are responsible. Or maybe just one.
904
- [7c42e6b20c11]
905
-
906
- * lib/inversion/template.rb, manual/src/templates.page,
907
- spec/inversion/template_spec.rb:
908
- Add a configurable delay for stat() on file-based templates, if your
909
- application is auto reloading changes and you're worried about the
910
- I/O piling up. "template.reload if template.changed?" -- zesty.
911
- [51e63e419025]
912
-
997
+ o * lib/inversion/template.rb, spec/inversion/template_spec.rb:
998
+ | Err, no. Lets try that again. 10,000 monkeys pounding away at
999
+ | keyboards are responsible. Or maybe just one.
1000
+ | [7c42e6b20c11]
1001
+ |
1002
+ o * lib/inversion/template.rb, manual/src/templates.page,
1003
+ | spec/inversion/template_spec.rb:
1004
+ | Add a configurable delay for stat() on file-based templates, if your
1005
+ | application is auto reloading changes and you're worried about the
1006
+ | I/O piling up. "template.reload if template.changed?" -- zesty.
1007
+ | [51e63e419025]
1008
+ |
913
1009
  2012-02-17 Mahlon E. Smith <mahlon@martini.nu>
914
1010
 
915
- * .rvmrc, lib/inversion/template.rb, spec/inversion/template_spec.rb:
916
- Carry options that are set in the global configuration across to the
917
- parser.
918
- [3dd947d8e4d9]
919
-
1011
+ o * .rvmrc, lib/inversion/template.rb, spec/inversion/template_spec.rb:
1012
+ | Carry options that are set in the global configuration across to the
1013
+ | parser.
1014
+ | [3dd947d8e4d9]
1015
+ |
920
1016
  2012-02-10 Mahlon E. Smith <mahlon@martini.nu>
921
1017
 
922
- * .rvm.gems, Rakefile, lib/inversion/template.rb:
923
- Guard against nil for Inversion::Template config when merging. Bump
924
- rspec version, add rdoc/rspec to the RVM gemlist file.
925
- [e9ef24491f97]
926
-
1018
+ o * .rvm.gems, Rakefile, lib/inversion/template.rb:
1019
+ | Guard against nil for Inversion::Template config when merging. Bump
1020
+ | rspec version, add rdoc/rspec to the RVM gemlist file.
1021
+ | [e9ef24491f97]
1022
+ |
927
1023
  2012-01-05 Michael Granger <ged@FaerieMUD.org>
928
1024
 
929
- * .hgtags:
930
- Added tag v0.5.0 for changeset 0f4e4aa78d9c
931
- [cc3f12489745]
932
-
933
- * .hgsigs:
934
- Added signature for changeset 11fb6ed08994
935
- [0f4e4aa78d9c] [v0.5.0]
936
-
937
- * History.rdoc, lib/inversion.rb:
938
- Bump the minor version, update history.
939
- [11fb6ed08994]
940
-
941
- * lib/inversion/template.rb, spec/inversion/template_spec.rb:
942
- Add an option to Inversion::Template.load for setting the encoding
943
- of the template source.
944
- [f5a4907d65db]
945
-
946
- * .rvm.gems, .rvmrc, .tm_properties, Rakefile:
947
- Use RVM to manage development environment
948
- [87bccbf27c84]
949
-
1025
+ o * .hgtags:
1026
+ | Added tag v0.5.0 for changeset 0f4e4aa78d9c
1027
+ | [cc3f12489745]
1028
+ |
1029
+ o * .hgsigs:
1030
+ | Added signature for changeset 11fb6ed08994
1031
+ | [0f4e4aa78d9c] [v0.5.0]
1032
+ |
1033
+ o * History.rdoc, lib/inversion.rb:
1034
+ | Bump the minor version, update history.
1035
+ | [11fb6ed08994]
1036
+ |
1037
+ o * lib/inversion/template.rb, spec/inversion/template_spec.rb:
1038
+ | Add an option to Inversion::Template.load for setting the encoding
1039
+ | of the template source.
1040
+ | [f5a4907d65db]
1041
+ |
1042
+ o * .rvm.gems, .rvmrc, .tm_properties, Rakefile:
1043
+ | Use RVM to manage development environment
1044
+ | [87bccbf27c84]
1045
+ |
950
1046
  2011-10-05 Michael Granger <ged@FaerieMUD.org>
951
1047
 
952
- * README.rdoc:
953
- Rewrapped README to 80 columns
954
- [dd170965e7d2]
955
-
956
- * .hgtags:
957
- Added tag v0.4.0 for changeset 2aa4351a4080
958
- [4f33cfcc83e3]
959
-
960
- * .hgsigs:
961
- Added signature for changeset 5b1e645db600
962
- [2aa4351a4080] [v0.4.0]
963
-
964
- * History.rdoc, Rakefile, lib/inversion.rb:
965
- Bumped the minor version, updated the History file.
966
- [5b1e645db600]
967
-
968
- * lib/inversion/renderstate.rb, lib/inversion/template.rb,
969
- lib/inversion/template/elsetag.rb,
970
- lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb:
971
- Reworked render toggling so the before/after rendering hooks are
972
- called immediately before and after the node *would* have been
973
- rendered. This further cleans up the conditional logic, and causes
974
- the if/elsif/else tags to behave like you'd expect: the nodes they
975
- demark aren't even touched if rendering is disabled.
976
-
977
- Adjusted the other tags to account for the change.
978
- [f9fcf011955e]
979
-
980
- * .hgtags:
981
- Added tag v0.3.0 for changeset 656f0e2bceea
982
- [b1a9d8ac9401]
983
-
984
- * .hgsigs:
985
- Added signature for changeset cde501e6764c
986
- [656f0e2bceea] [v0.3.0]
987
-
988
- * History.rdoc, lib/inversion.rb:
989
- Bump minor version and update History
990
- [cde501e6764c]
991
-
992
- * lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb:
993
- Fix require loop in if/elsif tags
994
- [707d9dc985c9]
995
-
996
- * lib/inversion/mixins.rb:
997
- Fixing a problem with HTML escaping of objects other than Strings
998
- [434fba9c2f16]
999
-
1000
- * lib/inversion/renderstate.rb, lib/inversion/template.rb,
1001
- spec/inversion/renderstate_spec.rb:
1002
- Added render timing (Inversion::RenderState#time_elapsed)
1003
- [ed0bc421632e]
1004
-
1048
+ o * README.rdoc:
1049
+ | Rewrapped README to 80 columns
1050
+ | [dd170965e7d2]
1051
+ |
1052
+ o * .hgtags:
1053
+ | Added tag v0.4.0 for changeset 2aa4351a4080
1054
+ | [4f33cfcc83e3]
1055
+ |
1056
+ o * .hgsigs:
1057
+ | Added signature for changeset 5b1e645db600
1058
+ | [2aa4351a4080] [v0.4.0]
1059
+ |
1060
+ o * History.rdoc, Rakefile, lib/inversion.rb:
1061
+ | Bumped the minor version, updated the History file.
1062
+ | [5b1e645db600]
1063
+ |
1064
+ o * lib/inversion/renderstate.rb, lib/inversion/template.rb,
1065
+ | lib/inversion/template/elsetag.rb,
1066
+ | lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb:
1067
+ | Reworked render toggling so the before/after rendering hooks are
1068
+ | called immediately before and after the node *would* have been
1069
+ | rendered. This further cleans up the conditional logic, and causes
1070
+ | the if/elsif/else tags to behave like you'd expect: the nodes they
1071
+ | demark aren't even touched if rendering is disabled.
1072
+ |
1073
+ | Adjusted the other tags to account for the change.
1074
+ | [f9fcf011955e]
1075
+ |
1076
+ o * .hgtags:
1077
+ | Added tag v0.3.0 for changeset 656f0e2bceea
1078
+ | [b1a9d8ac9401]
1079
+ |
1080
+ o * .hgsigs:
1081
+ | Added signature for changeset cde501e6764c
1082
+ | [656f0e2bceea] [v0.3.0]
1083
+ |
1084
+ o * History.rdoc, lib/inversion.rb:
1085
+ | Bump minor version and update History
1086
+ | [cde501e6764c]
1087
+ |
1088
+ o * lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb:
1089
+ | Fix require loop in if/elsif tags
1090
+ | [707d9dc985c9]
1091
+ |
1092
+ o * lib/inversion/mixins.rb:
1093
+ | Fixing a problem with HTML escaping of objects other than Strings
1094
+ | [434fba9c2f16]
1095
+ |
1096
+ o * lib/inversion/renderstate.rb, lib/inversion/template.rb,
1097
+ | spec/inversion/renderstate_spec.rb:
1098
+ | Added render timing (Inversion::RenderState#time_elapsed)
1099
+ | [ed0bc421632e]
1100
+ |
1005
1101
  2011-09-27 Michael Granger <ged@FaerieMUD.org>
1006
1102
 
1007
- * .hgtags:
1008
- Added tag v0.2.0 for changeset f570e1eff279
1009
- [d51e6c51ad60]
1010
-
1011
- * .hgsigs:
1012
- Added signature for changeset 9a7cec92550e
1013
- [f570e1eff279] [v0.2.0]
1014
-
1015
- * Rakefile:
1016
- Check history before releases.
1017
- [9a7cec92550e]
1018
-
1019
- * Manifest.txt, Rakefile:
1020
- Fix the Manifest.
1021
- [ace3bdf0dcd9]
1022
-
1023
- * .hgtags:
1024
- Removed tag v0.2.0
1025
- [fe100c0ff417]
1026
-
1027
- * .hgtags:
1028
- Added tag v0.2.0 for changeset 9b57bc8611b2
1029
- [8f0b8b864b1a]
1030
-
1031
- * .hgsigs:
1032
- Added signature for changeset 896d23953a0a
1033
- [9b57bc8611b2]
1034
-
1035
- * History.rdoc, lib/inversion.rb:
1036
- Bumped minor version, updated History for release.
1037
- [896d23953a0a]
1038
-
1039
- * lib/inversion/renderstate.rb, lib/inversion/template/begintag.rb,
1040
- lib/inversion/template/elsetag.rb,
1041
- lib/inversion/template/elsiftag.rb,
1042
- lib/inversion/template/escapetag.rb,
1043
- lib/inversion/template/fortag.rb, lib/inversion/template/iftag.rb,
1044
- lib/inversion/template/importtag.rb,
1045
- lib/inversion/template/includetag.rb,
1046
- lib/inversion/template/textnode.rb,
1047
- lib/inversion/template/unlesstag.rb,
1048
- lib/inversion/template/yieldtag.rb,
1049
- spec/inversion/renderstate_spec.rb,
1050
- spec/inversion/template/begintag_spec.rb,
1051
- spec/inversion/template/yieldtag_spec.rb:
1052
- Refactoring, renaming 'RenderState#tag_state' to '#tag_data'.
1053
- - Made tags that inherit from containertag super to its #render where
1054
- possible.
1055
- - Move YieldTag's render state into RenderState#tag_data
1056
- - Comment fixes, spec naming consistency fixes
1057
- [5ec9728367d2]
1058
-
1059
- * lib/inversion/exceptions.rb, lib/inversion/parser.rb,
1060
- lib/inversion/template.rb, lib/inversion/template/node.rb,
1061
- lib/inversion/template/parser.rb, spec/inversion/parser_spec.rb,
1062
- spec/inversion/template/elsetag_spec.rb,
1063
- spec/inversion/template/elsiftag_spec.rb,
1064
- spec/inversion/template/endtag_spec.rb,
1065
- spec/inversion/template/parser_spec.rb,
1066
- spec/inversion/template/rescuetag_spec.rb:
1067
- Rename Inversion::Template::Parser to Inversion::Parser.
1068
- [d0daee0bf3c6]
1069
-
1103
+ o * .hgtags:
1104
+ | Added tag v0.2.0 for changeset f570e1eff279
1105
+ | [d51e6c51ad60]
1106
+ |
1107
+ o * .hgsigs:
1108
+ | Added signature for changeset 9a7cec92550e
1109
+ | [f570e1eff279] [v0.2.0]
1110
+ |
1111
+ o * Rakefile:
1112
+ | Check history before releases.
1113
+ | [9a7cec92550e]
1114
+ |
1115
+ o * Manifest.txt, Rakefile:
1116
+ | Fix the Manifest.
1117
+ | [ace3bdf0dcd9]
1118
+ |
1119
+ o * .hgtags:
1120
+ | Removed tag v0.2.0
1121
+ | [fe100c0ff417]
1122
+ |
1123
+ o * .hgtags:
1124
+ | Added tag v0.2.0 for changeset 9b57bc8611b2
1125
+ | [8f0b8b864b1a]
1126
+ |
1127
+ o * .hgsigs:
1128
+ | Added signature for changeset 896d23953a0a
1129
+ | [9b57bc8611b2]
1130
+ |
1131
+ o * History.rdoc, lib/inversion.rb:
1132
+ | Bumped minor version, updated History for release.
1133
+ | [896d23953a0a]
1134
+ |
1135
+ o * lib/inversion/renderstate.rb, lib/inversion/template/begintag.rb,
1136
+ | lib/inversion/template/elsetag.rb,
1137
+ | lib/inversion/template/elsiftag.rb,
1138
+ | lib/inversion/template/escapetag.rb,
1139
+ | lib/inversion/template/fortag.rb, lib/inversion/template/iftag.rb,
1140
+ | lib/inversion/template/importtag.rb,
1141
+ | lib/inversion/template/includetag.rb,
1142
+ | lib/inversion/template/textnode.rb,
1143
+ | lib/inversion/template/unlesstag.rb,
1144
+ | lib/inversion/template/yieldtag.rb,
1145
+ | spec/inversion/renderstate_spec.rb,
1146
+ | spec/inversion/template/begintag_spec.rb,
1147
+ | spec/inversion/template/yieldtag_spec.rb:
1148
+ | Refactoring, renaming 'RenderState#tag_state' to '#tag_data'.
1149
+ | - Made tags that inherit from containertag super to its #render where
1150
+ | possible.
1151
+ | - Move YieldTag's render state into RenderState#tag_data
1152
+ | - Comment fixes, spec naming consistency fixes
1153
+ | [5ec9728367d2]
1154
+ |
1155
+ o * lib/inversion/exceptions.rb, lib/inversion/parser.rb,
1156
+ | lib/inversion/template.rb, lib/inversion/template/node.rb,
1157
+ | lib/inversion/template/parser.rb, spec/inversion/parser_spec.rb,
1158
+ | spec/inversion/template/elsetag_spec.rb,
1159
+ | spec/inversion/template/elsiftag_spec.rb,
1160
+ | spec/inversion/template/endtag_spec.rb,
1161
+ | spec/inversion/template/parser_spec.rb,
1162
+ | spec/inversion/template/rescuetag_spec.rb:
1163
+ | Rename Inversion::Template::Parser to Inversion::Parser.
1164
+ | [d0daee0bf3c6]
1165
+ |
1070
1166
  2011-09-26 Michael Granger <ged@FaerieMUD.org>
1071
1167
 
1072
- * Manifest.txt, lib/inversion/renderstate.rb,
1073
- lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1074
- lib/inversion/template/begintag.rb,
1075
- lib/inversion/template/conditionaltag.rb,
1076
- lib/inversion/template/containertag.rb,
1077
- lib/inversion/template/elsetag.rb,
1078
- lib/inversion/template/elsiftag.rb,
1079
- lib/inversion/template/fortag.rb, lib/inversion/template/iftag.rb,
1080
- lib/inversion/template/tag.rb, lib/inversion/template/unlesstag.rb,
1081
- spec/inversion/renderstate_spec.rb,
1082
- spec/inversion/template/attrtag_spec.rb,
1083
- spec/inversion/template/elsiftag_spec.rb,
1084
- spec/inversion/template/fortag_spec.rb,
1085
- spec/inversion/template/iftag_spec.rb,
1086
- spec/inversion/template/unlesstag_spec.rb:
1087
- Fixed conditional rendering inside of 'for' tags (fixes #2):
1088
- - Make the 'for' tag use the append operator of the RenderState
1089
- instead of accumulating rendered output itself
1090
- - Added a tag state to the RenderState that tags can use to keep per-
1091
- render state and pass messages to other tags.
1092
- - Added a render toggle for conditional render output
1093
- - Removed the ConditionalTag mixin, which is no longer necessary
1094
- - Move else/elsif tag logic into the tags themselves
1095
- [8a4bfb043423]
1096
-
1097
- * spec/inversion/renderstate_spec.rb:
1098
- Organized renderstate specs by feature
1099
- [beb6e6ea06f4]
1100
-
1101
- * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
1102
- Added a partial fix for the plugin loader so it won't load old
1103
- plugins. It's only partial because it will load renamed or removed
1104
- tags from older versions, but it won't ever result in clobbering or
1105
- redefining legitimate tags. (fixes #1)
1106
- [0eebd4b78d1a]
1107
-
1168
+ o * Manifest.txt, lib/inversion/renderstate.rb,
1169
+ | lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1170
+ | lib/inversion/template/begintag.rb,
1171
+ | lib/inversion/template/conditionaltag.rb,
1172
+ | lib/inversion/template/containertag.rb,
1173
+ | lib/inversion/template/elsetag.rb,
1174
+ | lib/inversion/template/elsiftag.rb,
1175
+ | lib/inversion/template/fortag.rb, lib/inversion/template/iftag.rb,
1176
+ | lib/inversion/template/tag.rb, lib/inversion/template/unlesstag.rb,
1177
+ | spec/inversion/renderstate_spec.rb,
1178
+ | spec/inversion/template/attrtag_spec.rb,
1179
+ | spec/inversion/template/elsiftag_spec.rb,
1180
+ | spec/inversion/template/fortag_spec.rb,
1181
+ | spec/inversion/template/iftag_spec.rb,
1182
+ | spec/inversion/template/unlesstag_spec.rb:
1183
+ | Fixed conditional rendering inside of 'for' tags (fixes #2):
1184
+ | - Make the 'for' tag use the append operator of the RenderState
1185
+ | instead of accumulating rendered output itself
1186
+ | - Added a tag state to the RenderState that tags can use to keep per-
1187
+ | render state and pass messages to other tags.
1188
+ | - Added a render toggle for conditional render output
1189
+ | - Removed the ConditionalTag mixin, which is no longer necessary
1190
+ | - Move else/elsif tag logic into the tags themselves
1191
+ | [8a4bfb043423]
1192
+ |
1193
+ o * spec/inversion/renderstate_spec.rb:
1194
+ | Organized renderstate specs by feature
1195
+ | [beb6e6ea06f4]
1196
+ |
1197
+ o * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
1198
+ | Added a partial fix for the plugin loader so it won't load old
1199
+ | plugins. It's only partial because it will load renamed or removed
1200
+ | tags from older versions, but it won't ever result in clobbering or
1201
+ | redefining legitimate tags. (fixes #1)
1202
+ | [0eebd4b78d1a]
1203
+ |
1108
1204
  2011-09-24 Michael Granger <ged@FaerieMUD.org>
1109
1205
 
1110
- * experiments/if-in-for-mintest.rb:
1111
- Added a minimial test case for the if+for issue (refs #2)
1112
- [3e8a6b3cae2b]
1113
-
1114
- * lib/inversion/template/configtag.rb,
1115
- spec/inversion/template/configtag_spec.rb:
1116
- Bugfix: Make the config tag set options while rendering, too.
1117
- [9636249a559e]
1118
-
1206
+ o * experiments/if-in-for-mintest.rb:
1207
+ | Added a minimial test case for the if+for issue (refs #2)
1208
+ | [3e8a6b3cae2b]
1209
+ |
1210
+ o * lib/inversion/template/configtag.rb,
1211
+ | spec/inversion/template/configtag_spec.rb:
1212
+ | Bugfix: Make the config tag set options while rendering, too.
1213
+ | [9636249a559e]
1214
+ |
1119
1215
  2011-09-23 Michael Granger <ged@FaerieMUD.org>
1120
1216
 
1121
- * .hgtags:
1122
- Added tag v0.1.1 for changeset 3aed7786335c
1123
- [936ad3e2b5b7]
1124
-
1125
- * .hgsigs:
1126
- Added signature for changeset d700486aff8c
1127
- [3aed7786335c] [v0.1.1]
1128
-
1129
- * History.rdoc, lib/inversion.rb:
1130
- Bump patch version for release.
1131
- [d700486aff8c]
1132
-
1133
- * lib/inversion/renderstate.rb,
1134
- lib/inversion/template/subscribetag.rb,
1135
- spec/inversion/template/subscribetag_spec.rb:
1136
- Work around a bug in the 'subscribe' tag that caused templates to
1137
- accumulate published nodes.
1138
- [e745f77580bb]
1139
-
1140
- * README.rdoc:
1141
- Move the tag list from the README to the wiki
1142
- [ddf55e389f5e]
1143
-
1144
- * .hgtags:
1145
- Added tag v0.1.0 for changeset a1eb55ebf68a
1146
- [3c6b8c616671]
1147
-
1148
- * .hgsigs:
1149
- Added signature for changeset 5bb3f4fad426
1150
- [a1eb55ebf68a] [v0.1.0]
1151
-
1152
- * History.rdoc:
1153
- Updated the history file.
1154
- [5bb3f4fad426]
1155
-
1156
- * lib/inversion.rb:
1157
- Bump minor version for new release.
1158
- [dbc96c7b052a]
1159
-
1160
- * lib/inversion/template.rb, lib/inversion/template/tag.rb,
1161
- lib/inversion/template/timedeltatag.rb,
1162
- spec/inversion/template_spec.rb:
1163
- Added template reloading via Inversion::Template#changed? and
1164
- #reload.
1165
- [2abf3629e1dc]
1166
-
1167
- * lib/inversion/exceptions.rb:
1168
- Added Inversion::Error and made all exception classes inherit from
1169
- it.
1170
- [9827d30cceeb]
1171
-
1217
+ o * .hgtags:
1218
+ | Added tag v0.1.1 for changeset 3aed7786335c
1219
+ | [936ad3e2b5b7]
1220
+ |
1221
+ o * .hgsigs:
1222
+ | Added signature for changeset d700486aff8c
1223
+ | [3aed7786335c] [v0.1.1]
1224
+ |
1225
+ o * History.rdoc, lib/inversion.rb:
1226
+ | Bump patch version for release.
1227
+ | [d700486aff8c]
1228
+ |
1229
+ o * lib/inversion/renderstate.rb,
1230
+ | lib/inversion/template/subscribetag.rb,
1231
+ | spec/inversion/template/subscribetag_spec.rb:
1232
+ | Work around a bug in the 'subscribe' tag that caused templates to
1233
+ | accumulate published nodes.
1234
+ | [e745f77580bb]
1235
+ |
1236
+ o * README.rdoc:
1237
+ | Move the tag list from the README to the wiki
1238
+ | [ddf55e389f5e]
1239
+ |
1240
+ o * .hgtags:
1241
+ | Added tag v0.1.0 for changeset a1eb55ebf68a
1242
+ | [3c6b8c616671]
1243
+ |
1244
+ o * .hgsigs:
1245
+ | Added signature for changeset 5bb3f4fad426
1246
+ | [a1eb55ebf68a] [v0.1.0]
1247
+ |
1248
+ o * History.rdoc:
1249
+ | Updated the history file.
1250
+ | [5bb3f4fad426]
1251
+ |
1252
+ o * lib/inversion.rb:
1253
+ | Bump minor version for new release.
1254
+ | [dbc96c7b052a]
1255
+ |
1256
+ o * lib/inversion/template.rb, lib/inversion/template/tag.rb,
1257
+ | lib/inversion/template/timedeltatag.rb,
1258
+ | spec/inversion/template_spec.rb:
1259
+ | Added template reloading via Inversion::Template#changed? and
1260
+ | #reload.
1261
+ | [2abf3629e1dc]
1262
+ |
1263
+ o * lib/inversion/exceptions.rb:
1264
+ | Added Inversion::Error and made all exception classes inherit from
1265
+ | it.
1266
+ | [9827d30cceeb]
1267
+ |
1172
1268
  2011-09-21 Michael Granger <ged@FaerieMUD.org>
1173
1269
 
1174
- * manual/resources/css/manual.css, manual/resources/css/reset.css:
1175
- Fixing CSS font-face declarations; adding missing reset.css
1176
- [45f04400b244]
1177
-
1178
- * .hgtags:
1179
- Added tag v0.0.4 for changeset 7a412b7ed72b
1180
- [46bf35f77d74]
1181
-
1182
- * .hgsigs:
1183
- Added signature for changeset 3e614ef5c021
1184
- [7a412b7ed72b] [v0.0.4]
1185
-
1186
- * .hgtags:
1187
- Removed tag v0.0.4
1188
- [3e614ef5c021]
1189
-
1190
- * Manifest.txt:
1191
- More manifest updates
1192
- [906f9d232d80]
1193
-
1194
- * Manifest.txt:
1195
- Fixed History path in the Manifest
1196
- [6d9d4fb86261]
1197
-
1198
- * .hgtags:
1199
- Added tag v0.0.4 for changeset 59d9ec43bfda
1200
- [fd4d1ea02cbc]
1201
-
1202
- * .hgsigs:
1203
- Added signature for changeset 27f893edf42a
1204
- [59d9ec43bfda]
1205
-
1206
- * History.md, History.rdoc, Rakefile, lib/inversion.rb:
1207
- Updated History; fixed History name in the Rakefile; Bumped patch
1208
- version for release.
1209
- [27f893edf42a]
1210
-
1211
- * Merged with 1d255d7d60a5
1212
- [4597a6f63059]
1213
-
1214
- * lib/inversion/template.rb:
1215
- Avoid Pathname#expand_path in Inversion::Template.load [profiled]
1216
- [91cbb0c90b85]
1217
-
1218
- * Rakefile:
1219
- Disable the .gemtest task that hoe defines without asking
1220
- [cf76def7d9cf]
1221
-
1270
+ o * manual/resources/css/manual.css, manual/resources/css/reset.css:
1271
+ | Fixing CSS font-face declarations; adding missing reset.css
1272
+ | [45f04400b244]
1273
+ |
1274
+ o * .hgtags:
1275
+ | Added tag v0.0.4 for changeset 7a412b7ed72b
1276
+ | [46bf35f77d74]
1277
+ |
1278
+ o * .hgsigs:
1279
+ | Added signature for changeset 3e614ef5c021
1280
+ | [7a412b7ed72b] [v0.0.4]
1281
+ |
1282
+ o * .hgtags:
1283
+ | Removed tag v0.0.4
1284
+ | [3e614ef5c021]
1285
+ |
1286
+ o * Manifest.txt:
1287
+ | More manifest updates
1288
+ | [906f9d232d80]
1289
+ |
1290
+ o * Manifest.txt:
1291
+ | Fixed History path in the Manifest
1292
+ | [6d9d4fb86261]
1293
+ |
1294
+ o * .hgtags:
1295
+ | Added tag v0.0.4 for changeset 59d9ec43bfda
1296
+ | [fd4d1ea02cbc]
1297
+ |
1298
+ o * .hgsigs:
1299
+ | Added signature for changeset 27f893edf42a
1300
+ | [59d9ec43bfda]
1301
+ |
1302
+ o * History.md, History.rdoc, Rakefile, lib/inversion.rb:
1303
+ | Updated History; fixed History name in the Rakefile; Bumped patch
1304
+ | version for release.
1305
+ | [27f893edf42a]
1306
+ |
1307
+ o * Merged with 1d255d7d60a5
1308
+ |\ [4597a6f63059]
1309
+ | |
1310
+ | o * lib/inversion/template.rb:
1311
+ | | Avoid Pathname#expand_path in Inversion::Template.load [profiled]
1312
+ | | [91cbb0c90b85]
1313
+ | |
1314
+ | o * Rakefile:
1315
+ | | Disable the .gemtest task that hoe defines without asking
1316
+ | | [cf76def7d9cf]
1317
+ | |
1222
1318
  2011-09-16 Michael Granger <ged@FaerieMUD.org>
1223
1319
 
1224
- * lib/inversion/template/elsiftag.rb:
1225
- Fix circular require in inversion/template/elsiftag.rb.
1226
- [1d255d7d60a5]
1227
-
1228
- * lib/inversion/template/begintag.rb:
1229
- Fix shadowed variable in BeginTag#handle_exception.
1230
- [8424ac44da4a]
1231
-
1320
+ o | * lib/inversion/template/elsiftag.rb:
1321
+ | | Fix circular require in inversion/template/elsiftag.rb.
1322
+ | | [1d255d7d60a5]
1323
+ | |
1324
+ o | * lib/inversion/template/begintag.rb:
1325
+ |/ Fix shadowed variable in BeginTag#handle_exception.
1326
+ | [8424ac44da4a]
1327
+ |
1232
1328
  2011-08-17 Michael Granger <ged@FaerieMUD.org>
1233
1329
 
1234
- * manual/resources/css/manual.css:
1235
- Fixed font path
1236
- [986a5c14ec18]
1237
-
1238
- * manual/resources/css/manual.css,
1239
- manual/resources/fonts/GraublauWeb.otf,
1240
- manual/resources/fonts/GraublauWebBold.otf, manual/resources/fonts
1241
- /Muli-Light.ttf, manual/resources/fonts/Muli-Regular.ttf:
1242
- Manual CSS tweaks
1243
- [cae91ab725fa]
1244
-
1330
+ o * manual/resources/css/manual.css:
1331
+ | Fixed font path
1332
+ | [986a5c14ec18]
1333
+ |
1334
+ o * manual/resources/css/manual.css,
1335
+ | manual/resources/fonts/GraublauWeb.otf,
1336
+ | manual/resources/fonts/GraublauWebBold.otf, manual/resources/fonts
1337
+ | /Muli-Light.ttf, manual/resources/fonts/Muli-Regular.ttf:
1338
+ | Manual CSS tweaks
1339
+ | [cae91ab725fa]
1340
+ |
1245
1341
  2011-08-15 Michael Granger <ged@FaerieMUD.org>
1246
1342
 
1247
- * manual/lib/api-filter.rb, manual/src/examples.page,
1248
- manual/src/gettingstarted.page, manual/src/index.page,
1249
- manual/src/tags.page, manual/src/templates.page:
1250
- Merged with e0193bdb57db
1251
- [2e8da6e2f400]
1252
-
1343
+ o * manual/lib/api-filter.rb, manual/src/examples.page,
1344
+ |\ manual/src/gettingstarted.page, manual/src/index.page,
1345
+ | | manual/src/tags.page, manual/src/templates.page:
1346
+ | | Merged with e0193bdb57db
1347
+ | | [2e8da6e2f400]
1348
+ | |
1253
1349
  2011-07-30 Michael Granger <ged@FaerieMUD.org>
1254
1350
 
1255
- * .hgignore, Manual Diagrams.graffle, README.rdoc,
1256
- manual/layouts/default.erb, manual/lib/api-filter.rb, manual/lib
1257
- /editorial-filter.rb, manual/lib/examples-filter.rb, manual/lib
1258
- /links-filter.rb, manual/resources/css/manual.css,
1259
- manual/resources/fonts/GraublauWeb.otf,
1260
- manual/resources/fonts/GraublauWebBold.otf,
1261
- manual/resources/fonts/Inconsolata.otf,
1262
- manual/resources/images/arrow_225_small.png,
1263
- manual/resources/images/arrow_315_small.png,
1264
- manual/resources/images/arrow_skip.png, manual/resources/images/cc-
1265
- by.png, manual/resources/images/dialog-error.png,
1266
- manual/resources/images/dialog-information.png,
1267
- manual/resources/images/dialog-warning.png, manual/resources/images
1268
- /emblem-important.png, manual/resources/images/help.png,
1269
- manual/resources/images/information.png,
1270
- manual/resources/images/magnifier.png,
1271
- manual/resources/images/magnifier_left.png,
1272
- manual/resources/images/page_white_code.png,
1273
- manual/resources/images/page_white_copy.png,
1274
- manual/resources/images/printer.png,
1275
- manual/resources/images/question.png,
1276
- manual/resources/images/scripts_code.png,
1277
- manual/resources/images/wrap.png,
1278
- manual/resources/images/wrapping.png,
1279
- manual/resources/js/jquery-1.4.4.min.js,
1280
- manual/resources/js/manual.js, manual/resources/js/sh.js,
1281
- manual/resources/swf/clipboard.swf, manual/src/examples.page,
1282
- manual/src/gettingstarted.page, manual/src/index.page,
1283
- manual/src/tags.page, manual/src/templates.page:
1284
- Adding a manual
1285
- [e0193bdb57db]
1286
-
1351
+ | o * .hgignore, Manual Diagrams.graffle, README.rdoc,
1352
+ | | manual/layouts/default.erb, manual/lib/api-filter.rb, manual/lib
1353
+ | | /editorial-filter.rb, manual/lib/examples-filter.rb, manual/lib
1354
+ | | /links-filter.rb, manual/resources/css/manual.css,
1355
+ | | manual/resources/fonts/GraublauWeb.otf,
1356
+ | | manual/resources/fonts/GraublauWebBold.otf,
1357
+ | | manual/resources/fonts/Inconsolata.otf,
1358
+ | | manual/resources/images/arrow_225_small.png,
1359
+ | | manual/resources/images/arrow_315_small.png,
1360
+ | | manual/resources/images/arrow_skip.png, manual/resources/images/cc-
1361
+ | | by.png, manual/resources/images/dialog-error.png,
1362
+ | | manual/resources/images/dialog-information.png,
1363
+ | | manual/resources/images/dialog-warning.png, manual/resources/images
1364
+ | | /emblem-important.png, manual/resources/images/help.png,
1365
+ | | manual/resources/images/information.png,
1366
+ | | manual/resources/images/magnifier.png,
1367
+ | | manual/resources/images/magnifier_left.png,
1368
+ | | manual/resources/images/page_white_code.png,
1369
+ | | manual/resources/images/page_white_copy.png,
1370
+ | | manual/resources/images/printer.png,
1371
+ | | manual/resources/images/question.png,
1372
+ | | manual/resources/images/scripts_code.png,
1373
+ | | manual/resources/images/wrap.png,
1374
+ | | manual/resources/images/wrapping.png,
1375
+ | | manual/resources/js/jquery-1.4.4.min.js,
1376
+ | | manual/resources/js/manual.js, manual/resources/js/sh.js,
1377
+ | | manual/resources/swf/clipboard.swf, manual/src/examples.page,
1378
+ | | manual/src/gettingstarted.page, manual/src/index.page,
1379
+ | | manual/src/tags.page, manual/src/templates.page:
1380
+ | | Adding a manual
1381
+ | | [e0193bdb57db]
1382
+ | |
1287
1383
  2011-08-15 Michael Granger <ged@FaerieMUD.org>
1288
1384
 
1289
- * .hgtags:
1290
- Added tag v0.0.3 for changeset 30fbb9cccd00
1291
- [e8da683c90ba]
1292
-
1293
- * .hgsigs:
1294
- Added signature for changeset f70888949c8c
1295
- [30fbb9cccd00] [v0.0.3]
1296
-
1297
- * Rakefile, lib/inversion.rb:
1298
- Fixed dependency version requirement; bumped patch version.
1299
- [f70888949c8c]
1300
-
1301
- * .hgtags:
1302
- Added tag v0.0.2 for changeset 5477976fd550
1303
- [1a5c6f90bfaa]
1304
-
1305
- * .hgsigs:
1306
- Added signature for changeset 08e77b056c67
1307
- [5477976fd550] [v0.0.2]
1308
-
1309
- * lib/inversion.rb:
1310
- Bump patch version for package-fix release.
1311
- [08e77b056c67]
1312
-
1313
- * Manifest.txt:
1314
- Updated manifest to include all released files.
1315
- [d62150159d96]
1316
-
1317
- * .hgtags:
1318
- Added tag v0.0.1 for changeset 42184d34d45d
1319
- [e9e43e8d1060]
1320
-
1321
- * .hgsigs:
1322
- Added signature for changeset 0bca14d50d50
1323
- [42184d34d45d] [v0.0.1]
1324
-
1325
- * Rakefile, manual/lib/api-filter.rb, manual/src/templates.page:
1326
- Update to hoe-manualgen 0.2.0.
1327
- [0bca14d50d50]
1328
-
1329
- * manual/src/examples.page:
1330
- Stripping expanded Id tag
1331
- [9613e2c60530]
1332
-
1385
+ o | * .hgtags:
1386
+ | | Added tag v0.0.3 for changeset 30fbb9cccd00
1387
+ | | [e8da683c90ba]
1388
+ | |
1389
+ o | * .hgsigs:
1390
+ | | Added signature for changeset f70888949c8c
1391
+ | | [30fbb9cccd00] [v0.0.3]
1392
+ | |
1393
+ o | * Rakefile, lib/inversion.rb:
1394
+ | | Fixed dependency version requirement; bumped patch version.
1395
+ | | [f70888949c8c]
1396
+ | |
1397
+ o | * .hgtags:
1398
+ | | Added tag v0.0.2 for changeset 5477976fd550
1399
+ | | [1a5c6f90bfaa]
1400
+ | |
1401
+ o | * .hgsigs:
1402
+ | | Added signature for changeset 08e77b056c67
1403
+ | | [5477976fd550] [v0.0.2]
1404
+ | |
1405
+ o | * lib/inversion.rb:
1406
+ | | Bump patch version for package-fix release.
1407
+ | | [08e77b056c67]
1408
+ | |
1409
+ o | * Manifest.txt:
1410
+ | | Updated manifest to include all released files.
1411
+ | | [d62150159d96]
1412
+ | |
1413
+ o | * .hgtags:
1414
+ | | Added tag v0.0.1 for changeset 42184d34d45d
1415
+ | | [e9e43e8d1060]
1416
+ | |
1417
+ o | * .hgsigs:
1418
+ | | Added signature for changeset 0bca14d50d50
1419
+ | | [42184d34d45d] [v0.0.1]
1420
+ | |
1421
+ o | * Rakefile, manual/lib/api-filter.rb, manual/src/templates.page:
1422
+ | | Update to hoe-manualgen 0.2.0.
1423
+ | | [0bca14d50d50]
1424
+ | |
1425
+ o | * manual/src/examples.page:
1426
+ | | Stripping expanded Id tag
1427
+ | | [9613e2c60530]
1428
+ | |
1333
1429
  2011-08-15 Mahlon E. Smith <mahlon@martini.nu>
1334
1430
 
1335
- * Branch merge with d3ed941ec7ef
1336
- [07cde3b1ffba]
1337
-
1338
- * .hgignore, Manual Diagrams.graffle, README.rdoc, Rakefile,
1339
- experiments/demo.rb, experiments/templates/demo-content.tmpl,
1340
- lib/inversion/template/subscribetag.rb, manual/layouts/default.erb,
1341
- manual/lib/api-filter.rb, manual/lib/editorial-filter.rb, manual/lib
1342
- /examples-filter.rb, manual/lib/links-filter.rb,
1343
- manual/resources/css/manual.css,
1344
- manual/resources/fonts/GraublauWeb.otf,
1345
- manual/resources/fonts/GraublauWebBold.otf,
1346
- manual/resources/fonts/Inconsolata.otf,
1347
- manual/resources/images/arrow_225_small.png,
1348
- manual/resources/images/arrow_315_small.png,
1349
- manual/resources/images/arrow_skip.png, manual/resources/images/cc-
1350
- by.png, manual/resources/images/dialog-error.png,
1351
- manual/resources/images/dialog-information.png,
1352
- manual/resources/images/dialog-warning.png, manual/resources/images
1353
- /emblem-important.png, manual/resources/images/help.png,
1354
- manual/resources/images/information.png,
1355
- manual/resources/images/magnifier.png,
1356
- manual/resources/images/magnifier_left.png,
1357
- manual/resources/images/page_white_code.png,
1358
- manual/resources/images/page_white_copy.png,
1359
- manual/resources/images/printer.png,
1360
- manual/resources/images/question.png,
1361
- manual/resources/images/scripts_code.png,
1362
- manual/resources/images/wrap.png,
1363
- manual/resources/images/wrapping.png,
1364
- manual/resources/js/jquery-1.4.4.min.js,
1365
- manual/resources/js/manual.js, manual/resources/js/sh.js,
1366
- manual/resources/swf/clipboard.swf, manual/src/examples.page,
1367
- manual/src/gettingstarted.page, manual/src/index.page,
1368
- manual/src/tags.page, manual/src/templates.page:
1369
- Adding a manual.
1370
- [8d85088f0601]
1371
-
1431
+ o | * Branch merge with d3ed941ec7ef
1432
+ |\ \ [07cde3b1ffba]
1433
+ | | |
1434
+ | o | * .hgignore, Manual Diagrams.graffle, README.rdoc, Rakefile,
1435
+ | | | experiments/demo.rb, experiments/templates/demo-content.tmpl,
1436
+ | | | lib/inversion/template/subscribetag.rb, manual/layouts/default.erb,
1437
+ | | | manual/lib/api-filter.rb, manual/lib/editorial-filter.rb, manual/lib
1438
+ | | | /examples-filter.rb, manual/lib/links-filter.rb,
1439
+ | | | manual/resources/css/manual.css,
1440
+ | | | manual/resources/fonts/GraublauWeb.otf,
1441
+ | | | manual/resources/fonts/GraublauWebBold.otf,
1442
+ | | | manual/resources/fonts/Inconsolata.otf,
1443
+ | | | manual/resources/images/arrow_225_small.png,
1444
+ | | | manual/resources/images/arrow_315_small.png,
1445
+ | | | manual/resources/images/arrow_skip.png, manual/resources/images/cc-
1446
+ | | | by.png, manual/resources/images/dialog-error.png,
1447
+ | | | manual/resources/images/dialog-information.png,
1448
+ | | | manual/resources/images/dialog-warning.png, manual/resources/images
1449
+ | | | /emblem-important.png, manual/resources/images/help.png,
1450
+ | | | manual/resources/images/information.png,
1451
+ | | | manual/resources/images/magnifier.png,
1452
+ | | | manual/resources/images/magnifier_left.png,
1453
+ | | | manual/resources/images/page_white_code.png,
1454
+ | | | manual/resources/images/page_white_copy.png,
1455
+ | | | manual/resources/images/printer.png,
1456
+ | | | manual/resources/images/question.png,
1457
+ | | | manual/resources/images/scripts_code.png,
1458
+ | | | manual/resources/images/wrap.png,
1459
+ | | | manual/resources/images/wrapping.png,
1460
+ | | | manual/resources/js/jquery-1.4.4.min.js,
1461
+ | | | manual/resources/js/manual.js, manual/resources/js/sh.js,
1462
+ | | | manual/resources/swf/clipboard.swf, manual/src/examples.page,
1463
+ | | | manual/src/gettingstarted.page, manual/src/index.page,
1464
+ | | | manual/src/tags.page, manual/src/templates.page:
1465
+ | | | Adding a manual.
1466
+ | | | [8d85088f0601]
1467
+ | | |
1372
1468
  2011-08-02 Michael Granger <ged@FaerieMUD.org>
1373
1469
 
1374
- * lib/inversion/tilt.rb, spec/inversion/template/configtag_spec.rb,
1375
- spec/inversion/tilt_spec.rb:
1376
- Fixes for Ruby 1.9.3-preview1.
1377
- [d3ed941ec7ef]
1378
-
1379
- * lib/inversion.rb:
1380
- Add a warning for older versions of Ruby
1381
- [73c3d8215868]
1382
-
1383
- * .irbrc:
1384
- Guard against load errors in .irbrc
1385
- [663ff80c4a69]
1386
-
1470
+ o | | * lib/inversion/tilt.rb, spec/inversion/template/configtag_spec.rb,
1471
+ | | | spec/inversion/tilt_spec.rb:
1472
+ | | | Fixes for Ruby 1.9.3-preview1.
1473
+ | | | [d3ed941ec7ef]
1474
+ | | |
1475
+ o | | * lib/inversion.rb:
1476
+ | | | Add a warning for older versions of Ruby
1477
+ | | | [73c3d8215868]
1478
+ | | |
1479
+ o---+ * .irbrc:
1480
+ | | Guard against load errors in .irbrc
1481
+ / / [663ff80c4a69]
1482
+ | |
1387
1483
  2011-07-30 Michael Granger <ged@FaerieMUD.org>
1388
1484
 
1389
- * lib/inversion/tilt.rb:
1390
- Adding more workaround code for Sinatra
1391
- [dd6eb02835f4]
1392
-
1393
- * lib/inversion/template/tag.rb:
1394
- Commented out some of the spammier debugging in the tag-loading
1395
- code.
1396
- [277a65ffa0bf]
1397
-
1485
+ | o * lib/inversion/tilt.rb:
1486
+ |/ Adding more workaround code for Sinatra
1487
+ | [dd6eb02835f4]
1488
+ |
1489
+ o * lib/inversion/template/tag.rb:
1490
+ | Commented out some of the spammier debugging in the tag-loading
1491
+ | code.
1492
+ | [277a65ffa0bf]
1493
+ |
1398
1494
  2011-07-27 Michael Granger <ged@FaerieMUD.org>
1399
1495
 
1400
- * Rakefile, lib/inversion/template/timedeltatag.rb,
1401
- spec/inversion/mixins_spec.rb,
1402
- spec/inversion/template/timedeltatag_spec.rb,
1403
- spec/inversion_spec.rb:
1404
- Added some specs to improve coverage
1405
- [5fb307e8605a]
1406
-
1407
- * Manifest.txt, README.md, README.rdoc, Rakefile, bin/inversion,
1408
- lib/inversion.rb, lib/inversion/exceptions.rb,
1409
- lib/inversion/mixins.rb, lib/inversion/monkeypatches.rb,
1410
- lib/inversion/renderstate.rb, lib/inversion/sinatra.rb,
1411
- lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1412
- lib/inversion/template/codetag.rb,
1413
- lib/inversion/template/commenttag.rb,
1414
- lib/inversion/template/conditionaltag.rb,
1415
- lib/inversion/template/configtag.rb,
1416
- lib/inversion/template/containertag.rb,
1417
- lib/inversion/template/defaulttag.rb,
1418
- lib/inversion/template/elsetag.rb,
1419
- lib/inversion/template/elsiftag.rb,
1420
- lib/inversion/template/endtag.rb,
1421
- lib/inversion/template/escapetag.rb,
1422
- lib/inversion/template/fortag.rb,
1423
- lib/inversion/template/importtag.rb,
1424
- lib/inversion/template/includetag.rb,
1425
- lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1426
- lib/inversion/template/publishtag.rb,
1427
- lib/inversion/template/rescuetag.rb, lib/inversion/template/tag.rb,
1428
- lib/inversion/template/textnode.rb,
1429
- lib/inversion/template/timedeltatag.rb,
1430
- lib/inversion/template/uriencodetag.rb, lib/inversion/tilt.rb,
1431
- lib/inversion/utils.rb,
1432
- spec/inversion/template/timedeltatag_spec.rb:
1433
- Documentation cleanup, remove some leftover YARD crap
1434
- [4876bcc91507]
1435
-
1436
- * spec/inversion/renderstate_spec.rb, spec/inversion/template_spec.rb:
1437
- Fixed a few things caused by changes for the begin/rescue tag.
1438
- [1a698b24bc45]
1439
-
1440
- * README.md, experiments/templates/demo-content.tmpl,
1441
- lib/inversion/renderstate.rb, lib/inversion/template/begintag.rb,
1442
- lib/inversion/template/defaulttag.rb,
1443
- lib/inversion/template/elsetag.rb,
1444
- lib/inversion/template/rescuetag.rb,
1445
- spec/inversion/renderstate_spec.rb,
1446
- spec/inversion/template/begintag_spec.rb,
1447
- spec/inversion/template/rescuetag_spec.rb:
1448
- Add the begin/rescue tags.
1449
- [44db647d7a1a]
1450
-
1496
+ o * Rakefile, lib/inversion/template/timedeltatag.rb,
1497
+ | spec/inversion/mixins_spec.rb,
1498
+ | spec/inversion/template/timedeltatag_spec.rb,
1499
+ | spec/inversion_spec.rb:
1500
+ | Added some specs to improve coverage
1501
+ | [5fb307e8605a]
1502
+ |
1503
+ o * Manifest.txt, README.md, README.rdoc, Rakefile, bin/inversion,
1504
+ | lib/inversion.rb, lib/inversion/exceptions.rb,
1505
+ | lib/inversion/mixins.rb, lib/inversion/monkeypatches.rb,
1506
+ | lib/inversion/renderstate.rb, lib/inversion/sinatra.rb,
1507
+ | lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1508
+ | lib/inversion/template/codetag.rb,
1509
+ | lib/inversion/template/commenttag.rb,
1510
+ | lib/inversion/template/conditionaltag.rb,
1511
+ | lib/inversion/template/configtag.rb,
1512
+ | lib/inversion/template/containertag.rb,
1513
+ | lib/inversion/template/defaulttag.rb,
1514
+ | lib/inversion/template/elsetag.rb,
1515
+ | lib/inversion/template/elsiftag.rb,
1516
+ | lib/inversion/template/endtag.rb,
1517
+ | lib/inversion/template/escapetag.rb,
1518
+ | lib/inversion/template/fortag.rb,
1519
+ | lib/inversion/template/importtag.rb,
1520
+ | lib/inversion/template/includetag.rb,
1521
+ | lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1522
+ | lib/inversion/template/publishtag.rb,
1523
+ | lib/inversion/template/rescuetag.rb, lib/inversion/template/tag.rb,
1524
+ | lib/inversion/template/textnode.rb,
1525
+ | lib/inversion/template/timedeltatag.rb,
1526
+ | lib/inversion/template/uriencodetag.rb, lib/inversion/tilt.rb,
1527
+ | lib/inversion/utils.rb,
1528
+ | spec/inversion/template/timedeltatag_spec.rb:
1529
+ | Documentation cleanup, remove some leftover YARD crap
1530
+ | [4876bcc91507]
1531
+ |
1532
+ o * spec/inversion/renderstate_spec.rb, spec/inversion/template_spec.rb:
1533
+ | Fixed a few things caused by changes for the begin/rescue tag.
1534
+ | [1a698b24bc45]
1535
+ |
1536
+ o * README.md, experiments/templates/demo-content.tmpl,
1537
+ | lib/inversion/renderstate.rb, lib/inversion/template/begintag.rb,
1538
+ | lib/inversion/template/defaulttag.rb,
1539
+ | lib/inversion/template/elsetag.rb,
1540
+ | lib/inversion/template/rescuetag.rb,
1541
+ | spec/inversion/renderstate_spec.rb,
1542
+ | spec/inversion/template/begintag_spec.rb,
1543
+ | spec/inversion/template/rescuetag_spec.rb:
1544
+ | Add the begin/rescue tags.
1545
+ | [44db647d7a1a]
1546
+ |
1451
1547
  2011-07-20 Michael Granger <ged@FaerieMUD.org>
1452
1548
 
1453
- * lib/inversion/mixins.rb, lib/inversion/utils.rb:
1454
- Merging ANSIColor methods into the ColorLogFormatter, which was the
1455
- only place the code was used.
1456
- [fb8c209aaa28]
1457
-
1549
+ o * lib/inversion/mixins.rb, lib/inversion/utils.rb:
1550
+ | Merging ANSIColor methods into the ColorLogFormatter, which was the
1551
+ | only place the code was used.
1552
+ | [fb8c209aaa28]
1553
+ |
1458
1554
  2011-07-20 Mahlon E. Smith <mahlon@martini.nu>
1459
1555
 
1460
- * experiments/demo.rb, experiments/templates/demo-content.tmpl,
1461
- experiments/templates/demo-layout.tmpl,
1462
- lib/inversion/renderstate.rb, lib/inversion/template/attrtag.rb,
1463
- lib/inversion/template/defaulttag.rb,
1464
- spec/inversion/template/defaulttag_spec.rb:
1465
- Adding the 'default' tag
1466
- [f95e6a8167c6]
1467
-
1556
+ o * experiments/demo.rb, experiments/templates/demo-content.tmpl,
1557
+ | experiments/templates/demo-layout.tmpl,
1558
+ | lib/inversion/renderstate.rb, lib/inversion/template/attrtag.rb,
1559
+ | lib/inversion/template/defaulttag.rb,
1560
+ | spec/inversion/template/defaulttag_spec.rb:
1561
+ | Adding the 'default' tag
1562
+ | [f95e6a8167c6]
1563
+ |
1468
1564
  2011-07-18 Michael Granger <ged@FaerieMUD.org>
1469
1565
 
1470
- * Manifest.txt, README.md, lib/inversion/renderstate.rb,
1471
- lib/inversion/template.rb, lib/inversion/template/yieldtag.rb,
1472
- spec/inversion/renderstate_spec.rb,
1473
- spec/inversion/template/yieldtag_spec.rb,
1474
- spec/inversion/template_spec.rb:
1475
- Adding a 'yield' tag
1476
- [3f7a7fb440b8]
1477
-
1566
+ o * Manifest.txt, README.md, lib/inversion/renderstate.rb,
1567
+ | lib/inversion/template.rb, lib/inversion/template/yieldtag.rb,
1568
+ | spec/inversion/renderstate_spec.rb,
1569
+ | spec/inversion/template/yieldtag_spec.rb,
1570
+ | spec/inversion/template_spec.rb:
1571
+ | Adding a 'yield' tag
1572
+ | [3f7a7fb440b8]
1573
+ |
1478
1574
  2011-07-13 Michael Granger <ged@FaerieMUD.org>
1479
1575
 
1480
- * lib/inversion/template/timedeltatag.rb,
1481
- spec/inversion/template/timedeltatag_spec.rb:
1482
- Fixed the timedelta specs for machines without modern timezones (I
1483
- think). This should fix the FreeBSD build.
1484
- [5c2b595a1e35]
1485
-
1486
- * experiments/demo.rb, experiments/templates/demo-content.tmpl,
1487
- experiments/templates/demo-layout.tmpl, experiments/templates/demo-
1488
- menu.tmpl:
1489
- Adding a demo to experiments/
1490
- [b1b3b7895982]
1491
-
1492
- * README.md:
1493
- Updating the README
1494
- [50ff925706ee]
1495
-
1496
- * lib/inversion/template/iftag.rb:
1497
- Fixed in bug in the 'if' tag that caused conditional nodes to be
1498
- double-appended, the second time as a stringified array
1499
- [6485006e82d9]
1500
-
1501
- * lib/inversion/renderstate.rb:
1502
- Squelched some spammy debugging
1503
- [0f134e004f34]
1504
-
1505
- * lib/inversion/template/timedeltatag.rb,
1506
- spec/inversion/template/timedeltatag_spec.rb:
1507
- Added the 'timedelta' tag.
1508
- [ab8e5eb37b44]
1509
-
1576
+ o * lib/inversion/template/timedeltatag.rb,
1577
+ | spec/inversion/template/timedeltatag_spec.rb:
1578
+ | Fixed the timedelta specs for machines without modern timezones (I
1579
+ | think). This should fix the FreeBSD build.
1580
+ | [5c2b595a1e35]
1581
+ |
1582
+ o * experiments/demo.rb, experiments/templates/demo-content.tmpl,
1583
+ | experiments/templates/demo-layout.tmpl, experiments/templates/demo-
1584
+ | menu.tmpl:
1585
+ | Adding a demo to experiments/
1586
+ | [b1b3b7895982]
1587
+ |
1588
+ o * README.md:
1589
+ | Updating the README
1590
+ | [50ff925706ee]
1591
+ |
1592
+ o * lib/inversion/template/iftag.rb:
1593
+ | Fixed in bug in the 'if' tag that caused conditional nodes to be
1594
+ | double-appended, the second time as a stringified array
1595
+ | [6485006e82d9]
1596
+ |
1597
+ o * lib/inversion/renderstate.rb:
1598
+ | Squelched some spammy debugging
1599
+ | [0f134e004f34]
1600
+ |
1601
+ o * lib/inversion/template/timedeltatag.rb,
1602
+ | spec/inversion/template/timedeltatag_spec.rb:
1603
+ | Added the 'timedelta' tag.
1604
+ | [ab8e5eb37b44]
1605
+ |
1510
1606
  2011-07-12 Michael Granger <ged@FaerieMUD.org>
1511
1607
 
1512
- * lib/inversion/template/iftag.rb,
1513
- spec/inversion/template/iftag_spec.rb:
1514
- Fixing a bug in the 'if' tag that caused renderstate to recursively
1515
- try to stringify itself.
1516
- [106d0d6bd2e1]
1517
-
1518
- * lib/inversion/renderstate.rb:
1519
- Adding Inversion::RenderState#inspect and fixing a debug log message
1520
- [b58a659fc93b]
1521
-
1608
+ o * lib/inversion/template/iftag.rb,
1609
+ | spec/inversion/template/iftag_spec.rb:
1610
+ | Fixing a bug in the 'if' tag that caused renderstate to recursively
1611
+ | try to stringify itself.
1612
+ | [106d0d6bd2e1]
1613
+ |
1614
+ o * lib/inversion/renderstate.rb:
1615
+ | Adding Inversion::RenderState#inspect and fixing a debug log message
1616
+ | [b58a659fc93b]
1617
+ |
1522
1618
  2011-07-11 Michael Granger <ged@FaerieMUD.org>
1523
1619
 
1524
- * .hgignore:
1525
- Add the package directory to the ignorefile
1526
- [50b33db61aad]
1527
-
1528
- * Manifest.txt, bin/inversion:
1529
- Adding a command-line template-API tool
1530
- [b2dbb3f0f286]
1531
-
1532
- * Manifest.txt:
1533
- Remove accidentally-committed manifest changes from pending patches.
1534
- [e387d6954154]
1535
-
1620
+ o * .hgignore:
1621
+ | Add the package directory to the ignorefile
1622
+ | [50b33db61aad]
1623
+ |
1624
+ o * Manifest.txt, bin/inversion:
1625
+ | Adding a command-line template-API tool
1626
+ | [b2dbb3f0f286]
1627
+ |
1628
+ o * Manifest.txt:
1629
+ | Remove accidentally-committed manifest changes from pending patches.
1630
+ | [e387d6954154]
1631
+ |
1536
1632
  2011-07-11 Mahlon E. Smith <mahlon@martini.nu>
1537
1633
 
1538
- * lib/inversion/template.rb, lib/inversion/template/textnode.rb,
1539
- spec/inversion/template/textnode_spec.rb,
1540
- spec/inversion/template_spec.rb:
1541
- Adding code to strip extra blank lines from output
1542
- [2ad072cd87ab]
1543
-
1634
+ o * lib/inversion/template.rb, lib/inversion/template/textnode.rb,
1635
+ | spec/inversion/template/textnode_spec.rb,
1636
+ | spec/inversion/template_spec.rb:
1637
+ | Adding code to strip extra blank lines from output
1638
+ | [2ad072cd87ab]
1639
+ |
1544
1640
  2011-07-11 Michael Granger <ged@FaerieMUD.org>
1545
1641
 
1546
- * lib/inversion/template/attrtag.rb,
1547
- lib/inversion/template/escapetag.rb, lib/inversion/template/node.rb,
1548
- lib/inversion/template/pptag.rb,
1549
- lib/inversion/template/uriencodetag.rb,
1550
- spec/inversion/template/configtag_spec.rb:
1551
- Make Inversion::Template::Node#render consistently take a
1552
- RenderState argument across all tags.
1553
- [15857a26de10]
1554
-
1555
- * lib/inversion/template/uriencodetag.rb,
1556
- spec/inversion/template/uriencodetag_spec.rb:
1557
- Fixed a bug in the uriencode tag for non-string attributes.
1558
- [fe52500a302b]
1559
-
1642
+ o * lib/inversion/template/attrtag.rb,
1643
+ | lib/inversion/template/escapetag.rb, lib/inversion/template/node.rb,
1644
+ | lib/inversion/template/pptag.rb,
1645
+ | lib/inversion/template/uriencodetag.rb,
1646
+ | spec/inversion/template/configtag_spec.rb:
1647
+ | Make Inversion::Template::Node#render consistently take a
1648
+ | RenderState argument across all tags.
1649
+ | [15857a26de10]
1650
+ |
1651
+ o * lib/inversion/template/uriencodetag.rb,
1652
+ | spec/inversion/template/uriencodetag_spec.rb:
1653
+ | Fixed a bug in the uriencode tag for non-string attributes.
1654
+ | [fe52500a302b]
1655
+ |
1560
1656
  2011-07-11 Mahlon E. Smith <mahlon@martini.nu>
1561
1657
 
1562
- * lib/inversion/template/parser.rb,
1563
- spec/inversion/template/parser_spec.rb:
1564
- Converted parser to use String#scan instead of StringScanner to make
1565
- dealing with encoding issues easier
1566
- [f16cd5fc4255]
1567
-
1658
+ o * lib/inversion/template/parser.rb,
1659
+ | spec/inversion/template/parser_spec.rb:
1660
+ | Converted parser to use String#scan instead of StringScanner to make
1661
+ | dealing with encoding issues easier
1662
+ | [f16cd5fc4255]
1663
+ |
1568
1664
  2011-07-11 Michael Granger <ged@FaerieMUD.org>
1569
1665
 
1570
- * lib/inversion/template/tag.rb:
1571
- Bugfix for Inversion::Template::Tag#as_comment_body for tags with
1572
- null bodies.
1573
- [5579ca88f7ac]
1574
-
1575
- * Manifest.txt:
1576
- Updating the Manifest
1577
- [f2b67bf8db76]
1578
-
1666
+ o * lib/inversion/template/tag.rb:
1667
+ | Bugfix for Inversion::Template::Tag#as_comment_body for tags with
1668
+ | null bodies.
1669
+ | [5579ca88f7ac]
1670
+ |
1671
+ o * Manifest.txt:
1672
+ | Updating the Manifest
1673
+ | [f2b67bf8db76]
1674
+ |
1579
1675
  2011-07-08 Michael Granger <ged@FaerieMUD.org>
1580
1676
 
1581
- * experiments/benchmark-parser.rb:
1582
- Adding a little parser-benchmarking utility. Just point it at a
1583
- directory full of *.tmpl template files.
1584
- [06af47a12ed6]
1585
-
1586
- * .hgignore, Rakefile, spec/lib/helpers.rb:
1587
- Rakefile cleanup/separate coverage from specs
1588
- - Remove all the release stuff from the Rakefile that's already in
1589
- hoe-deveiate.
1590
- - Add a 'coverage' task to enable coverage generation so it doesn't
1591
- get run by default.
1592
- [cc53d24b4c56]
1593
-
1677
+ o * experiments/benchmark-parser.rb:
1678
+ | Adding a little parser-benchmarking utility. Just point it at a
1679
+ | directory full of *.tmpl template files.
1680
+ | [06af47a12ed6]
1681
+ |
1682
+ o * .hgignore, Rakefile, spec/lib/helpers.rb:
1683
+ | Rakefile cleanup/separate coverage from specs
1684
+ | - Remove all the release stuff from the Rakefile that's already in
1685
+ | hoe-deveiate.
1686
+ | - Add a 'coverage' task to enable coverage generation so it doesn't
1687
+ | get run by default.
1688
+ | [cc53d24b4c56]
1689
+ |
1594
1690
  2011-07-07 Michael Granger <ged@FaerieMUD.org>
1595
1691
 
1596
- * lib/inversion/template/attrtag.rb,
1597
- spec/inversion/template/attrtag_spec.rb:
1598
- Adding format syntax to attr with a methodchain
1599
- [739dfd64abba]
1600
-
1601
- * lib/inversion/template/parser.rb:
1602
- Cleaned up parser logging
1603
- [1799cab39156]
1604
-
1692
+ o * lib/inversion/template/attrtag.rb,
1693
+ | spec/inversion/template/attrtag_spec.rb:
1694
+ | Adding format syntax to attr with a methodchain
1695
+ | [739dfd64abba]
1696
+ |
1697
+ o * lib/inversion/template/parser.rb:
1698
+ | Cleaned up parser logging
1699
+ | [1799cab39156]
1700
+ |
1605
1701
  2011-07-07 Mahlon E. Smith <mahlon@martini.nu>
1606
1702
 
1607
- * spec/lib/helpers.rb:
1608
- Add SimpleCov to the Rakefile.
1609
- [9d871bbfa95d]
1610
-
1703
+ o * spec/lib/helpers.rb:
1704
+ | Add SimpleCov to the Rakefile.
1705
+ | [9d871bbfa95d]
1706
+ |
1611
1707
  2011-07-07 Michael Granger <ged@FaerieMUD.org>
1612
1708
 
1613
- * lib/inversion/template/elsetag.rb,
1614
- spec/inversion/template/elsetag_spec.rb:
1615
- Fix the ElseTag constructor so it handles creation from the parser.
1616
- [3d53a4f4a2b4]
1617
-
1618
- * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
1619
- Fixing a bug in Inversion::Template::Tag.create when given an
1620
- illegal tagname.
1621
- [75b323c6bc84]
1622
-
1709
+ o * lib/inversion/template/elsetag.rb,
1710
+ | spec/inversion/template/elsetag_spec.rb:
1711
+ | Fix the ElseTag constructor so it handles creation from the parser.
1712
+ | [3d53a4f4a2b4]
1713
+ |
1714
+ o * lib/inversion/template/tag.rb, spec/inversion/template/tag_spec.rb:
1715
+ | Fixing a bug in Inversion::Template::Tag.create when given an
1716
+ | illegal tagname.
1717
+ | [75b323c6bc84]
1718
+ |
1623
1719
  2011-07-06 Michael Granger <ged@FaerieMUD.org>
1624
1720
 
1625
- * Merged with b822cc9b6ff2
1626
- [f46b1ff133cd]
1627
-
1628
- * .hgignore, README.md, Rakefile, lib/inversion.rb,
1629
- lib/inversion/monkeypatches.rb, lib/inversion/renderstate.rb,
1630
- lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1631
- lib/inversion/template/codetag.rb,
1632
- lib/inversion/template/conditionaltag.rb,
1633
- lib/inversion/template/configtag.rb,
1634
- lib/inversion/template/containertag.rb,
1635
- lib/inversion/template/elsetag.rb,
1636
- lib/inversion/template/elsiftag.rb,
1637
- lib/inversion/template/endtag.rb, lib/inversion/template/iftag.rb,
1638
- lib/inversion/template/importtag.rb,
1639
- lib/inversion/template/includetag.rb,
1640
- lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1641
- lib/inversion/template/publishtag.rb,
1642
- lib/inversion/template/subscribetag.rb,
1643
- lib/inversion/template/tag.rb, lib/inversion/template/unlesstag.rb,
1644
- spec/inversion/renderstate_spec.rb,
1645
- spec/inversion/template/attrtag_spec.rb,
1646
- spec/inversion/template/endtag_spec.rb,
1647
- spec/inversion/template/iftag_spec.rb,
1648
- spec/inversion/template/includetag_spec.rb,
1649
- spec/inversion/template/node_spec.rb,
1650
- spec/inversion/template/parser_spec.rb,
1651
- spec/inversion/template/publishtag_spec.rb,
1652
- spec/inversion/template/subscribetag_spec.rb,
1653
- spec/inversion/template/tag_spec.rb,
1654
- spec/inversion/template/unlesstag_spec.rb,
1655
- spec/inversion/template_spec.rb, spec/lib/helpers.rb:
1656
- Adding publish/subscribe.
1657
- - Replaces import/export.
1658
- - De-Yarded.
1659
- - Load monkeypatches from the top level.
1660
- - Inversion::RenderState
1661
- * Made it heirarchical to provide access to enclosing template state
1662
- from tags during rendering.
1663
- * Added pub/sub support via #publish and #subscribe methods.
1664
- * Pulled a bunch of rendering logic out of Template.
1665
- * Deferred stringification until the last possible moment for nodes
1666
- that need to hang around until the very end of rendering.
1667
- * Allow the render destination to be overridden for a block.
1668
- * Pulled subtemplate (or any delegated) rendering up out of AttrTag
1669
- - Made the logic in Inversion::Template::ContainerTag/Inversion::Templ
1670
- ate::ConditionalTag more consistent.
1671
- - Extract non-general rendering logic from ConditionalTag into
1672
- IfTag/UnlessTag.
1673
- - Changed #before_append/#after_append to *_appending to be more
1674
- consistent with #before_/#after_rendering
1675
- - Added a yield to ContainerTag's #initialize for prettier node-tree
1676
- building.
1677
- - Pulled subtemplate loading from IncludeTag up into
1678
- Inversion::Parser::State so it can be used by other tags.
1679
- - Pulled container-closing up into EndTag.
1680
- - Inversion::Template::Tag's constructor now strips the body.
1681
- - Add SimpleCov coverage ()
1682
- [4d7a94c4cf02]
1683
-
1721
+ o * Merged with b822cc9b6ff2
1722
+ |\ [f46b1ff133cd]
1723
+ | |
1724
+ | o * .hgignore, README.md, Rakefile, lib/inversion.rb,
1725
+ | | lib/inversion/monkeypatches.rb, lib/inversion/renderstate.rb,
1726
+ | | lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1727
+ | | lib/inversion/template/codetag.rb,
1728
+ | | lib/inversion/template/conditionaltag.rb,
1729
+ | | lib/inversion/template/configtag.rb,
1730
+ | | lib/inversion/template/containertag.rb,
1731
+ | | lib/inversion/template/elsetag.rb,
1732
+ | | lib/inversion/template/elsiftag.rb,
1733
+ | | lib/inversion/template/endtag.rb, lib/inversion/template/iftag.rb,
1734
+ | | lib/inversion/template/importtag.rb,
1735
+ | | lib/inversion/template/includetag.rb,
1736
+ | | lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1737
+ | | lib/inversion/template/publishtag.rb,
1738
+ | | lib/inversion/template/subscribetag.rb,
1739
+ | | lib/inversion/template/tag.rb, lib/inversion/template/unlesstag.rb,
1740
+ | | spec/inversion/renderstate_spec.rb,
1741
+ | | spec/inversion/template/attrtag_spec.rb,
1742
+ | | spec/inversion/template/endtag_spec.rb,
1743
+ | | spec/inversion/template/iftag_spec.rb,
1744
+ | | spec/inversion/template/includetag_spec.rb,
1745
+ | | spec/inversion/template/node_spec.rb,
1746
+ | | spec/inversion/template/parser_spec.rb,
1747
+ | | spec/inversion/template/publishtag_spec.rb,
1748
+ | | spec/inversion/template/subscribetag_spec.rb,
1749
+ | | spec/inversion/template/tag_spec.rb,
1750
+ | | spec/inversion/template/unlesstag_spec.rb,
1751
+ | | spec/inversion/template_spec.rb, spec/lib/helpers.rb:
1752
+ | | Adding publish/subscribe.
1753
+ | | - Replaces import/export.
1754
+ | | - De-Yarded.
1755
+ | | - Load monkeypatches from the top level.
1756
+ | | - Inversion::RenderState
1757
+ | | * Made it heirarchical to provide access to enclosing template state
1758
+ | | from tags during rendering.
1759
+ | | * Added pub/sub support via #publish and #subscribe methods.
1760
+ | | * Pulled a bunch of rendering logic out of Template.
1761
+ | | * Deferred stringification until the last possible moment for nodes
1762
+ | | that need to hang around until the very end of rendering.
1763
+ | | * Allow the render destination to be overridden for a block.
1764
+ | | * Pulled subtemplate (or any delegated) rendering up out of AttrTag
1765
+ | | - Made the logic in Inversion::Template::ContainerTag/Inversion::Templ
1766
+ | | ate::ConditionalTag more consistent.
1767
+ | | - Extract non-general rendering logic from ConditionalTag into
1768
+ | | IfTag/UnlessTag.
1769
+ | | - Changed #before_append/#after_append to *_appending to be more
1770
+ | | consistent with #before_/#after_rendering
1771
+ | | - Added a yield to ContainerTag's #initialize for prettier node-tree
1772
+ | | building.
1773
+ | | - Pulled subtemplate loading from IncludeTag up into
1774
+ | | Inversion::Parser::State so it can be used by other tags.
1775
+ | | - Pulled container-closing up into EndTag.
1776
+ | | - Inversion::Template::Tag's constructor now strips the body.
1777
+ | | - Add SimpleCov coverage ()
1778
+ | | [4d7a94c4cf02]
1779
+ | |
1684
1780
  2011-07-05 Mahlon E. Smith <mahlon@martini.nu>
1685
1781
 
1686
- * lib/inversion/template/pptag.rb, spec/inversion/mixins_spec.rb,
1687
- spec/inversion/template/pptag_spec.rb:
1688
- Heh, added the pp tag and mixin spec files back from changeset
1689
- 5d244064e631. Whoops.
1690
- [b822cc9b6ff2]
1691
-
1782
+ o | * lib/inversion/template/pptag.rb, spec/inversion/mixins_spec.rb,
1783
+ |/ spec/inversion/template/pptag_spec.rb:
1784
+ | Heh, added the pp tag and mixin spec files back from changeset
1785
+ | 5d244064e631. Whoops.
1786
+ | [b822cc9b6ff2]
1787
+ |
1692
1788
  2011-07-05 Michael Granger <ged@FaerieMUD.org>
1693
1789
 
1694
- * Rakefile, lib/inversion/sinatra.rb, lib/inversion/tilt.rb,
1695
- spec/data/sinatra/hello.inversion, spec/inversion/sinatra_spec.rb,
1696
- spec/inversion/tilt_spec.rb:
1697
- Adding support for Sinatra.
1698
- [a4d57edad888]
1699
-
1700
- * lib/inversion/template.rb, lib/inversion/template/tag.rb:
1701
- Fixed some shadowed variable warnings.
1702
- [5c326f09c56e]
1703
-
1704
- * Rakefile, experiments/tilt-test.tmpl, lib/inversion/tilt.rb,
1705
- spec/inversion/tilt_spec.rb:
1706
- Adding Tilt (https://github.com/rtomayko/tilt) support
1707
- [e414459913e5]
1708
-
1790
+ o * Rakefile, lib/inversion/sinatra.rb, lib/inversion/tilt.rb,
1791
+ | spec/data/sinatra/hello.inversion, spec/inversion/sinatra_spec.rb,
1792
+ | spec/inversion/tilt_spec.rb:
1793
+ | Adding support for Sinatra.
1794
+ | [a4d57edad888]
1795
+ |
1796
+ o * lib/inversion/template.rb, lib/inversion/template/tag.rb:
1797
+ | Fixed some shadowed variable warnings.
1798
+ | [5c326f09c56e]
1799
+ |
1800
+ o * Rakefile, experiments/tilt-test.tmpl, lib/inversion/tilt.rb,
1801
+ | spec/inversion/tilt_spec.rb:
1802
+ | Adding Tilt (https://github.com/rtomayko/tilt) support
1803
+ | [e414459913e5]
1804
+ |
1709
1805
  2011-06-29 Michael Granger <ged@FaerieMUD.org>
1710
1806
 
1711
- * spec/inversion/template_spec.rb:
1712
- Fix omitted spec from the import tag commit
1713
- [5c8fe7fdc063]
1714
-
1715
- * lib/inversion/template/importtag.rb:
1716
- Downgrade accidentally-committed error-level debugging messages
1717
- [6c0a7d914dc2]
1718
-
1719
- * lib/inversion/template.rb, lib/inversion/template/importtag.rb,
1720
- spec/inversion/template/importtag_spec.rb,
1721
- spec/inversion/template_spec.rb:
1722
- Added the 'import' tag
1723
- [1ff17b49fb92]
1724
-
1807
+ o * spec/inversion/template_spec.rb:
1808
+ | Fix omitted spec from the import tag commit
1809
+ | [5c8fe7fdc063]
1810
+ |
1811
+ o * lib/inversion/template/importtag.rb:
1812
+ | Downgrade accidentally-committed error-level debugging messages
1813
+ | [6c0a7d914dc2]
1814
+ |
1815
+ o * lib/inversion/template.rb, lib/inversion/template/importtag.rb,
1816
+ | spec/inversion/template/importtag_spec.rb,
1817
+ | spec/inversion/template_spec.rb:
1818
+ | Added the 'import' tag
1819
+ | [1ff17b49fb92]
1820
+ |
1725
1821
  2011-06-27 Michael Granger <ged@FaerieMUD.org>
1726
1822
 
1727
- * lib/inversion/template.rb, spec/inversion/template_spec.rb:
1728
- Aliased Inversion::Template#render to #to_s
1729
- [0fdad3807675]
1730
-
1823
+ o * lib/inversion/template.rb, spec/inversion/template_spec.rb:
1824
+ | Aliased Inversion::Template#render to #to_s
1825
+ | [0fdad3807675]
1826
+ |
1731
1827
  2011-06-27 Mahlon E. Smith <mahlon@martini.nu>
1732
1828
 
1733
- * lib/inversion/template/attrtag.rb,
1734
- spec/inversion/template/attrtag_spec.rb:
1735
- Added before_rendering/after_rendering hooks to the attr tag
1736
- [25cef559d995]
1737
-
1829
+ o * lib/inversion/template/attrtag.rb,
1830
+ | spec/inversion/template/attrtag_spec.rb:
1831
+ | Added before_rendering/after_rendering hooks to the attr tag
1832
+ | [25cef559d995]
1833
+ |
1738
1834
  2011-06-24 Michael Granger <ged@FaerieMUD.org>
1739
1835
 
1740
- * README.md, lib/inversion/template/conditionaltag.rb,
1741
- lib/inversion/template/elsetag.rb,
1742
- lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb,
1743
- lib/inversion/template/parser.rb,
1744
- lib/inversion/template/unlesstag.rb,
1745
- spec/inversion/renderstate_spec.rb,
1746
- spec/inversion/template/elsetag_spec.rb,
1747
- spec/inversion/template/elsiftag_spec.rb,
1748
- spec/inversion/template/iftag_spec.rb,
1749
- spec/inversion/template/parser_spec.rb,
1750
- spec/inversion/template/unlesstag_spec.rb:
1751
- Added conditional flow-control tags: if, elsif, else, unless.
1752
- [75f89b3b112e]
1753
-
1836
+ o * README.md, lib/inversion/template/conditionaltag.rb,
1837
+ | lib/inversion/template/elsetag.rb,
1838
+ | lib/inversion/template/elsiftag.rb, lib/inversion/template/iftag.rb,
1839
+ | lib/inversion/template/parser.rb,
1840
+ | lib/inversion/template/unlesstag.rb,
1841
+ | spec/inversion/renderstate_spec.rb,
1842
+ | spec/inversion/template/elsetag_spec.rb,
1843
+ | spec/inversion/template/elsiftag_spec.rb,
1844
+ | spec/inversion/template/iftag_spec.rb,
1845
+ | spec/inversion/template/parser_spec.rb,
1846
+ | spec/inversion/template/unlesstag_spec.rb:
1847
+ | Added conditional flow-control tags: if, elsif, else, unless.
1848
+ | [75f89b3b112e]
1849
+ |
1754
1850
  2011-06-24 Mahlon E. Smith <mahlon@martini.nu>
1755
1851
 
1756
- * lib/inversion/template/attrtag.rb,
1757
- spec/inversion/template/attrtag_spec.rb:
1758
- Make attr tags not stringify their rendered values so overridding
1759
- implementations of #render can decide for themselves what to do
1760
- [f8bf76e02432]
1761
-
1852
+ o * lib/inversion/template/attrtag.rb,
1853
+ | spec/inversion/template/attrtag_spec.rb:
1854
+ | Make attr tags not stringify their rendered values so overridding
1855
+ | implementations of #render can decide for themselves what to do
1856
+ | [f8bf76e02432]
1857
+ |
1762
1858
  2011-06-24 Michael Granger <ged@FaerieMUD.org>
1763
1859
 
1764
- * lib/inversion/template/attrtag.rb, lib/inversion/template/fortag.rb,
1765
- spec/inversion/template/attrtag_spec.rb:
1766
- Consistency fixes for debugging comment output
1767
- [5345b7293d41]
1768
-
1860
+ o * lib/inversion/template/attrtag.rb, lib/inversion/template/fortag.rb,
1861
+ | spec/inversion/template/attrtag_spec.rb:
1862
+ | Consistency fixes for debugging comment output
1863
+ | [5345b7293d41]
1864
+ |
1769
1865
  2011-06-24 Mahlon E. Smith <mahlon@martini.nu>
1770
1866
 
1771
- * lib/inversion/template/endtag.rb,
1772
- spec/inversion/template/endtag_spec.rb:
1773
- Made end tag less special-case-ey, and added rendering as a comment
1774
- so container tags have opening and closing debugging comments
1775
- [74eef2dfaf25]
1776
-
1867
+ o * lib/inversion/template/endtag.rb,
1868
+ | spec/inversion/template/endtag_spec.rb:
1869
+ | Made end tag less special-case-ey, and added rendering as a comment
1870
+ | so container tags have opening and closing debugging comments
1871
+ | [74eef2dfaf25]
1872
+ |
1777
1873
  2011-06-24 Michael Granger <ged@FaerieMUD.org>
1778
1874
 
1779
- * lib/inversion/template/attrtag.rb,
1780
- spec/inversion/template/attrtag_spec.rb:
1781
- Rendered values of false are now returned as false instead of the
1782
- string 'false'
1783
- [7496f1b5840d]
1784
-
1785
- * lib/inversion/renderstate.rb, spec/inversion/renderstate_spec.rb:
1786
- Changed the RenderState's attribute-accessor proxy method to be more
1787
- flexible
1788
- [a413d2252282]
1789
-
1790
- * lib/inversion/template/fortag.rb,
1791
- spec/inversion/template/fortag_spec.rb:
1792
- Fixed 'for' in the case where the enumerated attribute isn't set
1793
- [da438e56caef]
1794
-
1795
- * spec/inversion/template/calltag_spec.rb.orig:
1796
- Remove accidentally-committed .orig file
1797
- [039d8134bd10]
1798
-
1799
- * lib/inversion/template/fortag.rb,
1800
- spec/inversion/template/fortag_spec.rb:
1801
- Fix bug in the 'for' tag
1802
- [fa20b04ea505]
1803
-
1875
+ o * lib/inversion/template/attrtag.rb,
1876
+ | spec/inversion/template/attrtag_spec.rb:
1877
+ | Rendered values of false are now returned as false instead of the
1878
+ | string 'false'
1879
+ | [7496f1b5840d]
1880
+ |
1881
+ o * lib/inversion/renderstate.rb, spec/inversion/renderstate_spec.rb:
1882
+ | Changed the RenderState's attribute-accessor proxy method to be more
1883
+ | flexible
1884
+ | [a413d2252282]
1885
+ |
1886
+ o * lib/inversion/template/fortag.rb,
1887
+ | spec/inversion/template/fortag_spec.rb:
1888
+ | Fixed 'for' in the case where the enumerated attribute isn't set
1889
+ | [da438e56caef]
1890
+ |
1891
+ o * spec/inversion/template/calltag_spec.rb.orig:
1892
+ | Remove accidentally-committed .orig file
1893
+ | [039d8134bd10]
1894
+ |
1895
+ o * lib/inversion/template/fortag.rb,
1896
+ | spec/inversion/template/fortag_spec.rb:
1897
+ | Fix bug in the 'for' tag
1898
+ | [fa20b04ea505]
1899
+ |
1804
1900
  2011-06-24 Mahlon E. Smith <mahlon@martini.nu>
1805
1901
 
1806
- * lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1807
- lib/inversion/template/calltag.rb,
1808
- lib/inversion/template/escapetag.rb,
1809
- lib/inversion/template/iftag.rb, lib/inversion/template/node.rb,
1810
- lib/inversion/template/uriencodetag.rb,
1811
- spec/inversion/renderstate_spec.rb,
1812
- spec/inversion/template/attrtag_spec.rb,
1813
- spec/inversion/template/calltag_spec.rb,
1814
- spec/inversion/template/configtag_spec.rb,
1815
- spec/inversion/template/iftag_spec.rb:
1816
- Adding 'if' tag.
1817
- - Combined 'code' and 'attr' tags; code is now just an alias for
1818
- 'attr'.
1819
- - Changed the API of Inversion::Template::Node#render to defer
1820
- stringification of the tag's value to Inversion::Template#render
1821
- instead of doing it itself. This makes #render easier to super to
1822
- for purposes other than rendered output (e.g., logical tags,
1823
- introspection).
1824
- - Added Inversion::Template::IfTag and spec.
1825
- [282f18320a55]
1826
-
1902
+ o * lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
1903
+ | lib/inversion/template/calltag.rb,
1904
+ | lib/inversion/template/escapetag.rb,
1905
+ | lib/inversion/template/iftag.rb, lib/inversion/template/node.rb,
1906
+ | lib/inversion/template/uriencodetag.rb,
1907
+ | spec/inversion/renderstate_spec.rb,
1908
+ | spec/inversion/template/attrtag_spec.rb,
1909
+ | spec/inversion/template/calltag_spec.rb,
1910
+ | spec/inversion/template/configtag_spec.rb,
1911
+ | spec/inversion/template/iftag_spec.rb:
1912
+ | Adding 'if' tag.
1913
+ | - Combined 'code' and 'attr' tags; code is now just an alias for
1914
+ | 'attr'.
1915
+ | - Changed the API of Inversion::Template::Node#render to defer
1916
+ | stringification of the tag's value to Inversion::Template#render
1917
+ | instead of doing it itself. This makes #render easier to super to
1918
+ | for purposes other than rendered output (e.g., logical tags,
1919
+ | introspection).
1920
+ | - Added Inversion::Template::IfTag and spec.
1921
+ | [282f18320a55]
1922
+ |
1827
1923
  2011-06-24 Michael Granger <ged@FaerieMUD.org>
1828
1924
 
1829
- * README.md:
1830
- Added/updated tags
1831
- [6b7ea4c5c4d8]
1832
-
1925
+ o * README.md:
1926
+ | Added/updated tags
1927
+ | [6b7ea4c5c4d8]
1928
+ |
1833
1929
  2011-06-22 Michael Granger <ged@faerieMUD.org>
1834
1930
 
1835
- * README.md, lib/inversion/mixins.rb,
1836
- lib/inversion/template/escapetag.rb:
1837
- Added the pp tag; factored out escaping as a mixin so it can be
1838
- applied to multiple tags.
1839
- [5d244064e631]
1840
-
1931
+ o * README.md, lib/inversion/mixins.rb,
1932
+ | lib/inversion/template/escapetag.rb:
1933
+ | Added the pp tag; factored out escaping as a mixin so it can be
1934
+ | applied to multiple tags.
1935
+ | [5d244064e631]
1936
+ |
1841
1937
  2011-06-22 Mahlon E. Smith <mahlon@martini.nu>
1842
1938
 
1843
- * lib/inversion/template/uriencodetag.rb,
1844
- spec/inversion/template/uriencodetag_spec.rb:
1845
- Add the <?uriencode ... ?> tag.
1846
- [a149dfdf20d4]
1847
-
1939
+ o * lib/inversion/template/uriencodetag.rb,
1940
+ | spec/inversion/template/uriencodetag_spec.rb:
1941
+ | Add the <?uriencode ... ?> tag.
1942
+ | [a149dfdf20d4]
1943
+ |
1848
1944
  2011-06-20 Mahlon E. Smith <mahlon@martini.nu>
1849
1945
 
1850
- * README.md, lib/inversion/template.rb,
1851
- lib/inversion/template/escapetag.rb,
1852
- spec/inversion/template/escapetag_spec.rb:
1853
- Added the <?escape ... ?> tag, currently just supporting HTML
1854
- escaping.
1855
- [0c06f24416bc]
1856
-
1946
+ o * README.md, lib/inversion/template.rb,
1947
+ | lib/inversion/template/escapetag.rb,
1948
+ | spec/inversion/template/escapetag_spec.rb:
1949
+ | Added the <?escape ... ?> tag, currently just supporting HTML
1950
+ | escaping.
1951
+ | [0c06f24416bc]
1952
+ |
1857
1953
  2011-06-20 Michael Granger <ged@FaerieMUD.org>
1858
1954
 
1859
- * spec/inversion/template/includetag_spec.rb:
1860
- Rearranged include tag specs
1861
- [3bfb053c8dcb]
1862
-
1955
+ o * spec/inversion/template/includetag_spec.rb:
1956
+ | Rearranged include tag specs
1957
+ | [3bfb053c8dcb]
1958
+ |
1863
1959
  2011-06-20 Mahlon E. Smith <mahlon@martini.nu>
1864
1960
 
1865
- * lib/inversion/template/codetag.rb:
1866
- Changed tag-pattern methods to support runtime inheritance
1867
- [a1e3fc29efae]
1868
-
1961
+ o * lib/inversion/template/codetag.rb:
1962
+ | Changed tag-pattern methods to support runtime inheritance
1963
+ | [a1e3fc29efae]
1964
+ |
1869
1965
  2011-06-20 Michael Granger <ged@FaerieMUD.org>
1870
1966
 
1871
- * README.md:
1872
- Updated README
1873
- [d44d7db1901a]
1874
-
1967
+ o * README.md:
1968
+ | Updated README
1969
+ | [d44d7db1901a]
1970
+ |
1875
1971
  2011-06-20 Mahlon E. Smith <mahlon@martini.nu>
1876
1972
 
1877
- * Rakefile, spec/lib/helpers.rb:
1878
- Updated the deprecated "Rspec" constant to "RSpec".
1879
- [3bb4dbe2439a]
1880
-
1881
- * lib/inversion/exceptions.rb, lib/inversion/template.rb,
1882
- lib/inversion/template/configtag.rb,
1883
- lib/inversion/template/includetag.rb,
1884
- lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1885
- lib/inversion/template/tag.rb,
1886
- spec/inversion/template/includetag_spec.rb,
1887
- spec/inversion/template/node_spec.rb,
1888
- spec/inversion/template/parser_spec.rb,
1889
- spec/inversion/template_spec.rb:
1890
- Added the <?include ...?> tag.
1891
- [bb7a010fc3c9]
1892
-
1973
+ o * Rakefile, spec/lib/helpers.rb:
1974
+ | Updated the deprecated "Rspec" constant to "RSpec".
1975
+ | [3bb4dbe2439a]
1976
+ |
1977
+ o * lib/inversion/exceptions.rb, lib/inversion/template.rb,
1978
+ | lib/inversion/template/configtag.rb,
1979
+ | lib/inversion/template/includetag.rb,
1980
+ | lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1981
+ | lib/inversion/template/tag.rb,
1982
+ | spec/inversion/template/includetag_spec.rb,
1983
+ | spec/inversion/template/node_spec.rb,
1984
+ | spec/inversion/template/parser_spec.rb,
1985
+ | spec/inversion/template_spec.rb:
1986
+ | Added the <?include ...?> tag.
1987
+ | [bb7a010fc3c9]
1988
+ |
1893
1989
  2011-06-17 Mahlon E. Smith <mahlon@martini.nu>
1894
1990
 
1895
- * lib/inversion/template.rb, lib/inversion/template/configtag.rb,
1896
- spec/inversion/template_spec.rb:
1897
- Untaint template contents if read from a file.
1898
- [daab04896e58]
1899
-
1900
- * lib/inversion/template/configtag.rb,
1901
- spec/inversion/template/configtag_spec.rb:
1902
- Forgot to add the config files to the repo! :)
1903
- [390eb0a3a6e4]
1904
-
1905
- * README.md, lib/inversion/mixins.rb, lib/inversion/renderstate.rb,
1906
- lib/inversion/template.rb, lib/inversion/template/node.rb,
1907
- lib/inversion/template/parser.rb,
1908
- spec/inversion/renderstate_spec.rb,
1909
- spec/inversion/template/node_spec.rb,
1910
- spec/inversion/template/parser_spec.rb,
1911
- spec/inversion/template_spec.rb:
1912
- - Added the <?config ?> tag.
1913
- - Changed the config variable 'raise_on_unknown' to
1914
- 'ignore_unknown_tags'.
1915
- - Added options to the renderstate and parserstate, so the config tag
1916
- can override.
1917
- - Added #on_append to the Node class, so nodes have an opportunity to
1918
- modify the parse state as they are being parsed.
1919
- [cacdac743e2f]
1920
-
1991
+ o * lib/inversion/template.rb, lib/inversion/template/configtag.rb,
1992
+ | spec/inversion/template_spec.rb:
1993
+ | Untaint template contents if read from a file.
1994
+ | [daab04896e58]
1995
+ |
1996
+ o * lib/inversion/template/configtag.rb,
1997
+ | spec/inversion/template/configtag_spec.rb:
1998
+ | Forgot to add the config files to the repo! :)
1999
+ | [390eb0a3a6e4]
2000
+ |
2001
+ o * README.md, lib/inversion/mixins.rb, lib/inversion/renderstate.rb,
2002
+ | lib/inversion/template.rb, lib/inversion/template/node.rb,
2003
+ | lib/inversion/template/parser.rb,
2004
+ | spec/inversion/renderstate_spec.rb,
2005
+ | spec/inversion/template/node_spec.rb,
2006
+ | spec/inversion/template/parser_spec.rb,
2007
+ | spec/inversion/template_spec.rb:
2008
+ | - Added the <?config ?> tag.
2009
+ | - Changed the config variable 'raise_on_unknown' to
2010
+ | 'ignore_unknown_tags'.
2011
+ | - Added options to the renderstate and parserstate, so the config tag
2012
+ | can override.
2013
+ | - Added #on_append to the Node class, so nodes have an opportunity to
2014
+ | modify the parse state as they are being parsed.
2015
+ | [cacdac743e2f]
2016
+ |
1921
2017
  2011-06-15 Michael Granger <ged@FaerieMUD.org>
1922
2018
 
1923
- * lib/inversion/exceptions.rb, lib/inversion/template.rb,
1924
- spec/inversion/template_spec.rb:
1925
- Adding configurable exception-handling to the render phase
1926
- [f336e4928b34]
1927
-
1928
- * lib/inversion/template/parser.rb:
1929
- Fixing bug in construction of trailing text node in
1930
- Inversion::Template::Parser
1931
- [1eba061a9a82]
1932
-
1933
- * lib/inversion/renderstate.rb, spec/inversion/renderstate_spec.rb:
1934
- Use Object#clone instead of #dup to preserve frozen-ness and
1935
- singleton methods on attribute objects
1936
- [9020a2fc1db5]
1937
-
1938
- * lib/inversion/template/commenttag.rb,
1939
- spec/inversion/template/commenttag_spec.rb:
1940
- Adding a comment tag
1941
- [9259443da186]
1942
-
1943
- * lib/inversion/template/node.rb:
1944
- Added linnum and colnum readers to Inversion::Template::Node
1945
- [e35d429943ca]
1946
-
1947
- * spec/inversion/template/fortag_spec.rb:
1948
- Aesthetic naming fix
1949
- [0b6afb5de2bf]
1950
-
1951
- * lib/inversion/renderstate.rb, lib/inversion/template.rb,
1952
- lib/inversion/template/attrtag.rb,
1953
- lib/inversion/template/calltag.rb, lib/inversion/template/fortag.rb,
1954
- lib/inversion/template/node.rb, spec/inversion/renderstate_spec.rb,
1955
- spec/inversion/template/calltag_spec.rb.orig,
1956
- spec/inversion/template/fortag_spec.rb,
1957
- spec/inversion/template_spec.rb:
1958
- Adding state to nodes, for attribute overlay
1959
- [d5a4256b2252]
1960
-
2019
+ o * lib/inversion/exceptions.rb, lib/inversion/template.rb,
2020
+ | spec/inversion/template_spec.rb:
2021
+ | Adding configurable exception-handling to the render phase
2022
+ | [f336e4928b34]
2023
+ |
2024
+ o * lib/inversion/template/parser.rb:
2025
+ | Fixing bug in construction of trailing text node in
2026
+ | Inversion::Template::Parser
2027
+ | [1eba061a9a82]
2028
+ |
2029
+ o * lib/inversion/renderstate.rb, spec/inversion/renderstate_spec.rb:
2030
+ | Use Object#clone instead of #dup to preserve frozen-ness and
2031
+ | singleton methods on attribute objects
2032
+ | [9020a2fc1db5]
2033
+ |
2034
+ o * lib/inversion/template/commenttag.rb,
2035
+ | spec/inversion/template/commenttag_spec.rb:
2036
+ | Adding a comment tag
2037
+ | [9259443da186]
2038
+ |
2039
+ o * lib/inversion/template/node.rb:
2040
+ | Added linnum and colnum readers to Inversion::Template::Node
2041
+ | [e35d429943ca]
2042
+ |
2043
+ o * spec/inversion/template/fortag_spec.rb:
2044
+ | Aesthetic naming fix
2045
+ | [0b6afb5de2bf]
2046
+ |
2047
+ o * lib/inversion/renderstate.rb, lib/inversion/template.rb,
2048
+ | lib/inversion/template/attrtag.rb,
2049
+ | lib/inversion/template/calltag.rb, lib/inversion/template/fortag.rb,
2050
+ | lib/inversion/template/node.rb, spec/inversion/renderstate_spec.rb,
2051
+ | spec/inversion/template/calltag_spec.rb.orig,
2052
+ | spec/inversion/template/fortag_spec.rb,
2053
+ | spec/inversion/template_spec.rb:
2054
+ | Adding state to nodes, for attribute overlay
2055
+ | [d5a4256b2252]
2056
+ |
1961
2057
  2011-06-08 Mahlon E. Smith <mahlon@martini.nu>
1962
2058
 
1963
- * .hgignore, lib/inversion/template.rb,
1964
- lib/inversion/template/attrtag.rb,
1965
- lib/inversion/template/calltag.rb,
1966
- lib/inversion/template/codetag.rb, lib/inversion/template/fortag.rb,
1967
- lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1968
- lib/inversion/template/tag.rb, lib/inversion/template/textnode.rb,
1969
- spec/inversion/template/node_spec.rb,
1970
- spec/inversion/template/parser_spec.rb,
1971
- spec/inversion/template/tag_spec.rb,
1972
- spec/inversion/template_spec.rb:
1973
- Add parse state information to tag objects for improved error
1974
- reporting. (Line numbers, column number, file name.)
1975
- [6cb1f242e538]
1976
-
2059
+ o * .hgignore, lib/inversion/template.rb,
2060
+ | lib/inversion/template/attrtag.rb,
2061
+ | lib/inversion/template/calltag.rb,
2062
+ | lib/inversion/template/codetag.rb, lib/inversion/template/fortag.rb,
2063
+ | lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
2064
+ | lib/inversion/template/tag.rb, lib/inversion/template/textnode.rb,
2065
+ | spec/inversion/template/node_spec.rb,
2066
+ | spec/inversion/template/parser_spec.rb,
2067
+ | spec/inversion/template/tag_spec.rb,
2068
+ | spec/inversion/template_spec.rb:
2069
+ | Add parse state information to tag objects for improved error
2070
+ | reporting. (Line numbers, column number, file name.)
2071
+ | [6cb1f242e538]
2072
+ |
1977
2073
  2011-06-03 Mahlon E. Smith <mahlon@martini.nu>
1978
2074
 
1979
- * README.md, lib/inversion/mixins.rb, lib/inversion/template.rb,
1980
- lib/inversion/template/containertag.rb,
1981
- lib/inversion/template/endtag.rb, lib/inversion/template/fortag.rb,
1982
- lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
1983
- lib/inversion/template/tag.rb,
1984
- spec/inversion/template/containertag_spec.rb,
1985
- spec/inversion/template/node_spec.rb,
1986
- spec/inversion/template/parser_spec.rb:
1987
- Add scoping to the template parser.
1988
- [eca7f0156079]
1989
-
2075
+ o * README.md, lib/inversion/mixins.rb, lib/inversion/template.rb,
2076
+ | lib/inversion/template/containertag.rb,
2077
+ | lib/inversion/template/endtag.rb, lib/inversion/template/fortag.rb,
2078
+ | lib/inversion/template/node.rb, lib/inversion/template/parser.rb,
2079
+ | lib/inversion/template/tag.rb,
2080
+ | spec/inversion/template/containertag_spec.rb,
2081
+ | spec/inversion/template/node_spec.rb,
2082
+ | spec/inversion/template/parser_spec.rb:
2083
+ | Add scoping to the template parser.
2084
+ | [eca7f0156079]
2085
+ |
1990
2086
  2011-06-01 Mahlon E. Smith <mahlon@martini.nu>
1991
2087
 
1992
- * lib/inversion/template/fortag.rb,
1993
- spec/inversion/template/fortag_spec.rb:
1994
- Adding initial implementation of the "for" tag
1995
- [618d9df5f550]
1996
-
2088
+ o * lib/inversion/template/fortag.rb,
2089
+ | spec/inversion/template/fortag_spec.rb:
2090
+ | Adding initial implementation of the "for" tag
2091
+ | [618d9df5f550]
2092
+ |
1997
2093
  2011-05-27 Mahlon E. Smith <mahlon@martini.nu>
1998
2094
 
1999
- * lib/inversion/monkeypatches.rb, lib/inversion/template/codetag.rb,
2000
- spec/inversion/monkeypatches_spec.rb:
2001
- Splitting out monkeypatches into a separate file
2002
- [6ac7016be589]
2003
-
2004
- * Rakefile, lib/inversion/template/calltag.rb,
2005
- lib/inversion/template/codetag.rb,
2006
- spec/inversion/template/calltag_spec.rb:
2007
- Adding 'call' tag parsing and evaluation
2008
- [9d22efa61e28]
2009
-
2095
+ o * lib/inversion/monkeypatches.rb, lib/inversion/template/codetag.rb,
2096
+ | spec/inversion/monkeypatches_spec.rb:
2097
+ | Splitting out monkeypatches into a separate file
2098
+ | [6ac7016be589]
2099
+ |
2100
+ o * Rakefile, lib/inversion/template/calltag.rb,
2101
+ | lib/inversion/template/codetag.rb,
2102
+ | spec/inversion/template/calltag_spec.rb:
2103
+ | Adding 'call' tag parsing and evaluation
2104
+ | [9d22efa61e28]
2105
+ |
2010
2106
  2011-05-11 Michael Granger <ged@FaerieMUD.org>
2011
2107
 
2012
- * .rvmrc, README.md, lib/inversion.rb, lib/inversion/template.rb,
2013
- lib/inversion/template/attrtag.rb,
2014
- lib/inversion/template/codetag.rb, lib/inversion/template/node.rb,
2015
- lib/inversion/template/parser.rb, lib/inversion/template/tag.rb,
2016
- lib/inversion/template/textnode.rb,
2017
- spec/inversion/template/attrtag_spec.rb,
2018
- spec/inversion/template/node_spec.rb,
2019
- spec/inversion/template/tag_spec.rb,
2020
- spec/inversion/template/textnode_spec.rb,
2021
- spec/inversion/template_spec.rb:
2022
- More work:
2023
- * Reworked the README to introduce what Inversion *is* first, rather
2024
- than starting off by explaining what it's *not*. Also: funny
2025
- examples.
2026
- * Added Configurability support.
2027
- * Added output-comment debugging.
2028
- [e82a185289d3]
2029
-
2108
+ o * .rvmrc, README.md, lib/inversion.rb, lib/inversion/template.rb,
2109
+ | lib/inversion/template/attrtag.rb,
2110
+ | lib/inversion/template/codetag.rb, lib/inversion/template/node.rb,
2111
+ | lib/inversion/template/parser.rb, lib/inversion/template/tag.rb,
2112
+ | lib/inversion/template/textnode.rb,
2113
+ | spec/inversion/template/attrtag_spec.rb,
2114
+ | spec/inversion/template/node_spec.rb,
2115
+ | spec/inversion/template/tag_spec.rb,
2116
+ | spec/inversion/template/textnode_spec.rb,
2117
+ | spec/inversion/template_spec.rb:
2118
+ | More work:
2119
+ | * Reworked the README to introduce what Inversion *is* first, rather
2120
+ | than starting off by explaining what it's *not*. Also: funny
2121
+ | examples.
2122
+ | * Added Configurability support.
2123
+ | * Added output-comment debugging.
2124
+ | [e82a185289d3]
2125
+ |
2030
2126
  2011-04-27 Michael Granger <ged@FaerieMUD.org>
2031
2127
 
2032
- * lib/inversion/template/attrtag.rb,
2033
- spec/inversion/template/attrtag_spec.rb:
2034
- Got attribute rendering working.
2035
- [94ec90e08413]
2036
-
2037
- * README.md:
2038
- Adding some tentative tag ideas to the README
2039
- [ee74ef4f58f0]
2040
-
2128
+ o * lib/inversion/template/attrtag.rb,
2129
+ | spec/inversion/template/attrtag_spec.rb:
2130
+ | Got attribute rendering working.
2131
+ | [94ec90e08413]
2132
+ |
2133
+ o * README.md:
2134
+ | Adding some tentative tag ideas to the README
2135
+ | [ee74ef4f58f0]
2136
+ |
2041
2137
  2011-04-15 Michael Granger <ged@FaerieMUD.org>
2042
2138
 
2043
- * README.md, Rakefile, experiments/dumptemplate.rb,
2044
- lib/inversion/template.rb, lib/inversion/template/parser.rb,
2045
- lib/inversion/template/textnode.rb,
2046
- spec/inversion/template/parser_spec.rb,
2047
- spec/inversion/template_spec.rb:
2048
- New features:
2049
- * Inversion::Template:
2050
- - Added a ::load method for loading template by path.
2051
- * Inversion::Template::Parser:
2052
- - Added options
2053
- - Added option for raising an exception on an unknown tag
2054
- * Renamed TextNode#source to #body for consistency
2055
- * Added the beginnings of a command-line utility for dumping the node
2056
- tree of a template
2057
- [3ced66ae330d]
2058
-
2139
+ o * README.md, Rakefile, experiments/dumptemplate.rb,
2140
+ | lib/inversion/template.rb, lib/inversion/template/parser.rb,
2141
+ | lib/inversion/template/textnode.rb,
2142
+ | spec/inversion/template/parser_spec.rb,
2143
+ | spec/inversion/template_spec.rb:
2144
+ | New features:
2145
+ | * Inversion::Template:
2146
+ | - Added a ::load method for loading template by path.
2147
+ | * Inversion::Template::Parser:
2148
+ | - Added options
2149
+ | - Added option for raising an exception on an unknown tag
2150
+ | * Renamed TextNode#source to #body for consistency
2151
+ | * Added the beginnings of a command-line utility for dumping the node
2152
+ | tree of a template
2153
+ | [3ced66ae330d]
2154
+ |
2059
2155
  2011-04-13 Michael Granger <ged@FaerieMUD.org>
2060
2156
 
2061
- * experiments/custom_enumerator.rb, experiments/pi_to_methods.rb,
2062
- lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
2063
- lib/inversion/template/calltag.rb,
2064
- lib/inversion/template/codetag.rb, lib/inversion/template/node.rb,
2065
- lib/inversion/template/textnode.rb, spec/inversion/template_spec.rb:
2066
- Added rendering, template attributes, attribute accessors
2067
- [1ad1e0c91065]
2068
-
2157
+ o * experiments/custom_enumerator.rb, experiments/pi_to_methods.rb,
2158
+ | lib/inversion/template.rb, lib/inversion/template/attrtag.rb,
2159
+ | lib/inversion/template/calltag.rb,
2160
+ | lib/inversion/template/codetag.rb, lib/inversion/template/node.rb,
2161
+ | lib/inversion/template/textnode.rb, spec/inversion/template_spec.rb:
2162
+ | Added rendering, template attributes, attribute accessors
2163
+ | [1ad1e0c91065]
2164
+ |
2069
2165
  2011-04-12 Michael Granger <ged@FaerieMUD.org>
2070
2166
 
2071
- * README.md:
2072
- Adding Mahlon to the copyright statement in the README
2073
- [7753d3c9b470]
2074
-
2075
- * README.md, Rakefile:
2076
- Merged with dc16cc877dfc, updated README
2077
- [0fdf3122bf7c]
2078
-
2079
- * README.md, experiments/erb_scope_bleed.rb:
2080
- Fleshing out the README, adding scope-bleedover example
2081
- [f44b597af8bd]
2082
-
2083
- * lib/inversion.rb:
2084
- Removing checked-in revision value
2085
- [773feca505b8]
2086
-
2167
+ o * README.md:
2168
+ | Adding Mahlon to the copyright statement in the README
2169
+ | [7753d3c9b470]
2170
+ |
2171
+ o * README.md, Rakefile:
2172
+ |\ Merged with dc16cc877dfc, updated README
2173
+ | | [0fdf3122bf7c]
2174
+ | |
2175
+ | o * README.md, experiments/erb_scope_bleed.rb:
2176
+ | | Fleshing out the README, adding scope-bleedover example
2177
+ | | [f44b597af8bd]
2178
+ | |
2179
+ | o * lib/inversion.rb:
2180
+ | | Removing checked-in revision value
2181
+ | | [773feca505b8]
2182
+ | |
2087
2183
  2011-04-06 Michael Granger <ged@FaerieMUD.org>
2088
2184
 
2089
- * .irbrc, Rakefile, experiments/ripper_spike.rb, lib/inversion.rb,
2090
- lib/inversion/exceptions.rb, lib/inversion/mixins.rb,
2091
- lib/inversion/template.rb, lib/inversion/template/attr_tag.rb,
2092
- lib/inversion/template/attrtag.rb,
2093
- lib/inversion/template/calltag.rb,
2094
- lib/inversion/template/codetag.rb, lib/inversion/template/node.rb,
2095
- lib/inversion/template/parser.rb, lib/inversion/template/tag.rb,
2096
- lib/inversion/template/textnode.rb, lib/inversion/utils.rb,
2097
- spec/inversion/template/attr_tag_spec.rb,
2098
- spec/inversion/template/attrtag_spec.rb,
2099
- spec/inversion/template/calltag_spec.rb,
2100
- spec/inversion/template/codetag_spec.rb,
2101
- spec/inversion/template/node_spec.rb,
2102
- spec/inversion/template/parser_spec.rb,
2103
- spec/inversion/template/tag_spec.rb,
2104
- spec/inversion/template/textnode_spec.rb,
2105
- spec/inversion/template_spec.rb, spec/inversion_spec.rb,
2106
- spec/lib/constants.rb, spec/lib/helpers.rb:
2107
- Adding parsed tag bodies.
2108
- [dc16cc877dfc]
2109
-
2185
+ o | * .irbrc, Rakefile, experiments/ripper_spike.rb, lib/inversion.rb,
2186
+ | | lib/inversion/exceptions.rb, lib/inversion/mixins.rb,
2187
+ | | lib/inversion/template.rb, lib/inversion/template/attr_tag.rb,
2188
+ | | lib/inversion/template/attrtag.rb,
2189
+ | | lib/inversion/template/calltag.rb,
2190
+ | | lib/inversion/template/codetag.rb, lib/inversion/template/node.rb,
2191
+ | | lib/inversion/template/parser.rb, lib/inversion/template/tag.rb,
2192
+ | | lib/inversion/template/textnode.rb, lib/inversion/utils.rb,
2193
+ | | spec/inversion/template/attr_tag_spec.rb,
2194
+ | | spec/inversion/template/attrtag_spec.rb,
2195
+ | | spec/inversion/template/calltag_spec.rb,
2196
+ | | spec/inversion/template/codetag_spec.rb,
2197
+ | | spec/inversion/template/node_spec.rb,
2198
+ | | spec/inversion/template/parser_spec.rb,
2199
+ | | spec/inversion/template/tag_spec.rb,
2200
+ | | spec/inversion/template/textnode_spec.rb,
2201
+ | | spec/inversion/template_spec.rb, spec/inversion_spec.rb,
2202
+ | | spec/lib/constants.rb, spec/lib/helpers.rb:
2203
+ | | Adding parsed tag bodies.
2204
+ | | [dc16cc877dfc]
2205
+ | |
2110
2206
  2011-03-18 Michael Granger <ged@FaerieMUD.org>
2111
2207
 
2112
- * Merging with b50fef00621b
2113
- [861b21a30656]
2114
-
2115
- * lib/inversion.rb:
2116
- Clearing Revision tag
2117
- [cdacb5f98f93]
2118
-
2208
+ o | * Merging with b50fef00621b
2209
+ |\ \ [861b21a30656]
2210
+ | | |
2211
+ | o | * lib/inversion.rb:
2212
+ | |/ Clearing Revision tag
2213
+ | | [cdacb5f98f93]
2214
+ | |
2119
2215
  2011-02-07 Mahlon E. Smith <mahlon@martini.nu>
2120
2216
 
2121
- * lib/inversion/template.rb, lib/inversion/template/attr_tag.rb,
2122
- lib/inversion/template/tag.rb,
2123
- spec/inversion/template/attr_tag_spec.rb,
2124
- spec/inversion/template/tag_spec.rb,
2125
- spec/inversion/template_spec.rb:
2126
- Checkpoint, fleshing out Tags.
2127
- [4a4fc3f1dc14]
2128
-
2129
- * lib/inversion.rb, lib/inversion/template.rb,
2130
- spec/inversion/template_spec.rb, spec/inversion_spec.rb:
2131
- Totally awesome templating system DONE. Now: profit!
2132
- [b50fef00621b]
2133
-
2217
+ o | * lib/inversion/template.rb, lib/inversion/template/attr_tag.rb,
2218
+ |/ lib/inversion/template/tag.rb,
2219
+ | spec/inversion/template/attr_tag_spec.rb,
2220
+ | spec/inversion/template/tag_spec.rb,
2221
+ | spec/inversion/template_spec.rb:
2222
+ | Checkpoint, fleshing out Tags.
2223
+ | [4a4fc3f1dc14]
2224
+ |
2225
+ o * lib/inversion.rb, lib/inversion/template.rb,
2226
+ | spec/inversion/template_spec.rb, spec/inversion_spec.rb:
2227
+ | Totally awesome templating system DONE. Now: profit!
2228
+ | [b50fef00621b]
2229
+ |
2134
2230
  2011-02-04 Mahlon E. Smith <mahlon@martini.nu>
2135
2231
 
2136
- * experiments/pi_to_methods.rb, experiments/ripper_spike.rb,
2137
- lib/inversion.rb:
2138
- Added experiments
2139
- [77d6892cd988]
2140
-
2232
+ o * experiments/pi_to_methods.rb, experiments/ripper_spike.rb,
2233
+ | lib/inversion.rb:
2234
+ | Added experiments
2235
+ | [77d6892cd988]
2236
+ |
2141
2237
  2011-02-02 Mahlon E. Smith <mahlon@martini.nu>
2142
2238
 
2143
- * .hgignore, .rvmrc, History.md, Manifest.txt, README.md, Rakefile,
2144
- lib/inversion.rb, spec/inversion_spec.rb:
2145
- Project setup.
2146
- [1020dbbfb52c]
2239
+ o * .hgignore, .rvmrc, History.md, Manifest.txt, README.md, Rakefile,
2240
+ lib/inversion.rb, spec/inversion_spec.rb:
2241
+ Project setup.
2242
+ [1020dbbfb52c]