• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
ns_return->ad_return, ad_script_abort, redirect to absract urls

    • -11
    • +10
    ./awaiting-email-verification.tcl
  1. … 58 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 690 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
pass context_bar and title to master template, cleanup some html

  1. … 40 more files in changeset.
The RequireQuestionForPasswordResetP parameter didn't have a default

fixed missing close-bracket

abort properly, falling through to admin email with abort at very end when redirecting, fixes bugs 1539,1575 patch 306 (replacing patches 281, 288)

Fixed SDM #1539 with patch #281

we were looking in the wrong section for the user-login parameters

using right parameter

outfox CVS

removing temporarily to outfox CVS

Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 54 more files in changeset.
making resetting password a lot easier

  1. … 3 more files in changeset.
make variable always available

making the workflow caused by forgetting one's password a lot easier

  1. … 5 more files in changeset.
added parameter to allow resetting of password without the need to answer a question; cleaned up some of the code; removed unnecessary file

  1. … 1 more file in changeset.

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

fixed up for ease of use

    • -0
    • +11
    ./email-for-password-2.tcl
    • -0
    • +9
    ./email-for-password.adp
    • -0
    • +3
    ./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.

postgress only query had broken tree (for oracle)

Merged with OpenACS 4.5 beta1 branch.

  1. … 86 more files in changeset.

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.

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. … 74 more files in changeset.
yet another .tcl extension removal from links

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.