Index: openacs-4/packages/acs-datetime/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/design.adp,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-datetime/www/doc/design.adp 27 Mar 2018 12:22:17 -0000 1.4 +++ openacs-4/packages/acs-datetime/www/doc/design.adp 13 Aug 2019 07:25:24 -0000 1.4.2.1 @@ -88,7 +88,7 @@ dt_widget_centered generates small monthly calendars centered in a given month (previous, current, next)
  • dt_widget_year generates a yearly calendar -(composed of small montly calendars) given the starting month as a +(composed of small monthly calendars) given the starting month as a date
  • dt_widget_calendar_year generates a yearly calendar based on calendar year (Jan to Dec), given any date within Index: openacs-4/packages/acs-datetime/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/design.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-datetime/www/doc/design.html 27 Mar 2018 12:22:17 -0000 1.3 +++ openacs-4/packages/acs-datetime/www/doc/design.html 13 Aug 2019 07:25:24 -0000 1.3.2.1 @@ -107,7 +107,7 @@
  • dt_widget_month_small generates a small monthly calendar
  • dt_widget_centered generates small monthly calendars centered in a given month (previous, current, next) -
  • dt_widget_year generates a yearly calendar (composed of small montly calendars) +
  • dt_widget_year generates a yearly calendar (composed of small monthly calendars) given the starting month as a date
  • dt_widget_calendar_year generates a yearly calendar based on calendar year (Jan to Dec), given any date within that Index: openacs-4/packages/acs-datetime/www/doc/requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/requirements.adp,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-datetime/www/doc/requirements.adp 7 Aug 2017 23:47:55 -0000 1.3 +++ openacs-4/packages/acs-datetime/www/doc/requirements.adp 13 Aug 2019 07:25:24 -0000 1.3.2.1 @@ -64,7 +64,7 @@ an HTML table.

    1. Generate a basic monthly calendar
    2. Generate a small monthly calendar
    3. Generate small monthly calendars centered in a given month -(previous, current, next)
    4. Generate a yearly calendar (composed of small montly calendars) +(previous, current, next)
    5. Generate a yearly calendar (composed of small monthly calendars) given the starting month as a date
    6. Generate a yearly calendar based on calendar year (Jan to Dec), given any date within that calendar year
    7. Generate a calendar navigation widget with viewing options for day, week, month and year
    8. Index: openacs-4/packages/acs-datetime/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/requirements.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-datetime/www/doc/requirements.html 7 Aug 2017 23:47:55 -0000 1.3 +++ openacs-4/packages/acs-datetime/www/doc/requirements.html 13 Aug 2019 07:25:24 -0000 1.3.2.1 @@ -113,7 +113,7 @@
    9. Generate a small monthly calendar
    10. Generate small monthly calendars centered in a given month (previous, current, next) -
    11. Generate a yearly calendar (composed of small montly calendars) +
    12. Generate a yearly calendar (composed of small monthly calendars) given the starting month as a date
    13. Generate a yearly calendar based on calendar year (Jan to Dec), given any date within that calendar year Index: openacs-4/packages/xowiki/www/resources/ck_templates.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/ck_templates.js,v diff -u -N -r1.3 -r1.3.6.1 --- openacs-4/packages/xowiki/www/resources/ck_templates.js 13 Sep 2012 16:05:39 -0000 1.3 +++ openacs-4/packages/xowiki/www/resources/ck_templates.js 13 Aug 2019 07:27:02 -0000 1.3.6.1 @@ -29,7 +29,7 @@ { title: 'Strange Template', image: 'template2.gif', - description: 'A template that defines two colums, each one with a title, and some text.', + description: 'A template that defines two columns, each one with a title, and some text.', html: '' + '' + @@ -138,4 +138,4 @@ } ] -}); \ No newline at end of file +}); Index: openacs-4/packages/xowiki/www/resources/repeat.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/repeat.js,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/xowiki/www/resources/repeat.js 22 Mar 2019 13:16:42 -0000 1.4.2.1 +++ openacs-4/packages/xowiki/www/resources/repeat.js 13 Aug 2019 07:27:02 -0000 1.4.2.2 @@ -123,7 +123,7 @@ item.parentNode.style.display = 'block'; // ckeditor releoding - // we are selecting all ckeditor intances which are at the same level and below of the current item + // we are selecting all ckeditor instances which are at the same level and below of the current item // so we can be sure that in case of a compound field all editors are reloaded correctly // .xowiki-ckeditor --> normaler ckeditor // .xowiki-ckeditor.ckeip --> inplace editor @@ -256,7 +256,7 @@ var data_repeat_attribute = e.getAttribute('data-repeat'); if (data_repeat_attribute !== null) { // - // Replace the ID in the name compontent inside the json + // Replace the ID in the name component inside the json // structure. // var data = JSON.parse(data_repeat_attribute); @@ -354,7 +354,7 @@ // we have to reload because the ckeditor will not work after moving // additionally we have to set the content of the ckeditor in the textarea if (typeof CKEDITOR != "undefined") { - // we are selecting all ckeditor intances which are at the same level and below of the current item + // we are selecting all ckeditor instances which are at the same level and below of the current item for (var l in CKEDITOR.instances) { // console.log('instance name: ' + CKEDITOR.instances[l].name); var searchString = item.parentNode.id + k; @@ -387,10 +387,10 @@ } }; - // make sure add item link is visible + // Make sure add item link is visible $(item.parentNode).children(".repeat-add-link").show(); - // delet the node until we are reaching the minimum + // Delete the node until we are reaching the minimum if (stats['visible'] > data['min']) { // delete the last node divs[last].parentNode.removeChild(divs[last]); @@ -410,7 +410,7 @@ this.renameIds(divs[last],templateid,newid); // ckeditor releoding - // we are selecting all ckeditor intances which are at the same level and below of the current item + // we are selecting all ckeditor instances which are at the same level and below of the current item // so we can be sure that in case of a compound field all editors are reloaded correctly // .xowiki-ckeditor --> normaler ckeditor // .xowiki-ckeditor.ckeip --> inplace editor @@ -449,7 +449,7 @@ */ // ckeditor releoding - // we are selecting all ckeditor intances which are at the same level and below of the current item + // we are selecting all ckeditor instances which are at the same level and below of the current item // so we can be sure that in case of a compound field all editors are reloaded correctly // .xowiki-ckeditor --> normaler ckeditor // .xowiki-ckeditor.ckeip --> inplace editor Index: openacs-4/packages/xowiki/www/resources/selection-area.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/selection-area.js,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/xowiki/www/resources/selection-area.js 13 May 2019 08:49:14 -0000 1.1.2.3 +++ openacs-4/packages/xowiki/www/resources/selection-area.js 13 Aug 2019 07:27:02 -0000 1.1.2.4 @@ -1,5 +1,5 @@ /* - * A simple drag and drop handler for HTML5, simlar to the old YUI + * A simple drag and drop handler for HTML5, similar to the old YUI * handler for lists. This code interacts with the formfield class * "candidate_box_select". * @@ -9,7 +9,7 @@ * The candidate selection is based on two lists, the "candidates" and * the "selection". The user can drag values from the "candidates" to * the selection and vice versa. Then the form is submitted, the - * internal representation of the selection is tranfered to the server + * internal representation of the selection is transferred to the server * (by using a hidden textarea). * * Gustaf Neumann fecit May 2019