• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new function: acs_ListBulkActionMultiFormClick()

//

// The function acs_ListBulkActionMultiFormClick() is similar to

// acs_ListBulkActionClick() but it iterates over all forms with the

// same name and submits the input elements of all such forms.

//

fix for bug #3367 (many thanks to Rainer Bachleitner)

Remove duplicated words

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- use functions rather than strings in js setTimeout() for CSP

- include js function acs_Focus() in head such that core.js can be

added safely as body_script

- remove obsolete handling for document.getElementById()

  1. … 1 more file in changeset.
calendar popup fixes - date range and month combo box display quirk

calendar popup widget fixes

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Merged from 5.3 what I could detect what needed to be merged

  1. … 6 more files in changeset.
Commas are not valid char for element identifier. Replaced with a dot in list builder and acs_ListCheckAll edited to parse correctly the IDs

Added emma's acs_KeypressGoto function to core.js so calendar and other

packages using will work outside .LRN.

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
adding showCalendarWithDefault javascript proc so that a default date can be set when the calendar first pops up

apply fixes to get the mini calendar dhtml popup to work

making changes to accept the formart yyyy in year

changing the default format of calendar output to y-mm-dd instead of d-m-y

adding missing ;

adding format functionallity to showCalendar function that specifies the way the date is going to be returned. Use it like this showCalendar(id,dateformat) where date format can be any combination of letters y m d D M with a separator like a , or a - .If dateformat is not provided then set the default dateformat to d-m-y

fixed inadvertent commit, brought back the acs_rteSubmitForm and acs_rteInit javascript functions

commit new javascript to generate calendar with ad_form data widget

Switch to RTE for richtext html editor.

  1. … 4 more files in changeset.
changes to make htmlarea-3.0-rc3 work

  1. … 1 more file in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
add Javascript for new calendar widget

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
Resolves bug #2026.

  1. … 1 more file in changeset.
Configure HTMLarea to have the right root directory

Added list-builder Javascript to core.js

Changed JS for richtext_or_file widget