• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
1. I made it possible to let content_template.new(), and its PG equivalent,

create a revision of the template by simply providing the template in the 'text'

param.

2. Bug-fixed content::init, content::get_content and some other procs related

to the index.vuh in the CR. Virtual URLs are now more or less supported for items

of any content type if they have a content template associated with them.

If a content item associates a template to it (by registering it), it will have precedence

over the type's template. It will transparently act as a default, in other words.

  1. … 16 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
Worked on fixing cms-news-demo in order to give Greenpeace (and others) an

example CR/CMS app to play with. It's not finished but partway there. On

the way found a couple of CR bugs and fixed them.

  1. … 12 more files in changeset.
changed query to 0or1row

converted template query to uplevel multirow

  1. … 1 more file in changeset.