• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

correct hrefs that point to anchors on the page. found by peter_marklund@fastmail.fm

    • -2
    • +2
    ./packages/dotlrn/www/manage-memberships.adp
added missing pg files

remove oracleisms

moved files and images into XML directory. They will be copied into the WWW directory each time the HTML is regenerated. This keeps all the substrate for the docs in one place.

    • -0
    • +12
    ./packages/acs-core-docs/www/README.TXT
    • -0
    • +12
    ./packages/acs-core-docs/www/files/README.TXT
    • -0
    • +12
    ./packages/acs-core-docs/www/images/README.TXT
    • -0
    • +14
    ./packages/acs-core-docs/www/xml/Makefile
    • -0
    • +13
    ./packages/acs-core-docs/www/xml/openacs.css
    • -0
    • +95
    ./packages/acs-core-docs/www/xml/files/acceptance-sql.txt
    • -0
    • +65
    ./packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt
    • -0
    • +29
    ./packages/acs-core-docs/www/xml/files/acs-start.html
    • -0
    • +217
    ./packages/acs-core-docs/www/xml/files/dbstart.txt
    • -0
    • +27
    ./packages/acs-core-docs/www/xml/files/export-oracle.txt
    • -0
    • +39
    ./packages/acs-core-docs/www/xml/files/listener8i.txt
    • -0
    • +11
    ./packages/acs-core-docs/www/xml/files/nsd-oracle.txt
    • -0
    • +6
    ./packages/acs-core-docs/www/xml/files/nsd-postgres.txt
    • -0
    • +29
    ./packages/acs-core-docs/www/xml/files/openacs-start.html
    • -0
    • +315
    ./packages/acs-core-docs/www/xml/files/openacs4.tcl.txt
  1. … 31 more files in changeset.
1) regenerated HTML docs

2) Re-added changes that didn't get merged over from the 4.5 branch

3) Added in comments from users on the live pages

    • -78
    • +2
    ./packages/acs-core-docs/www/acs-admin.html
    • -116
    • +3
    ./packages/acs-core-docs/www/acs-dev.html
    • -221
    • +64
    ./packages/acs-core-docs/www/aolserver.html
    • -484
    • +112
    ./packages/acs-core-docs/www/apm-design.html
    • -54
    • +0
    ./packages/acs-core-docs/www/ch01s01.html
    • -54
    • +0
    ./packages/acs-core-docs/www/ch03s01.html
    • -54
    • +0
    ./packages/acs-core-docs/www/ch04s01.html
    • -54
    • +0
    ./packages/acs-core-docs/www/ch05s01.html
    • -81
    • +0
    ./packages/acs-core-docs/www/ch07s01.html
    • -74
    • +19
    ./packages/acs-core-docs/www/credits.html
    • -446
    • +249
    ./packages/acs-core-docs/www/db-api.html
    • -64
    • +2
    ./packages/acs-core-docs/www/dev-guide.html
  1. … 57 more files in changeset.
Added Carl's improved graphic

    • binary
    ./packages/acs-core-docs/www/images/context-hierarchy.gif
1) re-added changes that didn't get merged in from the 4.5 release

2) Added comments to the XSL stylesheet

3) Added a Makefile, so you can simply do 'make' and the HTML docs will be regenerated

    • -0
    • +3
    ./packages/acs-core-docs/www/xml/Makefile
    • -4
    • +4
    ./packages/acs-core-docs/www/xml/index.xml
    • -4
    • +17
    ./packages/acs-core-docs/www/xml/openacs.xsl