• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace english text with message keys. Extract sql to xql file

    • -0
    • +32
    ./user/portrait/comment-edit.xql
Replace english text with message keys

Replace english text with message keys

HTML 4.01 strict cleanup

Extracting embedded sql

    • -0
    • +38
    ./user/portrait/upload.xql
HTML 4.01 Strict cleanup

  1. … 22 more files in changeset.
Fix HTML

Merged 5.3 to HEAD

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

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

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

Copied over a few more things from default master...

Remove h1 heading as done in default-master

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

Support for EmailConfirm template

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

Handle thumbnail portraits correctly. Especially delete them when the original changes or was deleted. Additional delete the items for good and not let them linger around. We do not have an interface to resurrect old portraits and if a user willingly uploads or deletes a portrait he should not have a photo album of portraits to come back to.

Get the parameter datatype so we know what type of form widget to use

Allow a new parameter type "text" to show a textarea on the parmeter form for parmaeter values that don't fit well within a textbox.

  1. … 8 more files in changeset.