• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Align breadcrumbs with system name

Remove reference to unused properties. These are generated in

blank-master now.

Remove header_stuff code, we aren't using it anyway.

Remove reference to unused stylesheet, hasn't been used since 2003.

Remove header stuff from core. Use template::head procedures.

Add template::head::add_style to add inline styles.

  1. … 5 more files in changeset.
HTML Strict cleanup, last shot for core :)

  1. … 1 more file in changeset.
HTML strict cleanup

Change to use form builder

    • -0
    • +46
    ./user/portrait/erase.xql
  1. … 1 more file in changeset.
Change to use form builder

    • -18
    • +0
    ./user/portrait/upload-2-oracle.xql
    • -22
    • +0
    ./user/portrait/upload-2-postgresql.xql
    • -0
    • +19
    ./user/portrait/upload-oracle.xql
    • -0
    • +22
    ./user/portrait/upload-postgresql.xql
Change to use form builder

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...