• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added delete_type and get_type_package_id procs. other minor updates

    • -7
    • +38
    ./packages/dotlrn/tcl/community-procs.tcl
cleaned up and added delete link if the dept is empty

    • -39
    • +45
    ./packages/dotlrn/www/admin/departments.adp
    • -1
    • +4
    ./packages/dotlrn/www/admin/departments.tcl
    • -1
    • +4
    ./packages/dotlrn/www/admin/departments.xql
department delete and helper procs

    • -1
    • +31
    ./packages/dotlrn/tcl/department-procs.tcl
    • -0
    • +12
    ./packages/dotlrn/tcl/department-procs.xql
department delete pages

    • -0
    • +29
    ./packages/dotlrn/www/admin/department-delete.adp
    • -0
    • +83
    ./packages/dotlrn/www/admin/department-delete.tcl
procs to delete class types with no instances

    • -2
    • +36
    ./packages/dotlrn/tcl/class-procs.tcl
    • -0
    • +15
    ./packages/dotlrn/tcl/class-procs.xql
some work on making deleting packages and site_nodes

    • -1
    • +17
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
reduced debug output by using apm_log instead of ns_log

    • -4
    • +4
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -14
    • +14
    ./packages/acs-tcl/tcl/apm-xml-procs.tcl
reduced debug output by setting log level to QDDebug in several logging stmts

reduced debug output by adding acs_sc_log proc and setting level to SCDebug in most logging stmts

reduced debug output by setting db_qd_log level to QDDebug in most log stmts

changed some ns_log calls to apm_log called for less debug spew

added apm_log proc

    • -1
    • +16
    ./packages/acs-tcl/tcl/apm-procs.tcl
first_name->first_names

converted some more template db queries to std db api queries

    • -22
    • +4
    ./packages/cms/tcl/cms-folder-procs.tcl
    • -19
    • +2
    ./packages/cms/tcl/content-add-procs.tcl
    • -60
    • +6
    ./packages/cms/tcl/content-method-procs.tcl
remove unecessary file

added calendar item start date / end date sanity checking

    • -2
    • +28
    ./packages/calendar/tcl/cal-item-2-procs.tcl
    • -2
    • +2
    ./packages/calendar/www/cal-item-new.tcl
added missing perform. fix thanks to Hamilton Chua

fix acs_event__recurrence_timespan_edit thanks to deds@infiniteinfo.com

pad a bit better

    • -1
    • +1
    ./packages/dotlrndoc/www/default-master.adp
updates and adding files not in cvs

    • -0
    • +19
    ./packages/dotlrndoc/www/admin.adp
    • -0
    • +11
    ./packages/dotlrndoc/www/admin.tcl
    • -0
    • +4
    ./packages/dotlrndoc/www/index.tcl
    • -0
    • +2
    ./packages/dotlrndoc/www/master.adp
    • -0
    • +19
    ./packages/dotlrndoc/www/setup-portal.tcl
    • -23
    • +23
    ./packages/dotlrndoc/www/style.css
    • -14
    • +6
    ./packages/dotlrndoc/www/doc/dotlrn-install.adp
    • -11
    • +3
    ./packages/dotlrndoc/www/doc/index.adp
    • -4
    • +3
    ./packages/dotlrndoc/www/doc/nomenclature.adp
    • -37
    • +0
    ./packages/dotlrndoc/www/doc/sloan-bboard.adp
  1. … 3 more files in changeset.
adding - fixed ie on windows centering bug

    • -0
    • +61
    ./packages/dotlrndoc/www/default-master.adp
adding

    • -0
    • +4
    ./packages/dotlrndoc/www/default-master.tcl
fixes oacs bug #1644 "Alias to function person_name referred to in where clause is not recognized.

Oracle syntax is non-standard. Repeat function call in where clause." patch by Dave Bauer

    • -3
    • +3
    ./packages/forums/www/search-postgresql.xql
converted template db api calls to std db api calls

    • -4
    • +3
    ./packages/acs-templating/tcl/table-procs.tcl
    • -2
    • +2
    ./packages/acs-templating/tcl/util-procs.tcl
    • -2
    • +2
    ./packages/acs-templating/tcl/widget-procs.tcl
converted template query to uplevel multirow

Fixed problem were content_item__get_item_id was not returning and item_id

for an item that exists. Switched to plain old select and it works fine now.

converted template db api calls to standard api calls

Added Lars' recursion counter and changed name to rp_internal_redirect

stupid spacing stuff

removed parens from around select clause in for clause which barfs on pg 7.1. fix from davb