public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
cleanup simpla theme comments include

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2498 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Wed Nov 22 20:14:18 -0800 2006
commit  22f93d28741fe34cfd856af4dbc357bab29c8396
tree    cd7dbbf6d9887c874132beb95b7c40cb07de4ab0
parent  0aa437583ebeb75b85d46ee7bb02e62e5a196b2c
...
1
2
3
4
5
6
7
8
9
...
12
13
14
 
 
 
 
 
 
15
16
17
...
1
2
 
 
 
 
3
4
5
...
8
9
10
11
12
13
14
15
16
17
18
19
0
@@ -1,9 +1,5 @@
0
 * SVN *
0
 
0
-* Fix duplicate tag bug.
0
-
0
-* add Mephisto.root javascript variable in case a mephisto site sets the relative_url_root
0
-
0
 * Allow Modules to use #include_into to dynamically mixin to loaded classes (plugin stuff)
0
 
0
 * Allow custom routes.
0
@@ -12,6 +8,12 @@
0
     map.foo ...
0
   end
0
 
0
+* 0.7.3 *
0
+
0
+* Fix duplicate tag bug.
0
+
0
+* add Mephisto.root javascript variable in case a mephisto site sets the relative_url_root
0
+
0
 * don't sanitize custom anchor text for liquid filters [Jonathan Leighton]
0
 
0
 * Fix nil authorization header bug.
...
18
19
20
21
 
22
23
 
24
25
26
...
18
19
20
 
21
22
 
23
24
25
26
0
@@ -18,9 +18,9 @@
0
 <h3 id="respond">Leave a Reply</h3>
0
 {% commentform %}
0
   <p>{{ form.name }}<label for="author"><small>Name (required)</small></label></p>
0
- <p>{{ form.email }}<label for="email"><small>Mail (will not be published) <?php if ($req) echo "(required)"; ?></small></label></p>
0
+ <p>{{ form.email }}<label for="email"><small>Mail (will not be published)</small></label></p>
0
   <p>{{ form.url }}<label for="url"><small>Website</small></label></p>
0
- <p><textarea name="comment[body]" id="comment" cols="100%" rows="10"></textarea></p>
0
+ <p><textarea name="comment[body]" id="comment" cols="100%" rows="10">{{ submitted.body }}</textarea></p>
0
   <p><input name="submit" type="submit" id="submit" value="Submit Comment" /></p>
0
 {% endcommentform %}
0
 

Comments

    No one has commented yet.