• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
XQL files missing from previous commit

    • -0
    • +18
    /openacs-4/packages/static-pages/www/admin/index-oracle.xql
    • -0
    • +19
    /openacs-4/packages/static-pages/www/admin/index-postgresql.xql
Fix APM to allow for LSB-compliant Paths. It didn't allow "www" in the

path of packages.

more fixup

More fiddling.

Fixing commit emails.

Adding commit email support

    • -0
    • +166
    /openacs-4/packages/CVSROOT.dotlrn/log.pl
Datamodel loads in postgresql. Beginning work on Tcl

added missing declare

added .xql files for www/admin/orders directory

fixed search query

fixed money_select query

used db_map for dynamic queries with date calcs

used db_map for dynamic sql queries with date calcs

added db_map for dynamic queries with dates

fixed date filters by adding db_map for dynamic sql

Check Links also working for individual users

Bookmarks administration (by Admin) working...

    • -0
    • +47
    /openacs-4/packages/bookmarks/www/bookmarks-check-oracle.xql
Port package_instantiate_object

    • -0
    • +56
    /openacs-4/packages/acs-subsite/tcl/plpgsql-utility-procs.tcl
Port queries

fixed uplevel name collision

fixed missing " for set carrier_info

fixed trigger for address_id insert

fixed date queries to use timespan_days for interval calculation

fixed date queries by using db_map

changed $addess_link to checkout-2

postgresql returns the full timestamp including the time which screws up some procs which assume that the date returned is formatted as YYYY-MM-DD. a simple to_char statement fixes the problem

fixed missing queries and incorrect query names

fixed template query for OpenACS 4

fixed date calculation for one_if_within_n_days

fixed trigger for credit card. it needs to be before updates to the ec_financial_tranactions table.