• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
This fixes bookmarks, bug 337 patch 494 - Gabriel Burca

Fixed context bar -- bm_context_bar_args is a really weird proc

Added subnavbar navigation to bookmarks. Bookmark-header contains the header with the navigation and can be changed to whatever you want on your website. Maybe it should go to /lib.

    • -0
    • +48
    ./www/bookmark-header.adp
    • -0
    • +83
    ./www/bookmark-header.tcl
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 597 more files in changeset.
build a list to eval rather than eval ad_context_bar $args, bug 1265

  1. … 7 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +607
    ./sql/oracle/upgrade/upgrade-4.6.2-5.0d1.sql
  1. … 3 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
ui tweaks from Gabriel Burca patch 301

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -11
    • +11
    ./sql/oracle/bookmarks-create.sql
  1. … 270 more files in changeset.
Fix for bug #847, applied patch #300.

deleted an unused query after moving netscape_export to index.vuh

    • -25
    • +0
    ./tcl/bookmarks-init-postgresql.xql
moved the bookmark.htm export functionality to index.vuh

index.vuh created from the original registered proc

because registered procs seem not to play with server

404s (index-oracle.xql index-postgresql.xql had query added)

Fixed bug #629: wrong xql query name

Applied patch #246

Tried to clean up a little, but it's incredibly crappy

Applied patch #273: add search form to search results page

Fixed edit link on search results page

Noquote fixes for bookmarks package.

noquote changes (Dirk Gomez)

  1. … 113 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 74 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 35 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. … 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. … 53 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

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

    • -0
    • +58
    ./sql/postgresql/upgrade/upgrade-4.1.1b-4.6.sql
  1. … 124 more files in changeset.
Fixing bug 1913. Disallow link checking on bookmarks you do not have (delete) rights on.