• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Applied Tom Jackson's patches that make random assigned passwords work.

fixed up for ease of use

    • -0
    • +11
    ./register/email-for-password-2.tcl
    • -0
    • +9
    ./register/email-for-password.adp
    • -0
    • +3
    ./register/email-for-password.tcl

Folded in oacs-4-5-beta-1-2

  1. … 1 more file in changeset.

Removed an unnecessary "lower()" call ...

The patch to upgrade persons to users was PG-only and not in an XQL file to

boot.

file user-new.xql was initially added on branch oacs-4-5.

    • -0
    • +0
    ./register/user-new.xql
postgress only query had broken tree (for oracle)

factored a few permissions functions so that i can use them elsewhere

    • -28
    • +0
    ./permissions/toggle-inherit-oracle.xql
    • -23
    • +0
    ./permissions/toggle-inherit-postgresql.xql
  1. … 5 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

    • -2
    • +2
    ./admin/group-types/change-join-policy.tcl
    • -2
    • +2
    ./admin/group-types/groups-display.tcl
    • -1
    • +1
    ./admin/group-types/one-postgresql.xql
    • -2
    • +2
    ./admin/group-types/rel-type-remove.tcl
    • -1
    • +1
    ./admin/groups/elements-by-rel-type.adp
  1. … 74 more files in changeset.

Applied Lars Pind's patch #179 - the PG version wasn't allowing one to

explicitly add members to a group.

Applied Lars Pind's patch #178, removing an extraneous "]" from the context

bar.

Applied Lars Pind's patch #175 - the header and trailer files were missing

and the Tcl file wasn't using the right path.

file 1pixel.footer was initially added on branch oacs-4-5.

    • binary
    ./shared/1pixel.footer
file 1pixel.tcl.rej was initially added on branch oacs-4-5.

    • -0
    • +0
    ./shared/1pixel.tcl.rej
file 1pixel.tcl.orig was initially added on branch oacs-4-5.

    • -0
    • +0
    ./shared/1pixel.tcl.orig
file 1pixel.header was initially added on branch oacs-4-5.

    • binary
    ./shared/1pixel.header

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

    • -1
    • +1
    ./admin/groups/elements-by-rel-type.adp

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

upgrade themselves to users through the register pages.

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

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

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

    • -1
    • +1
    ./admin/group-types/one-postgresql.xql

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

    • -2
    • +2
    ./admin/group-types/change-join-policy.tcl
    • -2
    • +2
    ./admin/group-types/groups-display.tcl
    • -2
    • +2
    ./admin/group-types/rel-type-remove.tcl
  1. … 7 more files in changeset.

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. … 70 more files in changeset.

Added a simple database error template that can be used instead of

ad_return_complaint.

    • -0
    • +13
    ./shared/db-error.adp
patch 111 applied

patch 136 applied

yet another .tcl extension removal from links

  1. … 2 more files in changeset.
yet another .tcl extension removal from links

in index.tcl: changed unmounted.tcl to unmounted

applied patch 112, user-login will wrongly redirect registered users to the register page if they have upper case characters in their email address. This patch changes the query to do the authentication comparison case insensitively.

patches 141,142,143 by Gilbert Wong. Fixes broken awaiting-email-verification

    • -1
    • +1
    ./register/awaiting-email-verification-oracle.xql
    • -6
    • +7
    ./register/awaiting-email-verification-postgresql.xql
    • -3
    • +3
    ./register/awaiting-email-verification.tcl