olah
committed
on 07 Jul 03
1. I made it possible to let content_template.new(), and its PG equivalent,
create a revision of the template by simply providing the templa… Show more
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.

Show less

openacs-4/.../doc/demo/form.xql (+0 -1)
1 1 <?xml version="1.0"?>
2 2
3 3 <queryset>
4     <rdbms><type>postgresql</type><version>7.1</version></rdbms>
5 4
6 5   <fullquery name="get_user_id">     
7 6     <querytext>
8 7       select ad_template_sample_users_sequence.nextval
9 8     </querytext>
10 9   </fullquery>
11 10  
12 11 </queryset>