• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgrading kernel to 5.0d9. Fixing bug 555 - Removing apm_packages.enabled_p column and taking the opportunity to remove obsolete file related datamodel

fix ad_form setting for no_time_p

Bug 664. Sourcing sql files before the package is marked as installed/upgraded in the db.

put back day_of_theweek. no idea why that was removed (lars?), anyway it is needed by the calendar-portlet

Only offer invoke for callbacks that don't take any arguments

Added define_function_args: bug #55

Fixed bug #562: news admin page broken on Oracle

Don't put HTML in the security error message. There's no need.

Fixed bug #614: Perhaps we should ship with a default robots.txt?

    • -0
    • +5
    /openacs-4/www/robots.txt
Fixed bug #418: Batched notifications don't work on some mail browsers

Fixed bug #615: extra unnecessary upgrade script

Fixed bug #421: Added -- in front of arg in call to util_text_to_url

Fixed context bar

    • -1
    • +0
    /openacs-4/packages/calendar/www/view.adp
Fixed bug #629: wrong xql query name

Fixed bug #426: ad_page_contract date filter had a bug

removing debugging printout

new-portal needs to be mounted, so auto-mounting

changing to check errors in the log file before the Tcl API tests as these sometimes generate errors intentionally

    • -13
    • +13
    /openacs-4/etc/install/install.sh
Fixing etp::get_subtopics, although it isn't used anywhere, etp::get_content_items is more genearlly useful. Closed bug#669

More fixed from HEAD

Fixed bug #460: report -code error instead of return -code error.

Fixed bug #466, plus another bug in ad_html_to_text

Added -public to procs

    • -10
    • +10
    /openacs-4/packages/acs-tcl/tcl/defs-procs.tcl
Fixed bug #677: noquote label in form templates

Fixed bug #679: Show/hide unapproved users ; and cleaned up display

Fixed bug #473: Title on .LRN pages

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/dotlrn-master.adp
    • -2
    • +2
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
Adding support for enhanched text formbuilder widget and converting etp-edit

to use ad_form. Increased version number for added pl/pgsql proc with upgrade script.

changing dotlrn/install.xml to only install dotlrn applets (which cascades to exactly the packages we want for dotlrn) instead of all packages in the file system. Updating dependency info dotlrn package and applet packages info files.

    • -8
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
    • -1
    • +15
    /openacs-4/packages/dotlrn/install.xml
removing debug printouts

bugfix: ad_conn isconnected doesn't mean ad_conn user_id is defined - it's not during bootstrapping. Wrapping in catch