• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make packages in principle installable under PG 13+

  1. … 19 more files in changeset.
provide named arguments for stored procedures to reduce warnings with recent versions of OpenACS

  1. … 2 more files in changeset.
- fix one more function

  1. … 1 more file in changeset.
- allow session_id to be bigint. This change is necesasry on long running sites, when the session_id outgrows SQLs integer type

  1. … 2 more files in changeset.
Fixing usage of sequences.Providing upgrade script.

  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
Added bookmark folder names to the bookmark search results.

  1. … 7 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
- Fix bugs 1491, 1653 (on PG at least)

- Defaults all folders to the closed state

- Fix to allow un-registered users to open/close folders

- Makes session_id negative when used interchangeably with user_id so it does

not collide with user_id

- The number of days to retain open/closed folder status is now a variable

(increased default from 1 to 31 days)

  1. … 16 more files in changeset.
Fix for bug #847, applied patch #300.

merge of 4.6.3b1 to HEAD

  1. … 76 more files in changeset.
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. … 53 more files in changeset.
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. … 130 more files in changeset.
Applied patch #500 for SDM # 1912 from Ken Kennedy: Can't change bookmark parent_id

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.