• last updated 18 hours 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.
Removing merge implementations

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

  1. … 1 more file in changeset.
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.
Made calls to ImageMagick use ImageMagickPath ...

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.
Applied patch #268 for bug #774

In pa_context_bar_list, instead of returning nothing when we are in the root folder, we return [list $final]. Otherwise, you get an incomplete context bar in the root folder.

- accidentally clobbered some of jeff's bugfixes/improvements

  1. … 1 more file in changeset.
- Integrated changes from myself and Michael Steigman. If it doesn't work, it's probably my fault. Includes the following:

- oracle support

- oracle and pg upgrade scripts (from v4.0.1)

- working drop scripts

- bump of version to 4.5

  1. … 82 more files in changeset.
initial commit

    • -0
    • +1110
    ./photo-album-procs.tcl
  1. … 126 more files in changeset.