• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
Made sure to limit only to ETP applications and disregard other packages that use -100 as the root folder

bugfix: fixing bug #2618: sql syntax error

bugfix: fixing bug #2618: sql syntax error

Add missing comma.

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.
Revert

Resolved Problem with wrong I18N string for subtopics

  1. … 4 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.
Do not convert content if mime type is text/html.

REVERT

Removed the /index part from the URLs returned to search as it is not necessary.

Prevent breaking of search because an item is no longer in the site-node

Added code to access the content of a subtopic directly using the package_id

Added support for subnavbar and etp-custom-init.tcl to HEAD.

Added subnavbar application to etp-init.tcl. Added the support of etp-custom-init.tcl so people will not have to clutter etp-init.tcl with their custom ETP applications.

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.