• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added procedure to store a file for a party_id

general purpose calendar button

file calendar.gif was initially added on branch oacs-5-2.

    • binary
    ./www/resources/calendar.gif
Added message keys

    • -1
    • +1
    ./catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
  1. … 33 more files in changeset.
bump all core version numbers (and requires as well) to 5.2.0a1

  1. … 17 more files in changeset.
added list templates for course lists in dotlrn-catalog

    • -0
    • +38
    ./resources/lists/course-filters.adp
file course-filters.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    ./resources/lists/course-filters.adp
file courses.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    ./resources/lists/courses.adp
eliminates ugly border around list sort arrows for list-narrow style

inverted logic on checking multiple in last commit

support a display_widget attribute for the category widget so we can show checkboxes for category selection

  1. … 1 more file in changeset.
make 4 space

Apparently Timo had no clue how version numbers increase....

added 10 as dynamic list size; let selectbox for dynamic size appear always

fixing typo

removed bottom selectbox for dynamic size

added 10 as dynamic list size; let selectbox for dynamic size appear always; increased version number

added variable row numbers via selectbox; added pagination b"

ar at bottom of list

added variable row numbers via selectbox; added pagination bar at bottom of list

Adding dhtml tree code.

    • binary
    ./www/resources/bullet.gif
    • binary
    ./www/resources/minus.gif
    • -0
    • +22
    ./www/resources/mktree.css
    • -0
    • +257
    ./www/resources/mktree.js
    • binary
    ./www/resources/plus.gif
remove the unused .ms_my locale files which conflict with the ms_MY on OS X and are just confusing to keep around

    • -20
    • +0
    ./catalog/acs-templating.ms_my.utf-8.xml
  1. … 36 more files in changeset.
removes ugly border around sort-order arrows

border is deprecated and should not be used here

  1. … 1 more file in changeset.
removed ugly border around sort-order arrows in listbuilder

daveb spotted that the quoting was wrong for the on_fail arg, \r not stripped

Switch to RTE for richtext html editor.

  1. … 3 more files in changeset.
commit the 20050304 version of rte from http://www.kevinroth.com/ + patches from Xarg to make it work properly on safari and degrade correctly for the richtext widget (requires that a second input box be rendered for the content type html/text/etc). Also renames the View source button to 'edit html' which is what it is and moves it top right with the other edit widgets

    • -0
    • +11
    ./www/resources/rte/blank.htm
    • -0
    • +64
    ./www/resources/rte/changelog.txt
    • -0
    • +100
    ./www/resources/rte/demo.asp
    • -0
    • +70
    ./www/resources/rte/demo.htm
    • -0
    • +101
    ./www/resources/rte/demo.php
    • -0
    • +274
    ./www/resources/rte/html2xhtml.js
    • -0
    • +67
    ./www/resources/rte/insert_link.htm
    • -0
    • +70
    ./www/resources/rte/insert_table.htm
    • -0
    • +79
    ./www/resources/rte/multi.htm
    • -0
    • +126
    ./www/resources/rte/palette.htm
    • -0
    • +685
    ./www/resources/rte/richtext.js
    • -0
    • +1
    ./www/resources/rte/richtext_compressed.js
    • -0
    • +45
    ./www/resources/rte/rte.css
    • binary
    ./www/resources/rte/rte.tar.gz
    • -0
    • +127
    ./www/resources/rte/xarg-fixes.patch
  1. … 26 more files in changeset.
<if XXYYZZ in YY> would return true. this fixes it so the literal string has to be in there

fixed links and removed aD email

Modified the date type's "to_sql" property to return to_timestamp if the

format includes minutes and seconds, to_date otherwise. In reality we should

probably move to having both date and timestamp template types but for now

this should work for both Oracle and PG.