Changeset 14182

Show
Ignore:
Timestamp:
01/02/08 23:34:25 (9 months ago)
Author:
flack
Message:

corrected some sloppyness from the last commit and added a few more fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/build/SchemaReader.php

    r5030 r14182  
    22 
    33class SchemaReader { 
    4     // the midcomschma file 
     4    // the midcomschema file 
    55    protected $dom; 
    66    // the objectype 
  • trunk/midcom/de.bitfolge.feedcreator/feedcreator.php

    r14133 r14182  
    231231 
    232232        /** 
    233          * Any additional elements to include as an assiciated array. All $key => $value pairs 
     233         * Any additional elements to include as an associated array. All $key => $value pairs 
    234234         * will be included unencoded in the feed item in the form 
    235235         *     <$key>$value</$key> 
     
    562562 
    563563        /** 
    564          * Any additional elements to include as an assiciated array. All $key => $value pairs 
     564         * Any additional elements to include as an associated array. All $key => $value pairs 
    565565         * will be included unencoded in the feed in the form 
    566566         *     <$key>$value</$key> 
     
    19061906 
    19071907        /** 
    1908          * Overrrides parent to produce .html extensions 
     1908         * Overrides parent to produce .html extensions 
    19091909         * 
    19101910         * @return string the feed cache filename 
     
    19461946 
    19471947        /** 
    1948          * Overrrides parent to produce .js extensions 
     1948         * Overrides parent to produce .js extensions 
    19491949         * 
    19501950         * @return string the feed cache filename 
  • trunk/midcom/fi.hut.loginbroker/handler/index.php

    r14180 r14182  
    346346                continue; 
    347347            } 
    348             // Do we want to do something after successful store ?? 
     348            // Do we want to do something after successful store ?? 
    349349        } 
    350350    } 
  • trunk/midcom/midcom.core/midcom/helper/misc.php

    r14087 r14182  
    303303            break; 
    304304        default: 
    305             die("mgd_sort_id_array: Parameter count in \$sortkeyey ($sortkey) wrong, aborting."); 
     305            die("mgd_sort_id_array: Parameter count in \$sortkey ($sortkey) wrong, aborting."); 
    306306            break; 
    307307    } 
     
    362362 
    363363        default: 
    364             die("mgd_sort_id_array: Parameter count in \$sortkeyey ($sortkey) wrong, aborting."); 
     364            die("mgd_sort_id_array: Parameter count in \$sortkey ($sortkey) wrong, aborting."); 
    365365            break; 
    366366    } 
  • trunk/midcom/midcom.helper.datamanager/widget_schemaselect.php

    r14084 r14182  
    1010/** 
    1111 * This is a widget to handle the selection schemas out of an existing 
    12  * schma database. 
     12 * schema database. 
    1313 * 
    1414 * This widget can only be used with text widgets. It requires to be linked to 
     
    1717 * database from the configuration will be used. 
    1818 * 
    19  * Ultimately, this widget is usful almost only within Datamanager driven component 
    20  * configuration screeens. 
     19 * Ultimately, this widget is useful almost only within Datamanager driven component 
     20 * configuration screens. 
    2121 * 
    2222 * This widget inherits from the regular select widget, so the documentation of 
     
    4141 * <b>Sample configuration</b> 
    4242 * 
    43  * <pre> 
     43 * <code> 
    4444 * "schema_picture" => Array ( 
    4545 *         "description" => "Schema to use for picture records", 
     
    5252 *     "widget_schemaselect_default_schemapath" => "file:/net/siriux/photos/config/schemadb_default.dat", 
    5353 * ), 
    54  * </pre> 
     54 * </code> 
    5555 * 
    5656 * <b>CSS Styles in use by the Widget</b> 
     
    135135 
    136136    /** 
    137      * Updates the list of choices and calles the parent. 
     137     * Updates the list of choices and calls the parent. 
    138138     * 
    139139     * @see midcom_helper_datamanager_widget_schemaselect::_get_schema() 
     
    146146 
    147147    /** 
    148      * Updates the list of choices and calles the parent. 
     148     * Updates the list of choices and calls the parent. 
    149149     * 
    150150     * @see midcom_helper_datamanager_widget_schemaselect::_get_schema() 
  • trunk/midcom/net.fernmark.pedigree/dog.php

    r5985 r14182  
    4949        { 
    5050            case (   $kennel 
    51                   && $breeeder 
     51                  && $breeder 
    5252                  && strpos($this->name, $kennel->official) === false): 
    5353                $ret = "{$kennel->official}: {$this->name} ({$breeder->name})"; 
     
    6565 
    6666    /**  
    67      * Prepares a QB for offsping queries 
     67     * Prepares a QB for offspring queries 
    6868     * 
    6969     * @return midgard_query_builder ready for other constraints 
  • trunk/midcom/net.nemein.wiki/exec/import-moinmoin.php

    r14180 r14182  
    370370            if ($this->import_file($title, "{$page_path}/revisions/{$current_revision}")) 
    371371            { 
    372                 // successful import of last revision, remove file to avoid double imports 
     372                // successful import of last revision, remove file to avoid double imports 
    373373                unlink("{$page_path}/revisions/{$current_revision}"); 
    374374            } 
  • trunk/midcom/org.openpsa.calendar/calendar_midcomdba.php

    r14180 r14182  
    516516        if (!$this->_prepare_save($ignorebusy_em, $rob_tentantive, $repeat_handler)) 
    517517        { 
    518             //Some requirement for an update failed, seee $this->__errstr; 
     518            //Some requirement for an update failed, see $this->__errstr; 
    519519            debug_add('prepare_save failed, aborting', MIDCOM_LOG_ERROR); 
    520520            debug_pop(); 
     
    15221522        $encoder->merge_compatibility($compatibility); 
    15231523 
    1524         // Simple key/value pairs, for multiple occurances of same key use array as value 
     1524        // Simple key/value pairs, for multiple occurrences of same key use array as value 
    15251525        $vcal_keys = array(); 
    15261526        // For extended key data, like charset 
     
    16321632 
    16331633/** 
    1634  * Anothet wrap level 
     1634 * Another wrap level 
    16351635 * @package org.openpsa.calendar 
    16361636 */ 
  • trunk/midcom/org.openpsa.contacts/handler/duplicates/person.php

    r14180 r14182  
    154154                continue; 
    155155            } 
    156             // Extra sanity check (in case of semi-successful not-duplicate mark) 
     156            // Extra sanity check (in case of semi-successful not-duplicate mark) 
    157157            if (   $person1->parameter('org.openpsa.contacts.duplicates:not_duplicate', $person2->guid) 
    158158                || $person2->parameter('org.openpsa.contacts.duplicates:not_duplicate', $person1->guid) 
  • trunk/midcom/org.openpsa.directmarketing/campaign.php

    r14180 r14182  
    413413     *  - Last run on yyyy-mm-dd H:i 
    414414     *  - Last run on --, next scheduled run on -- 
    415      *  - Last run failed on --, last successful run on -- 
     415     *  - Last run failed on --, last successful run on -- 
    416416     */ 
    417417    function members_update_status() 
  • trunk/midcom/org.openpsa.products/documentation/api_product_update.en.txt

    r14180 r14182  
    1919 
    2020200: OK 
    21 :    Product was successfullly updated 
     21:    Product was successfully updated 
    2222 
    2323401: Authorization required