• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
bug fix on syntax error

    • -1
    • +1
    ./tcl/bcms-revision-procs-postgresql.xql
removed unused sql

add package_id to folder create

making the add_revision proc default creation_user and creation_ip like other similar procs do

Fixed @returns -> @return

bug fix in the upload_file_revision proc. The creation_user variable was not being defaulted properly (the variable name creation_user_id was used)

Add optional root_url to bcms widget procs to support correct URLs

that are not directly under a mounted package_id.

Add bcms::template::register_template procedure to support assigning

templates per content_type or per item.

    • -0
    • +10
    ./tcl/bcms-template-procs-postgresql.xql
Change optional creation_user_id parameter to creation_user.

Return item_id in bcms::revision::list_revisions.

    • -2
    • +2
    ./tcl/bcms-revision-procs-postgresql.xql
Change optional creation_user_id parameter to creation_user.

Change optional creation_user_id parameter to creation_user.

Change format of date returned from query to use lc_time_fmt in bcms::items::list_items

Adding optional cascade parameter to bcms::folder::delete_folder to

delete all children. Default is false. Add

bcms::folder::content_types_select to generate a list of lists of

options for valid content types for a folder.

    • -1
    • +1
    ./tcl/bcms-folder-procs-postgresql.xql
remove unused query

    • -11
    • +0
    ./tcl/bcms-item-procs-postgresql.xql
change -private to -public

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
add the first documentation

    • -0
    • +126
    ./www/doc/bcms_dev_doc.html
    • binary
    ./www/doc/bcms_overview.png
    • -0
    • +135
    ./www/doc/bcms_standards.html
    • -0
    • +240
    ./www/doc/cr_overview.html
    • binary
    ./www/doc/cr_simplified.png
    • -0
    • +14
    ./www/doc/index.html
forgot to add the xql part

    • -0
    • +6
    ./tcl/bcms-folder-procs-postgresql.xql
bumped to 0.3 and made the package into a service package

adding queries bcms::folder::get_id_by_package_id.select_folder_id and bcms::folder::get_id_by_package_id.select_folder_id_with_parent_id that were removed from the Tcl file

brought back the plsql to add a revision to a template

    • -0
    • +6
    ./tcl/bcms-template-procs-postgresql.xql
made the api doc better, change SQL on db_* calls to {}, remove plsql call for creating a template revision

    • -6
    • +0
    ./tcl/bcms-template-procs-postgresql.xql
change SQL on db_* calls to {}, remove bcms::folder::get_page_folder, get_image_folder, get_file_folder out since they are bcms-ui-wizard specific, added bcms::folder::is_registered_content_type, move queries of bcms::folder::get_id_by_package_id to xql files

change SQL on the db_* calls to {}, made the api doc better. removed -content_type on bcms::revision::list_revisions. bcms::revision::set_status now throws an error

made the api doc better, also replaced SQL with {}. removed additional_columns param on bcms::item::list_items not being used, removed bcms::item::list_pages list_images list_files as they are bcms-ui-wizard specific. change bcms::item::format_string_as_url -url to -string, renamed bcms::item::item_url_duplicate_test to bcms::item::create_unique_url

made the api doc better, also replaced SQL with {}. i have also remove bcms::wizard_step and bcms::init_bcms as they are bcms-ui-wizard specific. i have also moved out bcms::register_content_type and bcms::is_registered_content_type and now moved to bcms::folder name space

Fixed bug with guessing mime types

Renamed relation_type to relation_tag in bcms::item::relate_item

string range ... 'last' instead of 'end' bug

i clobbered one of lars changes, bringing them back