ramaze 2009.10 → 2010.01

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.mailmap CHANGED
@@ -1,25 +1,27 @@
1
+ Ara T. Howard <ara.t.howard@gmail.com> ahoward <>
2
+
1
3
  <aman@ramaze.net> <aman@tmm1.net>
2
4
  <aman@ramaze.net> <ramaze@tmm1.net>
3
5
 
6
+ TJ Vanderpoel <bougy.man@gmail.com> <bougyman@falcon.(none)>
7
+
4
8
  <clinton.nixon@viget.com> <crnixon@gmail.com>
5
9
 
6
10
  <clive@crous.co.za> <clive@localhost.(none)>
7
11
  <clive@crous.co.za> <clive@pc-clive.(none)>
8
12
  <clive@crous.co.za> <clive@star120.co.za>
9
13
 
10
- <john@oxyliquit.de> <jo@helloit.fi>
14
+ <jonathan.buch@gmail.com> <jo@helloit.fi>
15
+ <jonathan.buch@gmail.com> <john@oxyliquit.de>
11
16
 
12
17
  <lasso@lassoweb.se> <lasso@lasso-laptop.(none)>
13
18
 
14
19
  James Tucker <jftucker@gmail.com> <raggi@mbk.local>
15
20
  James Tucker <jftucker@gmail.com> raggi
16
21
 
22
+ Martin Hilbig <blueonyx@dev-area.net> Martin Hilbig blueonyx@dev-area.net <>
23
+
17
24
  Michael Fellinger <m.fellinger@gmail.com> <m.fellinger@gmail.com>
18
25
  Michael Fellinger <m.fellinger@gmail.com> <manveru@sigma.localdomain>
19
26
  Michael Fellinger <m.fellinger@gmail.com> <manveru@weez-int.com>
20
-
21
- # following lines will make git glibc through a double free, it has no handling
22
- # for empty email-addresses yet.
23
- # Michael Fellinger <m.fellinger@gmail.com> Michael Fellinger m.fellinger@gmail.com <>
24
- # Ara T. Howard <ara.t.howard@gmail.com> ahoward <>
25
- # Martin Hilbig <blueonyx@dev-area.net> Martin Hilbig blueonyx@dev-area.net <>
27
+ Michael Fellinger <m.fellinger@gmail.com> Michael Fellinger m.fellinger@gmail.com <>
data/MANIFEST CHANGED
@@ -6,9 +6,11 @@ Rakefile
6
6
  benchmark/bench_templates/bench.rb
7
7
  benchmark/bench_templates/view/large.erb
8
8
  benchmark/bench_templates/view/large.haml
9
+ benchmark/bench_templates/view/large.lok
9
10
  benchmark/bench_templates/view/large.xhtml
10
11
  benchmark/bench_templates/view/small.erb
11
12
  benchmark/bench_templates/view/small.haml
13
+ benchmark/bench_templates/view/small.lok
12
14
  benchmark/bench_templates/view/small.xhtml
13
15
  benchmark/results.txt
14
16
  benchmark/run.rb
@@ -177,6 +179,7 @@ examples/templates/template_ezamar.rb
177
179
  examples/templates/template_haml.rb
178
180
  examples/templates/template_liquid.rb
179
181
  examples/templates/template_markaby.rb
182
+ examples/templates/template_mustache.rb
180
183
  examples/templates/template_nagoro.rb
181
184
  examples/templates/template_redcloth.rb
182
185
  examples/templates/template_remarkably.rb
@@ -184,6 +187,7 @@ examples/templates/template_tenjin.rb
184
187
  examples/templates/view/external.haml
185
188
  examples/templates/view/external.liquid
186
189
  examples/templates/view/external.mab
190
+ examples/templates/view/external.mt
187
191
  examples/templates/view/external.nag
188
192
  examples/templates/view/external.redcloth
189
193
  examples/templates/view/external.rem
@@ -335,7 +339,9 @@ lib/ramaze/view/gestalt.rb
335
339
  lib/ramaze/view/haml.rb
