@message.subject@
-
Index: openacs-4/packages/forums/lib/message/threads-chunk.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/threads-chunk.tcl,v
diff -u -r1.3.2.5 -r1.3.2.6
--- openacs-4/packages/forums/lib/message/threads-chunk.tcl 22 Nov 2006 10:03:20 -0000 1.3.2.5
+++ openacs-4/packages/forums/lib/message/threads-chunk.tcl 24 Nov 2006 13:22:46 -0000 1.3.2.6
@@ -33,15 +33,15 @@
# 2. User is a moderator or adminsitrator
if {([forum::new_questions_allowed_p -forum_id $forum_id] && ($forum(posting_policy) == "open" || $forum(posting_policy) == "moderated")) || [template::util::is_true $permissions(admin_p)] || [template::util::is_true $permissions(moderate_p)] } {
- lappend actions [_ forums.Post_a_New_Message] [export_vars -base "${base_url}message-post" { forum_id }] {}
+ lappend actions [_ forums.Post_a_New_Message] [export_vars -base "${base_url}message-post" { forum_id }] [_ forums.Post_a_New_Message]
}
if { [template::util::is_true $permissions(admin_p)] } {
- lappend actions [_ forums.Administer] [export_vars -base "admin/forum-edit" { forum_id {return_url [ad_return_url]}}] {}
+ lappend actions [_ forums.Administer] [export_vars -base "admin/forum-edit" { forum_id {return_url [ad_return_url]}}] [_ forums.Administer]
}
if { [template::util::is_true $permissions(moderate_p)] } {
- lappend actions [_ forums.ManageModerate] [export_vars -base "${base_url}moderate/forum" { forum_id }] {}
+ lappend actions [_ forums.ManageModerate] [export_vars -base "${base_url}moderate/forum" { forum_id }] [_ forums.ManageModerate]
}
template::list::create \
@@ -55,6 +55,7 @@
subject {
label "#forums.Subject#"
link_url_col message_url
+ link_html {title "\#forums.goto_thread_subject\#"}
display_template {
@messages.subject@
@messages.subject@
@@ -67,6 +68,7 @@
user_name {
label "#forums.Author#"
link_url_col user_url
+ link_html {title "\#forums.show_history_user_name\#"}
}
n_messages {
label "#forums.Replies#"
Index: openacs-4/packages/forums/www/message-view.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/message-view.adp,v
diff -u -r1.28.2.6 -r1.28.2.7
--- openacs-4/packages/forums/www/message-view.adp 22 Nov 2006 10:03:21 -0000 1.28.2.6
+++ openacs-4/packages/forums/www/message-view.adp 24 Nov 2006 13:22:46 -0000 1.28.2.7
@@ -36,7 +36,7 @@
@notification_chunk;noquote@
@@ -48,13 +48,13 @@
- #forums.Post_a_Reply#
+ #forums.Post_a_Reply#
- #forums.Reply_to_first_post_on_page_label#
+ #forums.Reply_to_first_post_on_page_label#
Index: openacs-4/packages/news/catalog/news.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/catalog/news.en_US.ISO-8859-1.xml,v
diff -u -r1.19.2.4 -r1.19.2.5
--- openacs-4/packages/news/catalog/news.en_US.ISO-8859-1.xml 22 Nov 2006 10:03:23 -0000 1.19.2.4
+++ openacs-4/packages/news/catalog/news.en_US.ISO-8859-1.xml 24 Nov 2006 13:22:46 -0000 1.19.2.5
@@ -112,6 +112,7 @@
Search
Select
Show archived news
+ Show content of %news_items.publish_title%
(show it permanently)
Show live news
Status
Index: openacs-4/packages/news/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/index.adp,v
diff -u -r1.13.2.1 -r1.13.2.2
--- openacs-4/packages/news/www/index.adp 6 Sep 2005 06:11:34 -0000 1.13.2.1
+++ openacs-4/packages/news/www/index.adp 24 Nov 2006 13:22:46 -0000 1.13.2.2
@@ -3,7 +3,7 @@
@title;noquote@
-
+
@@ -24,25 +24,25 @@
@notification_chunk;noquote@
- @news_items.publish_date@: @news_items.publish_title@
+
@news_items.publish_date@: @news_items.publish_title@
@news_items.publish_lead@
- #rss-support.Syndication_Feed# #rss-support.Syndication_Feed#
@pagination_link;noquote@
Index: openacs-4/packages/news/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/index.tcl,v
diff -u -r1.13.2.1 -r1.13.2.2
--- openacs-4/packages/news/www/index.tcl 6 Sep 2005 06:11:34 -0000 1.13.2.1
+++ openacs-4/packages/news/www/index.tcl 24 Nov 2006 13:22:46 -0000 1.13.2.2
@@ -56,7 +56,7 @@
where publish_date < sysdate
and archive_date < sysdate
and package_id = :package_id"]} {
- set view_switch_link "
[_ news.Show_archived_news]"
+ set view_switch_link "
[_ news.Show_archived_news]"
} else {
set view_switch_link ""
}
Index: openacs-4/packages/news-portlet/catalog/news-portlet.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-portlet/catalog/news-portlet.en_US.ISO-8859-1.xml,v
diff -u -r1.14.2.6 -r1.14.2.7
--- openacs-4/packages/news-portlet/catalog/news-portlet.en_US.ISO-8859-1.xml 23 Nov 2006 12:18:21 -0000 1.14.2.6
+++ openacs-4/packages/news-portlet/catalog/news-portlet.en_US.ISO-8859-1.xml 24 Nov 2006 13:22:47 -0000 1.14.2.7
@@ -3,6 +3,7 @@
Add a News Item
News Administration
+
Go to %item_creator% community page
Manage News
News syndication feed
No News
Index: openacs-4/packages/news-portlet/www/summary.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news-portlet/www/summary.adp,v
diff -u -r1.6.2.4 -r1.6.2.5
--- openacs-4/packages/news-portlet/www/summary.adp 22 Nov 2006 10:03:25 -0000 1.6.2.4
+++ openacs-4/packages/news-portlet/www/summary.adp 24 Nov 2006 13:22:47 -0000 1.6.2.5
@@ -4,6 +4,6 @@
@publish_body;noquote@
@more_link;noquote@
-Contributed by @item_creator@
+Contributed by @item_creator@
Index: openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml,v
diff -u -r1.13.2.7 -r1.13.2.8
--- openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml 23 Nov 2006 12:18:21 -0000 1.13.2.7
+++ openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml 24 Nov 2006 13:22:47 -0000 1.13.2.8
@@ -3,10 +3,12 @@
Action
Change
+
Change notification interval for %notifications.object_name%
Contents:
daily
Delivery Method
Frequency
+
Go to %notifications.object_name%
hourly
instant
Item
@@ -33,4 +35,5 @@
Request Notification
SUBJECT:
Unsubscribe
+
Unsubscribe from %notifications.object_name%
Index: openacs-4/packages/notifications/www/manage.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/manage.tcl,v
diff -u -r1.5 -r1.5.2.1
--- openacs-4/packages/notifications/www/manage.tcl 1 Mar 2005 00:01:39 -0000 1.5
+++ openacs-4/packages/notifications/www/manage.tcl 24 Nov 2006 13:22:47 -0000 1.5.2.1
@@ -25,17 +25,19 @@
object_name {
label {[_ notifications.Item]}
link_url_eval {[export_vars -base object-goto { object_id type_id }]}
+ link_html {title "\#notifications.goto_object_name\#"}
}
interval {
label {[_ notifications.Frequency]}
display_template {
@notifications.interval@
- (
\#notifications.Change\#)
+ (
\#notifications.Change\#)
}
}
action {
label {[_ notifications.Action]}
display_template {\#notifications.Unsubscribe\#}
link_url_eval {[export_vars -base request-delete { request_id {return_url [ad_return_url]} }]}
+ link_html {title "\#notifications.Unsubscribe_from_object_name\#"}
}
}