• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixes for overlapping events

Bug fix by Bart Teeuwisse: category name function was improperly ported.

Applied Jim Lynch's patch #161 which fixes some problems that arise if you

mount wp-slim more than once.

    • -1
    • +3
    /openacs-4/packages/wp-slim/www/users.tcl
    • -0
    • +1
    /openacs-4/packages/wp-slim/www/users.xql

Applied Tilmann Singer's patch #169 which did some more widget fixing.

Applied Luke Pond's patch #173 which did some more form date widget fixing.

Applied Andrei Mitran's patch #167 which fixes two problems:

1. Version control picked up CVSROOT etc incorrectly

2. file manager failed when VersionControlP was true

Applied Dave Bauer's patch #164 which fixes drop script for PG. I fixed the

Oracle version which needs some pre-release testing.

Applied Jim Lynch's patch #163 which allows html to be used in a presentation

title (filtered for danger by ad_page_contract).

Yep, previous Oracle fix had a problem! "case" isn't allowed in PL/SQL???

1. Community core change was due to an earlier patch that allows a person

to register as a user.

2. Deleting an acs-object would fail if the object specific table didn't exist.

acs-objects and the content repository shouldn't require type specific tables

be named when you extend a type, this is a temporary hack which acknowledges

that folks have been cheating by name non-existent tables. Since I plan to

remove the restriction anyway, this is not a big deal.

The Oracle version still needs testing ...

Applied Tilmann Singer's patch #153 which fixes some problems with

acs-developer-support ("becoming" a user didn't quite work).

Applied CR Oldham's patch #152 which does a little HTML cleanup.

Applied Tilmann Singer's patch #151 which fixes sloppy HTML in this package.

Applied Tilmann Singer's patch #150 - previously if tar put warnings onto

stderr the code thought they were errors.

Applied Graeme Walters's patch #144 which allows existing persons to

upgrade themselves to users through the register pages.

Applied Tilmann Singer's patch #139 which turns of the hyperlink for "today"

if the day being shown is indeed today.

Applied Daryl Biberdorf's patch #127 which uses AOLserver to report whether

or not we're running under Windows rather than manually check for a dodgy

environment variable.

Added Daryl Biberdorf's patch #126 which does better checking for InterMedia

(works if Oracle's not installed on the same machine) and fine-tunes other

Oracle checks.

Applied Tilmann Singer's patch #124 which implements "<if @foo@>" as a

shorthand for the true check.

Applied Russell Muetzelfeldt's patch #125 which fixed "needs approval" users.

Applie Jim Lynch's patch #123 which adds html and similar filters to the

ad_page_contract headers for these pages.

Added sequence to demo-create.sql. Applied Geoff Davis's patch #122 which

changes a call to ns_quotehtml to ad_quotehtml.

Added Tilman Singer's patch #117 which changes some multirows to use the

built-in rownum value rather than needlessly select their own.

Applied Tilman Singer's patch #116 which corrects some context bar errors.

  1. … 7 more files in changeset.

Applied Tilman Singer's patch that changes template <if> tag checks from

"ne 0" to the more meaningful "eq false", etc.

Applied patch #106, submitted by Tilman Singer, which adds drop scripts.

file page-drop.sql was initially added on branch oacs-4-5.

    • -0
    • +0
    /openacs-4/packages/page/sql/oracle/page-drop.sql
    • -0
    • +0
    /openacs-4/packages/page/sql/postgresql/page-drop.sql

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

  1. … 60 more files in changeset.

Small query fix: and became a where clause.

fixed default label which i just broke

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/register-link.adp