• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge from oacs-4-6

  1. … 130 more files in changeset.
Date/time/number localization

  1. … 85 more files in changeset.
I18N: localizing text of pages in acs-subsite package that are visible in a .LRN system (permissions, registration, pvt/home, /user/password-update)

  1. … 34 more files in changeset.
fix some spelling errors

  1. … 24 more files in changeset.
Sloan changes:

* added reference to RegisterRestrictToSSLFilters for RestrictToSSL param

* add ? to redirect in login-expired (to get through badly configured

proxies I assume)

* trims on args to basic-info-update, stub for url

* redirect on community-member page if CommunityMemberURL has

be changed in the subsite.

  1. … 4 more files in changeset.
more abstract URLs

  1. … 47 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 59 more files in changeset.
nuke empty default url

provide defaults for bio, url, screen_name

cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
fix html typo

ad_context_bar calls which were removed in error

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

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

    • -0
    • +10
    ./portrait/master.adp
    • -0
    • +15
    ./portrait/master.tcl
  1. … 45 more files in changeset.
if the user is not logged in after resetting their password, then log them in, it's the nice thing to do

some fixes to password-update

fixing a permission check that was not letting a user change their own password in certain situations

spacing

Ahhh...my missing conflict resolutions ...

forgot to remove debugging code

fixing code

was missing </form> tag so was causing errors

cleaning up a bit

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

  1. … 1 more file in changeset.
making the workflow caused by forgetting one's password a lot easier

  1. … 1 more file in changeset.
removed unnecessary step

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

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

  1. … 81 more files in changeset.
cleaned up content repository data-model and converted oracle apm to use file storage in the content repository

  1. … 11 more files in changeset.
tested lob support for content-repository. converted photo upload in acs-subsite to use lobs instead of files

  1. … 8 more files in changeset.