• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
When query dispatcher lookup fails and the default SQL is empty, bomb.

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

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

    • -3
    • +3
    /openacs.org-dev/packages/search/www/search.tcl
Dump tcl errorInfo to log file when a portal throws an exception, so you can see where the error occurred and what it was

clean up bugtracker notifications.

adds subscriber list page

file subscribers.adp was initially added on branch oacs-4-6.

file subscribers.tcl was initially added on branch oacs-4-6.

add system URL to search URL proc

adding the swedish locale

changing from an old deprecated locale proc to using ad_conn locale

Added enabled_p flag, and upped version to 4.1

Moved the test example into the test directory.

Added news package automated tests

    • -0
    • +1472
    /openacs-4/packages/news/tcl/test/news-db-test-procs.tcl
    • -0
    • +114
    /openacs-4/packages/news/tcl/test/news-db-test-procs.xql
Added code for optionally sourcing automated tests and associated queries.

patch download at top and bottom of patch

put download patch link top and bottom of the patch since it is easy to miss for long patches

general comments index page perf fix bug 30/patch 6

general comments index page perf fix bug 30/patch 6

removing two links (thanks Carl) from the acs-lang admin interface that were mostly used as a convenience during development

changing the return_url handling

passing return_p=t to the change locale link

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/dotlrn-master.adp
I18N: adding two strings to message catalog that we missed previously

updated I18N instructions to reflect the new argument handling of the lookup proc

switch to ETP based project page

    • -10
    • +0
    /openacs.org-dev/www/projects/index.adp
    • -16
    • +0
    /openacs.org-dev/www/projects/index.tcl
add etp item support

fixed the check in lang::message::register that embedded variables are not tampered with, translator mode links vastly improved by Lars - translations that can be edited have a hyperlinked green circle after them, texts with missing translations are highlighted in yellow and have a hyperlinked red star after them, now navigation (links) are not broken by translator mode being on

adding docs

    • -0
    • +96
    /openacs-4/packages/attachments/www/doc/index.html
    • -0
    • +30
    /openacs-4/packages/attachments/www/doc/src/README.txt
    • -0
    • +16
    /openacs-4/packages/attachments/www/doc/src/makefile
fix more extra tables

put the box in one table instad of two. now the top part

scales with the width of the content

Replaced & with & in export_entire_form_as_url_vars. The &

expansion really should be done with ad_quotehtml by the templating

system before spitting out the HTML, not here. It causes other

trouble, e.g. double-escaping of & as in &, which causes the

URL to not work correctly.