Bug 7356 - Fix various typos and mis-spellings
authorMarc Balmer <marc@msys.ch>
Sun, 11 Dec 2011 18:00:14 +0000 (19:00 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 13 Jan 2012 10:51:26 +0000 (11:51 +0100)
Fix typos: the the -> the, wether -> whether, developper -> developer.

http://bugs.koha-community.org/show_bug.cgi?id=7356
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
47 files changed:
C4/Labels/Label.pm
C4/Record.pm
INSTALL.opensuse
authorities/authorities.pl
cataloguing/addbiblio.pl
cataloguing/plugin_launcher.pl
etc/zebradb/ccl.properties
installer/data/mysql/kohastructure.sql
installer/install.pl
koha-tmpl/intranet-tmpl/prog/en/js/acq.js
koha-tmpl/intranet-tmpl/prog/en/js/tinymce/changelog
koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css
koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/editor-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/editor.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/simpleeditor-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/simpleeditor.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/get/get-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/get/get.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo/yahoo-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo/yahoo.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/yuiloader/yuiloader-debug.js
koha-tmpl/intranet-tmpl/prog/en/lib/yui/yuiloader/yuiloader.js
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt
kohaversion.pl
misc/migration_tools/build6xx.pl
misc/release_notes/release_notes_200RC2.txt
misc/release_notes/release_notes_200RC3.txt
misc/release_notes/release_notes_210.txt
misc/release_notes/release_notes_211.txt
misc/release_notes/release_notes_220.txt
misc/release_notes/release_notes_221.txt
misc/release_notes/release_notes_222.txt
misc/release_notes/release_notes_223.txt
misc/release_notes/release_notes_22RC1.txt
misc/release_notes/release_notes_22RC2.txt
misc/release_notes/release_notes_22RC3.txt
misc/release_notes/release_notes_22RC4.txt
misc/release_notes/release_notes_22RC5.txt

index 930e0f6..0aec0a6 100644 (file)
@@ -273,7 +273,7 @@ sub _BIB {
 
 sub _BAR {
     my $self = shift;
-    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the the left edge of the label ($llx)
+    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the left edge of the label ($llx)
     my $barcode_lly = $self->{'lly'} + $self->{'top_text_margin'};      # this places the bottom left of the barcode the top text margin distance above the bottom of the label ($lly)
     my $barcode_width = 0.8 * $self->{'width'};                         # this scales the barcode width to 80% of the label width
     my $barcode_y_scale_factor = 0.01 * $self->{'height'};              # this scales the barcode height to 10% of the label height
@@ -282,7 +282,7 @@ sub _BAR {
 
 sub _BIBBAR {
     my $self = shift;
-    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the the left edge of the label ($self->{'llx'})
+    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the left edge of the label ($self->{'llx'})
     my $barcode_lly = $self->{'lly'} + $self->{'top_text_margin'};      # this places the bottom left of the barcode the top text margin distance above the bottom of the label ($lly)
     my $barcode_width = 0.8 * $self->{'width'};                         # this scales the barcode width to 80% of the label width
     my $barcode_y_scale_factor = 0.01 * $self->{'height'};              # this scales the barcode height to 10% of the label height
@@ -294,7 +294,7 @@ sub _BIBBAR {
 
 sub _BARBIB {
     my $self = shift;
-    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};                             # this places the bottom left of the barcode the left text margin distance to right of the the left edge of the label ($self->{'llx'})
+    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};                             # this places the bottom left of the barcode the left text margin distance to right of the left edge of the label ($self->{'llx'})
     my $barcode_lly = ($self->{'lly'} + $self->{'height'}) - $self->{'top_text_margin'};        # this places the bottom left of the barcode the top text margin distance below the top of the label ($self->{'lly'})
     my $barcode_width = 0.8 * $self->{'width'};                                                 # this scales the barcode width to 80% of the label width
     my $barcode_y_scale_factor = 0.01 * $self->{'height'};                                      # this scales the barcode height to 10% of the label height
index cecb6ed..e906850 100644 (file)
@@ -398,7 +398,7 @@ sub marcrecord2csv {
     # Getting the marcfields as an array
     my @marcfieldsarray = split('\|', $marcfieldslist);
 
-   # Separating the marcfields from the the user-supplied headers
+   # Separating the marcfields from the user-supplied headers
     my @marcfields;
     foreach (@marcfieldsarray) {
         my @result = split('=', $_);
index f80fe4b..b028fd3 100644 (file)
@@ -802,7 +802,7 @@ XML::LibXML::SAX::Parser=HASH(0x8356e0c)
 == Install the Zebra package ==
 
 Zebra is already in the standard repository of openSUSE 11.3, so it seems better to install it.
-In the next chapter a question will be asked wether it is installed, so you better install it; no harm done.
+In the next chapter a question will be asked whether it is installed, so you better install it; no harm done.
 Because you may need the documentation, that will also be installed.
 Note that the package name is idzebra.
 
index 2f82f5a..23653f6 100755 (executable)
@@ -204,7 +204,7 @@ sub create_input {
     }
     elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) {
 
-        # opening plugin. Just check wether we are on a developper computer on a production one
+        # opening plugin. Just check whether we are on a developer computer on a production one
         # (the cgidir differs)
         my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder";
         unless (-r $cgidir and -d $cgidir) {
index 71d43d7..568007e 100755 (executable)
@@ -414,7 +414,7 @@ sub create_input {
     }
     elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) {
 
-        # opening plugin. Just check wether we are on a developper computer on a production one
+        # opening plugin. Just check whether we are on a developer computer on a production one
         # (the cgidir differs)
         my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder";
         unless ( opendir( DIR, "$cgidir" ) ) {
index 9a264ab..f3ef3e8 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Output;
 my $input = new CGI;
 my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name");
 
-# opening plugin. Just check wether we are on a developper computer on a production one
+# opening plugin. Just check whether we are on a developer computer on a production one
 # (the cgidir differs)
 my $cgidir = C4::Context->intranetdir ."/cgi-bin";
 my $vbdir = "$cgidir/cataloguing/value_builder";
index e427d5c..f93de96 100644 (file)
@@ -831,7 +831,7 @@ Title-uniform-heading 1=Title-uniform-heading
 Title-uniform-see 1=Title-uniform-see
 Title-uniform-seealso 1=Title-uniform-seealso
 
-#Authority-number           Koha-Auth-Number  The identifier of the the authority
+#Authority-number           Koha-Auth-Number  The identifier of the authority
 #                           record, stored in 001 in the authority record, and $9/$0 in the
 #                           field that record is linked to in the bib record
 Authority-Number 1=Koha-Auth-Number
index b2d0d39..4fd4106 100644 (file)
@@ -1393,7 +1393,7 @@ CREATE TABLE `old_reserves` ( -- this table holds all holds/reserves that have b
   `cancellationdate` date default NULL, -- the date this hold was cancelled
   `reservenotes` mediumtext, -- notes related to this hold
   `priority` smallint(6) default NULL, -- where in the queue the patron sits
-  `found` varchar(1) default NULL, -- a one letter code defining what the the status is of the hold is after it has been confirmed
+  `found` varchar(1) default NULL, -- a one letter code defining what the status is of the hold is after it has been confirmed
   `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- the date and time this hold was last updated
   `itemnumber` int(11) default NULL, -- foreign key from the items table defining the specific item the patron has placed on hold or the item this hold was filled with
   `waitingdate` date default NULL, -- the date the item was marked as waiting for the patron at the library
@@ -1568,7 +1568,7 @@ CREATE TABLE `reserves` ( -- information related to holds/reserves in Koha
   `cancellationdate` date default NULL, -- the date this hold was cancelled
   `reservenotes` mediumtext, -- notes related to this hold
   `priority` smallint(6) default NULL, -- where in the queue the patron sits
-  `found` varchar(1) default NULL, -- a one letter code defining what the the status is of the hold is after it has been confirmed
+  `found` varchar(1) default NULL, -- a one letter code defining what the status is of the hold is after it has been confirmed
   `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- the date and time this hold was last updated
   `itemnumber` int(11) default NULL, -- foreign key from the items table defining the specific item the patron has placed on hold or the item this hold was filled with
   `waitingdate` date default NULL, -- the date the item was marked as waiting for the patron at the library
index 1619f50..419273a 100755 (executable)
@@ -330,7 +330,7 @@ elsif ( $step && $step == 3 ) {
     }
     else {
         #
-        # check wether it's a 1st install or an update
+        # check whether it's a 1st install or an update
         #
         #Check if there are enough tables.
         # Paul has cleaned up tables so reduced the count
index e6d2315..b137f59 100644 (file)
@@ -76,14 +76,14 @@ DDApp = {
         if (uls[i].className == "draglist" || uls[i].className == "draglist_alt") {
             ddtarget = YAHOO.util.DragDropMgr.getDDById(uls[i].id);
 // The yahoo drag and drop is written (broken or not) in such a way, that if an element is subscribed as a target multiple times,
-// it has to be unlinked multiple times, so we need to test wether it is allready a target, otherwise we'll have a problem when closing the group
+// it has to be unlinked multiple times, so we need to test whether it is allready a target, otherwise we'll have a problem when closing the group
             if( ! ddtarget ) {
                 new YAHOO.util.DDTarget(uls[i].id);
             }
             var children = uls[i].getElementsByTagName('li');
             for( j=0; j<children.length; j=j+1) {
 // The yahoo drag and drop is (broken or not) in such a way, that if an element is subscribed as a target multiple times,
-// it has to be unlinked multiple times, so we need to test wether it is allready a target, otherwise we'll have a problem when closing the group
+// it has to be unlinked multiple times, so we need to test whether it is allready a target, otherwise we'll have a problem when closing the group
                 ddtarget = YAHOO.util.DragDropMgr.getDDById(children[j].id);
                 if( ! ddtarget ) {
                     new DDList(children[j].id);
index c15fdb4..e03e51f 100644 (file)
@@ -237,19 +237,19 @@ Version 2.0.6.1 (2006-05-04)
 Version 2.0.6 (2006-05-03)\r
        Added new theme_advanced_source_editor_wrap option, this gives the possibility to force word wrapping.\r
        Added new support for using div,blockquote,dt,dd,code,samp as a items in the theme_advanced_blockformats option.\r
-       Added new strict_loading_mode option, this switches the loading method from document.write to DOM.\r
-       Added new hidden_tab_class, display_tab_class options for resolving the MSIE image dimension bug.\r
-       Added new absolute layer support, this was added to a new plugin called layer.\r
-       Added new CSS style properties support, this was as a plugin called style.\r
-       Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS.\r
-       Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE.\r
-       Fixed bug where links the the same page as the editor page was converted into a /.\r
-       Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE.\r
-       Fixed bug with unterminated string literal errors where reported in some browsers.\r
-       Fixed bug where src and href where converted into xsrc and xhref in text.\r
-       Fixed bug where two characters where removed by backspace sometimes in Gecko.\r
-       Fixed bug where class drop list wasn't visible in some of the table dialogs.\r
-       Fixed bug where br elements where incorrectly removed within paragraphs on backspace.\r
+       Added new strict_loading_mode option, this switches the loading method from document.write to DOM.
+       Added new hidden_tab_class, display_tab_class options for resolving the MSIE image dimension bug.
+       Added new absolute layer support, this was added to a new plugin called layer.
+       Added new CSS style properties support, this was as a plugin called style.
+       Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS.
+       Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE.
+       Fixed bug where links the same page as the editor page was converted into a /.
+       Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE.
+       Fixed bug with unterminated string literal errors where reported in some browsers.
+       Fixed bug where src and href where converted into xsrc and xhref in text.
+       Fixed bug where two characters where removed by backspace sometimes in Gecko.
+       Fixed bug where class drop list wasn't visible in some of the table dialogs.
+       Fixed bug where br elements where incorrectly removed within paragraphs on backspace.
        Fixed bug where drag/drop operations failed in MSIE when editor height was set to a % value.\r
        Fixed bug where width/height was lost on images if they where placed in hidden tabs in MSIE.\r
        Fixed bugs with CSS auto import parsing, contributed by Scott Eade.\r
@@ -722,19 +722,19 @@ Version 1.45 RC1 (2005-05-27)
        Fixed stange issue where elements sometimes disappeared in MSIE.\r
        Fixed URL convertion problems with onmouseover, onmouseout image urls in advimage plugin.\r
        Fixed URL convertion problems with Flash plugin.\r
-       Fixed the experimental Safari support, some features work some doesn't.\r
-       Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla.\r
-       Fixed bug in importCSS function, was having a meaning less if statement.\r
-       Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme.\r
-       Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path.\r
-       Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache.\r
-       Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the the selected position.\r
-       Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin.\r
-       Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE.\r
-       Added split/merge table cells support, to table plugin and context menus.\r
-       Added cut/copy/paste table rows functionality to context menu and table plugin.\r
-       Added new mceSetContent command, this does the same as the setContent function.\r
-       Added new clear all/new document icon to advanced theme.\r
+       Fixed the experimental Safari support, some features work some doesn't.
+       Fixed bug where multiple a elements where created when updating links on images in FF/Mozilla.
+       Fixed bug in importCSS function, was having a meaning less if statement.
+       Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme.
+       Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path.
+       Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache.
+       Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the selected position.
+       Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin.
+       Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE.
+       Added split/merge table cells support, to table plugin and context menus.
+       Added cut/copy/paste table rows functionality to context menu and table plugin.
+       Added new mceSetContent command, this does the same as the setContent function.
+       Added new clear all/new document icon to advanced theme.
        Added new remove formatting and select text color icons.\r
        Added new directionality plugin to better support languages that write from right to left.\r
        Added new fullscreen plugin, enables users to toggle fullscreen editing mode.\r
index 182e791..ec1d693 100644 (file)
@@ -1,11 +1,11 @@
-/* This file contains the CSS data for the editable area(iframe) of TinyMCE */\r
-/* You can extend this CSS by adding your own CSS file with the the content_css option */\r
-\r
-body, td, pre {\r
-       font-family: Verdana, Arial, Helvetica, sans-serif;\r
-       font-size: 10px;\r
-}\r
-\r
+/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
+/* You can extend this CSS by adding your own CSS file with the content_css option */
+
+body, td, pre {
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 10px;
+}
+
 body {\r
        background-color: #FFFFFF;\r
 }\r
index 8d52753..5015844 100644 (file)
@@ -2446,7 +2446,7 @@ Calendar.prototype = {
         * </p>
         * <p>
         * This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
-        * The configuration object expects the the following case-sensitive properties, with the "strings" property being a nested object.
+        * The configuration object expects the following case-sensitive properties, with the "strings" property being a nested object.
         * Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
         * </p>
         * <dl>
index d6e2016..e52f2af 100644 (file)
@@ -2436,7 +2436,7 @@ Calendar.prototype = {
         * </p>
         * <p>
         * This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
-        * The configuration object expects the the following case-sensitive properties, with the "strings" property being a nested object.
+        * The configuration object expects the following case-sensitive properties, with the "strings" property being a nested object.
         * Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
         * </p>
         * <dl>
index 9b634a5..2c3ae43 100644 (file)
@@ -245,7 +245,7 @@ YAHOO.util.DragDropMgr = function() {
         locked: false,
 
         /**
-         * Provides additional information about the the current set of
+         * Provides additional information about the current set of
          * interactions.  Can be accessed from the event handlers. It
          * contains the following properties:
          *
index 9004749..af5f0cd 100644 (file)
@@ -241,7 +241,7 @@ YAHOO.util.DragDropMgr = function() {
         locked: false,
 
         /**
-         * Provides additional information about the the current set of
+         * Provides additional information about the current set of
          * interactions.  Can be accessed from the event handlers. It
          * contains the following properties:
          *
index 5df0ce7..d4ba08f 100644 (file)
@@ -953,7 +953,7 @@ var Dom = YAHOO.util.Dom,
 
             /**
             * @attribute collapse
-            * @description Boolean indicating if the the titlebar should have a collapse button.
+            * @description Boolean indicating if the titlebar should have a collapse button.
             * The collapse button will not remove the toolbar, it will minimize it to the titlebar
             * @default false
             * @type Boolean
index 76a4788..f967f7e 100644 (file)
@@ -944,7 +944,7 @@ var Dom = YAHOO.util.Dom,
 
             /**
             * @attribute collapse
-            * @description Boolean indicating if the the titlebar should have a collapse button.
+            * @description Boolean indicating if the titlebar should have a collapse button.
             * The collapse button will not remove the toolbar, it will minimize it to the titlebar
             * @default false
             * @type Boolean
index a78a927..f24d180 100644 (file)
@@ -953,7 +953,7 @@ var Dom = YAHOO.util.Dom,
 
             /**
             * @attribute collapse
-            * @description Boolean indicating if the the titlebar should have a collapse button.
+            * @description Boolean indicating if the titlebar should have a collapse button.
             * The collapse button will not remove the toolbar, it will minimize it to the titlebar
             * @default false
             * @type Boolean
index e7a1b49..f59b1e5 100644 (file)
@@ -944,7 +944,7 @@ var Dom = YAHOO.util.Dom,
 
             /**
             * @attribute collapse
-            * @description Boolean indicating if the the titlebar should have a collapse button.
+            * @description Boolean indicating if the titlebar should have a collapse button.
             * The collapse button will not remove the toolbar, it will minimize it to the titlebar
             * @default false
             * @type Boolean
index ed87982..86f911a 100644 (file)
@@ -562,7 +562,7 @@ YAHOO.util.Get = function() {
         TIMEOUT: 2000,
         
         /**
-         * Called by the the helper for detecting script load in Safari
+         * Called by the helper for detecting script load in Safari
          * @method _finalize
          * @param id {string} the transaction id
          * @private
index 88bb7e1..3693baf 100644 (file)
@@ -549,7 +549,7 @@ YAHOO.util.Get = function() {
         TIMEOUT: 2000,
         
         /**
-         * Called by the the helper for detecting script load in Safari
+         * Called by the helper for detecting script load in Safari
          * @method _finalize
          * @param id {string} the transaction id
          * @private
index 0d06a87..3340a61 100644 (file)
@@ -2385,7 +2385,7 @@ _subscribeToItemEvents: function (p_oItem) {
 
 /**
 * @method _onVisibleChange
-* @description Change event handler for the the menu's "visible" configuration
+* @description Change event handler for the menu's "visible" configuration
 * property.
 * @private
 * @param {String} p_sType String representing the name of the event that 
@@ -4852,7 +4852,7 @@ _setScrollHeight: function (p_nScrollHeight) {
        
 
                        /*
-                               Only clear the the "width" configuration property if it was set the 
+                               Only clear the "width" configuration property if it was set the
                                "_setScrollHeight" method and wasn't changed by some other means after it was set.
                        */      
        
index ffb22c6..93dc88d 100644 (file)
@@ -2350,7 +2350,7 @@ _subscribeToItemEvents: function (p_oItem) {
 
 /**
 * @method _onVisibleChange
-* @description Change event handler for the the menu's "visible" configuration
+* @description Change event handler for the menu's "visible" configuration
 * property.
 * @private
 * @param {String} p_sType String representing the name of the event that 
@@ -4811,7 +4811,7 @@ _setScrollHeight: function (p_nScrollHeight) {
        
 
                        /*
-                               Only clear the the "width" configuration property if it was set the 
+                               Only clear the "width" configuration property if it was set the
                                "_setScrollHeight" method and wasn't changed by some other means after it was set.
                        */      
        
index 949f1f3..5787e2e 100644 (file)
@@ -128,7 +128,7 @@ YAHOO.namespace = function() {
  * @param  {String}  cat  The log category for the message.  Default
  *                        categories are "info", "warn", "error", time".
  *                        Custom categories can be used as well. (opt)
- * @param  {String}  src  The source of the the message (opt)
+ * @param  {String}  src  The source of the message (opt)
  * @return {Boolean}      True if the log operation was successful.
  */
 YAHOO.log = function(msg, cat, src) {
index 949f1f3..5787e2e 100644 (file)
@@ -128,7 +128,7 @@ YAHOO.namespace = function() {
  * @param  {String}  cat  The log category for the message.  Default
  *                        categories are "info", "warn", "error", time".
  *                        Custom categories can be used as well. (opt)
- * @param  {String}  src  The source of the the message (opt)
+ * @param  {String}  src  The source of the message (opt)
  * @return {Boolean}      True if the log operation was successful.
  */
 YAHOO.log = function(msg, cat, src) {
index 8440410..2672c60 100644 (file)
@@ -128,7 +128,7 @@ YAHOO.namespace = function() {
  * @param  {String}  cat  The log category for the message.  Default
  *                        categories are "info", "warn", "error", time".
  *                        Custom categories can be used as well. (opt)
- * @param  {String}  src  The source of the the message (opt)
+ * @param  {String}  src  The source of the message (opt)
  * @return {Boolean}      True if the log operation was successful.
  */
 YAHOO.log = function(msg, cat, src) {
@@ -1618,7 +1618,7 @@ YAHOO.util.Get = function() {
         TIMEOUT: 2000,
         
         /**
-         * Called by the the helper for detecting script load in Safari
+         * Called by the helper for detecting script load in Safari
          * @method _finalize
          * @param id {string} the transaction id
          * @private
@@ -2462,7 +2462,7 @@ YAHOO.register("get", YAHOO.util.Get, {version: "2.8.0r4", build: "2449"});
         this.comboBase = YUI.info.comboBase;
 
         /**
-         * If configured, YUI will use the the combo handler on the
+         * If configured, YUI will use the combo handler on the
          * Yahoo! CDN to pontentially reduce the number of http requests
          * required.
          * @property combine
index 8440410..2672c60 100644 (file)
@@ -128,7 +128,7 @@ YAHOO.namespace = function() {
  * @param  {String}  cat  The log category for the message.  Default
  *                        categories are "info", "warn", "error", time".
  *                        Custom categories can be used as well. (opt)
- * @param  {String}  src  The source of the the message (opt)
+ * @param  {String}  src  The source of the message (opt)
  * @return {Boolean}      True if the log operation was successful.
  */
 YAHOO.log = function(msg, cat, src) {
@@ -1618,7 +1618,7 @@ YAHOO.util.Get = function() {
         TIMEOUT: 2000,
         
         /**
-         * Called by the the helper for detecting script load in Safari
+         * Called by the helper for detecting script load in Safari
          * @method _finalize
          * @param id {string} the transaction id
          * @private
@@ -2462,7 +2462,7 @@ YAHOO.register("get", YAHOO.util.Get, {version: "2.8.0r4", build: "2449"});
         this.comboBase = YUI.info.comboBase;
 
         /**
-         * If configured, YUI will use the the combo handler on the
+         * If configured, YUI will use the combo handler on the
          * Yahoo! CDN to pontentially reduce the number of http requests
          * required.
          * @property combine
index 54bd3f7..c31d1d6 100644 (file)
@@ -40,7 +40,7 @@
 </li>
 </ul>
 
-<p><strong>See the full documentation for the the Managing Staged MARC Records in the <a href="http://manual.koha-community.org/3.6/en/managestaged.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Managing Staged MARC Records in the <a href="http://manual.koha-community.org/3.6/en/managestaged.html">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
 
index 65e5a85..a1cb85b 100644 (file)
@@ -41,7 +41,7 @@
 
 <p>Sincerely, Library Staff</p>
 
-<p><strong>See the full documentation for the the Overdue Notice/Status Triggers in the <a href="http://manual.koha-community.org/3.6/en/noticetriggers.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Overdue Notice/Status Triggers in the <a href="http://manual.koha-community.org/3.6/en/noticetriggers.html">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
 
index a1e70de..e81d72d 100644 (file)
@@ -20,6 +20,6 @@
 
 <p style="color:#990000;">Important: There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.</p>
 
-<p><strong>See the full documentation for the the Patron Image Uploader in the <a href="http://manual.koha-community.org/3.6/en/uploadpatronimages.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Patron Image Uploader in the <a href="http://manual.koha-community.org/3.6/en/uploadpatronimages.html">manual</a> (online).</strong></p>
 
-[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'help-bottom.inc' %]
index 55537b4..4626c21 100644 (file)
@@ -23,6 +23,6 @@
 
 <p>Task scheduler will not work if the user the web server runs as doesn't have the permission to use it. To find out if the right user has the permissions necessary, check /etc/at.allow to see what users are in it. If you don't have that file, check etc/at.deny. If at.deny exists but is blank, then every user can use it. Talk to your system admin about adding the user to the right place to make the task scheduler work.</p>
 
-<p><strong>See the full documentation for the the Task Scheduler in the <a href="http://manual.koha-community.org/3.6/en/taskscheduler.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Task Scheduler in the <a href="http://manual.koha-community.org/3.6/en/taskscheduler.html">manual</a> (online).</strong></p>
 
-[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'help-bottom.inc' %]
index 0c60195..3d16573 100644 (file)
@@ -6,7 +6,7 @@
 
 the kohaversion is divided in 4 parts :
  - #1 : the major number. 3 atm
- - #2 : the functionnal release. 00 atm
+ - #2 : the functional release. 00 atm
  - #3 : the subnumber, moves only on a public release
  - #4 : the developer version. The 4th number is the database subversion.
         used by developers when the database changes. updatedatabase take care of the changes itself
index 5c02f12..2c4bf2b 100755 (executable)
@@ -234,7 +234,7 @@ while (my ($bibid) = $sth->fetchrow) {
                     }
                 }
                 if ($#x >4) {
-                    # too many $x, not handled, warn the developper that tries to migrate
+                    # too many $x, not handled, warn the developer that tries to migrate
                     print "warning there is ".$#x.'$x values';
                 }
             }
index 21fc394..aa6248e 100644 (file)
@@ -6,7 +6,7 @@ If you want to adopt Koha, please do, but you're warned that this release candid
 If you test it and let us know about any we haven't seen yet, it will help us to fix them.
 
 The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
-The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developpers can already get 1st draft of a working z3950 server.
+The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server.
 
 
 INSTALLATION
index 0560597..89c7387 100644 (file)
@@ -6,7 +6,7 @@ If you want to adopt Koha, please do, but you're warned that this release candid
 If you test it and let us know about any we haven't seen yet, it will help us to fix them.
 
 The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
-The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developpers can already get 1st draft of a working z3950 server.
+The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server.
 
 
 INSTALLATION
index f810421..3610236 100644 (file)
@@ -48,7 +48,7 @@ WHAT'S NEW
 1 Auto installer
 ****************
 If you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question.
-A very usefull feature for developpers that want to install/uninstall Koha quite often.
+A very usefull feature for developers that want to install/uninstall Koha quite often.
 A sample of auto_install_file is provided in misc/auto_install_file.
 
 2 Uninstaller
@@ -102,7 +102,7 @@ Circulation has been heavily rewritten...
 You can define rules like : "up to 2 CDROM, up to 10 books, max 10 items".
 * circulation works now like this (internally) :
 - get borrower cardnumber & item number
-- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developper), as every test is heavily documented & in  a single sub.
+- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developer), as every test is heavily documented & in  a single sub.
 - if >=1 IMPOSSIBLE entry : issuing is impossible, show why.
 - if >=1 MUSTCONFIRM : show problems, and ask for confirmation.
 - if both are empty : issue.
@@ -139,7 +139,7 @@ Should be used for MARC21 with some work. We need volunteers here.
 ==============
 HELP NEEDED
 ==============
-We alway accept new developpers wanting to code or test features of the Roadmap.
+We alway accept new developers wanting to code or test features of the Roadmap.
 We still can accept features not in the RoadMap if :
 - strongly supported/coded by someone.
 - compatible with other features.
@@ -167,4 +167,4 @@ Frameworks have to be defined to be choosable at installation stage. The idea be
 Same as for MARC21 frameworks. Except we don't have authority structure for MARC21 (we have for UNIMARC in french, thanks to ENSMP)
 
 * provide ISBD for MARC21 
-(ISBD for UNIMARC is being done, thanks to doXulting)
\ No newline at end of file
+(ISBD for UNIMARC is being done, thanks to doXulting)
index 2d68bcf..20b996b 100644 (file)
@@ -61,4 +61,4 @@ The next release will probably be 2.2RC1.
 It should contains :
 * bugfixes.
 * some new code for a better LDAP handling (automatic creation of the borrower if it does not exist, getting informations from LDAP directory)
-* a barcode generator ! it's a new feature that should be commited by a new developper coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes.
+* a barcode generator ! it's a new feature that should be commited by a new developer coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes.
index 3b95480..5677f2d 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
@@ -196,7 +196,7 @@ General :
 * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
 * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
 * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
-* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
+* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
 * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
 * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
 * Nelsonville have shared their templates. They are available as NPL theme.
index 06ceb19..24afbb7 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
@@ -215,7 +215,7 @@ General :
 * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
 * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
 * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
-* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
+* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
 * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
 * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
 * Nelsonville have shared their templates. They are available as NPL theme.
index 0522389..6b11e75 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
@@ -361,7 +361,7 @@ General :
 * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
 * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
 * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
-* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
+* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
 * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
 * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
 * Nelsonville have shared their templates. They are available as NPL theme.
index 6eb7311..5ecc63e 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
@@ -408,7 +408,7 @@ General :
 * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
 * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
 * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
-* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
+* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
 * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
 * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
 * Nelsonville have shared their templates. They are available as NPL theme.
index 2b6cc5f..bdbfa15 100644 (file)
@@ -5,7 +5,7 @@ Welcome to the 1st Release Candidate of the 2.2 version of Koha.
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
index 162630a..8484c5c 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
index 2c9aa08..4121fb1 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
index 3608697..7db7665 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
 
index 6f5009d..8a6ac1e 100644 (file)
@@ -4,7 +4,7 @@ RELEASE NOTES
 Koha is the 1st Open-Source Integrated Library System.
 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
 
-Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
+Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
 
 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).