• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding wiki package based on CR Tcl API

    • -0
    • +26
    /openacs-4/packages/wiki/wiki.info
    • -0
    • +4
    /openacs-4/packages/wiki/lib/footer.adp
    • -0
    • +4
    /openacs-4/packages/wiki/lib/footer.tcl
    • -0
    • +8
    /openacs-4/packages/wiki/lib/new.adp
    • -0
    • +83
    /openacs-4/packages/wiki/lib/new.tcl
    • -0
    • +15
    /openacs-4/packages/wiki/lib/page.adp
    • -0
    • +68
    /openacs-4/packages/wiki/lib/page.tcl
    • -0
    • +11
    /openacs-4/packages/wiki/sql/oracle/wiki-create.sql
    • -0
    • +11
    /openacs-4/packages/wiki/sql/postgresql/wiki-create.sql
    • -0
    • +72
    /openacs-4/packages/wiki/tcl/wiki-install-procs.tcl
    • -0
    • +145
    /openacs-4/packages/wiki/tcl/wiki-procs.tcl
    • -0
    • +793
    /openacs-4/packages/wiki/tcl/wikit-procs.tcl
    • -0
    • +1
    /openacs-4/packages/wiki/www/index.vuh
    • -0
    • +1
    /openacs-4/packages/wiki/www/new.adp
    • -0
    • +7
    /openacs-4/packages/wiki/www/page.adp
cesarh commit rights to acs-content-repository

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.

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).

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.

file parse-test-procs.tcl was initially added on branch oacs-5-1.

file survey-search-create.sql was initially added on branch oacs-5-1.

file upgrade-5.1.4d1-5.1.4d2 was initially added on branch oacs-5-1.

Update survey to support survey-library.

  1. … 13 more files in changeset.
file one-question.adp was initially added on branch oacs-5-1.

file one-survey-questions.xql was initially added on branch oacs-5-1.

file one-survey-questions.tcl was initially added on branch oacs-5-1.

file one-survey-questions.adp was initially added on branch oacs-5-1.

file one-survey-questions-postgresql.xql was initially added on branch oacs-5-1.

file one-section.tcl was initially added on branch oacs-5-1.

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

file one-section-admin.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/contrib/packages/survey/lib/one-section-admin.tcl
file one-section-admin.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/contrib/packages/survey/lib/one-section-admin.adp
file one-question.tcl was initially added on branch oacs-5-1.

file upgrade-5.1.4d1-5.1.4d2.sql was initially added on branch oacs-5-1.

file respond-new.tcl was initially added on branch oacs-5-1.

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

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

Do not convert content if mime type is text/html.

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

file #one.tcl# was initially added on branch oacs-5-1.

file #create-2.tcl# was initially added on branch oacs-5-1.

file one.tcl was initially added on branch oacs-5-1.