Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:

Aktuellste Revisionen

# Datum Autor Kommentar
e1c783f7 04.12.2012 17:51 Thomas Heck

Das Einblenden von ausgeblendeten CVar-Filtern gefixt.

41b9f5c7 30.11.2012 10:39 Thomas Heck

Überflüssige "jquery-ui"-Einbindungen gelöscht

7972cef8 22.11.2012 16:20 Moritz Bunkus

"Erfassen" als normale Links anstelle von Buttons darstellen

"Erfassen" sollte als GET-Request erfolgen und nicht als POST.

c746b63a 19.11.2012 11:33 Thomas Heck

CVar-Filter-Prefix im Suchformular übernehmen

41ef1d3c 17.10.2012 16:01 Sven Schöling

restliche onloads im body entfernt

0e723a19 17.10.2012 15:59 Sven Schöling

<body> entfernt.

erzeugt mit
find . -type f | xargs sed -i '/^\s*<body>$/d'

345248fd 17.10.2012 15:59 Sven Schöling

</body> entfernt

erzeugt mit
find . -type f | xargs sed -i '/^\s*<\/body>$/d'

83542c80 17.10.2012 15:59 Sven Schöling

</html> entfernen

erzeugt mit
find . -type f | xargs sed -i '/^<\/html>$/d'

f311ac0f 17.10.2012 15:59 Sven Schöling

<body> in eigene Zeile (für späteres entfernen)

commit erzeugt mit:
find . type f | xargs perl -i -pae 'if (/\]<body/) { s/\[%/[%/g; s/<body/\n<body/ }'

46bc75c8 16.08.2012 16:43 Thomas Heck

Date-Input-Felder durch 'L.date_tag's ersetzt

Revisionen anzeigen

Auch abrufbar als: Atom