• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
clean up some of the summary and description data.

  1. … 14 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

- Allow passing in item_id when creating a new item.

- Adding more arguments to relate_item

    • -18
    • +19
    ./tcl/bcms-item-procs-postgresql.xql
bug on checking additional properties

tested some of lars changes, we found out that we need to back port some plsql for 4.6.3. see bcms-compat.sql. i have also spotted a change behaviour on bcms::item::get_item_by_url

    • -0
    • +2
    ./sql/postgresql/bcms-compat.sql
Return revision_id after uploading a file revision

Switched to standard convention that emptpy-string argument is equivalent to no argument

Updated proc documentation for additional_properties

Fixed bug in parsing additional_properties, where it would return a list of the value instead of just the value

changed Notice to Debug in ns_log commands

added bcms::parse_properties helper proc, revised bcms::revision calls to use this helper proc. also removed www dir to move bcms as a service package. also added some plsql patches for CR, not fully tested so plsql remains part of bcms still not yet CR

    • -2
    • +3
    ./tcl/bcms-revision-procs-postgresql.xql
  1. … 14 more files in changeset.
- Added item_id to array returned by bcms::item::get_item

- Split get_item_by_url up into separate get_item_id_by_url helper proc

- Various cleanups and bug fixing

Added procs

    • -0
    • +11
    ./tcl/bcms-folder-procs-postgresql.xql
Bumped up the requirement for acs-content-repository, to require the new define_function_args call

New bcms::folder::create_folder implementation that uses package_instantiate_object and can set package_id

    • -7
    • +0
    ./tcl/bcms-folder-procs-postgresql.xql
fixed some procs, bugs discovered from clean install

    • -1
    • +1
    ./tcl/bcms-revision-procs-postgresql.xql
bug fixes that came up when install from scratch, also some changes to uploading file

    • -1
    • +1
    ./tcl/bcms-folder-procs-postgresql.xql
  1. … 10 more files in changeset.