Index: openacs-4/packages/tasks/tasks.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/tasks.info,v
diff -u -r1.10 -r1.11
--- openacs-4/packages/tasks/tasks.info 7 Nov 2005 17:43:19 -0000 1.10
+++ openacs-4/packages/tasks/tasks.info 16 Feb 2006 07:21:32 -0000 1.11
@@ -7,14 +7,14 @@
f
f
-
+
Matthew Geddert
Keep track of tasks to do.
- 2005-11-07
+ 2006-02-15
This package uses project manager tcl and sql as the base for a simple task program without project manager's complexity.
0
-
+
@@ -24,6 +24,7 @@
+
Index: openacs-4/packages/tasks/catalog/tasks.de_DE.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/catalog/tasks.de_DE.ISO-8859-1.xml,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/tasks/catalog/tasks.de_DE.ISO-8859-1.xml 15 Dec 2005 22:55:42 -0000 1.5
+++ openacs-4/packages/tasks/catalog/tasks.de_DE.ISO-8859-1.xml 16 Feb 2006 07:21:32 -0000 1.6
@@ -7,10 +7,9 @@
Einen Task hinzuf�gen f�r
Hinzuf�gen/�ndern
Prozess zuweisen
- Bearbeiter
+ Zust�ndiger
Abbrechen
Abbrechen, nicht l�schen
- Bearbeiter wechseln
Kommentar
Sind Sie sicher das sie %pretty_entries% als erledigt markieren wollen?
Fertig gestellte Aufgabe
@@ -22,7 +21,6 @@
L�schen %task_pretty%
Erledigt
F�llig
- Mitarbeiter
Follow Up Anruf
Follow Up e-Mail
Haben Sie geantwortet?
@@ -55,14 +53,11 @@
Nicht erledigt
Gelegentlich
Notizen
- Organisation
Priorit�t
Prozess
Anders zuweisen
Ausgew�hlte Aufgaben anders zuweisen
Aufgaben anders zuweisen
- Bearbeiter suchen
- Schl�sselwort mit dem nach dem Bearbeiter gesucht wird
Prozess w�hlen:
W�hlen Sie den Benutzer aus der diese Aufgabe bekommen soll
W�hlen Sie den Benutzer aus der diese Aufgabe bekommen soll. Wenn Sie es leer lassen dann wird die Aufgabe Ihnen zugewiesen.
@@ -77,7 +72,6 @@
Der Task <a href="%task_url%">%task%</a> wurde um 7 Tage verz�gert
Der Task <a href="%task_url%">%task%</a> wurde um 7 Tage vorgezogen
Aufgaben
- Aufgabe ist zugewiesen an
Die Aufgaben %task_list% wurden als fertig markiert
Tasks Instanz %package_id%
diese %num_entries% Aufgaben
Index: openacs-4/packages/tasks/lib/tasks.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/lib/tasks.tcl,v
diff -u -r1.20 -r1.21
--- openacs-4/packages/tasks/lib/tasks.tcl 17 Nov 2005 16:04:38 -0000 1.20
+++ openacs-4/packages/tasks/lib/tasks.tcl 16 Feb 2006 07:21:32 -0000 1.21
@@ -237,7 +237,7 @@
default_direction asc
}
assignee {
- label "[_ tasks.Assiggnee]"
+ label "[_ tasks.Assignee]"
orderby_desc "lower(contact__name(t.assignee_id)) desc, t.due_date asc, t.priority, lower(t.title)"
orderby_asc "lower(contact__name(.assignee_id)) asc, t.due_date asc, t.priority, lower(t.title)"
default_direction asc
Index: openacs-4/packages/tasks/www/task.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/www/Attic/task.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/tasks/www/task.adp 26 Oct 2005 18:54:29 -0000 1.2
+++ openacs-4/packages/tasks/www/task.adp 16 Feb 2006 07:21:33 -0000 1.3
@@ -7,5 +7,4 @@
@party_id@
-
Index: openacs-4/packages/tasks/www/task.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/www/Attic/task.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/tasks/www/task.tcl 16 Nov 2005 14:36:03 -0000 1.8
+++ openacs-4/packages/tasks/www/task.tcl 16 Feb 2006 07:21:33 -0000 1.9
@@ -118,26 +118,20 @@
}
}
+set params [split [parameter::get -parameter DefaultTasks -default ""] ";"]
+set opts [list [list "" ""]]
+foreach param $params {
+ lappend opts [list [_ $param] [_ $param]]
+}
+
ad_form -extend -name add_edit \
-cancel_url $return_url \
-cancel_label "[_ tasks.Cancel]" \
-edit_buttons $edit_buttons \
-form {
{task_prescribed:text(select),optional
{label "[_ tasks.Standard_Task]"}
- {options {
- {{} {}}
- {{[_ tasks.lt_Delete_from_Recruitin]} {[_ tasks.lt_Delete_from_Recruitin]}}
- {{[_ tasks.Follow_Up_Call]} {[_ tasks.Follow_Up_Call]}}
- {{[_ tasks.Follow_Up_Email]} {[_ tasks.Follow_Up_Email]}}
- {{[_ tasks.Have_they_responded]} {[_ tasks.Have_they_responded]}}
- {{[_ tasks.lt_Provide_Promotional_I]} {[_ tasks.lt_Provide_Promotional_I]}}
- {{[_ tasks.Send_Letter]} {[_ tasks.Send_Letter]}}
- {{[_ tasks.Send_Birthday_Card]} {[_ tasks.Send_Birthday_Card]}}
- {{[_ tasks.Send_Class_Schedule]} {[_ tasks.Send_Class_Schedule]}}
- {{[_ tasks.lt_Send_Personal_NoteLet]} {[_ tasks.lt_Send_Personal_NoteLet]}}
- {{[_ tasks.Send_Web_Info_Card]} {[_ tasks.Send_Web_Info_Card]}}
- }}
+ {options $opts}
}
{task:text(text),optional