- @ec_search_widget@ |
+ @ec_search_widget;noquote@ |
[ Order a Gift Certificate ]
Index: openacs-4/packages/general-comments/www/view-comment.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/view-comment.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/general-comments/www/view-comment.adp 22 May 2003 14:58:48 -0000 1.6
+++ openacs-4/packages/general-comments/www/view-comment.adp 21 Sep 2003 22:17:41 -0000 1.7
@@ -11,7 +11,7 @@
@title@
-@html_content@
+@html_content;noquote@
Index: openacs-4/packages/glossary/www/term.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/term.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/glossary/www/term.adp 22 May 2003 15:00:20 -0000 1.4
+++ openacs-4/packages/glossary/www/term.adp 21 Sep 2003 22:19:12 -0000 1.5
@@ -38,7 +38,7 @@
Definition:
-@html_definition@
+@html_definition;noquote@
@@ -54,11 +54,11 @@
-@comment_link@
+@comment_link;noquote@
-@comments@
+@comments;noquote@
Index: openacs-4/packages/lars-blogger/www/entry-chunk.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-chunk.adp,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/lars-blogger/www/entry-chunk.adp 18 Sep 2003 20:07:17 -0000 1.8
+++ openacs-4/packages/lars-blogger/www/entry-chunk.adp 21 Sep 2003 22:17:23 -0000 1.9
@@ -59,7 +59,7 @@
Comments
- @comments_html@
+ @comments_html;noquote@
Add comment
Index: openacs-4/packages/lars-blogger/www/entry-chunk.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-chunk.tcl,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/lars-blogger/www/entry-chunk.tcl 28 Aug 2003 09:41:55 -0000 1.6
+++ openacs-4/packages/lars-blogger/www/entry-chunk.tcl 21 Sep 2003 22:17:23 -0000 1.7
@@ -25,8 +25,6 @@
set show_poster_p [ad_parameter "ShowPosterP" "" "1"]
-set blog(title) [ad_quotehtml $blog(title)]
-
# LARS:
# Not sure we should do the ns_adp_parse thing here, but heck, why not
# It should be safe, given the security checks
Index: openacs-4/packages/lars-blogger/www/entry-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-edit.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/lars-blogger/www/entry-edit.adp 28 Aug 2003 09:41:55 -0000 1.2
+++ openacs-4/packages/lars-blogger/www/entry-edit.adp 21 Sep 2003 22:17:23 -0000 1.3
@@ -5,7 +5,7 @@
Index: openacs-4/packages/lars-blogger/www/entry-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-edit.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/lars-blogger/www/entry-edit.tcl 28 Aug 2003 09:41:55 -0000 1.2
+++ openacs-4/packages/lars-blogger/www/entry-edit.tcl 21 Sep 2003 22:17:23 -0000 1.3
@@ -29,7 +29,6 @@
set package_id [ad_conn package_id]
set today [db_string today { *SQL* }]
-set today_html [ad_quotehtml $today]
form create entry -cancel_url [ad_decode $return_url "" "." $return_url]
Index: openacs-4/packages/lars-blogger/www/admin/entry-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/admin/Attic/entry-edit.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/lars-blogger/www/admin/entry-edit.adp 22 May 2003 15:01:34 -0000 1.3
+++ openacs-4/packages/lars-blogger/www/admin/entry-edit.adp 21 Sep 2003 22:17:23 -0000 1.4
@@ -5,7 +5,7 @@
Index: openacs-4/packages/lars-blogger/www/admin/entry-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/admin/Attic/entry-edit.tcl,v
diff -u -r1.20 -r1.21
--- openacs-4/packages/lars-blogger/www/admin/entry-edit.tcl 13 Mar 2003 14:31:02 -0000 1.20
+++ openacs-4/packages/lars-blogger/www/admin/entry-edit.tcl 21 Sep 2003 22:17:23 -0000 1.21
@@ -9,7 +9,6 @@
}
set today [db_string today {}]
-set today_html [ad_quotehtml $today]
form create entry -cancel_url [ad_decode $return_url "" "../" $return_url]
Index: openacs-4/packages/notes/www/add-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/add-edit.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/notes/www/add-edit.adp 22 May 2003 15:04:24 -0000 1.3
+++ openacs-4/packages/notes/www/add-edit.adp 21 Sep 2003 22:16:52 -0000 1.4
@@ -1,5 +1,5 @@
-@title;noquote@
+@title@
@context;noquote@
Index: openacs-4/packages/notes/www/add-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/add-edit.tcl,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/notes/www/add-edit.tcl 16 Jan 2003 13:51:28 -0000 1.6
+++ openacs-4/packages/notes/www/add-edit.tcl 21 Sep 2003 22:16:52 -0000 1.7
@@ -88,6 +88,4 @@
ad_returnredirect "./"
}
-set title [ad_quotehtml $title]
-
ad_return_template
Index: openacs-4/packages/notes/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/index.adp,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/notes/www/index.adp 22 May 2003 15:04:24 -0000 1.7
+++ openacs-4/packages/notes/www/index.adp 21 Sep 2003 22:16:52 -0000 1.8
@@ -29,7 +29,7 @@
|
- @notes.body@ |
+ @notes.body;noquote@ |
|
Index: openacs-4/packages/notes/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/index.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/notes/www/index.tcl 11 Sep 2003 07:44:05 -0000 1.4
+++ openacs-4/packages/notes/www/index.tcl 21 Sep 2003 22:16:52 -0000 1.5
@@ -40,7 +40,6 @@
and acs_permission.permission_p(note_id, :user_id, 'read') = 't'
order by creation_date
} {
- set title [ad_quotehtml $title]
set body [ad_text_to_html -- $body]
}
Index: openacs-4/packages/notes/www/view-one.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/view-one.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/notes/www/view-one.adp 22 May 2003 15:04:24 -0000 1.3
+++ openacs-4/packages/notes/www/view-one.adp 21 Sep 2003 22:16:52 -0000 1.4
@@ -2,4 +2,4 @@
@title;noquote@
@context;noquote@
-@body@
\ No newline at end of file
+@body;noquote@
\ No newline at end of file
Index: openacs-4/packages/notes/www/view-one.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/view-one.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/notes/www/view-one.tcl 11 Sep 2003 07:44:05 -0000 1.4
+++ openacs-4/packages/notes/www/view-one.tcl 21 Sep 2003 22:16:52 -0000 1.5
@@ -17,7 +17,6 @@
where note_id = :note_id
}
-set title [ad_quotehtml $title]
set body [ad_text_to_html -- $body]
ad_return_template
Index: openacs-4/packages/site-wide-search/www/search-form.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/site-wide-search/www/search-form.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/site-wide-search/www/search-form.adp 20 Apr 2001 20:51:25 -0000 1.1
+++ openacs-4/packages/site-wide-search/www/search-form.adp 21 Sep 2003 22:16:41 -0000 1.2
@@ -16,7 +16,7 @@