• last updated 20 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 ForwardServer.java was initially added on branch HEAD.

file COPYING was initially added on branch HEAD.

file index.tcl was initially added on branch HEAD.

    • -0
    • +0
    /openacs-4/contrib/packages/irc-applet/www/index.tcl
file index.adp was initially added on branch HEAD.

    • -0
    • +0
    /openacs-4/contrib/packages/irc-applet/www/index.adp
file Protocol.class was initially added on branch HEAD.

    • binary
    /openacs-4/contrib/packages/irc-applet/www/Protocol.class
file NoEditArea.class was initially added on branch HEAD.

file Net.class was initially added on branch HEAD.

    • binary
    /openacs-4/contrib/packages/irc-applet/www/Net.class
file Jicra.class was initially added on branch HEAD.

    • binary
    /openacs-4/contrib/packages/irc-applet/www/Jicra.class
file ForwardServerThread.class 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