• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve robustness of "file delete" operations

  1. … 19 more files in changeset.
- added missing query email_image::new_item.lob_size

- replaced local query by API call "content::item::set_live_revision -revision_id $revision_id"

  1. … 2 more files in changeset.
.xql overhaul:

- removed misleading sql-statements from db_* calls, which were

ignored due .xql files

- removed bug where same query name was used in a single proc

with different intended sql queries, but the same was picked

up from the .xql file due to the name

- removed multiple entries of same query name from .xql files

(e.g. the entry "package_create_attribute_list.select_type_info" was

7 (!!!) times in a single .xql file)

- removed redundant queries for unsupported versions of the dbms

- added missing xql entries for db-backends, where other db-specific

queries exists (e.g. added an entry to -oracle.xql, where an entry

existed in -postgres.xql)

  1. … 70 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- fix typos

  1. … 1 more file in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- fix parameter documentation for api-browser. why did nobody notice the strange syntax?

Merged from 5.4.2

  1. … 283 more files in changeset.
Added return_url in calls to email_image::get_user_email

  1. … 2 more files in changeset.
normalize some more string expressions

  1. … 2 more files in changeset.
normalize some more string expressions

  1. … 3 more files in changeset.
Merged from 5.3 what I could detect what needed to be merged

  1. … 6 more files in changeset.
WOrkaround to avoid a server error when convert is not in the path. This

should be rewritten to use the imagemagick wrappers in

acs-contnet-repository

Forgot to escape quotes in my previous commit

Zen: class portal HTML cleanup

  1. … 8 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
solve bug to show default paramater PrivateEmailLevelP in combobox

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fixed edit_email identifiers in tcl and xql files

  1. … 3 more files in changeset.
remove faulty email_image::check_image_magick function and just test for it when exec

remove faulty email_image::check_image_magick function and just test for it when exec

My Solaris machine does not have 'whereis' installed. Windows machines may not have 'find' installed. This code needs to be refactored, perhaps putting the ImageMagick paths in apm parameters like other packages that use ImageMagick do.

adding catch for email image generation

adding catch for email image generation

removing *SQL*

Fixing image length

email-imaeg procs that support the creation of an image instead of showing the email as text

    • -0
    • +331
    ./email-image-procs.tcl
  1. … 3 more files in changeset.