Changeset 14182
- Timestamp:
- 01/02/08 23:34:25 (9 months ago)
- Files:
-
- trunk/midcom/build/SchemaReader.php (modified) (1 diff)
- trunk/midcom/de.bitfolge.feedcreator/feedcreator.php (modified) (4 diffs)
- trunk/midcom/fi.hut.loginbroker/handler/index.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/helper/misc.php (modified) (2 diffs)
- trunk/midcom/midcom.helper.datamanager/widget_schemaselect.php (modified) (6 diffs)
- trunk/midcom/net.fernmark.pedigree/dog.php (modified) (2 diffs)
- trunk/midcom/net.nemein.wiki/exec/import-moinmoin.php (modified) (1 diff)
- trunk/midcom/org.openpsa.calendar/calendar_midcomdba.php (modified) (3 diffs)
- trunk/midcom/org.openpsa.contacts/handler/duplicates/person.php (modified) (1 diff)
- trunk/midcom/org.openpsa.directmarketing/campaign.php (modified) (1 diff)
- trunk/midcom/org.openpsa.products/documentation/api_product_update.en.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/build/SchemaReader.php
r5030 r14182 2 2 3 3 class SchemaReader { 4 // the midcomsch ma file4 // the midcomschema file 5 5 protected $dom; 6 6 // the objectype trunk/midcom/de.bitfolge.feedcreator/feedcreator.php
r14133 r14182 231 231 232 232 /** 233 * Any additional elements to include as an ass iciated array. All $key => $value pairs233 * Any additional elements to include as an associated array. All $key => $value pairs 234 234 * will be included unencoded in the feed item in the form 235 235 * <$key>$value</$key> … … 562 562 563 563 /** 564 * Any additional elements to include as an ass iciated array. All $key => $value pairs564 * Any additional elements to include as an associated array. All $key => $value pairs 565 565 * will be included unencoded in the feed in the form 566 566 * <$key>$value</$key> … … 1906 1906 1907 1907 /** 1908 * Overr rides parent to produce .html extensions1908 * Overrides parent to produce .html extensions 1909 1909 * 1910 1910 * @return string the feed cache filename … … 1946 1946 1947 1947 /** 1948 * Overr rides parent to produce .js extensions1948 * Overrides parent to produce .js extensions 1949 1949 * 1950 1950 * @return string the feed cache filename trunk/midcom/fi.hut.loginbroker/handler/index.php
r14180 r14182 346 346 continue; 347 347 } 348 // Do we want to do something after successful store ??348 // Do we want to do something after successful store ?? 349 349 } 350 350 } trunk/midcom/midcom.core/midcom/helper/misc.php
r14087 r14182 303 303 break; 304 304 default: 305 die("mgd_sort_id_array: Parameter count in \$sortkey ey($sortkey) wrong, aborting.");305 die("mgd_sort_id_array: Parameter count in \$sortkey ($sortkey) wrong, aborting."); 306 306 break; 307 307 } … … 362 362 363 363 default: 364 die("mgd_sort_id_array: Parameter count in \$sortkey ey($sortkey) wrong, aborting.");364 die("mgd_sort_id_array: Parameter count in \$sortkey ($sortkey) wrong, aborting."); 365 365 break; 366 366 } trunk/midcom/midcom.helper.datamanager/widget_schemaselect.php
r14084 r14182 10 10 /** 11 11 * This is a widget to handle the selection schemas out of an existing 12 * sch ma database.12 * schema database. 13 13 * 14 14 * This widget can only be used with text widgets. It requires to be linked to … … 17 17 * database from the configuration will be used. 18 18 * 19 * Ultimately, this widget is us ful almost only within Datamanager driven component20 * configuration scree ens.19 * Ultimately, this widget is useful almost only within Datamanager driven component 20 * configuration screens. 21 21 * 22 22 * This widget inherits from the regular select widget, so the documentation of … … 41 41 * <b>Sample configuration</b> 42 42 * 43 * < pre>43 * <code> 44 44 * "schema_picture" => Array ( 45 45 * "description" => "Schema to use for picture records", … … 52 52 * "widget_schemaselect_default_schemapath" => "file:/net/siriux/photos/config/schemadb_default.dat", 53 53 * ), 54 * </ pre>54 * </code> 55 55 * 56 56 * <b>CSS Styles in use by the Widget</b> … … 135 135 136 136 /** 137 * Updates the list of choices and call es the parent.137 * Updates the list of choices and calls the parent. 138 138 * 139 139 * @see midcom_helper_datamanager_widget_schemaselect::_get_schema() … … 146 146 147 147 /** 148 * Updates the list of choices and call es the parent.148 * Updates the list of choices and calls the parent. 149 149 * 150 150 * @see midcom_helper_datamanager_widget_schemaselect::_get_schema() trunk/midcom/net.fernmark.pedigree/dog.php
r5985 r14182 49 49 { 50 50 case ( $kennel 51 && $bree eder51 && $breeder 52 52 && strpos($this->name, $kennel->official) === false): 53 53 $ret = "{$kennel->official}: {$this->name} ({$breeder->name})"; … … 65 65 66 66 /** 67 * Prepares a QB for offsp ing queries67 * Prepares a QB for offspring queries 68 68 * 69 69 * @return midgard_query_builder ready for other constraints trunk/midcom/net.nemein.wiki/exec/import-moinmoin.php
r14180 r14182 370 370 if ($this->import_file($title, "{$page_path}/revisions/{$current_revision}")) 371 371 { 372 // successful import of last revision, remove file to avoid double imports372 // successful import of last revision, remove file to avoid double imports 373 373 unlink("{$page_path}/revisions/{$current_revision}"); 374 374 } trunk/midcom/org.openpsa.calendar/calendar_midcomdba.php
r14180 r14182 516 516 if (!$this->_prepare_save($ignorebusy_em, $rob_tentantive, $repeat_handler)) 517 517 { 518 //Some requirement for an update failed, see e$this->__errstr;518 //Some requirement for an update failed, see $this->__errstr; 519 519 debug_add('prepare_save failed, aborting', MIDCOM_LOG_ERROR); 520 520 debug_pop(); … … 1522 1522 $encoder->merge_compatibility($compatibility); 1523 1523 1524 // Simple key/value pairs, for multiple occur ances of same key use array as value1524 // Simple key/value pairs, for multiple occurrences of same key use array as value 1525 1525 $vcal_keys = array(); 1526 1526 // For extended key data, like charset … … 1632 1632 1633 1633 /** 1634 * Anothe twrap level1634 * Another wrap level 1635 1635 * @package org.openpsa.calendar 1636 1636 */ trunk/midcom/org.openpsa.contacts/handler/duplicates/person.php
r14180 r14182 154 154 continue; 155 155 } 156 // Extra sanity check (in case of semi-successful not-duplicate mark)156 // Extra sanity check (in case of semi-successful not-duplicate mark) 157 157 if ( $person1->parameter('org.openpsa.contacts.duplicates:not_duplicate', $person2->guid) 158 158 || $person2->parameter('org.openpsa.contacts.duplicates:not_duplicate', $person1->guid) trunk/midcom/org.openpsa.directmarketing/campaign.php
r14180 r14182 413 413 * - Last run on yyyy-mm-dd H:i 414 414 * - 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 -- 416 416 */ 417 417 function members_update_status() trunk/midcom/org.openpsa.products/documentation/api_product_update.en.txt
r14180 r14182 19 19 20 20 200: OK 21 : Product was successfull ly updated21 : Product was successfully updated 22 22 23 23 401: Authorization required
