• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Slight improvement to appearance of room reservation view page.

SQL function "bookmark__initialize_in_closed_p" takes 3 arguments starting with

package version 5.0d2.

adding option to add terms, departments, etc

replacing manually created lists with list builders with pagination

Added in some commented out parameters that can be enabled on

demanding sites to increase performance. From

http://openacs.org/forums/message-view?message_id=202297

fill-in-the-blanks parsing

Additional language strings

Added bulk approval of users

file users-bulk-approve-oracle.xql was initially added on branch oacs-5-1.

file users-bulk-approve.tcl was initially added on branch oacs-5-1.

file users-bulk-approve.adp was initially added on branch oacs-5-1.

file users-bulk-approve-postgresql.xql was initially added on branch oacs-5-1.

fix presentation_type

fix display of item in session

add missing relation_types

Privacy checks are now performed on a per survey level. This can be tuned a bit, but doing the privacy check at the SQL level, as it's currently done in forums-portlet.

Moved the lc_time_fmt call to the if block where it's actually used. This call adds a few ms per loop iteration, which sounds small, but adds up quickly because we loop once per person per question. The unnecessary calls were adding several minutes' delay on some of Sloan's larger surveys.

file forums-portlet.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/packages/forums-portlet/www/forums-portlet.xql
Cleaning up the adp file and adding private data checks when enabled.

Add warning in api-doc that states that

ad_return_if_another_copy_is_running needs to be rewritten. See:

http://openacs.org/forums/message-view?message_id=203381

Adding option terminators in survey_answer_summary_display to fix a bug where responses containing dashes were causing problems

    • -2
    • +2
    /openacs-4/packages/survey/tcl/survey-procs.tcl
changing icon path so that RP will stop throwing errors

An attempt to speed up the lc_time_fmt call, which gets hit 10+ times per page in calendar applications. We're now memoizing the compilation of % codes to tcl procs and vars. Also, we're no longer rebuilding the hash array of percent codes each time, instead using a namespace var that gets initialized in localization-data-init.tcl

Moving a potentially expensive but little used query into the if block that uses it.

    • -2
    • +3
    /openacs-4/packages/dotlrn/www/index.tcl
replacing manually created lists with list builders with paginationy

    • -46
    • +5
    /openacs-4/packages/dotlrn/www/admin/term.adp
    • -3
    • +57
    /openacs-4/packages/dotlrn/www/admin/term.tcl
    • -24
    • +57
    /openacs-4/packages/dotlrn/www/admin/term.xql
more SQL datamodel schema and CR registry

Bux fixing in dotlrn-syllabus portlet, when the professor upload the syllabus the portlet not show it because the select not return the column title

more item display types

two more display tables

Removing call to ns_server active, which is not thread safe. See NOTES section of http://panoptic.com/wiki/aolserver/ns_server