• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
initial import

Initial revision

    • -0
    • +17
    ./packages/user-profile/sql/oracle/user-profile-create.sql
    • -0
    • +12
    ./packages/user-profile/sql/oracle/user-profile-drop.sql
    • -0
    • +48
    ./packages/user-profile/sql/oracle/user-profile-init.sql
fixing acs_sc_impl.delete() bug

fixed a few bugs

I completed a first cut at the currency widget support procs, left incomplete

in ACS 4.2 Classic.

    • -0
    • +190
    ./packages/acs-templating/tcl/currency-procs.tcl

Fixed the compare routine for real this time. I'd spaced earlier and forgot

that the "sql_date" property doesn't return a formatted SQL data but rather

a "to_char" function call ...

    • -2
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl
improvements to get_parent_id

    • -4
    • +20
    ./packages/dotlrn/tcl/site-nodes-procs.tcl
improvments to get_parent_name

    • -1
    • +23
    ./packages/dotlrn/tcl/site-nodes-procs.xql
Reverse a change introduced in rev 1.4 which breaks the group-new

admin page

Cast arguments to acs_sc_binding__new to make sure integer version is

selected. Add error checking to text version.

Remove the semicolon

CHanged back.

Fixed clickthrough-init.tcl

fixed aolserver tcl link

    • -1
    • +1
    ./packages/acs-core-docs/www/index.adp
removed arsdigita-specific files

    • -494
    • +0
    ./packages/acs-core-docs/www/acs.html
    • -10
    • +0
    ./packages/acs-core-docs/www/ad.css
    • -242
    • +0
    ./packages/acs-core-docs/www/redhat.html
    • -73
    • +0
    ./packages/acs-core-docs/www/requirements.html
    • -85
    • +0
    ./packages/acs-core-docs/www/tests.html
Changed ACS->OpenACS and regenerated HTML docs

    • -0
    • +54
    ./packages/acs-core-docs/www/ch01s01.html
    • -0
    • +54
    ./packages/acs-core-docs/www/ch03s01.html
    • -0
    • +54
    ./packages/acs-core-docs/www/ch04s01.html
    • -0
    • +54
    ./packages/acs-core-docs/www/ch05s01.html
    • -0
    • +81
    ./packages/acs-core-docs/www/ch07s01.html
    • -0
    • +148
    ./packages/acs-core-docs/www/index.html
    • -0
    • +336
    ./packages/acs-core-docs/www/install-overview.html
    • -0
    • +499
    ./packages/acs-core-docs/www/nextsteps.html
    • -0
    • +12
    ./packages/acs-core-docs/www/openacs.css
    • -0
    • +816
    ./packages/acs-core-docs/www/openacs.html
    • -0
    • +242
    ./packages/acs-core-docs/www/operating-system.html
    • -0
    • +388
    ./packages/acs-core-docs/www/postgres.html
fixed ACS->OpenACS. regenerated html docs

    • -2
    • +80
    ./packages/acs-core-docs/www/acs-admin.html
    • -3
    • +118
    ./packages/acs-core-docs/www/acs-dev.html
    • -174
    • +362
    ./packages/acs-core-docs/www/aolserver.html
    • -128
    • +498
    ./packages/acs-core-docs/www/apm-design.html
    • -20
    • +95
    ./packages/acs-core-docs/www/credits.html
    • -187
    • +862
    ./packages/acs-core-docs/www/db-api.html
    • -2
    • +66
    ./packages/acs-core-docs/www/dev-guide.html
  1. … 79 more files in changeset.
clean up

    • -13
    • +50
    ./packages/dotlrn/www/admin/user-edit.tcl
adding version info

    • -1
    • +8
    ./packages/dotlrn/www/admin/user-new-2.tcl
still a few small fixes

    • -1
    • +5
    ./packages/dotlrn/www/admin/users-chunk.tcl
passing around the referer url correctly

    • -3
    • +7
    ./packages/dotlrn/www/admin/user-edit.tcl
    • -2
    • +6
    ./packages/dotlrn/www/admin/user-new-2.tcl
    • -0
    • +1
    ./packages/dotlrn/www/admin/user-new.tcl
    • -4
    • +4
    ./packages/dotlrn/www/admin/users-chunk.adp
pending users can now be added easily by clicking on their names

    • -1
    • +8
    ./packages/dotlrn/www/admin/users-chunk.adp
removed old ACS files

beta version of install docs

    • -0
    • +65
    ./packages/acs-core-docs/www/files/acs-pgbackup-init.txt
    • -0
    • +6
    ./packages/acs-core-docs/www/files/nsd-postgres.txt
    • -0
    • +29
    ./packages/acs-core-docs/www/files/openacs-start.html
    • -0
    • +315
    ./packages/acs-core-docs/www/files/openacs4.tcl.txt
    • -0
    • +92
    ./packages/acs-core-docs/www/files/postgresql.txt
    • -0
    • +19
    ./packages/acs-core-docs/www/files/svgroup.txt
    • -48
    • +13
    ./packages/acs-core-docs/www/xml/index.xml
    • -0
    • +231
    ./packages/acs-core-docs/www/xml/install-guide/os.xml
  1. … 12 more files in changeset.

Tilmann Singer noted that my previous change to the site_nodes_select

query wasn't quite right.

Cleanup of double cashing. The ad_parameter procedure was often called

within util_memoize.

    • -5
    • +5
    ./packages/ecommerce/tcl/ec-style-procs.tcl
    • -17
    • +17
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
    • -1
    • +1
    ./packages/ecommerce/tcl/ecommerce-user-contributions-summary-procs.tcl
    • -2
    • +2
    ./packages/ecommerce/www/category-browse.tcl
    • -2
    • +2
    ./packages/ecommerce/www/checkout-2.tcl
  1. … 41 more files in changeset.
as always forgot to update the metadata for the package

add flag to allow for skipping over the adding of a membership to a community, this is mainly so that we can use this program to add dotlrn users from the dotlrn admin pages

cleaned up a bit

fixing typo in queries