• last updated 58 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Initial version of bboard-portlets, grabbed from aD's repository.

Initial revision

    • -0
    • +21
    ./contrib/obsolete-packages/bboard-portlets/www/summarize.adp
    • -0
    • +34
    ./contrib/obsolete-packages/bboard-portlets/www/summarize.tcl
files that were originally in site-wide search - ported by Neophytos Demetriou. Files were moved to the kernel, because it made sesse to do so

    • -0
    • +98
    ./packages/acs-kernel/sql/postgresql/acs-object-util.sql
Fixed seq/sequence in static-pages-create.sql

XQL files missing from previous commit

    • -0
    • +18
    ./packages/static-pages/www/admin/index-oracle.xql
    • -0
    • +19
    ./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
    ./packages/CVSROOT.dotlrn/log.pl
Datamodel loads in postgresql. Beginning work on Tcl

added missing declare

added .xql files for www/admin/orders directory

    • -50
    • +63
    ./packages/ecommerce/ecommerce.info

fixed search query

    • -0
    • +74
    ./packages/ecommerce/www/admin/orders/search-oracle.xql
    • -0
    • +74
    ./packages/ecommerce/www/admin/orders/search-postgresql.xql
    • -49
    • +48
    ./packages/ecommerce/www/admin/orders/search.tcl

fixed money_select query

used db_map for dynamic queries with date calcs

    • -0
    • +26
    ./packages/ecommerce/www/admin/orders/refunds-oracle.xql
    • -0
    • +26
    ./packages/ecommerce/www/admin/orders/refunds-postgresql.xql

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
    ./packages/bookmarks/www/bookmarks-check-oracle.xql
    • -0
    • +55
    ./packages/bookmarks/www/bookmarks-check-postgresql.xql
    • -1
    • +3
    ./packages/bookmarks/www/bookmarks-check.tcl
Port package_instantiate_object

    • -0
    • +2
    ./packages/acs-subsite/acs-subsite.info
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

    • -0
    • +50
    ./packages/ecommerce/www/admin/orders/shipments-postgresql.xql

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