• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- handle error cases, when package_id could not be determined

- remove obsolete queries

- use api instead of direct calling sql

- get rid of pesky error messages for every restart

- modernize tcl a little

- bump version number to 1.9d4

  1. … 1 more file in changeset.
- fix bug in content-type creation: etp created entries in acs_object_types for non-existing table_names and non-existing id_columns

- fix HTML vality of several pages

- bump version number

  1. … 6 more files in changeset.
- standardize url construction

  1. … 9 more files in changeset.
- fix typo

- make HTML valid

- protect against XSS attacks

  1. … 3 more files in changeset.
- fix default for package parameter cache_max_age

- improve performance of by using precomputed :folder_id instead of

etp__get_folder_id() in SQL query

- use ad_proc's argument parser instead of local implmentation in get_content_items

- use numeric comparison operator for truth value comparisons

  1. … 8 more files in changeset.
- use "in" operator instead of lsearch

  1. … 1 more file in changeset.
- modernize tcl

  1. … 17 more files in changeset.
- remove deprecated calls

  1. … 1 more file in changeset.
bugfix: fixing bug #2618: sql syntax error

removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2274 more files in changeset.
Added support for subnavbar and etp-custom-init.tcl to HEAD.

file etp-custom-init.tcl was initially added on branch oacs-5-0.

Changed @returns to @return with command perl -pi -e 's/\@returns/\@return/g' *.tcl

  1. … 6 more files 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. … 72 more files in changeset.
Check for null mime_type.

Fixing etp::get_subtopics, although it isn't used anywhere, etp::get_content_items is more genearlly useful. Closed bug#669

Adding support for enhanched text formbuilder widget and converting etp-edit

to use ad_form. Increased version number for added pl/pgsql proc with upgrade script.

  1. … 8 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Fix typo. bug#636

Fix restriction that limited serving only Main Subsite content folder with ETP.

Now any subsite can have a content folder managed by ETP.

merge of 4.6.3b1 to HEAD

  1. … 34 more files in changeset.
Merging fixed from oacs-4-6

  1. … 3 more files in changeset.
adding missing files from merge

  1. … 19 more files in changeset.