336
340
  lib/ramaze/view/less.rb
337
341
  lib/ramaze/view/liquid.rb
342
+ lib/ramaze/view/lokar.rb
338
343
  lib/ramaze/view/maruku.rb
344
+ lib/ramaze/view/mustache.rb
339
345
  lib/ramaze/view/nagoro.rb
340
346
  lib/ramaze/view/nagoro/render_partial.rb
341
347
  lib/ramaze/view/redcloth.rb
@@ -361,6 +367,7 @@ spec/examples/templates/template_ezamar.rb
361
367
  spec/examples/templates/template_haml.rb
362
368
  spec/examples/templates/template_liquid.rb
363
369
  spec/examples/templates/template_markaby.rb
370
+ spec/examples/templates/template_mustache.rb
364
371
  spec/examples/templates/template_nagoro.rb
365
372
  spec/examples/templates/template_redcloth.rb
366
373
  spec/examples/templates/template_remarkably.rb
@@ -470,6 +477,12 @@ spec/ramaze/view/less/file.css.less
470
477
  spec/ramaze/view/liquid.rb
471
478
  spec/ramaze/view/liquid/external.liquid
472
479
  spec/ramaze/view/liquid/sum.liquid
480
+ spec/ramaze/view/lokar.rb
481
+ spec/ramaze/view/lokar/external.lok
482
+ spec/ramaze/view/lokar/sum.lok
483
+ spec/ramaze/view/mustache.rb
484
+ spec/ramaze/view/mustache/external.mt
485
+ spec/ramaze/view/mustache/sum.mt
473
486
  spec/ramaze/view/nagoro.rb
474
487
  spec/ramaze/view/nagoro/external.nag
475
488
  spec/ramaze/view/nagoro/sum.nag
data/Rakefile CHANGED
@@ -21,35 +21,44 @@ PROJECT_COPYRIGHT = [
21
21
  ]
22
22
 
23
23
  DEPENDENCIES = {
24
- 'innate' => {:version => '= 2009.10'},
24
+ 'innate' => {:version => '= 2010.01'},
25
25
  }
26
26
 
