Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php |
— | — | @@ -321,7 +321,6 @@ |
322 | 322 | $params = func_get_args(); |
323 | 323 | array_shift( $params ); // we already know the $parser ... |
324 | 324 | $concept_input = array_shift( $params ); // use first parameter as concept (query) string |
325 | | -// $query = SMWQueryProcessor::createQuery($concept_input, array('limit' => -1), SMWQueryProcessor::CONCEPT_DESC); |
326 | 325 | $query = SMWQueryProcessor::createQuery($concept_input, array('limit' => 20, 'format' => 'list'), SMWQueryProcessor::CONCEPT_DESC); |
327 | 326 | $concept_text = $query->getDescription()->getQueryString(); |
328 | 327 | $concept_docu = array_shift( $params ); // second parameter, if any, might be a description |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -20,7 +20,6 @@ |
21 | 21 | 'smw_isaliastype' => 'This type is an alias for the datatype “$1”.', |
22 | 22 | 'smw_isnotype' => 'This type “$1” is not a standard datatype in the wiki, and has not been given a user definition either.', |
23 | 23 | 'smw_concept_description' => 'Description of concept "$1"', // used in the namespace "Concept:" |
24 | | - 'smw_concept_preview' => '[show results]', |
25 | 24 | 'smw_no_concept_namespace'=> 'Concepts can only be defined on pages in the Concept: namespace.', |
26 | 25 | 'smw_multiple_concepts' => 'Each concept page can have only one concept definition.', |
27 | 26 | |
— | — | @@ -597,7 +596,6 @@ |
598 | 597 | 'smw_isaliastype' => 'Dieser Datentyp ist ein Alias für den Typ “$1”.', |
599 | 598 | 'smw_isnotype' => 'Der Datentyp “$1” ist kein Standardtyp in diesem Wiki, und hat auch keine ausreichende Definition auf seiner Seite.', |
600 | 599 | 'smw_concept_description' => 'Beschreibung des Konzepts „$1“', // used in the namespace "Concept:" |
601 | | - 'smw_concept_preview' => '[Ergebnisse anzeigen]', |
602 | 600 | 'smw_baduri' => 'URIs der Form „$1“ sind nicht zulässig.', |
603 | 601 | 'smw_icalendar_link' => 'iCalendar', |
604 | 602 | 'smw_iq_disabled' => 'Semantische Anfragen sind in diesem Wiki zur Zeit nicht möglich.', |