• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed default template: only render content when it's HTML or can be converted to HTML

Added -- after switches in call to ad_html_text_convert to avoid errors when the text to convert contains hyphens

some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-content-repository

  1. … 3 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.
Pass resolve index to get_id

adding defaults to creation_user, creation_ip, content_type to content::item::new

  1. … 7 more files in changeset.
provided default template in oracle

  1. … 5 more files in changeset.
add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

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

  1. … 321 more files in changeset.
Fix erroneous commit that merged in changes. This should effectively revert to 1.16.2.5 version that was intended with the previous commit.

Revert change to content::init. Custom code belongs in file-storage.

Fixing the problem caused by the upgrade for filestorage that exchanges name and title. This should neither change behaviour nor decrease performance, therefore I commit without a TIP

item_id should have been item_info(item_id), broke file-storage/view

Remove pl/sql function from where clause.

  1. … 2 more files in changeset.
Fix variable reference.

Replace pl/sql function in where clause with two queries (via Tcl API)

  1. … 2 more files in changeset.
Changed item::get_live/best_revision in content::init to use ::item::get_live/best_revision.

The reason is that bcms introduces ::content::init, which requires a keyword argument -item_id, and this new proc is then accidentally called by content::init because it's in the ::content namespace.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
fixed bug #1985 with patch #562

Fixed bug #1985 with patch #562

missing ) for $content(mime_type breaks generated templates resolves bug 1952 (from head)

missing ) for $content(mime_type breaks generated templates resolves bug 1952

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.
Add optional revision parameter to content::init. Defaults to live revision.

  1. … 2 more files in changeset.

Check for html before processing content through ad_html_text_convert.

change functions to include namespace, fix format

merge the changes between 5.0.3 and 5.0.4 to head

  1. … 249 more files in changeset.
Use [list] instead of {} for context, so the file title shows up, instead of the literal

Wrapping if's in curly braces

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.