• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file index-oracle.xql was initially added on branch oacs-5-0.

- Fixed bug #857: logger on Oracle

- Fixed bug that project deletion deleted the pre-installed variables, too

    • -9
    • +10
    ./sql/oracle/logger-packages-create.sql
    • -0
    • +47
    ./sql/postgresql/upgrade/upgrade-1.0b2-1.0b3.sql
file upgrade-1.0b2-1.0b3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-1.0b2-1.0b3.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.0b2-1.0b3.sql
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
fixing bug 1119

Change the all_users to acs_users_all, bump version to 5.0.0b3, provide

upgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger.

fixes bug 1174.

    • -1
    • +1
    ./www/lib/entries-table-postgresql.xql
  1. … 8 more files in changeset.
rename formbuilder::edit to edit since trying to upvar

"variable_form:formbutton:formbuilder::edit"

dies since namespace doesn't exist. bug 1066 patch 349

changing dbqd.logger.www.lib.entries-table.select_entries to use

all_users rather than cc_users makes the query go from 1400ms to

15ms on a system with 60k users. In any case I think you want all

entries submitted even if a users site membership is subsequently

revoked.

    • -1
    • +1
    ./www/lib/entries-table-postgresql.xql
add -- to all string_truncate calls

  1. … 10 more files in changeset.
Added -- to string_truncate, so it doesn't treat it as a switch

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +291
    ./sql/oracle/upgrade/upgrade-1.0b1-1.0b2.sql
  1. … 23 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
Checking for delete priv instead of write

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)

    • -3
    • +3
    ./sql/oracle/logger-packages-create.sql
  1. … 275 more files in changeset.
Typo

Fixed problem getting default variable id on Oracle

Removed commented out debugging statement

Don't use double-colon in button name

Got rid of a few style ... more cleanup needed (list builder)

Fixed bug #821: logger doesn't install

Using list-builder

    • -0
    • +11
    ./www/log-delete.adp
Log delete confirm page

noquoting HTML adp var with user link

offering some instructions if someone tries to log in a project without variables. Not an ideal solution but better than a Tcl stacktrace

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 802 more files in changeset.
Fixed bug #626: Change project lead, set active/inactive

    • -0
    • +16
    ./www/admin/project-make-active.tcl
    • -0
    • +16
    ./www/admin/project-make-inactive.tcl
file project-make-active.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/admin/project-make-active.tcl
file project-make-inactive.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/admin/project-make-inactive.tcl
Require acs-tcl version 4.6.2 -- it really requires 4.6.3, but we forgot to bump up the version number of acs-tcl

making test pass - name switch was missing in projection::new call