• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #189: use util_text_to_url instead of running dotLRN's own

Fixed util_text_to_url's resolve_conflicts_p switch, which didn't work

fixing bug 365, fixing typo in sentence in adp. Also removing the old Control Panel text in favor of administration page.

fixing bug 40 by changing from form widget to hidden

    • -3
    • +2
    /openacs-4/packages/dotlrn/www/spam.tcl
Fixed bug #309: bombs on long name

Forgot the ad_proc doc

Added 'maxlength' feature on form elements, which works correctly for multibyte characters

fixing bug 370 - deletion of empty departments in dotlrn. The apm_package_instance_delete proc was misspelled. Making the delete_site_nodes_and_package proc delete the child nodes before parents.

fixing bug 370 - deletion of empty departments in dotlrn. The apm_package_instance_delete proc was misspelled. Making the delete_site_nodes_and_package proc delete the child nodes before parents.

adding missing query to proc dotlrn_community_get_package_id

setting maxlength to 255 for name of calendar item text field, fixing bug 322

setting maxlength of 20 for text field for term name that has that length in db

Use site_node::instantiate_and_mount instead of deprecated site_node_apm_integration::new_site_node_and_package proc

Run the key through the util_text_to_url filter, which strips off non-US ASCII chars (bug #308)

Not necessary to pass in community_key, since dotlrn_community::new does it for us

Added Danish letters to util_text_to_url

comma missing between crftd.path, crftd.storage_area_key

I added an upgrade script for 4.0-4.6, need to do something for people who upgraded before it was there, bump version and have a script that only gets sourced if the column does not exist? bug 215

file upgrade-4.0-4.6.sql was initially added on branch oacs-4-6.

Fix typo that caused number_list to return an empty_list

Fix typo that caused number_list to return and empty list every time.

Changed this file to make sure that a user can delete and admin perms on

files they upload via the file-storage UI. Previously if you only had

write privs on a folder, you couldn't delete or admin privs on your own

files uploaded to the folder.

Added Sloan "+" graphic for adding an item

    • -2
    • +2
    /openacs-4/packages/calendar/www/view.tcl
Fixed bug #100 - the gif file wasn't being found

improved date formattining in export bug#125

Fixed missing backspace at end of line problem

Use parameter::get and paramter::set_value instead of the old procs, which caused things to not work as expected.

seperated the product_update query by db, used sysdate for oracle, and now() for postgresql

Typo in query caused URLs to be listed many, many times

Changed "timestamp" to "timestamptz" so it works with pg 7.3.x