Index: openacs-4/packages/project-manager/catalog/project-manager.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/catalog/project-manager.en_US.ISO-8859-1.xml,v diff -u -r1.33 -r1.34 --- openacs-4/packages/project-manager/catalog/project-manager.en_US.ISO-8859-1.xml 17 Sep 2005 13:03:44 -0000 1.33 +++ openacs-4/packages/project-manager/catalog/project-manager.en_US.ISO-8859-1.xml 19 Sep 2005 16:57:07 -0000 1.34 @@ -46,10 +46,8 @@ Assignments saved Attach a file? Average - back one week back to admin page By deadline - By latest finish Cancel Cancel, do not delete Categories @@ -90,11 +88,11 @@ Dep dependencies Dependency: - Dependency\ + Dependency Dependency types Description Description: - Description\ + Description Description changed Done. Done @@ -112,6 +110,7 @@ Edit a Process Edit assignees Edit categories + Edit multiple tasks Edit Process Edit %project_term% Edit %task_term% @@ -130,7 +129,7 @@ Estimated hours work Fixed-width Text Format: - forward one week + Printer friendly format Go Go back Goal @@ -188,6 +187,7 @@ Add a process %task_term_lower% Add a process %task_term_lower% (assignment) Add a %project_term_lower% + Add new tasks Add %task_term_lower% dependencies Administrator needs to set up logger integration After they have done this, you can go @@ -483,7 +483,6 @@ Projection Projects Projects ongoing - Projects Reports Quantity: Rate Rate @@ -504,7 +503,7 @@ Search: Search Enter a keyword to search for projects. - Search Users or Groups + Search Users Section Select Assigne in this project to send a message Select process: Index: openacs-4/packages/project-manager/lib/task-calendar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/task-calendar.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/project-manager/lib/task-calendar.adp 17 Sep 2005 13:03:45 -0000 1.6 +++ openacs-4/packages/project-manager/lib/task-calendar.adp 19 Sep 2005 16:57:08 -0000 1.7 @@ -1,3 +1,4 @@ + #project-manager.View_options# @@ -6,14 +7,16 @@ #project-manager.By_deadline# + #project-manager.Format_print#

@edit_hidden_vars;noquote@ - + @calendar;noquote@ - + +

#project-manager.View_options#

@@ -39,4 +42,4 @@ - +
Index: openacs-4/packages/project-manager/tcl/calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/tcl/calendar-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/project-manager/tcl/calendar-procs.tcl 15 Sep 2005 19:36:40 -0000 1.8 +++ openacs-4/packages/project-manager/tcl/calendar-procs.tcl 19 Sep 2005 16:57:08 -0000 1.9 @@ -134,7 +134,7 @@ # if this is another row of the same item, just add the name. if {[string equal $last_task_id $task_id]} { - append day_details "
  • , ${font_begin}${full_name}${font_end}
  • " + #append day_details "
  • , ${font_begin}${full_name}${font_end}
  • " } else { # this is the beginning of an item. @@ -155,10 +155,10 @@ } # begin setting up this calendar item - set day_details "

    ${detail_begin}$task_id
    $title${detail_end}

    $project_name
    " - + set day_details "

    ${detail_begin}$title${detail_end} - $project_name" + # only add to the list if we want to see closed tasks - append day_details "

    • ${font_begin}${full_name}${font_end}
    • " + #append day_details "
      • ${font_begin}${full_name}${font_end}
      • " } Index: openacs-4/packages/project-manager/www/task-calendar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/www/task-calendar.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/project-manager/www/task-calendar.adp 30 Jul 2005 00:26:33 -0000 1.4 +++ openacs-4/packages/project-manager/www/task-calendar.adp 19 Sep 2005 16:57:08 -0000 1.5 @@ -1,2 +1,4 @@ - - + + + + Index: openacs-4/packages/project-manager/www/task-calendar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/www/task-calendar.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/project-manager/www/task-calendar.tcl 30 Jul 2005 00:26:33 -0000 1.5 +++ openacs-4/packages/project-manager/www/task-calendar.tcl 19 Sep 2005 16:57:08 -0000 1.6 @@ -15,6 +15,7 @@ {julian_date ""} {hide_closed_p "t"} {display_p "l"} + {format:optional ""} } -properties { title:onevalue context:onevalue