• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged 5.3 to HEAD

    • -7
    • +12
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -1
    • +2
    ./www/shared/parameters-postgresql.xql
  1. … 53 more files in changeset.
make sql query look more sane

Made sure to flush the cache, fixed form error and guaranteed that old images are deleted as well (cleanup)

Made sure we do not display all subsites. Bad idea especially when dealing with dotFolio

    • -0
    • +1
    ./www/admin/site-map/index-postgresql.xql
Ups. I committed the wrong version. Obviously it should read eq not ne

Restored accidently removed version

Made sure that we create the thumbnail if it does not exist.

Made sure you can use a different home template

Made sure that we are redirecting for thumbnails so we can cache them on the proxy server

Made sure we are not returning something for the portrait if it was not found as this confuses the load balancer. I personally think we should not return the error message, especially as the portrait-bits are usually included as an image in OpenACS, which makes the error senseless anyway

Support for providing the item_id of the portrait directly

I missed one reference to the user_new_template in my last commit, this fixes that

UserInfoTemplate should be used instead of UserNewTemplate when at /pvt/home since we are not creeating a new user but editing the info on an existing one

Removed garbage assessment link that linked to a non-existent script and

which shouldn't exist in core anyway. We should never present a link to

a non-existent script, whether it's guarded by a "package installed" bool

or not.

fixing bug in query application_group::delete.delete - removing extra comma

    • -1
    • +1
    ./tcl/application-group-procs-oracle.xql
Copied over a few more things from default master...

Remove h1 heading as done in default-master

Update info files for 5.3.2 final

  1. … 17 more files in changeset.
Created changelog, bumped version numbers

  1. … 19 more files in changeset.
Hacked this to work with the new master template scheme. This is only a

temporary solution (see my comments in the code for details)

Added missing internationalization

Made messages more consistent and added missing keys

    • -7
    • +12
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
Reverted ill-conceived changes by MatthewG

Reverting previous change pending further discussion, cleanup and formal approvals.

Adding group::add_member callback and changed the group::add_member proc to allow organization_rel's to be used - since organization => group mappings are needed and membership_rel requires person => group mappings.

Bump version numbers to 5.3.2b1

  1. … 18 more files in changeset.
Added image/png to the allowable portrait image types

Support for EmailConfirm template

    • -0
    • +32
    ./lib/email-confirm.adp
    • -0
    • +14
    ./lib/email-confirm.tcl
Portrait bits are included so I deem it a bad idea to raise an ad_return_error, especially if not all users have portraits

Ups. Wrong copy/paste. Now it goes correctly to the userinfotemplate