• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

fix typos

  1. … 5 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
remove unneeded "expr" statement

  1. … 1 more file in changeset.
fix more typos

  1. … 3 more files in changeset.
Fix typos

  1. … 14 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 19 more files in changeset.
- improve safety of HTML

- quote HTML attributes

  1. … 7 more files in changeset.
- modernize tcl

- brace expressions

- use numeric comparison operator for truth value comparisons

- use tcl 8.5 extended index format for "lindex"

  1. … 20 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 20 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

  1. … 9 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
fixing some queries that didn't work for Oracle, and adding a couple of public helper procs

  1. … 3 more files in changeset.
Moving the merge implementations code from photo-album procs to photo-album-callback-procs

  1. … 3 more files in changeset.
Removing merge implementations

  1. … 1 more file in changeset.
Adding merge implementations for photo album

  1. … 1 more file in changeset.
Adding callback implementations: MergePackageUser and MergeShowUserInfo

  1. … 1 more file in changeset.
removing -ping; fixes bug #2253

removing -ping; fixes bug #2253

Adding package_id to pa_insert_image and its call to image.new. Fixed and tested on both Oracle and PG. This was just to get things working again. Other parts of this package will need updating for the new acs_objects.package_id column. For example, the pa_photo object itself is not currently storing the package_id.

  1. … 2 more files in changeset.
fix photoalbum context to not return empty element for root

  1. … 1 more file in changeset.
search and rss for photos

  1. … 6 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Accept -package_id for getting package parameters, to support adding photos from pages not inside the photo-album package, e.g. from a migration script

Made calls to ImageMagick use ImageMagickPath ...

merging changed from HEAD to oacs-5-0

  1. … 59 more files in changeset.
1. Changed "foto" to "photo" in one place

2. Changed tar commands to use old-fashioned "-C" command line switch rather

then the GNU-only "--directory". With this change, ast least some of

the tar upload features work with BSD tar (Mac OS X, for instance).

  1. … 1 more file in changeset.
bug fixing / enhancements

  1. … 1 more file in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.