• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add search code

    • -0
    • +28
    ./edit-this-page/sql/postgresql/edit-this-page-sc-create.sql
Merged patches from OACS 4.6 branch to openacs.org: component-ae and version-ae drop-downs of all users replaced with search widget; search/assignee widget now displays emails

    • -3
    • +3
    ./bug-tracker/tcl/bug-tracker-procs.tcl
    • -5
    • +12
    ./bug-tracker/www/admin/component-ae.tcl
    • -40
    • +54
    ./bug-tracker/www/admin/version-ae.tcl
performance work + patch for read == add comment

    • -12
    • +11
    ./bug-tracker/tcl/bug-tracker-procs.tcl
    • -31
    • +37
    ./bug-tracker/www/admin/component-ae.tcl
register content types for folders

    • -0
    • +20
    ./edit-this-page/www/etp-setup-2-postgresql.xql
register etp_page_revision content_types for folder

unset live_revision on removal

rewrite etp_create_page function to properly set content_type

make the content_select notice a debug since it is annoying

    • -3
    • +10
    ./general-comments/tcl/general-comments-procs.tcl
update to match 4.6 version of index.vuh which will work.

My version was not passing the correct path to rp_internal_redirect

remove table-layout: fixed since it seems to be causing some browsers to clip form table elements

    • -1
    • +1
    ./acs-templating/resources/forms/standard.adp
standard-lars removed align=right from buttons, standard is really standard-lars + tweaks by davb

    • -28
    • +35
    ./acs-templating/resources/forms/standard.adp
remove forum search box.

handle "" search string nicely. Just return blank results page instead of

an error page. The user can just search again from the results page.

clean up bugtracker notifications.

    • -540
    • +1001
    ./bug-tracker/tcl/bug-tracker-procs.tcl
add system URL to search URL proc

patch download at top and bottom of patch

use correct style name forum-post

run notifications cleanup every 2 days, not every 60 secs

change to ad_return_warning

check for name

add style for forum post

suppress subject display if it matches the root subject with response to or re:

strip multiple leading Re: from subject on reply

fix ad_html_to_text pre CRLF to return mapping (was inserting literal \n)

allow component_id to be passed in URL

Made message URLs be of the form "forums/<forum>/message/<message_id>"

Added code to deal with trailing /'s so links wouldn't get screwed.

Initial index.vuh to give forums the ability to respond to "pretty" URLs,

i.e.: /forums/openacs (instead of /forums/forums-view?forum_id=34245) and

/forums/56803 instead of /forums/message-view?message_id=56803.

    • -0
    • +54
    ./forums/www/index.vuh
allow html in external link descriptions

fix context for Entire Thread