• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

updated with correct names for sql creation/deletion scripts

renamed files to package-name-create/drop format so that the APM will recognize it during installation.

renamed the files to package-name-create/drop.sql so the APM will recognize it

Fixed error in actually selecting bookmarks to view. Hadn't tried that yet...you can use them now.

    • -0
    • +16
    /openacs-4/packages/bookmarks/www/bookmark-access-oracle.xql
Fixed error in sort order on index page. Added editing and viewing. Basic

functionality is working.

    • -0
    • +34
    /openacs-4/packages/bookmarks/www/bookmark-add-one-2.xql
    • -0
    • +35
    /openacs-4/packages/bookmarks/www/bookmark-edit-2-oracle.xql
    • -0
    • +20
    /openacs-4/packages/bookmarks/www/bookmark-edit-2.xql
    • -0
    • +8
    /openacs-4/packages/bookmarks/www/bookmark-edit-oracle.xql
    • -0
    • +40
    /openacs-4/packages/bookmarks/www/bookmark-edit.xql
    • -0
    • +32
    /openacs-4/packages/bookmarks/www/bookmark-view-oracle.xql
    • -0
    • +22
    /openacs-4/packages/bookmarks/www/bookmark-view.xql

fixed naming of fullquery. did initial pass on proc vs. QE verification.

changed all procs/proc_docs to ad_proc.

fixed ec_product__new for postgresql. also did a db_map for sysdate call.

fixed ec_product__new function

fixed sort key calculation. postgres driver encloses bind variables in ' ' which makes the sort key calculation fail. the key calculation is done in tcl now.

fixed queryname names. fixed outer join which wasn't picked up by the query extractor.

fixed sort key calculations. the postgres driver puts ' ' around the bind variable. the old code performed calculations like "and sort_key = (:prev_sort_key + :next_sort_key)/2", which caused postgres to barf. this calculation is now done in tcl.

fixed oracle sign() calls

/bin/bash: q: command not found

Initial OpenACS import

    • -0
    • +91
    /openacs-4/packages/acs-reference/sql/postgresql/us-counties.sql
    • -0
    • +40
    /openacs-4/packages/acs-reference/sql/postgresql/us-states.sql
    • -0
    • +68
    /openacs-4/packages/acs-reference/sql/postgresql/us-zipcodes.sql
Another PG type fix, and added overloaded new.

Worked on permissions syntax

Initial revision for OpenACS.

    • -0
    • +62
    /openacs-4/packages/acs-reference/acs-reference.info
Pulled inserts into own files.

Pulled inserts out of sql files for commonality.

    • -0
    • +259
    /openacs-4/packages/acs-reference/sql/common/country-data.sql
    • -0
    • +205
    /openacs-4/packages/acs-reference/sql/common/currency-data.sql
    • -0
    • +146
    /openacs-4/packages/acs-reference/sql/common/language-data.sql
Moved sql to data dependent dirs

Renamed data to -data and moved sql to database dependent directories.

Major change.

I put all database dependent parts in their directories and kept the data only in common.

This is needed for the database independence and pl(pg)sql differences.

updated to reflect removal of timezone data temporarily

Initial Postgres port. Rough only.

deleted for OpenACS. All files put in common

Fixed error in tree_sortkey insert trigger; hopefully tree_sortkey being created/updated properly now.

initial OpenACS revision

    • -0
    • +123
    /openacs-4/packages/acs-reference/sql/common/s-and-p-data.sql
    • -0
    • +535
    /openacs-4/packages/acs-reference/sql/common/timezone-data.sql
    • -0
    • +25
    /openacs-4/packages/acs-reference/sql/common/timezone-drop.sql
    • -0
    • +40049
    /openacs-4/packages/acs-reference/sql/common/timezone-rules.sql
patch supplied by Dave Bauer to pass in security_inherit_p flag when creating new content_item. Work-around for data-change violation

fixed helper function timespan_days. use float instead of varchar.