• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extracting embedded sql

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

  1. … 20 more files in changeset.
Greek and spanish catalogs without version number (applying Don's change)

    • -2
    • +1
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
  1. … 18 more files in changeset.
Fix HTML

More greek translations

    • -2
    • +370
    ./catalog/acs-subsite.el_GR.utf-8.xml
  1. … 1 more file in changeset.
Removed version info from catalog file code as was TIP'd ages ago, which

will make merging much easier in the future. I had en_US and de_DE installed

so the catalogs for these languages in core have been exported and don't

have version numbers. The rest of the packages and locales for core and

dotlrn will be exported from the translation server as part of our release

process and will get fixed up then.

    • -1
    • +1
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
  1. … 16 more files in changeset.
Removed master information from include

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