• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
1) re-added changes that didn't get merged in from the 4.5 release

2) Added in comments that were made on the live docs as of 8/5/2002 (Still need to incorporate a few more comments)

1) re-added changes that didn't get merged in from the 4.5 release

2) minor fixes

1) re-added changes that didn't get merged in from the 4.5 release

2) made some editorial changes

3) added postgresql-specific information to parts

re-added changes that didn't get merged in from the 4.5 release

    • -5
    • +9
    ./packages/acs-core-docs/www/xml/kernel/db-api.xml
  1. … 11 more files in changeset.
copyright OpenForce -> MIT

    • -2
    • +2
    ./packages/attachments/www/admin/redirect.tcl
    • -4
    • +1
    ./packages/forums/www/message-post.tcl
    • -3
    • +3
    ./packages/new-portal/sql/oracle/api-drop.sql
  1. … 99 more files in changeset.
changed all calls to table:: to be scoped ui::table:: and changed camelCapitalization to underscore_separation

    • -3
    • +5
    ./packages/recruiting/www/rating-sheet.adp
    • -12
    • +19
    ./packages/recruiting/www/rating-sheet.tcl
  1. … 25 more files in changeset.
moved table ui stuff to new standalone ui package

added simple new/delete/update/get api for person objects

copyright OpenForce -> MIT

copyright OpenForce -> MIT

    • -2
    • +2
    ./packages/bm-portlet/tcl/bm-portlet-procs.tcl
    • -1
    • +1
    ./packages/bm-portlet/www/bm-portlet.adp
    • -2
    • +2
    ./packages/bm-portlet/www/bm-portlet.tcl
  1. … 532 more files in changeset.
fixed but in dotlrn_admin_rel__delete

fixed broken queries. patch by guan@unicast.org

silly me, accidentally added backup files to the cvs. bad dan

    • -13
    • +0
    ./packages/recruiting/www/#rating-sheet.tcl#
    • -37
    • +0
    ./packages/recruiting/www/admin/index.xql~
more recruiting fixes

    • -0
    • +5
    ./packages/recruiting/www/admin/archive-candidate.adp
    • -0
    • +5
    ./packages/recruiting/www/admin/archive-candidate.adp~
    • -0
    • +39
    ./packages/recruiting/www/admin/archive-candidate.tcl
    • -0
    • +39
    ./packages/recruiting/www/admin/archive-candidate.tcl~
  1. … 27 more files in changeset.
* Got rid of all the proc_doc's

* Moved comments that were outside or in function comments to within

ad_proc documentation block.

* Added documentation where it was missing and I could figure out what

the function was supposed to do.

* Added explanation as to why the function was deprecated where I knew

the reasons

    • -48
    • +206
    ./packages/acs-tcl/tcl/defs-procs.tcl
* Added documentation for db_multirow -local switch

    • -1
    • +10
    ./packages/acs-tcl/tcl/00-database-procs.tcl
* Added db_multirow to developer's guide (I classify it as "Basic API")

* Added documentation for db_multirow's -local switch to both places

(developer's guide and kernel documentation -> Should we merge these??)

    • -3
    • +13
    ./packages/acs-core-docs/www/xml/kernel/db-api.xml
put \\ at the end so it doesn't get confused

@, #, %, &, and + are also special characters because of urls. we might think

about just replacing any non-alphanumeric or space character with an

underscore.

db_nextval further modified to be more compact, and logging set to the debug level

Fixed a bug I introduced while making so the user didn't have to make

two extra clicks just to confirm s/he didn't need shipping when no shippable

items are present in the order.

In the current brain dead e-commerce page flow, process-order-quantity-shipping

*must* be called no matter what, because that's the page that actually gives

ec_items prices, and without them the user ends up with a $0 total for his

order, always.

    • -1
    • +4
    ./packages/ecommerce/www/select-shipping.tcl
moved ad_parameter_from_file call from parameter::get to

parameter::get_from_package_key since you would only use a package_key to get

a value from the configuration file anyway.

    • -18
    • +20
    ./packages/acs-tcl/tcl/parameter-procs.tcl
made download-archive and the publish_object_to_file_system api file system

safe, that is, removed file system special characters according to the

'filename' tcl api.

@see http://dev.scriptics.com/man/tcl8.3/TclCmd/filename.htm#M29

hacked db_nextval to take both standard PG sequences and view-hack sequences into account

file_storage__get_package_id was looking through the item's children rather

than parents in its attempt to find the root folder associated with the item.

Someone else commited a fix that wasn't complete as it wouldn't work for items

in nested subfolders. Perhaps today's scripts would work but a general fix

seems better.

changed parameter declaration from integer to alias for..

Left a "=" dangling. Fixed.

    • -1
    • +1
    ./packages/ecommerce/www/shopping-cart.tcl