UPDATE `#REPLACEME#_sys_fields` SET `displayname` = 'sysfield.artists' WHERE `#REPLACEME#_sys_fields`.`identifier` = 'artists';
UPDATE `#REPLACEME#_sys_fields` SET `displayname` = 'sysfield.isbn' WHERE `#REPLACEME#_sys_fields`.`identifier` = 'isbn';
ALTER TABLE `#REPLACEME#_sys_fields` CHANGE `displayname` `displayname` VARCHAR(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL;
+UPDATE `#REPLACEME#_tool` SET `name` = 'IMDB' WHERE `#REPLACEME#_tool`.`id` = 1;
```
global.message.couldNotBeSaved = "Daten konnten nicht gespeichert werden. Mehr dazu in den Logdateien."
global.message.couldNotLoadCollection = "Angegebene Sammlung konnte nicht geladen werden."
global.message.dataSaved = "Daten erfolgreich gespeichert"
-global.message.here = "Hier"
global.message.invalidSearchTerm = "Invalider Suchbegriff"
global.message.missingQueryParams = "Fehlende benötigte query Paramenter."
global.message.nothingFound = "Nichts gefunden."
managetags.rename = "Umbenennen"
managetags.save = reuse.global.save
managetags.tagfield = "Tagfeld"
-managetags.use = "Nutze"
+managetags.use = "Verwende"
manageuser.addormodify = "Benutzer bearbeiten oder hinzufügen"
manageuser.availableusers = "Verfügbare Benutzer"
sysfield.content = "Haupttext"
sysfield.countries = "Länder"
sysfield.coverimage = "Titelbild"
+sysfield.created = "Erstellt"
sysfield.description = "Beschreibung"
sysfield.developer = "Entwickler"
sysfield.directors = "Directoren"
sysfield.isbn = "ISBN"
sysfield.languages = "Sprachen"
sysfield.localizedTitle = "Lokalisierter Titel"
+sysfield.missingtemplate = "Fehlende Feldvorlage:"
+sysfield.modified = "Bearbeitet"
sysfield.os = "Betriebssystem und Version"
sysfield.platform = "Platform"
sysfield.publisher = "Verlag"
sysfield.viewcount = "Anzeigezähler"
sysfield.writers = "Autoren"
sysfield.year = "Jahr"
-sysfield.missingtemplate = "Fehlende Feldvorlage:"
tags.headline.tagsfor = "Tags für:"
global.message.couldNotBeSaved = "Data could not be saved. See logs for more."
global.message.couldNotLoadCollection = "Can not load given collection."
global.message.dataSaved = "Data saved successfully"
-global.message.here = "Here"
global.message.invalidSearchTerm = "Invalid search term"
global.message.missingQueryParams = "Missing required query parameters."
global.message.nothingFound = "Nothing found."
sysfield.content = "Main Content"
sysfield.countries = "Countries"
sysfield.coverimage = "Cover image"
+sysfield.created = "Created"
sysfield.description = "Description"
sysfield.developer = "Developer"
sysfield.directors = "Directors"
sysfield.isbn = "ISBN"
sysfield.languages = "Languages"
sysfield.localizedTitle = "Localized title"
+sysfield.missingtemplate = "Missing template for:"
+sysfield.modified = "Modified"
sysfield.os = "Operating system and version"
sysfield.platform = "Platform"
sysfield.publisher = "Publisher"
sysfield.viewcount = "View counter"
sysfield.writers = "Writers"
sysfield.year = "Year"
-sysfield.missingtemplate = "Missing template for:"
tags.headline.tagsfor = "Tags for:"
}
// add systemfields
- $def['created'] = array('identifier' => 'created', 'displayname' => 'Created', 'type' => 'systemfield');
- $def['modified'] = array('identifier' => 'modified', 'displayname' => 'Modified', 'type' => 'systemfield');
+ $def['created'] = array('identifier' => 'created', 'displayname' => 'sysfield.created', 'type' => 'systemfield');
+ $def['modified'] = array('identifier' => 'modified', 'displayname' => 'sysfield.modified', 'type' => 'systemfield');
return $def + $ret;
}
/**
* return the simple search fields for loaded collection
- * Every field witch has a column in the entry table is a simple search field.
- * Name starts with entry
+ * Every field whitch has a column in the entry table is a simple search field.
+ * Name starts with entry. But no hidden fields
*
* @see ManageCollectionFields->getSimpleSearchFields()
*
$fields = $this->getCollectionFields();
if(!empty($fields)) {
foreach($fields as $k=>$v) {
- if(isset($v['searchtype']) && strpos($v['searchtype'],'entry') !== false) {
+ if(isset($v['searchtype']) && strpos($v['searchtype'],'entry') !== false
+ && $v['type'] !== 'hidden') {
$ret[$k] = $v;
}
}
}
// add systemfields
- $def['created'] = array('identifier' => 'created', 'displayname' => 'Created', 'type' => 'systemfield');
- $def['modified'] = array('identifier' => 'modified', 'displayname' => 'Modified', 'type' => 'systemfield');
+ $def['created'] = array('identifier' => 'created', 'displayname' => 'sysfield.created', 'type' => 'systemfield');
+ $def['modified'] = array('identifier' => 'modified', 'displayname' => 'sysfield.modified', 'type' => 'systemfield');
return $def + $ret;
}
-<p><b><?php echo $I18n->t('tool.lomitations'); ?></b></p>
+<p><b><?php echo $I18n->t('tool.limitations'); ?></b></p>
<p><?php echo $I18n->t('tool.limitations.override'); ?></p>
<form class="uk-form-horizontal uk-margin-small" method="post" enctype="multipart/form-data">
$_r['group'],
$_r['rights']
);
- $TemplateData['message']['content'] = $I18n->t('global.message.dataSaved')." <a href='index.php?p=manageentry&collection=".$collection['id']."&id=".$do."'>".$I18n->t('global.message.here')."</a>";
+ $TemplateData['message']['content'] = $I18n->t('global.message.dataSaved')." <a href='index.php?p=manageentry&collection=".$collection['id']."&id=".$do."'>".$I18n->t('global.view')."</a>";
}
if(!empty($do)) {
-<p><b><?php echo $I18n->t('tool.lomitations'); ?></b></p>
+<p><b><?php echo $I18n->t('tool.limitations'); ?></b></p>
<p><?php echo $I18n->t('tool.limitations.override'); ?></p>
+<p><a href="http://www.impawards.com/" target=_blank>Movie posters</a></p>
<form class="uk-form-horizontal uk-margin-small" method="post" enctype="multipart/form-data">
<div class="uk-margin">
$_r['group'],
$_r['rights']
);
- $TemplateData['message']['content'] = $I18n->t('global.message.dataSaved')." <a href='index.php?p=manageentry&collection=".$collection['id']."&id=".$do."'>".$I18n->t('global.message.here')."</a>";
+ $TemplateData['message']['content'] = $I18n->t('global.message.dataSaved')." <a href='index.php?p=manageentry&collection=".$collection['id']."&id=".$do."'>".$I18n->t('global.view')."</a>";
}
if(!empty($do)) {
-<p><b><?php echo $I18n->t('tool.lomitations'); ?></b></p>
+<p><b><?php echo $I18n->t('tool.limitations'); ?></b></p>
<p><?php echo $I18n->t('tool.music.limitations.override'); ?></p>
<form class="uk-form-horizontal uk-margin-small" method="post" enctype="multipart/form-data">
$_r['group'],
$_r['rights']
);
- $TemplateData['message']['content'] = $I18n->t('global.message.dataSaved')." <a href='index.php?p=manageentry&collection=".$collection['id']."&id=".$do."'>".$I18n->t('global.message.here')."</a>";
+ $TemplateData['message']['content'] = $I18n->t('global.message.dataSaved')." <a href='index.php?p=manageentry&collection=".$collection['id']."&id=".$do."'>".$I18n->t('global.view')."</a>";
}
if(!empty($do)) {