• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added timed actions

    • -47
    • +323
    /openacs-4/packages/workflow/tcl/action-procs.tcl
    • -15
    • +21
    /openacs-4/packages/workflow/tcl/action-procs.xql
    • -51
    • +201
    /openacs-4/packages/workflow/tcl/case-procs.tcl
    • -26
    • +23
    /openacs-4/packages/workflow/tcl/case-procs.xql
    • -1
    • +21
    /openacs-4/packages/workflow/tcl/install-procs.tcl
  1. … 4 more files in changeset.
file upgrade-1.2d1-1.2b2.sql was initially added on branch oacs-5-0.

Fixed bug #361 again (parent_id of log entry cr_items point to case's object), this time providing an upgrade script, changing the parent_id of existing log entries, and fixing the case deletion proc to delete cases properly given the parent_id.

fixing the template-edit page

    • -0
    • +28
    /openacs-4/packages/simulation/tcl/template-procs.xql
*** empty log message ***

use informal table as there was no title provided

fix the listitem missing para children

remove the blockquotes around the tables since they break pdf output and are stupid anyway

fixed add_url bug

fixed broken link

further work on the crawl_links proc, making it handle relative links correctly by adding the previous_url switch and forcing tclwebtest to use that as the base for relative urls

    • -5
    • +13
    /openacs-4/etc/install/tcl/twt-procs.tcl
bug fixes

  1. … 5 more files in changeset.
making crawler work and fixing some bugs related to that

    • -5
    • +17
    /openacs-4/etc/install/tcl/twt-procs.tcl
    • -0
    • +26
    /openacs-4/packages/simulation/test/crawl-links.test
  1. … 4 more files in changeset.
Fixed bug #940: logic for turning on/off hour widgets was bad

    • -16
    • +11
    /openacs-4/packages/calendar/www/cal-item-new.adp
Require admin permission on the calendar, not the user

fix column count in table

Use auth::require_login instead of the custom login check block

Order the user dropdown

added handling for subnavbar link text

moving object page back to root

more mockups

    • -0
    • +1
    /openacs-4/packages/simulation/lib/simulations.adp
    • -0
    • +57
    /openacs-4/packages/simulation/lib/simulations.tcl
  1. … 5 more files in changeset.
making the ::twt::crawl_links work much better than before

    • -27
    • +58
    /openacs-4/etc/install/tcl/twt-procs.tcl
fix ulink href= to url=

fix ulink using href rather than url

making sure run script is edited in the case of custom AOLserver config file. Making sure permissions are always set correctly on whole tree

    • -21
    • +2
    /openacs-4/etc/install/config-replace.sh
    • -14
    • +31
    /openacs-4/etc/install/install.sh
fixing unbalanced braces

stubbed out simplay pages, many little fixes, documentation updates

    • -0
    • +1
    /openacs-4/contrib/packages/simulation/lib/messages.adp
    • -0
    • +47
    /openacs-4/contrib/packages/simulation/lib/messages.tcl
  1. … 51 more files in changeset.
bug fixing / enhancement

Gave Roc commit privs on photo-album

dont put the giant comment inside the function defintion for tree_ancestor_keys since it gets logged to the postgresql log ugh