• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding page_flush_p true to the list builder

Oracle 8 doesn't support current_timestamp, so I've changed it to sysdate

Adding wiki package based on CR Tcl API

    • -0
    • +11
    ./wiki/sql/oracle/wiki-create.sql
    • -0
    • +11
    ./wiki/sql/postgresql/wiki-create.sql
    • -0
    • +72
    ./wiki/tcl/wiki-install-procs.tcl
    • -0
    • +145
    ./wiki/tcl/wiki-procs.tcl
    • -0
    • +793
    ./wiki/tcl/wikit-procs.tcl
Roll back change to regular array variable regexp. Only noquote regexp needed to be changed.

Make id_column and table_name required for content::type::new.

Fix content::item::new to properly create a subtype of content revision

based on the content_type paramter is attributes, title or text is specified.

    • -19
    • +40
    ./acs-content-repository/tcl/content-item-procs.tcl
    • -2
    • +2
    ./acs-content-repository/tcl/content-type-procs.tcl
    • -5
    • +46
    ./acs-content-repository/tcl/test/content-item-test-procs.tcl
The user-new page called a proc in the authentications package which checked

to see if a parameter was set or not. However, in upgraded sites, or if

the user had entered a blank entry for the parameter, the proc would bomb.

I made the proc more robust by using string is false instead of ![parameter...

and also added in a util_user_message to make it more explicit what is happening

if you aren't able to register (the behavior was very confusing).

    • -5
    • +6
    ./acs-authentication/tcl/authentication-procs.tcl
Allow adp array variable regexp to work with arrays with . in the key names. This happens when a formerror is generated on a form element where the element name has an embedded . so it can be interpreted as an array when processing the form. Added test cases.

    • -0
    • +52
    ./acs-templating/tcl/test/parse-test-procs.tcl
file parse-test-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./acs-templating/tcl/test/parse-test-procs.tcl
Add question proxy for categorization.

Clarify documenation for content::item::new and add test cases to ensure a new revision can be created.

Fixes bug#2232

    • -3
    • +7
    ./acs-content-repository/tcl/content-item-procs.tcl
    • -2
    • +14
    ./acs-content-repository/tcl/test/content-item-test-procs.tcl
Do not convert content if mime type is text/html.

file create.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/question/create.adp
    • -0
    • +0
    ./survey-library/www/section/create.adp
    • -0
    • +0
    ./survey-library/www/survey/create.adp
file view.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/survey/view.adp
file #one.tcl# was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/survey/#one.tcl#
file #create-2.tcl# was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/survey/#create-2.tcl#
file one.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/question/one.tcl
    • -0
    • +0
    ./survey-library/www/section/one.tcl
    • -0
    • +0
    ./survey-library/www/survey/one.tcl
file one.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/question/one.adp
    • -0
    • +0
    ./survey-library/www/section/one.adp
    • -0
    • +0
    ./survey-library/www/survey/one.adp
file create.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/question/create.tcl
    • -0
    • +0
    ./survey-library/www/section/create.tcl
    • -0
    • +0
    ./survey-library/www/survey/create.tcl
file survey-library-install-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/tcl/survey-library-install-procs.tcl
file index.vuh was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/index.vuh
    • -0
    • +0
    ./survey-library/www/survey/index.vuh
file index.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/index.tcl
    • -0
    • +0
    ./survey-library/www/categories/index.tcl
    • -0
    • +0
    ./survey-library/www/clipboard/index.tcl
file index.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/index.adp
    • -0
    • +0
    ./survey-library/www/categories/index.adp
file add.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/add.xql
file add.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/add.tcl
file add.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/add.adp
file add-2.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/add-2.tcl
file add-2.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/www/add-2.adp
file survey-library-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/tcl/survey-library-procs.tcl
Adding survey-library package which provides a searhable library of surveys, sections and questions. Requires contrib version of survey for now.

    • -0
    • +28
    ./survey-library/survey-library.info
    • -0
    • +4
    ./survey-library/lib/add-to-library.tcl
    • -0
    • +88
    ./survey-library/lib/categorize.tcl
    • -0
    • +24
    ./survey-library/lib/survey-preview.adp
    • -0
    • +62
    ./survey-library/lib/survey-preview.tcl
    • -0
    • +43
    ./survey-library/lib/survey-preview.xql
    • -0
    • +152
    ./survey-library/sql/oracle/survey-library-create.sql
    • -0
    • +152
    ./survey-library/sql/oracle/survey-library-create.sql~
    • -0
    • +104
    ./survey-library/sql/oracle/update-survey-lib.sql
  1. … 30 more files in changeset.
file survey-library-create.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-library/sql/oracle/survey-library-create.sql
    • -0
    • +0
    ./survey-library/sql/postgresql/survey-library-create.sql