Changeset 12014
- Timestamp:
- 09/04/07 20:26:16 (1 year ago)
- Files:
-
- trunk/midcom/midcom.core/midcom/baseclasses/components/request_admin.php (modified) (3 diffs)
- trunk/midcom/midcom.core/midcom/core/handler/configdm.php (modified) (3 diffs)
- trunk/midcom/midcom.core/midcom/exec/config-test.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/helper/mailtemplate.php (modified) (2 diffs)
- trunk/midcom/midcom.helper.datamanager/datamanager.php (modified) (7 diffs)
- trunk/midcom/midcom.helper.datamanager/datatype.php (modified) (6 diffs)
- trunk/midcom/midcom.helper.datamanager/widget.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager/widget_html.php (modified) (3 diffs)
- trunk/midcom/midcom.helper.datamanager2/type/tags.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager2/type/tagselect.php (modified) (1 diff)
- trunk/midcom/midcom.helper.dm2config/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/midcom.helper.imagepopup/static/functions.js (modified) (2 diffs)
- trunk/midcom/net.nehmer.blog/handler/archive.php (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/handler/feed.php (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/handler/index.php (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/locale/default.en.txt (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/net.nehmer.branchenbuch/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/net.nehmer.comments/handler/view.php (modified) (1 diff)
- trunk/midcom/net.nehmer.jobmarket/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/net.nehmer.publications/handler/archive.php (modified) (1 diff)
- trunk/midcom/net.nehmer.publications/handler/feed.php (modified) (1 diff)
- trunk/midcom/net.nehmer.publications/handler/welcome.php (modified) (1 diff)
- trunk/midcom/net.nehmer.publications/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/net.nehmer.static/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/net.nemein.bookmarks/admin.php (modified) (4 diffs)
- trunk/midcom/net.nemein.bookmarks/locale/default.dat (modified) (1 diff)
- trunk/midcom/net.nemein.calendar/handler/feed.php (modified) (1 diff)
- trunk/midcom/net.nemein.discussion/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/net.nemein.simpledb/handler/admin.php (modified) (2 diffs)
- trunk/midcom/no.odindata.quickform/handler/reports.php (modified) (1 diff)
- trunk/midcom/no.odindata.quickform/viewer.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.calendar/midcom/interfaces.php (modified) (1 diff)
- trunk/midcom/org.openpsa.calendar/viewer.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.contacts/group_handler.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.contacts/person_handler.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.documents/directory_handler.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.documents/metadata_handler.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.invoices/handler/edit.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.projects/handler/hours/action.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.projects/handler/project/new.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.projects/handler/task/new.php (modified) (1 diff)
- trunk/midcom/org.openpsa.reports/reports_handler_base.php (modified) (1 diff)
- trunk/midcom/org.openpsa.sales/handler/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/baseclasses/components/request_admin.php
r11910 r12014 19 19 * toolbars available to the user. 20 20 * 21 * <b>Custom Handler: Dataman ger driven component configuration</b>21 * <b>Custom Handler: Datamanager driven component configuration</b> 22 22 * 23 23 * It defines a handler that can be used for Datamanager driven configuration. It requires … … 151 151 /** 152 152 * Helper function that prepares a datamanager instance for the config_dm handler. 153 * You can override this function to influence the way the dataman ger is initialized,153 * You can override this function to influence the way the datamanager is initialized, 154 154 * for example to modify the schema after it has been loaded. 155 155 * … … 266 266 267 267 /** 268 * Event handler, called before the configuration dataman ger is created. Use this to268 * Event handler, called before the configuration datamanager is created. Use this to 269 269 * prepare anything that is required to start up the Datamanager. 270 270 * trunk/midcom/midcom.core/midcom/core/handler/configdm.php
r5041 r12014 9 9 10 10 /** 11 * Handler for Dataman ger driven component configuration11 * Handler for Datamanager driven component configuration 12 12 * 13 13 * It defines a handler that can be used for Datamanager driven configuration. It requires … … 92 92 /** 93 93 * Helper function that prepares a datamanager instance for the configdm handler. 94 * You can override this function to influence the way the dataman ger is initialized,94 * You can override this function to influence the way the datamanager is initialized, 95 95 * for example to modify the schema after it has been loaded. 96 96 * … … 236 236 237 237 /** 238 * Event handler, called before the configuration dataman ger is created. Use this to238 * Event handler, called before the configuration datamanager is created. Use this to 239 239 * prepare anything that is required to start up the Datamanager. 240 240 * trunk/midcom/midcom.core/midcom/exec/config-test.php
r11907 r12014 370 370 // HTML_Quickform for Datamanager validation support 371 371 println_check_for_include_file('HTML/QuickForm/RuleRegistry.php', 'PEAR Package: HTML_QuickForm', 372 WARNING, 'The HTML_QuickForm pacakge is required for the Dataman ger Form Validation code. If you use more then is_empty checks you should install it.');372 WARNING, 'The HTML_QuickForm pacakge is required for the Datamanager Form Validation code. If you use more then is_empty checks you should install it.'); 373 373 374 374 // HTML_Treemenu trunk/midcom/midcom.core/midcom/helper/mailtemplate.php
r11907 r12014 137 137 138 138 /** 139 * The Mail template, a mailtemplate dataman ger type.139 * The Mail template, a mailtemplate datamanager type. 140 140 * 141 141 * @var Array … … 317 317 * Datamanager notes: Currently the get_csv interface to get a string 318 318 * representation of a given datatype. Should be ok for now, at least 319 * until the Dataman ger v3 arrives.319 * until the Datamanager v3 arrives. 320 320 * 321 321 * Note, that all key's will be compared case-insensitive. trunk/midcom/midcom.helper.datamanager/datamanager.php
r11972 r12014 89 89 * 90 90 * The save_text and cancel_text values will be used as labels for the save and cancel 91 * buttons in the dataman ger. They are translated using the rules outlined above.91 * buttons in the datamanager. They are translated using the rules outlined above. 92 92 * 93 93 * <pre> … … 112 112 * 113 113 * <object identifier> ::= Any valid PHP class name in the namespace of the 114 * Dataman ger. (See above-)114 * Datamanager. (See above-) 115 115 * <storage name> ::= 'parameter' | 'config' | 'attachment' 116 116 * | <storage object member name> … … 131 131 * datatypes) do not allow you a choice of where to store your data. 132 132 * 133 * Note also, that the Dataman ger adds another entry into this array internally:133 * Note also, that the Datamanager adds another entry into this array internally: 134 134 * 135 135 * <pre> … … 144 144 * generators. Hidden fields are ignored completly, nothing will be displayed 145 145 * either in view- or in form-mode. Readonly fields are displayed in both views, 146 * but instead of drawing the widget in form-mode, the dataman ger draws the146 * but instead of drawing the widget in form-mode, the datamanager draws the 147 147 * regular view there. Both fields default to FALSE. 148 148 * … … 247 247 * <b>Object destruction:</b> 248 248 * 249 * Due to the complex nature of the Dataman ger's object hierarchy, PHP cannot249 * Due to the complex nature of the Datamanager's object hierarchy, PHP cannot 250 250 * reliably garbage collect Datamanager instances (it fails to resolve the cyclic 251 251 * references between the datamanager class, its datatypes and the widgets). Therefore 252 * you have to call the destroy method every time you do no longer need a dataman ger252 * you have to call the destroy method every time you do no longer need a datamanager 253 253 * instance. Only then you can safely let a datamanager reference out of scope. 254 254 * It will destroy all datatypes and widgets and clears all internal references. … … 1506 1506 * This is a small version of the display_view method above for use outside of 1507 1507 * the datamanager. It calls the draw_view method of the corresponding widget 1508 * which essentially renders the data in the dataman gers default view1508 * which essentially renders the data in the datamanagers default view 1509 1509 * representation. It does not display an headings or the like, so it can be 1510 1510 * easily used to created custom database applications without having to … … 2130 2130 if ($user->parameter("Interface","Power_User") == "YES") { 2131 2131 2132 debug_add("DATAMAN GER: Cleared lock due to poweruser privileges");2132 debug_add("DATAMANAGER: Cleared lock due to poweruser privileges"); 2133 2133 $this->_lock = false; 2134 2134 return $this->_storage->parameter("midcom.helper.datamanager", "lock", ""); trunk/midcom/midcom.helper.datamanager/datatype.php
r11359 r12014 12 12 * The DATATYPE concept is the main interface between the data stored 13 13 * at a Midgard Object, the Widget that displays the Data and the 14 * Dataman ger core class.14 * Datamanager core class. 15 15 * 16 16 * It does: … … 22 22 * - Provide good configuration defaults. 23 23 * 24 * This is the cornerstone of the Dataman ger Design. Though the25 * Dataman ger knows how to use Widgets, the DATATYPE is the instance24 * This is the cornerstone of the Datamanager Design. Though the 25 * Datamanager knows how to use Widgets, the DATATYPE is the instance 26 26 * actually responsible for createion, configuration of and 27 27 * data synchronization with the widget. … … 145 145 /** 146 146 * The constructor populates the internal members with a reference to the 147 * dataman ger we belong to, a reference of the Midgard Object we must use147 * datamanager we belong to, a reference of the Midgard Object we must use 148 148 * for storage and the definition of the field we use. 149 149 * … … 275 275 * It will not synchronize the datatype's data with the widget. This has 276 276 * to be done manually using sync_data_with_widget, which is what the 277 * Dataman ger core does when neccessary.277 * Datamanager core does when neccessary. 278 278 * 279 279 * This member should make no changes to the storage object in memory that cannot … … 282 282 * valid. if not, the in-memory object must be reverted. 283 283 * 284 * @return int Any valid returncode from midcom_helper_dataman ger::process_form().284 * @return int Any valid returncode from midcom_helper_datamanager::process_form(). 285 285 */ 286 286 function save_to_storage () … … 571 571 /** 572 572 * This function destroys the Widget so that the type can be destroyed 573 * as well. This is usually only called by the Dataman ger main class.573 * as well. This is usually only called by the Datamanager main class. 574 574 */ 575 575 function destroy() trunk/midcom/midcom.helper.datamanager/widget.php
r11907 r12014 141 141 /** 142 142 * The constructor populates the internal members with a reference to the 143 * dataman ger we belong to, the definition of the field we use and the143 * datamanager we belong to, the definition of the field we use and the 144 144 * default value we should use to initialize the widget's data. 145 145 * trunk/midcom/midcom.helper.datamanager/widget_html.php
r11907 r12014 322 322 * 323 323 * - /$GLOBALS['midcom_config']['midcom_sgconfig_basedir']/midcom.helper.datamanager.widget_html/config 324 * - file:/midcom/helper/datamanager/config/midcom.helper.dataman ger.widget_html324 * - file:/midcom/helper/datamanager/config/midcom.helper.datamanager.widget_html 325 325 * - local fallback default configuration 326 326 * … … 341 341 eval ('?>' . mgd_preparse($snippet->code)); 342 342 } 343 else if ( file_exists(MIDCOM_ROOT . '/midcom/helper/datamanager/config/midcom.helper.dataman ger.widget_html') )344 { 345 $code = file_get_contents(MIDCOM_ROOT . '/midcom/helper/datamanager/config/midcom.helper.dataman ger.widget_html');343 else if ( file_exists(MIDCOM_ROOT . '/midcom/helper/datamanager/config/midcom.helper.datamanager.widget_html') ) 344 { 345 $code = file_get_contents(MIDCOM_ROOT . '/midcom/helper/datamanager/config/midcom.helper.datamanager.widget_html'); 346 346 if ($code) 347 347 { … … 351 351 else 352 352 { 353 $file = MIDCOM_ROOT . 'lib/midcom/helper/datamanager/config/midcom.helper.dataman ger.widget_html';353 $file = MIDCOM_ROOT . 'lib/midcom/helper/datamanager/config/midcom.helper.datamanager.widget_html'; 354 354 $result = <<<EOF 355 355 // FIELD {$this->_fieldname} HTMLAREA init script START trunk/midcom/midcom.helper.datamanager2/type/tags.php
r10973 r12014 12 12 13 13 /** 14 * Dataman ger 2 tag datatype. The text value encapsulated by this type is14 * Datamanager 2 tag datatype. The text value encapsulated by this type is 15 15 * passed to the net.nemein.tag library and corresponding tag objects and 16 16 * relations will be handled there. trunk/midcom/midcom.helper.datamanager2/type/tagselect.php
r11400 r12014 12 12 13 13 /** 14 * Dataman ger 2 tag datatype. The values encapsulated by this type are14 * Datamanager 2 tag datatype. The values encapsulated by this type are 15 15 * passed to the net.nemein.tag library and corresponding tag objects and 16 16 * relations will be handled there or to callback functions if set. trunk/midcom/midcom.helper.dm2config/midcom/interfaces.php
r11702 r12014 9 9 10 10 /** 11 * Dataman ger 2 Component Interface Class. This is a pure code library.11 * Datamanager 2 Component Interface Class. This is a pure code library. 12 12 * 13 13 * @package midcom.helper.datamanager2 trunk/midcom/midcom.helper.imagepopup/static/functions.js
r6177 r12014 10 10 { 11 11 // We convert the image "size lists" into the addition clickers 12 imageRows = document.getElementsByClassName('midcom_helper_dataman ger2_widget_images_image');12 imageRows = document.getElementsByClassName('midcom_helper_datamanager2_widget_images_image'); 13 13 if (imageRows) 14 14 { … … 65 65 { 66 66 // We convert the image "size lists" into the addition clickers 67 imageRows = document.getElementsByClassName('midcom_helper_dataman ger2_widget_downloads_download');67 imageRows = document.getElementsByClassName('midcom_helper_datamanager2_widget_downloads_download'); 68 68 if (imageRows) 69 69 { trunk/midcom/net.nehmer.blog/handler/archive.php
r11666 r12014 39 39 * The datamanager for the currently displayed article. 40 40 * 41 * @var midcom_helper_dataman ger2_datamanager41 * @var midcom_helper_datamanager2_datamanager 42 42 */ 43 43 var $_datamanager = null; trunk/midcom/net.nehmer.blog/handler/feed.php
r11821 r12014 37 37 * The datamanager for the currently displayed article. 38 38 * 39 * @var midcom_helper_dataman ger2_datamanager39 * @var midcom_helper_datamanager2_datamanager 40 40 */ 41 41 var $_datamanager = null; trunk/midcom/net.nehmer.blog/handler/index.php
r11986 r12014 37 37 * The datamanager for the currently displayed article. 38 38 * 39 * @var midcom_helper_dataman ger2_datamanager39 * @var midcom_helper_datamanager2_datamanager 40 40 */ 41 41 var $_datamanager = null; trunk/midcom/net.nehmer.blog/locale/default.en.txt
r11833 r12014 197 197 198 198 ---STRING public posting schema 199 Dataman ger schema to use for public posting199 Datamanager schema to use for public posting 200 200 ---STRINGEND 201 201 trunk/midcom/net.nehmer.blog/midcom/interfaces.php
r11885 r12014 55 55 56 56 /** 57 * Iterate over all articles and create index record using the dataman ger indexer57 * Iterate over all articles and create index record using the datamanager indexer 58 58 * method. 59 59 */ trunk/midcom/net.nehmer.branchenbuch/midcom/interfaces.php
r11913 r12014 79 79 80 80 /** 81 * Iterate over all entries and create an index record using the dataman ger2 indexer81 * Iterate over all entries and create an index record using the datamanager2 indexer 82 82 * method. We reuse the same DM2 instance. We use the set branchen to limit the number 83 83 * of objects we look at simultaneously. trunk/midcom/net.nehmer.comments/handler/view.php
r12003 r12014 223 223 if (! $this->_display_datamanager) 224 224 { 225 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 'Failed to create a DM2 instance (display_dataman ger).');225 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 'Failed to create a DM2 instance (display_datamanager).'); 226 226 // This will exit. 227 227 } trunk/midcom/net.nehmer.jobmarket/midcom/interfaces.php
r11912 r12014 86 86 87 87 /** 88 * Iterate over all entries and create an index record using the dataman ger2 indexer88 * Iterate over all entries and create an index record using the datamanager2 indexer 89 89 * method. We reuse the same DM2 instance. We use the set branchen to limit the number 90 90 * of objects we look at simultaneously. trunk/midcom/net.nehmer.publications/handler/archive.php
r3218 r12014 31 31 * The datamanager for the currently displayed publication. 32 32 * 33 * @var midcom_helper_dataman ger2_datamanager33 * @var midcom_helper_datamanager2_datamanager 34 34 */ 35 35 var $_datamanager = null; trunk/midcom/net.nehmer.publications/handler/feed.php
r3218 r12014 29 29 * The datamanager for the currently displayed publication. 30 30 * 31 * @var midcom_helper_dataman ger2_datamanager31 * @var midcom_helper_datamanager2_datamanager 32 32 */ 33 33 var $_datamanager = null; trunk/midcom/net.nehmer.publications/handler/welcome.php
r3344 r12014 32 32 * The datamanager for the currently displayed publication. 33 33 * 34 * @var midcom_helper_dataman ger2_datamanager34 * @var midcom_helper_datamanager2_datamanager 35 35 * @access private 36 36 */ trunk/midcom/net.nehmer.publications/midcom/interfaces.php
r11912 r12014 42 42 43 43 /** 44 * Iterate over all articles and create index record using the dataman ger indexer44 * Iterate over all articles and create index record using the datamanager indexer 45 45 * method. 46 46 */ trunk/midcom/net.nehmer.static/midcom/interfaces.php
r11879 r12014 47 47 48 48 /** 49 * Iterate over all articles and create index record using the dataman ger indexer49 * Iterate over all articles and create index record using the datamanager indexer 50 50 * method. 51 51 */ trunk/midcom/net.nemein.bookmarks/admin.php
r11907 r12014 403 403 { 404 404 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 405 "Failied to initialize the dataman ger in creation mode for schema '{$schema}'.");405 "Failied to initialize the datamanager in creation mode for schema '{$schema}'."); 406 406 // This will exit 407 407 } … … 422 422 { 423 423 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 424 "Failied to initialize the dataman ger to article ID '{$id}'.");424 "Failied to initialize the datamanager to article ID '{$id}'."); 425 425 // This will exit 426 426 } … … 461 461 462 462 case MIDCOM_DATAMGR_SAVED: 463 debug_add('Dataman ger has saved, relocating to view.');463 debug_add('Datamanager has saved, relocating to view.'); 464 464 $session->remove('admin_create_id'); 465 465 if ($this->_article->name == '' && $this->_config->get("create_name_from_title")) … … 514 514 case MIDCOM_DATAMGR_CREATEFAILED: 515 515 debug_add('The DM failed critically, see above.'); 516 $this->errstr = 'The Dataman ger failed to process the request, see the Debug Log for details';516 $this->errstr = 'The Datamanager failed to process the request, see the Debug Log for details'; 517 517 $this->errcode = MIDCOM_ERRCRIT; 518 518 debug_pop(); trunk/midcom/net.nemein.bookmarks/locale/default.dat
r885 r12014 1 a:5:{s:2:"da";a:5:{s:14:"create article";s:13:"Opret artikel";s:10:"newsticker";s:11:"Nyhedsliste";s:25:"newsticker administration";s:29:"Administration af nyhedsliste";s:19:"no schema available";s:31:"Intet layoutskema tilgÊngeligt";s:19:"select article type";s:17:"VÊlg artikeltype";}s:2:"en";a:42:{s:15:"add a new entry";s:15:"Add a new entry";s:33:"advanced schema and data settings";s:33:"Advanced schema and data settings";s:16:"back to overview";s:16:"Back to overview";s:14:"create article";s:14:"Create Article";s:22:"create name from title";s:38:"Generate URL names from article titles";s:14:"delete article";s:14:"Delete Article";s:16:"display settings";s:31:"News item display configuration";s:12:"edit article";s:12:"Edit Article";s:20:"enable blogging apis";s:40:"Enable remote editing via MetaWebLog API";s:23:"enable date filters get";s:35:"Enable date filters (GET parameter)";s:24:"enable date filters path";s:49:"Enable date filters (in path, format /YYYY/MM/DD)";s:14:"enable details";s:19:"Enable detail pages";s:18:"enable filters get";s:36:"Enable field filters (GET parameter)";s:21:"enable public posting";s:41:"Enable public posting ("Guestbook style")";s:21:"enable subdirectories";s:57:"Include all subtopic's News Articles into Index (and RSS)";s:15:"expert settings";s:15:"Expert settings";s:11:"index count";s:11:"Index count";s:14:"index settings";s:14:"Index settings";s:23:"list old items in index";s:23:"List old items in Index";s:10:"newsticker";s:12:"News listing";s:25:"newsticker administration";s:19:"News Administration";s:19:"no schema available";s:26:"No Layout Schema available";s:14:"public posting";s:34:"Public posting ("Guestbook style")";s:23:"public posting password";s:92:"Midgard Password to use for public posting (only neccessary if an username has been entered)";s:21:"public posting schema";s:43:"Dataman ger schema to use for public posting";s:19:"public posting user";s:96:"Midgard username to use for public posting (leave empty to use the currently authenticated user)";s:19:"rss export settings";s:10:"RSS export";s:9:"rss_count";s:31:"List this many items in rss.xml";s:15:"rss_description";s:11:"Description";s:10:"rss_enable";s:65:"Enable RSS export (activates the URLs rss.xml and rss/$count.xml)";s:17:"rss_include_image";s:62:"Include full-size image from schema field "image" to RSS items";s:12:"rss_language";s:8:"Language";s:9:"rss_title";s:53:"RSS Feed title (leave empty to use the topic's title)";s:13:"rss_webmaster";s:23:"Webmaster email address";s:15:"schema database";s:27:"Path to the schema database";s:19:"select article type";s:19:"Select Article type";s:8:"settings";s:8:"Settings";s:10:"sort order";s:10:"Sort order";s:13:"symlink_topic";s:41:"Link to another content topic ("symlink")";s:22:"symlink_topic disabled";s:17:"No topic selected";s:7:"visible";s:27:"Should the topic be visible";s:19:"de.linkm.newsticker";s:12:"News listing";}s:2:"fi";a:27:{s:15:"add a new entry";s:22:"LisÀÀ uusi artikkeli";s:14:"create article";s:13:"Luo artikkeli";s:22:"create name from title";s:40:"Luo tiedostonimet artikkelien otsikoista";s:14:"delete article";s:16:"Poista artikkeli";s:12:"edit article";s:18:"Muokkaa artikkelia";s:20:"enable blogging apis";s:49:"Salli artikkelien etÀhallinta MetaWebLog API:lla";s:23:"enable date filters get";s:50:"Salli pÀivÀmÀÀrÀllÀ suodatus (GET-parametri)";s:24:"enable date filters path";s:65:"Salli pÀivÀmÀÀrÀllÀ suodatus (polussa muodossa /VVVV/KK/PP)";s:14:"enable details";s:21:"Salli lisÀtietosivut";s:18:"enable filters get";s:49:"Salli sisÀltökentillÀ suodatus (GET-parametri)";s:21:"enable public posting";s:58:"Salli avoin artikkelien lisÀys ("vieraskirja-tyylisesti")";s:21:"enable subdirectories";s:57:"LisÀÀ alikansioiden artikkelit listaan (ja RSS-listaan)";s:15:"expert settings";s:26:"TehokÀyttÀjÀn asetukset";s:11:"index count";s:15:"Listan mÀÀrÀ";s:14:"index settings";s:16:"Listan asetukset";s:23:"list old items in index";s:34:"NÀytÀ vanhat artikkelit listassa";s:10:"newsticker";s:11:"Uutiskansio";s:25:"newsticker administration";s:22:"Uutiskansion yllÀpito";s:19:"no schema available";s:37:"Tietokantakuvausta (schema) ei löydy";s:14:"public posting";s:49:"Avoin artikkelien lisÀys ("vieraskirja-tyyliin")";s:23:"public posting password";s:100:"Midgard-salasana avoimeen artikkelien lisÀykseen (tarvitaan vain jos kÀyttÀjÀtunnus on lisÀtty)";s:21:"public posting schema";s:54:"Avoimessa lisÀyksessÀ kÀytettÀvÀ tietokantakuvaus";s:19:"public posting user";s:116:"Midgard-kÀyttÀjÀtunnus avoimeen artikkelien lisÀykseen (jÀtÀ tyhjÀksi kÀyttÀÀksesi kirjautunutta tunnusta)";s:15:"schema database";s:43:"Tietokantakuvauksen (schema) snippet-tietue";s:19:"select article type";s:25:"Valitse artikkelin tyyppi";s:8:"settings";s:9:"Asetukset";s:10:"sort order";s:10:"JÀrjestys";}s:2:"de";a:41:{s:15:"add a new entry";s:31:"Einen neuen Eintrag hinzufÃŒgen";s:33:"advanced schema and data settings";s:44:"Erweiterte Einstellungen zu Schema und Daten";s:16:"back to overview";s:22:"ZurÃŒck zur Ãbersicht";s:14:"create article";s:15:"Artikel anlegen";s:22:"create name from title";s:55:"URL Namen automatisch vom Titel des Artikels generieren";s:14:"delete article";s:16:"Artikel löschen";s:16:"display settings";s:25:"Konfiguration der Anzeige";s:12:"edit article";s:18:"Artikel bearbeiten";s:20:"enable blogging apis";s:47:"Fernzugriff ÃŒber die MetaWebLog API aktivieren";s:23:"enable date filters get";s:36:"Datum-Filter via HTTP GET aktivieren";s:24:"enable date filters path";s:48:"Datum-Filter via URL (.../JJJJ/MM/TT) aktivieren";s:14:"enable details";s:24:"Detail-Seiten aktivieren";s:18:"enable filters get";s:35:"Feld-Filter via HTTP GET aktivieren";s:21:"enable public posting";s:52:"Ãffentliche Eingaben aktivieren ("GÀstebuch-Stil")";s:21:"enable subdirectories";s:82:"News-Artikel aus untergeordneten Rubriken in die Ãbersicht einbeziehen (auch RSS)";s:15:"expert settings";s:22:"Experten-Einstellungen";s:11:"index count";s:32:"Anzahl Artikel in der Ãbersicht";s:14:"index settings";s:25:"Ãbersichts-Einstellungen";s:23:"list old items in index";s:36:"Vergangene Artikel in der Ãbersicht";s:10:"newsticker";s:10:"News-Liste";s:25:"newsticker administration";s:15:"News-Verwaltung";s:19:"no schema available";s:29:"Kein Layout-Schema verfÃŒgbar";s:14:"public posting";s:41:"Ãffentliche Eingaben ("GÀstebuch-Stil")";s:23:"public posting password";s:104:"Midgard Passwort fÃŒr die öffentlichen Eingaben (nur notwendig, wenn ein Benutzername eingegeben wurde)";s:21:"public posting schema";s:51:"Datamanager-Schema fÃŒr die öffentlichen BeitrÀge";s:19:"public posting user";s:103:"Midgard Benutzername fÃŒr die öffentlichen Eingaben (leer um den gerade aktiven Benutzer zu verwenden)";s:19:"rss export settings";s:10:"RSS Export";s:9:"rss_count";s:57:"Anzahl der Artikel, die in rss.xml gelistet werden sollen";s:15:"rss_description";s:12:"Beschreibung";s:10:"rss_enable";s:74:"RSS Export aktivieren (stellt die URLs rss.xml und rss/$anzahl.xml bereit)";s:12:"rss_language";s:7:"Sprache";s:9:"rss_title";s:83:"Titel des RSS-Feeds (keine Eingabe verwendet den Titel der Rubrik als Standardwert)";s:13:"rss_webmaster";s:9:"Webmaster";s:15:"schema database";s:25:"Pfad zur Schema-Datenbank";s:19:"select article type";s:22:"Artikel-Typ auswÀhlen";s:8:"settings";s:13:"Einstellungen";s:10:"sort order";s:18:"Sortierreihenfolge";s:13:"symlink_topic";s:49:"Daten aus einer anderen Rubrik nehmen ("Symlink")";s:22:"symlink_topic disabled";s:24:"Keine Rubrik ausgewÀhlt";s:7:"visible";s:32:"Soll die Rubrik angezeigt werden";s:19:"de.linkm.newsticker";s:10:"News-Liste";}s:2:"sv";a:22:{s:15:"add a new entry";s:27:"LÀgg till ett nytt inlÀgg";s:14:"create article";s:13:"Skapa Artikel";s:14:"delete article";s:14:"Radera Artikel";s:12:"edit article";s:14:"Ãndra Artikel";s:14:"enable details";s:26:"SlÃ¥ pÃ¥ detaljerade sidor";s:21:"enable public posting";s:50:"SlÃ¥ pÃ¥ publik postning ("GÀstbok och liknande")";s:21:"enable subdirectories";s:62:"Inkludera alla underÀmnenas Nyhets Artiklar i Index (och RSS)";s:15:"expert settings";s:25:"Avancerade instÀllningar";s:11:"index count";s:27:"Antal som ska visas i Index";s:14:"index settings";s:20:"Index instÀllningar";s:23:"list old items in index";s:28:"Lista gamla artiklar i Index";s:10:"newsticker";s:12:"Nyhets lista";s:25:"newsticker administration";s:20:"Administrera nyheter";s:19:"no schema available";s:26:"Inget Schema tillgÀngligt";s:14:"public posting";s:41:"Publik postning ("GÀstbok och liknande")";s:23:"public posting password";s:105:"Midgard Lösenord att anvÀnda för publik access (endast nödvÀndigt om ett anvÀndarnamn har angivits)";s:21:"public posting schema";s:52:"Datamanager schema att abvÀnda för publik postning";s:19:"public posting user";s:107:"Midgard anvÀndarnamn att anvÀnda för publik postning (lÀmna tomt för att anvÀnda inloggad anvÀndare)";s:15:"schema database";s:14:"Schema databas";s:19:"select article type";s:17:"VÀlj artikel typ";s:8:"settings";s:14:"InstÀllningar";s:10:"sort order";s:18:"Sorterings ordning";}}1 a:5:{s:2:"da";a:5:{s:14:"create article";s:13:"Opret artikel";s:10:"newsticker";s:11:"Nyhedsliste";s:25:"newsticker administration";s:29:"Administration af nyhedsliste";s:19:"no schema available";s:31:"Intet layoutskema tilgÊngeligt";s:19:"select article type";s:17:"VÊlg artikeltype";}s:2:"en";a:42:{s:15:"add a new entry";s:15:"Add a new entry";s:33:"advanced schema and data settings";s:33:"Advanced schema and data settings";s:16:"back to overview";s:16:"Back to overview";s:14:"create article";s:14:"Create Article";s:22:"create name from title";s:38:"Generate URL names from article titles";s:14:"delete article";s:14:"Delete Article";s:16:"display settings";s:31:"News item display configuration";s:12:"edit article";s:12:"Edit Article";s:20:"enable blogging apis";s:40:"Enable remote editing via MetaWebLog API";s:23:"enable date filters get";s:35:"Enable date filters (GET parameter)";s:24:"enable date filters path";s:49:"Enable date filters (in path, format /YYYY/MM/DD)";s:14:"enable details";s:19:"Enable detail pages";s:18:"enable filters get";s:36:"Enable field filters (GET parameter)";s:21:"enable public posting";s:41:"Enable public posting ("Guestbook style")";s:21:"enable subdirectories";s:57:"Include all subtopic's News Articles into Index (and RSS)";s:15:"expert settings";s:15:"Expert settings";s:11:"index count";s:11:"Index count";s:14:"index settings";s:14:"Index settings";s:23:"list old items in index";s:23:"List old items in Index";s:10:"newsticker";s:12:"News listing";s:25:"newsticker administration";s:19:"News Administration";s:19:"no schema available";s:26:"No Layout Schema available";s:14:"public posting";s:34:"Public posting ("Guestbook style")";s:23:"public posting password";s:92:"Midgard Password to use for public posting (only neccessary if an username has been entered)";s:21:"public posting schema";s:43:"Datamanager schema to use for public posting";s:19:"public posting user";s:96:"Midgard username to use for public posting (leave empty to use the currently authenticated user)";s:19:"rss export settings";s:10:"RSS export";s:9:"rss_count";s:31:"List this many items in rss.xml";s:15:"rss_description";s:11:"Description";s:10:"rss_enable";s:65:"Enable RSS export (activates the URLs rss.xml and rss/$count.xml)";s:17:"rss_include_image";s:62:"Include full-size image from schema field "image" to RSS items";s:12:"rss_language";s:8:"Language";s:9:"rss_title";s:53:"RSS Feed title (leave empty to use the topic's title)";s:13:"rss_webmaster";s:23:"Webmaster email address";s:15:"schema database";s:27:"Path to the schema database";s:19:"select article type";s:19:"Select Article type";s:8:"settings";s:8:"Settings";s:10:"sort order";s:10:"Sort order";s:13:"symlink_topic";s:41:"Link to another content topic ("symlink")";s:22:"symlink_topic disabled";s:17:"No topic selected";s:7:"visible";s:27:"Should the topic be visible";s:19:"de.linkm.newsticker";s:12:"News listing";}s:2:"fi";a:27:{s:15:"add a new entry";s:22:"LisÀÀ uusi artikkeli";s:14:"create article";s:13:"Luo artikkeli";s:22:"create name from title";s:40:"Luo tiedostonimet artikkelien otsikoista";s:14:"delete article";s:16:"Poista artikkeli";s:12:"edit article";s:18:"Muokkaa artikkelia";s:20:"enable blogging apis";s:49:"Salli artikkelien etÀhallinta MetaWebLog API:lla";s:23:"enable date filters get";s:50:"Salli pÀivÀmÀÀrÀllÀ suodatus (GET-parametri)";s:24:"enable date filters path";s:65:"Salli pÀivÀmÀÀrÀllÀ suodatus (polussa muodossa /VVVV/KK/PP)";s:14:"enable details";s:21:"Salli lisÀtietosivut";s:18:"enable filters get";s:49:"Salli sisÀltökentillÀ suodatus (GET-parametri)";s:21:"enable public posting";s:58:"Salli avoin artikkelien lisÀys ("vieraskirja-tyylisesti")";s:21:"enable subdirectories";s:57:"LisÀÀ alikansioiden artikkelit listaan (ja RSS-listaan)";s:15:"expert settings";s:26:"TehokÀyttÀjÀn asetukset";s:11:"index count";s:15:"Listan mÀÀrÀ";s:14:"index settings";s:16:"Listan asetukset";s:23:"list old items in index";s:34:"NÀytÀ vanhat artikkelit listassa";s:10:"newsticker";s:11:"Uutiskansio";s:25:"newsticker administration";s:22:"Uutiskansion yllÀpito";s:19:"no schema available";s:37:"Tietokantakuvausta (schema) ei löydy";s:14:"public posting";s:49:"Avoin artikkelien lisÀys ("vieraskirja-tyyliin")";s:23:"public posting password";s:100:"Midgard-salasana avoimeen artikkelien lisÀykseen (tarvitaan vain jos kÀyttÀjÀtunnus on lisÀtty)";s:21:"public posting schema";s:54:"Avoimessa lisÀyksessÀ kÀytettÀvÀ tietokantakuvaus";s:19:"public posting user";s:116:"Midgard-kÀyttÀjÀtunnus avoimeen artikkelien lisÀykseen (jÀtÀ tyhjÀksi kÀyttÀÀksesi kirjautunutta tunnusta)";s:15:"schema database";s:43:"Tietokantakuvauksen (schema) snippet-tietue";s:19:"select article type";s:25:"Valitse artikkelin tyyppi";s:8:"settings";s:9:"Asetukset";s:10:"sort order";s:10:"JÀrjestys";}s:2:"de";a:41:{s:15:"add a new entry";s:31:"Einen neuen Eintrag hinzufÃŒgen";s:33:"advanced schema and data settings";s:44:"Erweiterte Einstellungen zu Schema und Daten";s:16:"back to overview";s:22:"ZurÃŒck zur Ãbersicht";s:14:"create article";s:15:"Artikel anlegen";s:22:"create name from title";s:55:"URL Namen automatisch vom Titel des Artikels generieren";s:14:"delete article";s:16:"Artikel löschen";s:16:"display settings";s:25:"Konfiguration der Anzeige";s:12:"edit article";s:18:"Artikel bearbeiten";s:20:"enable blogging apis";s:47:"Fernzugriff ÃŒber die MetaWebLog API aktivieren";s:23:"enable date filters get";s:36:"Datum-Filter via HTTP GET aktivieren";s:24:"enable date filters path";s:48:"Datum-Filter via URL (.../JJJJ/MM/TT) aktivieren";s:14:"enable details";s:24:"Detail-Seiten aktivieren";s:18:"enable filters get";s:35:"Feld-Filter via HTTP GET aktivieren";s:21:"enable public posting";s:52:"Ãffentliche Eingaben aktivieren ("GÀstebuch-Stil")";s:21:"enable subdirectories";s:82:"News-Artikel aus untergeordneten Rubriken in die Ãbersicht einbeziehen (auch RSS)";s:15:"expert settings";s:22:"Experten-Einstellungen";s:11:"index count";s:32:"Anzahl Artikel in der Ãbersicht";s:14:"index settings";s:25:"Ãbersichts-Einstellungen";s:23:"list old items in index";s:36:"Vergangene Artikel in der Ãbersicht";s:10:"newsticker";s:10:"News-Liste";s:25:"newsticker administration";s:15:"News-Verwaltung";s:19:"no schema available";s:29:"Kein Layout-Schema verfÃŒgbar";s:14:"public posting";s:41:"Ãffentliche Eingaben ("GÀstebuch-Stil")";s:23:"public posting password";s:104:"Midgard Passwort fÃŒr die öffentlichen Eingaben (nur notwendig, wenn ein Benutzername eingegeben wurde)";s:21:"public posting schema";s:51:"Datamanager-Schema fÃŒr die öffentlichen BeitrÀge";s:19:"public posting user";s:103:"Midgard Benutzername fÃŒr die öffentlichen Eingaben (leer um den gerade aktiven Benutzer zu verwenden)";s:19:"rss export settings";s:10:"RSS Export";s:9:"rss_count";s:57:"Anzahl der Artikel, die in rss.xml gelistet werden sollen";s:15:"rss_description";s:12:"Beschreibung";s:10:"rss_enable";s:74:"RSS Export aktivieren (stellt die URLs rss.xml und rss/$anzahl.xml bereit)";s:12:"rss_language";s:7:"Sprache";s:9:"rss_title";s:83:"Titel des RSS-Feeds (keine Eingabe verwendet den Titel der Rubrik als Standardwert)";s:13:"rss_webmaster";s:9:"Webmaster";s:15:"schema database";s:25:"Pfad zur Schema-Datenbank";s:19:"select article type";s:22:"Artikel-Typ auswÀhlen";s:8:"settings";s:13:"Einstellungen";s:10:"sort order";s:18:"Sortierreihenfolge";s:13:"symlink_topic";s:49:"Daten aus einer anderen Rubrik nehmen ("Symlink")";s:22:"symlink_topic disabled";s:24:"Keine Rubrik ausgewÀhlt";s:7:"visible";s:32:"Soll die Rubrik angezeigt werden";s:19:"de.linkm.newsticker";s:10:"News-Liste";}s:2:"sv";a:22:{s:15:"add a new entry";s:27:"LÀgg till ett nytt inlÀgg";s:14:"create article";s:13:"Skapa Artikel";s:14:"delete article";s:14:"Radera Artikel";s:12:"edit article";s:14:"Ãndra Artikel";s:14:"enable details";s:26:"SlÃ¥ pÃ¥ detaljerade sidor";s:21:"enable public posting";s:50:"SlÃ¥ pÃ¥ publik postning ("GÀstbok och liknande")";s:21:"enable subdirectories";s:62:"Inkludera alla underÀmnenas Nyhets Artiklar i Index (och RSS)";s:15:"expert settings";s:25:"Avancerade instÀllningar";s:11:"index count";s:27:"Antal som ska visas i Index";s:14:"index settings";s:20:"Index instÀllningar";s:23:"list old items in index";s:28:"Lista gamla artiklar i Index";s:10:"newsticker";s:12:"Nyhets lista";s:25:"newsticker administration";s:20:"Administrera nyheter";s:19:"no schema available";s:26:"Inget Schema tillgÀngligt";s:14:"public posting";s:41:"Publik postning ("GÀstbok och liknande")";s:23:"public posting password";s:105:"Midgard Lösenord att anvÀnda för publik access (endast nödvÀndigt om ett anvÀndarnamn har angivits)";s:21:"public posting schema";s:52:"Datamanager schema att abvÀnda för publik postning";s:19:"public posting user";s:107:"Midgard anvÀndarnamn att anvÀnda för publik postning (lÀmna tomt för att anvÀnda inloggad anvÀndare)";s:15:"schema database";s:14:"Schema databas";s:19:"select article type";s:17:"VÀlj artikel typ";s:8:"settings";s:14:"InstÀllningar";s:10:"sort order";s:18:"Sorterings ordning";}} trunk/midcom/net.nemein.calendar/handler/feed.php
r11992 r12014 37 37 * The datamanager for the currently displayed event. 38 38 * 39 * @var midcom_helper_dataman ger2_datamanager39 * @var midcom_helper_datamanager2_datamanager 40 40 */ 41 41 var $_datamanager = null; trunk/midcom/net.nemein.discussion/midcom/interfaces.php
r11912 r12014 55 55 56 56 /** 57 * Iterate over all articles and create index record using the dataman ger indexer57 * Iterate over all articles and create index record using the datamanager indexer 58 58 * method. 59 59 */ trunk/midcom/net.nemein.simpledb/handler/admin.php
r4175 r12014 225 225 226 226 case MIDCOM_DATAMGR_SAVED: 227 debug_add('Dataman ger has saved, relocating to view.');227 debug_add('Datamanager has saved, relocating to view.'); 228 228 if ($data['entry']->name == '') 229 229 { … … 326 326 $data['datamanager']->init($data['entry']); 327 327 328 // Now launch the dataman ger processing loop328 // Now launch the datamanager processing loop 329 329 switch ($data['datamanager']->process_form()) 330 330 { trunk/midcom/no.odindata.quickform/handler/reports.php
r11359 r12014 82 82 if (! $this->_datamanager->init_creation_mode($schema, $this)) 83 83 { 84 $this->errstr = "Failed to initialize the dataman ger in creation mode for schema '{$schema}'.";84 $this->errstr = "Failed to initialize the datamanager in creation mode for schema '{$schema}'."; 85 85 $this->errcode = MIDCOM_ERRCRIT; 86 86 return false; trunk/midcom/no.odindata.quickform/viewer.php
r11359 r12014 206 206 $this->_request_data['form_description'] = $this->_config->get('form_description'); 207 207 208 // Now launch the dataman ger processing loop208 // Now launch the datamanager processing loop 209 209 switch ($this->_datamanager->process_form_to_array()) 210 210 { … … 331 331 if (! $this->_datamanager->init_creation_mode($schema, $this)) 332 332 { 333 $this->errstr = "Failed to initialize the dataman ger in creation mode for schema '{$schema}'.";333 $this->errstr = "Failed to initialize the datamanager in creation mode for schema '{$schema}'."; 334 334 $this->errcode = MIDCOM_ERRCRIT; 335 335 return false; trunk/midcom/org.openpsa.calendar/midcom/interfaces.php
r11912 r12014 86 86 87 87 /** 88 * Iterate over all events and create index record using the dataman ger indexer88 * Iterate over all events and create index record using the datamanager indexer 89 89 * method. 90 90 */ trunk/midcom/org.openpsa.calendar/viewer.php
r11907 r12014 927 927 debug_pop(); 928 928 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 929 "Failed to initialize dataman ger in creation mode for schema 'default'.");929 "Failed to initialize datamanager in creation mode for schema 'default'."); 930 930 // This will exit 931 931 } … … 995 995 { 996 996 debug_add('The DM failed critically, see above.'); 997 $this->errstr = 'The Dataman ger failed to process the request, see the Debug Log for details';997 $this->errstr = 'The Datamanager failed to process the request, see the Debug Log for details'; 998 998 $this->errcode = MIDCOM_ERRCRIT; 999 999 debug_pop(); trunk/midcom/org.openpsa.contacts/group_handler.php
r11907 r12014 132 132 { 133 133 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 134 "Failed to initialize dataman ger in creation mode for schema 'newgroup'.");134 "Failed to initialize datamanager in creation mode for schema 'newgroup'."); 135 135 // This will exit 136 136 } … … 181 181 case MIDCOM_DATAMGR_CREATEFAILED: 182 182 debug_add('The DM failed critically, see above.'); 183 $this->errstr = 'The Dataman ger failed to process the request, see the Debug Log for details';183 $this->errstr = 'The Datamanager failed to process the request, see the Debug Log for details'; 184 184 $this->errcode = MIDCOM_ERRCRIT; 185 185 debug_pop(); trunk/midcom/org.openpsa.contacts/person_handler.php
r11907 r12014 96 96 { 97 97 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 98 "Failed to initialize dataman ger in creation mode for schema 'newperson'.");98 "Failed to initialize datamanager in creation mode for schema 'newperson'."); 99 99 // This will exit 100 100 } … … 176 176 case MIDCOM_DATAMGR_CREATEFAILED: 177 177 debug_add('The DM failed critically, see above.'); 178 $this->errstr = 'The Dataman ger failed to process the request, see the Debug Log for details';178 $this->errstr = 'The Datamanager failed to process the request, see the Debug Log for details'; 179 179 $this->errcode = MIDCOM_ERRCRIT; 180 180 debug_pop(); trunk/midcom/org.openpsa.documents/directory_handler.php
