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