• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix broken API function acs_object_type::get_table_name (broken since 13 years) and use API instead of direct SQL queries

  1. … 7 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
.xql-file reform of acs-content-repository

- remove sql statements from the code, where these are provided via .xql

- prefer empty sql statements over various forms of *SQL*

- remove unneeded sql queries

cr_check_orphaned_files.fetch_path

content::item::upload_file.get_parent_existing_filenames

content::revision::new.update_lob_attribute

content::init_all.get_template_url

content::init.get_live_revision

content::init_all.get_live_revision

cr::keyword::item_unassign.item_unassign

cr::keyword::get_keyword_id.select_keyword_id

cr::keyword::item_unassign_children.item_unassign_children

cr::keyword::item_get_assigned.get_keywords

cr::keyword::item_get_assigned.get_child_keywords

cr::keyword::get_options_flat.select_keyword_options

publish::write_content.get_revision_id

  1. … 15 more files in changeset.
adding defaults to creation_user, creation_ip, content_type to content::item::new

  1. … 7 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.
fixed virtual url handling for CR so that it will also display content that is not live. This was done so that non-live revision could be searched for. It is assumed that the user will only see content that they have permission to view regardless of whether it is live or not.

  1. … 8 more files in changeset.
ported templating to use standard db api

  1. … 27 more files in changeset.