• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding views to oacs-5-1 branch

    • -1
    • +1
    /openacs-4/packages/views/tcl/views-procs.tcl
adding dotlrn-lorsm to oacs-5-1 branch

adding lorsm-portlet to oacs-5-1 branch

adding lorsm to oacs-5-1 branch

    • -0
    • +0
    /openacs-4/packages/lorsm/lib/user-lorsm.adp
    • -1
    • +1
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
    • -1
    • +1
    /openacs-4/packages/lorsm/tcl/lorsm-procs.tcl
    • -0
    • +0
    /openacs-4/packages/lorsm/tcl/lorsm-procs.xql
    • -0
    • +0
    /openacs-4/packages/lorsm/www/course-add-2.adp
    • -1
    • +1
    /openacs-4/packages/lorsm/www/course-add-2.tcl
  1. … 293 more files in changeset.
adding lors to oacs-5-1 branch

    • -1
    • +1
    /openacs-4/packages/lors/tcl/lors-cr-procs.tcl
  1. … 3 more files in changeset.
file upgrade-2.60b1-2.61d1.sql was initially added on branch oacs-5-1.

Support for priority in PM

Fix bug 2200 and bug 2242 in which there were problems with logging in after

upgrading if you restarted the server first. The new code is less elegant,

but it works correctly. It imposes a database hit on login, but it is

cached, so it only is incurred once.

Fixing the params in the function content_item__set_live_revision() changing the param item_id by revision_id

Removed preview link

added alias for package ezic-gateway

added field fixed_position to item choices

added field num_items to sections

New instantiation of Bug-Tracker was broken due to old usage of the CR. Fixed in an ugly, hasty hack for postgresql, as I assume Don will work on it once he comes around to it

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
    • +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-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.