Skip to content

Commit

Permalink
Merge branch 'release/0.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
abrain committed Apr 3, 2015
2 parents 64a9f96 + f828fe1 commit bd62996
Show file tree
Hide file tree
Showing 70 changed files with 3,298 additions and 6,761 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/font-awesome"]
path = src/font-awesome
url = https://github.com/FortAwesome/Font-Awesome.git
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dieses Plugin fügt WordPress eine neue Beitragsart "Einsatzbericht" hinzu.

Die primäre Zielgruppe des Plugins sind Feuerwehren im deutschsprachigen Raum, es ist aber genauso geeignet für Rettungsdienste, die Wasserwacht, das THW und sonstige Hilfsorganisationen, die ihre Einsätze im Internet präsentieren möchten.

[Anleitung](http://www.abrain.de/software/einsatzverwaltung/anleitung/)
[Anleitung](https://www.abrain.de/software/einsatzverwaltung/anleitung/)

### Funktionen im Überblick:

Expand All @@ -25,6 +25,8 @@ Das Plugin kann entweder aus WordPress heraus aus dem [Pluginverzeichnis](http:/

In beiden Fällen muss das Plugin erst aktiviert werden, bevor es benutzt werden kann.

In diesem Repository befindet sich mehr als die Plugindateien, für den Betrieb ist nur der Inhalt des Ordners `src` nötig.

__Es wird PHP 5.3.0 oder neuer benötigt__

### Changelog
Expand Down
8 changes: 1 addition & 7 deletions ci-config/build.xml → build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
description=""/>

<target name="build-develop"
depends="prepare,lint,phploc-ci,phpmd-ci,phpcs-ci"
depends="prepare,lint,phploc-ci,phpmd-ci,phpcs-ci,phpcompatinfo"
description=""/>

<target name="tools-parallel" description="Run tools in parallel">
Expand Down Expand Up @@ -50,12 +50,6 @@
<mkdir dir="${workspace}/build/logs"/>
<mkdir dir="${workspace}/build/pdepend"/>
<mkdir dir="${workspace}/build/phpdox"/>
<mkdir dir="${workspace}/tests"/>
<move todir="${workspace}">
<fileset dir="${workspace}/src/ci-config" includes="*.xml,*.json">
<exclude name="build.xml"/>
</fileset>
</move>
<property name="prepare.done" value="true"/>
</target>

Expand Down
46 changes: 0 additions & 46 deletions css/style-admin.css

This file was deleted.

283 changes: 0 additions & 283 deletions einsatzverwaltung-admin.php

This file was deleted.

Loading

0 comments on commit bd62996

Please sign in to comment.