27
27
  DEVELOPMENT_DEPENDENCIES = {
28
- 'RedCloth' => {:version => '~> 4.2.2'},
29
- 'Remarkably' => {:version => '~> 0.5.2', :lib => 'remarkably'},
30
- 'activesupport' => {:version => '~> 2.3.4'},
31
- 'addressable' => {:version => '~> 2.1.0'},
32
- 'bacon' => {:version => '>= 1.1.0'},
33
- 'erector' => {:version => '~> 0.7.0'},
34
- 'erubis' => {:version => '>= 2.6.4'},
35
- 'ezamar' => {:version => '>= 2009.06'},
36
- 'haml' => {:version => '~> 2.2.1'},
37
- 'hpricot' => {:version => '>= 0.8.1'},
38
- 'json' => {:version => '>= 1.1.7'},
39
- 'less' => {:version => '~> 1.1.13'},
40
- 'liquid' => {:version => '~> 2.0.0'},
41
- 'locale' => {:version => '~> 2.0.4'},
42
- 'localmemcache' => {:version => '~> 0.4.1'},
43
- 'maruku' => {:version => '~> 0.6.0'},
44
- 'memcache-client' => {:version => '~> 1.7.4', :lib => 'memcache'},
45
- 'nagoro' => {:version => '>= 2009.05'},
46
- 'rack-contrib' => {:version => '>= 0.9.2', :lib => 'rack/contrib'},
47
- 'rack-test' => {:version => '>= 0.4.0', :lib => 'rack/test'},
48
- 'sequel' => {:version => '= 3.2.0'},
49
- 'slippers' => {:version => '~> 0.0.10'},
50
- 'sqlite3-ruby' => {:version => '~> 1.2.5', :lib => 'sqlite3'},
51
- 'tagz' => {:version => '>= 7.1.0'},
52
- 'tenjin' => {:version => '~> 0.6.1'},
28
+ "RedCloth" => {:version => "4.2.2"},
29
+ "Remarkably" => {:version => "0.5.2", :lib => 'remarkably'},
30
+ "abstract" => {:version => "1.0.0"},
31
+ "activesupport" => {:version => "2.3.5"},
32
+ "addressable" => {:version => "2.1.1"},
33
+ "bacon" => {:version => "1.1.0"},
34
+ "builder" => {:version => "2.1.2"},
35
+ "erector" => {:version => "0.7.2"},
36
+ "erubis" => {:version => "2.6.5"},
37
+ "ezamar" => {:version => "2009.06"},
38
+ "gemcutter" => {:version => "0.3.0"},
39
+ "haml" => {:version => "2.2.16"},
40
+ "hpricot" => {:version => "0.8.2"},
41
+ "json" => {:version => "1.2.0"},
42
+ "less" => {:version => "1.1.13"},
43
+ "liquid" => {:version => "2.0.0"},
44
+ "locale" => {:version => "2.0.5"},
45
+ "localmemcache" => {:version => "0.4.4"},
46
+ "lokar" => {:version => "0.1.0"},
47
+ "maruku" => {:version => "0.6.0"},
48
+ "memcache-client" => {:version => "1.7.7", :lib => 'memcache'},
49
+ "mustache" => {:version => "0.5.1"},
50
+ "mutter" => {:version => "0.5.2"},
51
+ "nagoro" => {:version => "2009.05"},
52
+ "polyglot" => {:version => "0.2.9"},
53
+ "rack" => {:version => "1.1.0"},
54
+ "rack-contrib" => {:version => "0.9.2", :lib => 'rack/contrib'},
55
+ "rack-test" => {:version => "0.5.3", :lib => 'rack/test'},
56
+ "sequel" => {:version => "3.8.0"},
57
+ "slippers" => {:version => "0.0.13"},
58
+ "sqlite3-ruby" => {:version => "1.2.5", :lib => 'sqlite3'},
59
+ "tagz" => {:version => "7.2.3"},
60
+ "tenjin" => {:version => "0.6.1"},
61
+ "treetop" => {:version => "1.4.3"},
53
62
  }
54
63
 
