Commit 0e72d726 authored by Frank Bergmann's avatar Frank Bergmann

updated copyright information in all file header

parent 15a907ed
-- /packages/intranet-forum/sql/oracle/intranet-forum-create.sql
--
-- Copyright (c) 2003-2004 Project/Open
--
-- All rights reserved. Please check
-- http://www.project-open.com/license/ for details.
--
-- @author frank.bergmann@project-open.com
----------------------------------------------------------- -----------------------------------------------------------
-- Tasks, Incidents, News and Discussions (TIND) -- Tasks, Incidents, News and Discussions (TIND)
-- --
......
-- /package/intranet-forum/sql/intranet-forum-drop.sql -- /package/intranet-forum/sql/intranet-forum-drop.sql
-- --
-- Removes the filestorage data model from the database -- Copyright (c) 2003-2004 Project/Open
-- --
-- @author Frank Bergmann (fraber@fraber.de) -- All rights reserved. Please check
-- http://www.project-open.com/license/ for details.
-- --
-- @author frank.bergmann@project-open.com
----------------------------------------------------- -----------------------------------------------------
......
# /tcl/intranet-forum.tcl # /packages/intranet-forum/tcl/intranet-forum.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
ad_library { ad_library {
The intranet forum provides a unified aprearance of The intranet forum provides a unified aprearance of
Tasks, Incidents, News & Discussions (TIND) Tasks, Incidents, News & Discussions (TIND)
@author fraber@fraber.de @author frank.bergmann@project-open.com
@creation-date 23 September 2003
} }
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
......
# /www/intranet/forum/forum-action.tcl # /packages/intranet-forum/www/intranet/forum/forum-action.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
ad_page_contract { ad_page_contract {
Purpose: Takes commands from the /intranet/projects/view Purpose: Takes commands from the /intranet/projects/view
...@@ -7,6 +12,8 @@ ad_page_contract { ...@@ -7,6 +12,8 @@ ad_page_contract {
@param return_url the url to return to @param return_url the url to return to
@param group_id group id @param group_id group id
@author frank.bergmann@project-open.com
} { } {
submit submit
action action
......
# /www/intranet/forum/new-system-error.tcl # /packages/intranet-forum/www/intranet/forum/new-system-error.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
ad_page_contract { ad_page_contract {
Creates a new system error from a "Report this error" button. Creates a new system error from a "Report this error" button.
...@@ -11,6 +16,8 @@ ad_page_contract { ...@@ -11,6 +16,8 @@ ad_page_contract {
denial of service attacks by flooding the system with denial of service attacks by flooding the system with
incidents incidents
- We have to route the incidents to - We have to route the incidents to
@author frank.bergmann@project-open.com
} { } {
error_url:trim error_url:trim
error_info:trim error_info:trim
......
# www/intranet-forum/forum/new-tind-2.tcl # /packages/intranet-forum/www/intranet-forum/forum/new-tind-2.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
ad_page_contract { ad_page_contract {
process a new topic form submission process a new topic form submission
@param receive_updates: @param receive_updates:
...@@ -9,8 +15,7 @@ ad_page_contract { ...@@ -9,8 +15,7 @@ ad_page_contract {
@action_type: @action_type:
new_message, edit_message, undefined, reply_message new_message, edit_message, undefined, reply_message
@author fraber@project-open.com @author frank.bergmann@project-open.com
@creation-date 9/2003
} { } {
action_type action_type
{actions ""} {actions ""}
......
# /packages/intranet-forum//www/new-tind.tcl # /packages/intranet-forum//www/new-tind.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
ad_page_contract { ad_page_contract {
Create a new Task, Incident, News or Discussion (TIND) Create a new Task, Incident, News or Discussion (TIND)
@author fraber@project-open.com
@param object_id: Project or Client to refer to @param object_id: Project or Client to refer to
@topic_type: "news", "disussion", "incident" or "task" @topic_type: "news", "disussion", "incident" or "task"
@param display_style: @param display_style:
...@@ -10,7 +14,8 @@ ad_page_contract { ...@@ -10,7 +14,8 @@ ad_page_contract {
thread = complete tree of subjects thread = complete tree of subjects
topic_thread = full topic plus subtopics subjects topic_thread = full topic plus subtopics subjects
full = topic+all subtopics full = topic+all subtopics
@creation-date 9/2003
@author fraber@project-open.com
} { } {
{topic_id:integer 0} {topic_id:integer 0}
{object_id:integer 0} {object_id:integer 0}
......
# /www/intranet/forum/view-tind.tcl # /packages/intranet-forum/www/intranet/forum/view-tind.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
ad_page_contract { ad_page_contract {
Create a new Task, Incident, News or Discussion (TIND) Create a new Task, Incident, News or Discussion (TIND)
@author fraber@project-open.com
@param topic_id: Message to refer to @param topic_id: Message to refer to
@param display_style: @param display_style:
topic = full topic (subject+message), no subtopics topic = full topic (subject+message), no subtopics
thread = complete tree of subjects thread = complete tree of subjects
topic_thread = full topic plus subtopics subjects topic_thread = full topic plus subtopics subjects
full = topic+all subtopics full = topic+all subtopics
@creation-date 9/2003 @author frank.bergmann@project-open.com
} { } {
topic_id:integer topic_id:integer
{display_style "all"} {display_style "all"}
......
# /www/intranet/forum/index.tcl # /packages/intranet-forum/www/intranet/forum/index.tcl
#
# Copyright (C) 2003-2004 Project/Open
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# --------------------------------------------------------------- # ---------------------------------------------------------------
# Page Contract # Page Contract
...@@ -16,8 +21,7 @@ ad_page_contract { ...@@ -16,8 +21,7 @@ ad_page_contract {
@param start_idx the starting index for query @param start_idx the starting index for query
@param how_many how many rows to return @param how_many how many rows to return
@author mbryzek@arsdigita.com @author frank.bergmann@project-open.com
@cvs-id index.tcl,v 3.24.2.9 2000/09/22 01:38:44 kevin Exp
} { } {
{ forum_order_by "Project" } { forum_order_by "Project" }
{ forum_view_name "forum_list_forum" } { forum_view_name "forum_list_forum" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment