Skip to content

Commit

Permalink
Merge pull request #75 from veenmeyer/beta
Browse files Browse the repository at this point in the history
V3.17
  • Loading branch information
veenmeyer authored Aug 6, 2017
2 parents 4d8cb70 + 6b3eeec commit 63b1f4d
Show file tree
Hide file tree
Showing 76 changed files with 1,808 additions and 400 deletions.
17 changes: 17 additions & 0 deletions administrator/CHANGELOG.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
<?php defined('_JEXEC') or die(); ?>
<h1>Einsatzkomponente für das Joomla-CMS</h1>

<h3>Changelog <small>Version 3.17</small></h3>
<ul>
+ Presselinkinfo in Übersicht als Icon möglich
+ Fahrzeugübersicht: Anzeige nach Organisation möglich
# Einsatz im Frontend eintragen unter PHP7.1
# Fahrzeugübersicht: Ausser Dienst gestellte FHZ konnten nicht gefiltert werden
# Fahrzeugübersicht: Ausser Dienst gestellte FHZ wurden nicht angezeigt
+ Menüpunkte: Detailansicht Organisation + Einsatzfahrzeug
+ Optionen: Pre-Selektion Auswahlfeld Organisation im Einsatzbericht
+ Einsatzberichte: Erstellt von / Bearbeitet von
+ Option Einsatzbericht-Text anzeigen
# Filterauswahl Jahre im Einsatzarchiv
# Bootstrap-Tooltips in Einsatzarchiv entfernt
# Fehler Pagination+Nummerierung (alte Einsatzübersicht)
# Fehler behoben "Warning getimagesize"
</ul>

<h3>Changelog <small>Version 3.16</small></h3>
<ul>
# Action-Buttons im Einsatzarchiv funktionieren jetzt
Expand Down
18 changes: 17 additions & 1 deletion administrator/access.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,20 @@
<action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_EDITSTATE_COMPONENT_DESC" />
<action name="core.edit.own" title="JACTION_EDITOWN" description="JACTION_EDITOWN_COMPONENT_DESC" />
</section>
</access>

<section name="fieldgroup">
<action name="core.create" title="JACTION_CREATE" description="COM_FIELDS_GROUP_PERMISSION_CREATE_DESC" />
<action name="core.delete" title="JACTION_DELETE" description="COM_FIELDS_GROUP_PERMISSION_DELETE_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="COM_FIELDS_GROUP_PERMISSION_EDIT_DESC" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="COM_FIELDS_GROUP_PERMISSION_EDITSTATE_DESC" />
<action name="core.edit.own" title="JACTION_EDITOWN" description="COM_FIELDS_GROUP_PERMISSION_EDITOWN_DESC" />
<action name="core.edit.value" title="JACTION_EDITVALUE" description="COM_FIELDS_GROUP_PERMISSION_EDITVALUE_DESC" />
</section>
<section name="field">
<action name="core.delete" title="JACTION_DELETE" description="COM_FIELDS_FIELD_PERMISSION_DELETE_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="COM_FIELDS_FIELD_PERMISSION_EDIT_DESC" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="COM_FIELDS_FIELD_PERMISSION_EDITSTATE_DESC" />
<action name="core.edit.value" title="JACTION_EDITVALUE" description="COM_FIELDS_FIELD_PERMISSION_EDITVALUE_DESC" />
</section>

</access>
78 changes: 78 additions & 0 deletions administrator/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
description="Sie können Wasserzeichen hinzufügen. Die Datei muss zwingend eine PNG-Datei sein !!"
filter="raw"
preview="true"
preview_height="200px"
showon="watermark_show:true"
directory="com_einsatzkomponente/watermark" />

Expand Down Expand Up @@ -339,6 +340,7 @@
description="Sie können hier ein Bild hinterlegen, wenn immer nur dieses als Standardbild geteilt werden soll."
filter="raw"
preview="true"
preview_height="200px"
id="share_image_klein"
directory="images" />

Expand Down Expand Up @@ -736,6 +738,8 @@
label="COM_EINSATZKOMPONENTE_OPTION_EINSATZBERICHT_MAP_HEIGHT"
description="Bitte nur so angeben : z.b. 250px !!"
/>


<field
name="display_home_organisationen"
type="radio"
Expand Down Expand Up @@ -1008,6 +1012,16 @@
<option
value="1">JYES</option>
</field>

<field name="presse_image" type="media"
label="COM_EINSATZKOMPONENTE_OPTION_PRESSEIMAGE_WAEHLEN"
description="Sie können hier ein Bild als Presselink auswählen"
filter="raw"
preview="true"
preview_height="80px"
showon="display_home_presse:1"
directory="com_einsatzkomponente/" />

<field
name="display_home_image_nopic"
type="radio"
Expand Down Expand Up @@ -1058,6 +1072,22 @@
<option
value="1">JYES</option>
</field>

<field
name="display_home_links_3"
type="radio"
showon ="display_home_links:1"
class="btn-group"
default="0"
label="COM_EINSATZKOMPONENTE_OPTION_EINSATZBERICHT_LINK_DETAILBERICHT_AUF_BILD"
description="Funktion nur beim Standard-Layout und Layout1">

<option
value="0">JNO</option>
<option
value="1">JYES</option>
</field>

<field
name="display_home_info"
type="radio"
Expand Down Expand Up @@ -1190,6 +1220,19 @@
/>

<field
name="display_detail_desc"
type="radio"
class="btn-group"
default="1"
description="Hier können Sie einstellen, ob der ausführliche Einsatzbericht angezeigt werden soll."
label="COM_EINSATZKOMPONENTE_OPTION_EINSATZ_DETAILANSICHT_DESC" >
<option
value="0">JNO</option>
<option
value="1">JYES</option>
</field>

<field
name="display_detail_tickerkat"
type="radio"
class="btn-group"
Expand Down Expand Up @@ -1700,9 +1743,17 @@
<option
value="1">COM_EINSATZKOMPONENTE_OPTION_ORGANISATIONEN_FAHRZEUGE_MIT_LINK</option>
</field>

<field
name="spacer65464560"
type="spacer"
hr="true"
/>


</fieldset>




<fieldset name="fahrzeug_uebersicht" label="COM_EINSATZKOMPONENTE_OPTION_VEHICLES" description="">
Expand Down Expand Up @@ -2111,6 +2162,33 @@
</option>
</field>
</fieldset>

<fieldset name="pre_select" label="Pre-Selektion" description="">

<field name="note_pre_auswahl"
type="note"
label="Auswahl für Vorbelegung der Auswahlfelder"
class="alert alert-info"
description="Hier können verschiedene Auswahlfelder vordefiniert werden."
/>

<field name="pre_auswahl_orga" type="sql" class="inputbox"
label="COM_EINSATZKOMPONENTE_FORM_LBL_EINSATZBERICHT_AUSWAHLORGA"
description="COM_EINSATZKOMPONENTE_FORM_DESC_EINSATZBERICHT_AUSWAHLORGA"
query="SELECT id, name FROM #__eiko_organisationen WHERE state='1' ORDER BY ordering ASC"
key_field="id"
value_field="name"
multiple="multiple"
/>
<field
name="spacer65464560"
type="spacer"
hr="true"
/>

</fieldset>


<!--ACL-->
<fieldset name="permissions"
description="JCONFIG_PERMISSIONS_DESC"
Expand Down
7 changes: 6 additions & 1 deletion administrator/controllers/einsatzbericht.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ public function pdf() {
}
}


function save2copy($key = NULL, $urlVar = NULL) {
// Check for request forgeries
JSession::checkToken() or die(JText::_('JINVALID_TOKEN'));

}

function save($key = NULL, $urlVar = NULL) {
// Check for request forgeries
JSession::checkToken() or die(JText::_('JINVALID_TOKEN'));
Expand Down
104 changes: 0 additions & 104 deletions administrator/einsatzkomponente.xml

This file was deleted.

89 changes: 0 additions & 89 deletions administrator/file.script.php

This file was deleted.

Loading

0 comments on commit 63b1f4d

Please sign in to comment.