• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file project-manager-notifications-create.sql was initially added on branch oacs-5-0.

file task-procs.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/project-manager/tcl/task-procs.tcl
file task-procs-postgresql.xql was initially added on branch oacs-5-0.

file project-manager-notifications-drop.sql was initially added on branch oacs-5-0.

Hey ... it works!

Updated the info file

Removed unnecessary comment

Removed a broken query

Lumped all the different view-pages' query into one thus drastically slashing the amount of code that looks subtly different but effectively always retrieves calendar items for a particular interval.

    • -0
    • +53
    /openacs-4/packages/calendar/www/views-oracle.xql
    • -0
    • +49
    /openacs-4/packages/calendar/www/views-postgresql.xql
The date format string is constant - it is always the ANSI date format. There is no need to create a variable in TCL and then pass it on as a bind variable to the database. Instead I have hard-wired the format string into the database which means less code and maybe even slightly more efficiency.

Moved cal-item-2-procs stuff into cal-item-procs. i

Moved all procs into calendar::item namespace.

Removed unused queries.

removed unused proc calendar_public_p

removed proc calendar_update which did exactly the same as rename - but wasn't that aptly named

moved calendar_get_name into calendar namespace

removed queries that were duplicated both in tcl and in xql files.

removed obviously unnecessary comments

Removing unused files. The calendar admin interface was completely broken and replaced during the Hamburg bug bash (kudos to Lars). Most of the code in the removed files basically duplicated OpenACS code from somewhere else. Now that calendar is making proper use of OpenACS this stuff is a) not necessary anymore and b) has never worked anyway.

  1. … 3 more files in changeset.
Removed unused queries calendar_create_private.get_user_name,calendar_public_p.check_calendar_permission

Fix bug#1308. Change default mime type to text/enhanced.

file upgrade-1.3-1.5.sql was initially added on branch oacs-5-0.

file upgrade-1.5-1.6.sql was initially added on branch oacs-5-0.

Moved to calendar-2-procs.tcl to calendar-procs.tcl and removed unused procs calendar_make_date, calendar_create_private, calendar_update

Register content types and subfolders for new folders. Fixes bug#1365

Added sample query to index existing items.

Recursive workflows

    • -35
    • +250
    /openacs-4/packages/workflow/tcl/case-procs.tcl
added about-sim pages

    • -0
    • +6
    /openacs-4/packages/simulation/www/simplay/about-sim.adp
    • -0
    • +16
    /openacs-4/packages/simulation/www/simplay/about-sim.tcl
mockup and TODO changes from walkthrough

  1. … 25 more files in changeset.
removing duplicated demo data character objects

walkthrough notes and TODOs

  1. … 3 more files in changeset.
adding a states portlet to the template-edit page

    • -0
    • +3
    /openacs-4/packages/simulation/lib/sim-template-states.adp
    • -0
    • +59
    /openacs-4/packages/simulation/lib/sim-template-states.tcl
- Child workflows

- Tasks list

Making child-workflow export/import/clone work

Allow clearing child_role_map without setting child_workflow_id

    • -17
    • +19
    /openacs-4/packages/workflow/tcl/action-procs.tcl
Wrap clone in transaction