• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file irc-applet.info was initially added on branch HEAD.

    • -0
    • +0
    /openacs-4/contrib/packages/irc-applet/irc-applet.info
file COPYING was initially added on branch HEAD.

file ForwardServerNet.class was initially added on branch HEAD.

file ForwardServer.class was initially added on branch HEAD.

file README was initially added on branch HEAD.

wrong url

turn off the forums search for cop subsites

adds a parameter ForumsSearchBoxP to turn off the searchbox, bump version number, merge the post numbering patch from 5.1, remove some tables

    • -2
    • +3
    /openacs-4/packages/forums/forums.info
    • -13
    • +9
    /openacs-4/packages/forums/www/forum-view.adp
    • -7
    • +10
    /openacs-4/packages/forums/www/forum-view.tcl
    • -0
    • +2
    /openacs-4/packages/forums/www/index.adp
    • -5
    • +6
    /openacs-4/packages/forums/www/index.tcl
    • -22
    • +10
    /openacs-4/packages/forums/www/message-view.adp
    • -7
    • +11
    /openacs-4/packages/forums/www/message-view.tcl
add the code and editlocal links for profiled pages + docs

workaround another aolserver bug, this time with fastpath enabled ns_returnfile size 0 files fails

Trivial formatting changes

Add a CategoryContainer parameter which defaults to package_id but can

be subsite_id (when lars-blogger should use the same catagory trees as the subsite,

might make sense to support mainsite as well).

Categories now display with counts and indented to reflect structure,

currently omits empty categories.

bump version for paramter, bump dependency for categories since it uses

category_tree::get_multirow now.

add a help_text arg to category::ad_form::add_widgets, add a category_tree::get_multirow function to return a datasource, bump version to 1.0d4 (api change)

sync up more work

    • -1
    • +2
    /openacs-4/contrib/packages/cop-ui/lib/index.adp
Clarify expression in if.

Add support for Content-Length header and HEAD method to cr_write_content for

lob storage method.

Include Jeff's trick to output a correct content-length for file storage

items from ns_returnfile.

Add href to allowed attributes and remove *. Fix bug#1310

Fix content-length support to use proper header name and actually check in

the queries that grab content length from cr_revisions.

ticket 1576 - problem where a group admin could not add a limited access user. The change is version 1.29 was a little too restrictive. The site-admin check should only be if can_browse_p =0. Also, I changed the defaults for can_browse_p and read_private_data_p to be the most restrictive (it is standard for security to make defaults the most restrictive and then require extra work to add the privileges

- Memory leak fix inspired by Tilmann's patch. This patch however also

releases the RDF and XSL trees when either one couldn't be

parsed. Tilmann's patch works when the XSL transformation is

successful but would fail on deleting the DOM trees when the

transformation failed.

Releasing dom trees of parsed rdf and xsl files as well, not only the one of the generated html.

a few fixes

Adds parameter IndexInternalRedirectUrl to acs-kernel, acs-subsite, bump version nubmers, modifies acs-subsite/www/index.tcl to use param, patch 413 bug 1363 Guan Yang

    • -3
    • +3
    /openacs-4/packages/acs-tcl/acs-tcl.info
ticket 1697 - correction

acs_named_objects superflous now that title is in acs_objects. need to fix the rest of the occurances though

-abort flag does not seem to exist

sync up work

    • -0
    • +31
    /openacs-4/contrib/packages/cop-base/lib/install.xml
    • -0
    • +4
    /openacs-4/contrib/packages/cop-base/www/index.adp
    • -0
    • +14
    /openacs-4/contrib/packages/cop-base/www/doc/index.adp
    • -0
    • +97
    /openacs-4/contrib/packages/cop-ui/lib/cop-master.adp
    • -0
    • +35
    /openacs-4/contrib/packages/cop-ui/lib/cop-master.tcl
    • -0
    • +10
    /openacs-4/contrib/packages/cop-ui/lib/index.adp
    • -0
    • +14
    /openacs-4/contrib/packages/cop-ui/lib/index.tcl
    • -2
    • +1
    /openacs-4/contrib/packages/cop-ui/www/index.adp
  1. … 5 more files in changeset.
ticket 1697

ad_script_abort if ftsdriver missing

    • -1
    • +1
    /openacs-4/packages/search/www/search.adp
    • -3
    • +2
    /openacs-4/packages/search/www/search.tcl
adding a simple example tclwebtest test case that creates a test user and logs him in over HTTP, requests a web page, and then teardowns the user. In order to do this I copied over some procs from etc/install/tcl to tclwebtest-procs.tcl. The procs in etc/install/tcl should go away as we have tclwebtest fully integrated in acs-automated-testing