• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 52 more files in changeset.
fixes drop bookmark__new, and dont drop bm_bookmarks_idx2 since not created bug 235 patch 75 Simon Carstensen

merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 54 more files in changeset.
merge from oacs-4-6

  1. … 129 more files in changeset.
Applied patch #500 for SDM # 1912 from Ken Kennedy: Can't change bookmark parent_id

file upgrade-4.1.1b-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.1.1b-4.6.sql
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

  1. … 30 more files in changeset.
Applied patch #315 for SDM # 1595 from Peter Marklund: Can't delete bookmark in PG

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 62 more files in changeset.

Some more speeding-up type activity...

  1. … 6 more files in changeset.
Fixed folder toggle to show/hide bookmarks under folders...

Update to return type (integer to varchar) for bookmark__name

Hmmm. Methinks an index on bm_bookmarks.tree_sortkey might help with the performance issues...*grin*

Fixed error in bookmarks__new; context_id was not being set in acs_objects for all bookmarks -- added dead links checking

  1. … 7 more files in changeset.
Fixed error in sort order on index page. Added editing and viewing. Basic

functionality is working.

  1. … 15 more files in changeset.
Fixed error in tree_sortkey insert trigger; hopefully tree_sortkey being created/updated properly now.

  1. … 4 more files in changeset.
Fixed error in bookmark__get_in_closed_p that was causing it to always return true...

Open/Close All Folders working...

  1. … 1 more file in changeset.
Updating proc file

  1. … 2 more files in changeset.
Fixing multiple functions without return values....oops!

  1. … 3 more files in changeset.
'Create new folder' works.

  1. … 9 more files in changeset.
Continuing to work on procs, index page now successfully loading...

  1. … 4 more files in changeset.
Adding most-popular.xql queryfile

  1. … 1 more file in changeset.

Staring work with query porter and xql files. Done queries in tcl, and index files in www...

  1. … 10 more files in changeset.

Initial data model changes for OpenACS (Postgres added). bookmark.info

also updated. www files not yet touched

    • -0
    • +865
    ./bookmarks-create.sql
    • -0
    • +162
    ./bookmarks-drop.sql
  1. … 1 more file in changeset.