• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing reports, adding filter for niminum amount

content_name should be content__name

Fix for news__clone plsql, added lead var for news__new

file upgrade-5.2.0d5-5.2.0d6.sql was initially added on branch oacs-5-2.

1. Modify install.xml to install the Selva theme. Sloan theme is still the

default theme when .LRN is installed, but you can now use the site template

admin pages to make selva your theme.

2. Hid Kelp theme from view. It's still installed as a portal theme, but if

you want to make it visible to the site template stuff you need to add

it via the "add site template" web UI page.

    • -0
    • +1
    /openacs-4/packages/dotlrn/install.xml
better error messages when adp includelet fails...

    • -3
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Adding date, month and year sub-types of ams::widget::date, this allows for much more logical aggregated reports with date type attributes in extended columns (for contacts) - e.g. break down gender by year born, or show mean the number of people who inquired broken down by month-year (where date of inquiry is actually a full date), etc.

    • -4
    • +11
    /openacs-4/packages/ams/tcl/ams-widget-procs.tcl
fixing the return url of the "finish" link. now it returns to the imsld-tree page, instead of the index one:

    • -3
    • +6
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
fixing bugs handling resources and services

    • -19
    • +21
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
fix imsld link targets

    • -5
    • +1
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
    • -2
    • +4
    /openacs-4/packages/imsld/www/imsld-tree.adp
remove faulty email_image::check_image_magick function and just test for it when exec

remove faulty email_image::check_image_magick function and just test for it when exec

Moving informing information to after_html in other widgets, so that not as much information is present in the urls if form info is changed since inform information is no longer treated as a form variable

extend columns saved in the search (as opposed to being added via the front page) are no longer preserved when moving around between saved searches... that way when you view a number of searches in a row that have extended columns associated with them all the columns don't keep getting added to the view. this used to result in a large number of extended columns being shown even though users weren't expecting it

adding a blank value for type if the search already exists so that the form doesn't assume attribute was selected when in fact they were saving the form or searching or something else...

improving error reporting look, this lets the error reporting remain with the widget instead of showing up randomly a few lines down (dependent on the form setup and provides a nice off red box drawing attention to the location of the error

overhaul of the category display: it is now able to display multi-level deep categories, use cattree.css instead of mktree.css for a more dense display of the category tree in tree style (see category-procs.tcl for the whole path).

    • -58
    • +58
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +1
    /openacs-4/packages/xowiki/www/index.adp
    • -0
    • +39
    /openacs-4/packages/xowiki/www/resources/cattree.css
Accept community_id as parameter

Use vuh file to access facilitator bios

VUH file to access facilitator bios from outside the community

creating order_title for untitled searches so that they are returned in the order of most recently created through least recently created

adding package_id to default group select clause

minor bug fixes to contacts::default_groups

adding package_id to a number of procs so that they can be used by packages other than contacts to get information out of a contacts instance

fix for bug #2890

    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
added queries for customer reports, filters by type, account manager, date, cost categories, customer sector, country

not caching contact::search::party_p since there is no need to use up memoize space for this information here, since its fast enough without it

performance improvement to party_p_not_cached query

minor bug fixes and adding contact::search::party_p* procs

minor bug fixes, layout cleanup and adding contact::search::party_p_not_cached proc