• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added missing regression test file

    • -1
    • +1
    /openacs-4/packages/xowiki/lib/view.tcl
    • -0
    • +503
    /openacs-4/packages/xowiki/www/admin/test.tcl
fixing bug #3014

    • -4
    • +11
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Fixing some more bugs and cleaned up the search result page

    • -63
    • +25
    /openacs-4/packages/search/www/search.adp
    • -9
    • +16
    /openacs-4/packages/search/www/search.tcl
commit version 0.7d, updated to scriptaculous v1.6.4 and YUI version 0.11.4, committed autosuggest code by Dennis Castillo, moved javascript files and images to resources folder to take advantage of request processor tracking

  1. … 321 more files in changeset.
let everything run under dotlrn

    • -2
    • +3
    /openacs-dist/debian/debian/DEBIAN/prerm
    • -2
    • +2
    /openacs-dist/debian/debian/etc/init.d/dotlrn
Remove or comment out dotlrn specific code snuck into search. This

will be a callback of some sort eventually.

    • -2
    • +2
    /openacs-4/packages/search/tcl/search-procs.tcl
    • -6
    • +6
    /openacs-4/packages/search/www/search.tcl
remove CVS directories - added -rf switch

remove CVS directories

also do not overwrite aolserver config

    • -5
    • +1
    /openacs-dist/debian/debian/DEBIAN/prerm
    • -0
    • +644
    /openacs-dist/debian/debian/etc/aolserver4/dotlrn.tcl
    • -0
    • +69
    /openacs-dist/debian/debian/etc/init.d/dotlrn
postgresql.conf is unnecessary as well

    • -2
    • +0
    /openacs-dist/debian/debian/DEBIAN/prerm
pg_hba.conf is not necessary

Fixed package building

Make it run

Allow xinha/richtext for Question/Feedback Right/Feedback Wrong fields

Check permissions on package_id if object doesn't exist yet.

Made notice to debug

Performance tuning

More tuning for projects billable

Added language keys

    • -3
    • +3
    /openacs-4/packages/forums/forums.info
Send the comment to all assignees except the one writing it (no need to inform him

Additional search if not found

xotcl-all alias

Don't HTML check answers. We don't ever show the answer unescaped and it

prevents someone from typing a random < or > in their answer.

Performance tuning and cleaning up of code which was custom driven and is not needed in an invoice package

Some performance tuning

    • -7
    • +3
    /openacs-4/packages/tasks/lib/tasks.tcl
remove the ability to reset the password by any user and add recover the password by using a token

http://openacs.org/bugtracker/openacs/bug?bug_number=2920

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

    • -0
    • +9
    /openacs-4/packages/acs-subsite/www/user/password-reset.adp
    • -0
    • +100
    /openacs-4/packages/acs-subsite/www/user/password-reset.tcl
The ordering did not match with the labels.

The catch does not seem to work the way I envisioned it...

Support for external SMTP Servers. Initial preparations to have complex_send store emails and fire them off later with complex_send_immediately

Loop through authorities and check username and email for HTTP auth. If

someone has a better idea, let me know.