• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

making sure that all packages are considered to provide the service of themselves, regardless of whether this is indicated in the xml info file or not. This is needed to reliably be able to work with package dependencies

making proc apm_bootstrap_load_libraries duplicate less of the logic in apm_load_libraries by making use of apm_get_package_files. To make this refactoring I had to move apm_backup_file_p, apm_include_file_p, and apm_ignore_file_p to 30-apm-load-procs.tcl

Fixed bug #769: tcl/rel-types-procs-postgresql.xql - missing parameter in rel_types::new.drop_type

Fixed bug #501: Spurious ref to AM/PM in time24 filter

Fixed bug #779: typo - list_of_user/list_of_users/list_of_user_ids

Fixed bug #691: Allow empty default value on template::get_attribute

Finally the REAL new ad_html_to_text proc

Missed ad_html_to_text last time

Adding Lars' fix for ad_html_to_text

Bug 806: disabling timezone setting if use is not logged in. We should set in cookie, but API doesn't currently support this

Moving the ad_page_contract_filters test cases from acs-admin/www/tests/ to automated-tests

Removed tests directory with old, now irrelevant tests

making sure only one locale per language is default

Fixed bug #821: logger doesn't install

Fix and test-case for bug #409: ad_html_to_text bombs. Turns out the bug was fixed a while ago, but there was another bug.

Display admin/devadmin links on the basis of untrusted_user_id, the pages will get validated, anyway

fix typo

Adding a new widget named party_search that searches in persons, groups and relsegs and offers to select one from the results.

Applied patch #16 for dropping forums. Not convinced it works now, and haven't tested, but I can tell for sure it didn't work before.

Corrected prev_nav_template and next_nav_template