55
64
  GEMSPEC = Gem::Specification.new{|s|
@@ -13,7 +13,7 @@ require 'benchmark'
13
13
  Benchmark.bmbm(20) do |b|
14
14
  n = 500
15
15
  urls = ['/small', '/large']
16
- engines = %w[Etanni Haml ERB]
16
+ engines = %w[Etanni Haml ERB Lokar]
17
17
 
18
18
  urls.each do |url|
19
19
  engines.each do |engine|
@@ -0,0 +1,79 @@
1
+ <html>
2
+ <head>
3
+ <title>
4
+ <?r if @title ?>
5
+ #{@title}
6
+ <?r end ?>
7
+ </title>
8
+ </head>
9
+ <body>
10
+ <h1>
11
+ <?r if @h1 ?>
12
+ #{@h1}
13
+ <?r end ?>
14
+ </h1>
15
+ <div>
16
+ <?r if @v1 ?>
17
+ <?r if @v2 ?>
18
+ <?r if @v3 ?>
19
+ <?r if @v4 ?>
20
+ <?r if @v5 ?>
21
+ <?r if @v6 ?>
22
+ <?r if @v7 ?>
23
+ <?r if @v8 ?>
24
+ <?r if @v9 ?>
25
+ <?r if @v10 ?>
26
+ <?r if @v11 ?>
27
+ <?r if @v12 ?>
28
+ <?r if @v13 ?>
29
+ <?r if @v14 ?>
30
+ <?r if @v15 ?>
31
+ <?r if @v16 ?>
32
+ <?r if @v17 ?>
33
+ <?r if @v18 ?>
34
+ <?r if @v19 ?>
35
+ <?r if @v20 ?>
36
+ <?r if @v21 ?>
37
+ <?r if @v22 ?>
38
+ <?r if @v23 ?>
39
+ <?r if @v24 ?>
40
+ <?r if @v25 ?>
41
+ <?r if @v26 ?>
42
+ <?r if @v27 ?>
43
+ <?r if @v28 ?>
44
+ <?r if @v29 ?>
45
+ <?r if @v30 ?>
46
+ #{stuff}
47
+ <?r end ?>
48
+ <?r end ?>
49
+ <?r end ?>
50
+ <?r end ?>
51
+ <?r end ?>
52
+ <?r end ?>
53
+ <?r end ?>
54
+ <?r end ?>
55
+ <?r end ?>
56
+ <?r end ?>
57
+ <?r end ?>
58
+ <?r end ?>
59
+ <?r end ?>
60
+ <?r end ?>
61
+ <?r end ?>
62
+ <?r end ?>
63
+ <?r end ?>
64
+ <?r end ?>
65
+ <?r end ?>
66
+ <?r end ?>
67
+ <?r end ?>
68
+ <?r end ?>
69
+ <?r end ?>
70
+ <?r end ?>
71
+ <?r end ?>
72
+ <?r end ?>
73
+ <?r end ?>
74
+ <?r end ?>
75
+ <?r end ?>
76
+ <?r end ?>
77
+ </div>
78
+ </body>
79
+ </html>
@@ -0,0 +1,21 @@
1
+ <html>
2
+ <head>
3
+ <title>
4
+ <?r if @title ?>
5
+ #{@title}
6
+ <?r end ?>
7
+ </title>
8
+ </head>
9
+ <body>
10
+ <h1>
11
+ <?r if @h1 ?>
12
+ #{@h1}
13
+ <?r end ?>
14
+ </h1>
15
+ <div>
16
+ <?r if @div ?>
17
+ #{@div}
18
+ <?r end ?>
19
+ </div>
20
+ </body>
21
+ </html>
@@ -1,30 +1,31 @@
1
1
  Following persons have contributed to ramaze.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 2655 Michael Fellinger <m.fellinger@gmail.com>
4
+ 2668 Michael Fellinger <m.fellinger@gmail.com>
5
5
  216 Aman Gupta <aman@ramaze.net>
6
- 87 Jonathan Buch <john@oxyliquit.de>
6
+ 89 Jonathan Buch <jonathan.buch@gmail.com>
7
7
  77 Pistos <gitsomegrace.5.pistos@geoshell.com>
8
- 63 Clive Crous <clive@crous.co.za>
8
+ 69 Clive Crous <clive@crous.co.za>
9
9
  27 Keita Yamaguchi <keita.yamaguchi@gmail.com>
10
10
  20 Ryan Grove <ryan@wonko.com>
11
- 11 TJ Vanderpoel <bougy.man@gmail.com>
11
+ 16 TJ Vanderpoel <bougy.man@gmail.com>
12
12
  11 Wang, Jinjing <nfjinjing@gmail.com>
13
13
  8 Mario Gutierrez <mgutz@mgutz-mbp.local>
14
14
  7 Tadahiko Uehara <kikofx@gmail.com>
15
15
  6 Aki Reijonen <aki.reijonen@gmail.com>
16
+ 6 Antti Tuomi <antti.tuomi@tkk.fi>
16
17
  6 Sam Carr <samcarr@gmail.com>
17
- 5 bougyman <bougyman@falcon.(none)>
18
+ 5 Dmitry Gorbik <socket.h@gmail.com>
18
19
  4 Andreas Karlsson <andreas@proxel.se>
19
20
  4 James Tucker <jftucker@gmail.com>
20
- 3 Antti Tuomi <antti.tuomi@tkk.fi>
21
+ 4 mig <mig@mypeplum.com>
21
22
  3 Chris Duncan <celldee@gmail.com>
22
23
  3 Clinton R. Nixon <clinton.nixon@viget.com>
23
24
  3 Riku Raisaenen <riku@helloit.fi>
25
+ 3 starapor <me@sarahtaraporewalla.com>
24
26
  2 Andrew Farmer <xichekolas@gmail.com>
25
- 2 Jonathan Buch <jonathan.buch@gmail.com>
26
27
  2 Lars Olsson <lasso@lassoweb.se>
27
- 2 starapor <me@sarahtaraporewalla.com>
28
+ 2 Masahiro Nakagawa <repeatedly@gmail.com>
28
29
  2 Yutaka HARA <yutaka.hara+github@gmail.com>
29
30
  1 Aaron Mueller <mail@aaron-mueller.de>
30
31
  1 Ara T. Howard <ara.t.howard@gmail.com>
@@ -32,12 +33,12 @@ Following persons have contributed to ramaze.
32
33
  1 Cheah Chu Yeow <chuyeow@gmail.com>
33
34
  1 Christian Neukirchen <chneukirchen@gmail.com>
34
35
  1 Colin Shea <colin@centuar.(none)>
36
+ 1 Dmitry Gorbik <dmitrygorbik@isengard.local>
35
37
  1 Fabian Buch <fabian.buch@fabian-buch.de>
36
38
  1 Gavin Kistner <gavin@phrogz.net>
37
39
  1 Jean-Francois Chevrette <jfchevrette@iweb.ca>
38
40
  1 Jeremy Evans <code@jeremyevans.net>
39
41
  1 Martin Hilbig <blueonyx@dev-area.net>
40
- 1 Masahiro Nakagawa <repeatedly@gmail.com>
41
42
  1 Matt Rubens <mrubens@goldencookie.localdomain>
42
43
  1 Rob Lievaart <rob@rebeltechnologies.nl>
43
44
  1 sean <sean@sean-t61p.(none)>
@@ -45,3 +46,4 @@ Following persons have contributed to ramaze.
45
46
  1 Victor Luft <victor.luft@ptomato.net>
46
47
  1 Vincent Roy <VincentRoy8@gmail.com>
47
48
  1 Yasushi Abe <yasushi.abe@gmail.com>
49
+ 1 Zoxc <zoxc32@gmail.com>
@@ -1,3 +1,129 @@
1
+ [1e88bb6 | Wed Jan 06 15:58:30 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Version 2010.01
4
+
5
+ [c29407c | Wed Jan 06 15:57:43 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * New version spec
8
+
9
+ [2dbf20e | Wed Jan 06 15:54:58 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
10
+
11
+ * Fix form spec for latest Hpricot
12
+
13
+ [4e5d5b3 | Wed Jan 06 15:27:34 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>
14
+
15
+ * Revert change made by Dmitry Gorbik
16
+
17
+ [23412e5 | Mon Nov 23 16:42:44 UTC 2009] Dmitry Gorbik <dmitrygorbik@isengard.local>
18
+
19
+ * Small form helper fix
20
+
21
+ [4e6d6a1 | Mon Oct 19 08:40:00 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>
22
+
23
+ * Little refactoring
24
+
25
+ [a226b40 | Mon Oct 19 04:24:13 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>
26
+
27
+ * Fixed small bug in haml view
28
+
29
+ [45db6fe | Sun Oct 18 19:07:42 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>
30
+
31
+ * Made Haml cache more efficient
32
+
33
+ [2dd1012 | Tue Jan 05 17:20:57 UTC 2010] Zoxc <zoxc32@gmail.com>
34
+
35
+ * Added support for the Lokar template engine.
36
+
37
+ [d1dc44e | Mon Dec 21 18:35:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
38
+
39
+ * update mailmap
40
+
41
+ [d7dd102 | Mon Dec 21 18:03:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
42
+
43
+ * Seems like git finally got its act together
44
+
45
+ [3a24ddd | Fri Dec 18 03:32:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
46
+
47
+ * Allow absolute external uris for css
48
+
49
+ [1f83803 | Thu Nov 19 03:49:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
50
+
51
+ * Fix mustache engine for 1.8
52
+
53
+ [79ddac2 | Thu Nov 19 03:34:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
54
+
55
+ * Spell out requires of snippets
56
+
57
+ [67eb0aa | Mon Nov 16 17:14:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
58
+
59
+ * Nicer require
60
+
61
+ [8e72903 | Wed Nov 04 11:51:49 UTC 2009] mig <mig@mypeplum.com>
62
+
63
+ * Revert "Add imap_auth.rb in examples/misc/"
64
+
65
+ This reverts commit 8dd2b7860f7f50b5604e9a8333a0c7d01ade1802.
66
+
67
+ [c0a6bbd | Wed Nov 04 11:45:07 UTC 2009] mig <mig@mypeplum.com>
68
+
69
+ * Replace R method with r in markaby view
70
+
71
+ [51f0cc1 | Wed Nov 04 11:41:28 UTC 2009] mig <mig@mypeplum.com>
72
+
73
+ * Replace R method with r in markaby controller
74
+
75
+ [e4ec45d | Wed Oct 21 12:17:28 UTC 2009] mig <mig@mypeplum.com>
76
+
77
+ * Add imap_auth.rb in examples/misc/
78
+
79
+ [d29bafe | Sun Oct 18 15:46:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
80
+
81
+ * Fix logic error in project creator
82
+
83
+ [1cc16ac | Sun Oct 18 06:13:06 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>
84
+
85
+ * form_checkbox_tag added for working with multiple checkboxes
86
+
87
+ [0ad9c9c | Sun Oct 18 08:54:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
88
+
89
+ * Make the ProjectCreator code a bit more readable
90
+
91
+ [02a9609 | Sat Oct 17 08:51:29 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>
92
+
93
+ * Rails-like output for project generator
94
+
95
+ [6ab8b38 | Sat Oct 17 10:40:23 UTC 2009] Masahiro Nakagawa <repeatedly@gmail.com>
96
+
97
+ * Add Mustache template engine
98
+
99
+ [2398699 | Sun Oct 11 07:02:11 UTC 2009] Clive Crous <clive@crous.co.za>
100
+
101
+ * Correct a2 encoding within httpdigest helper to use remotely given uri
102
+
103
+ [903c522 | Sun Oct 11 06:30:44 UTC 2009] Clive Crous <clive@crous.co.za>
104
+
105
+ * reset digest_authorize before each test, I really don't trust digest_authorize completely it does not seem to obey the digest-auth specification correctly
106
+
107
+ [96b2e65 | Sun Oct 11 06:12:39 UTC 2009] Clive Crous <clive@crous.co.za>
108
+
109
+ * Specs should be using digest_authentication not basic (how and when did this happen?)
110
+
111
+ [9683aa5 | Sun Oct 11 05:46:34 UTC 2009] Clive Crous <clive@crous.co.za>
112
+
113
+ * Ensure that authentication request responses for httpdigest do not get cached
114
+
115
+ [de3572b | Sun Oct 11 05:32:40 UTC 2009] Clive Crous <clive@crous.co.za>
116
+
117
+ * Cleanup existing and (re)add a few httpdigest specs
118
+
119
+ [2f62921 | Sun Oct 11 04:37:36 UTC 2009] Clive Crous <clive@crous.co.za>
120
+
121
+ * Ensure that the httpdigest helper always returns challenge headers on authentication failure
122
+
123
+ [f827b63 | Wed Sep 30 05:12:09 UTC 2009] starapor <me@sarahtaraporewalla.com>
124
+
125
+ * adding missing handlers to slippers so that you can customize the error handling
126
+
1
127
  [842d47f | Fri Oct 02 15:09:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2
128
 
3
129
  * Version 2009.10
@@ -446,6 +572,18 @@
446
572
 
447
573
  * spec to check if the link helper works properly with prefix
448
574
 
575
+ [3aeadad | Wed May 20 03:00:37 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>
576
+
577
+ * link helper now should use Ramaze.options.prefix
578
+
579
+ [6dc8f88 | Wed May 20 02:43:01 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>
580
+
581
+ * link helper spec did not set the prefix
582
+
583
+ [1391f90 | Tue May 19 10:45:14 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>
584
+
585
+ * spec to check if the link helper works properly with prefix
586
+
449
587
  [30db1aa | Tue May 19 02:41:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
450
588
 
451
589
  * Minor cleanup