Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe
  DEBIAN
  SL
  bin
  config
  css
  doc
  image
  js
  locale
  modules
  olcom
  oscom
  pepper
  scripts
  spool
  sql
  t
  templates
  users
  webdav
  xslt
  xtcom
.gitignore 142 Bytes
VERSION 15 Bytes
acctranscorrections.pl 5 Bytes
admin.pl 156 Bytes
am.pl 8 Bytes
amcvar.pl 5 Bytes
amtemplates.pl 5 Bytes
ap.pl 5 Bytes
ar.pl 5 Bytes
bankaccounts.pl 5 Bytes
bp.pl 5 Bytes
ca.pl 5 Bytes
common.pl 5 Bytes
controller.pl 5 Bytes
cp.pl 5 Bytes
ct.pl 5 Bytes
datev.pl 5 Bytes
dispatcher.fcgi 14 Bytes
dispatcher.fpl 330 Bytes
dispatcher.pl 8 Bytes
dn.pl 5 Bytes
do.pl 5 Bytes
favicon.ico 2,19 KB
fu.pl 5 Bytes
generictranslations.pl 9 Bytes
gl.pl 5 Bytes
ic.pl 5 Bytes
index.html 145 Bytes
ir.pl 5 Bytes
is.pl 5 Bytes
licenses.pl 5 Bytes
login.pl 8 Bytes
menu.ini 12,6 KB
menu.pl 5 Bytes
menuXML.pl 5 Bytes
menujs.pl 5 Bytes
menunew.pl 5 Bytes
menuv3.pl 5 Bytes
menuv4.pl 5 Bytes
oe.pl 5 Bytes
pe.pl 5 Bytes
projects.pl 5 Bytes
rc.pl 5 Bytes
rp.pl 5 Bytes
sepa.pl 5 Bytes
todo.pl 5 Bytes
ustva.pl 5 Bytes
vk.pl 5 Bytes
wh.pl 5 Bytes

Aktuellste Revisionen

# Datum Autor Kommentar
31347270 17.10.2011 10:31 Sven Schöling

Fehlende Übersetzung zum Kalender alt Tag

81f94a88 17.10.2011 10:29 Sven Schöling

Ehemalige Übersetzungen entfernt.

4375f139 17.10.2011 10:28 Sven Schöling

textarea cvar inputeflder mit L rendern, das kommt besser mit rows und cols klar

f17eb7f6 17.10.2011 10:26 Sven Schöling

warp=soft ist nicht im HTML Standard, und in den Browsern die es verstehen aber eh der default Zustand von textarea.

b28312f7 17.10.2011 10:25 Sven Schöling

Bei date_tag die Kalender Orientierung nicht als html Attribut ausgeben.

bd1e1e7d 17.10.2011 10:23 Sven Schöling

button_tag nicht als input_tag implementieren

Hintergrund: button tags brauchen im standard kein id oder name Attribut, input
tags aber schon. Die input_tag Implementierung forciert korrekterweise id und
name, so dass die leer sind, wenn ein button_tag ohne geschrieben wird.

993ce983 17.10.2011 10:22 Sven Schöling

texarea tags müssen immer numerische Werte in cols und rows haben.

2447f511 17.10.2011 10:18 Sven Schöling

Wir verwenden kein XHTML sondern HTML, also contentlose tags nicht mit /> zumachen.

3b9a5301 14.10.2011 14:32 Sven Schöling

Eheemalige globale Variablen dokumentiert.

5494f687 14.10.2011 13:57 Sven Schöling

$::cgi entfernt.

Verfahren:
- Für alle Vorkommen von "my $cgi = $::cgi;":
ersetzt durch my $cgi = $::request->{cgi}->new({}) ersetzt

- Wenn in einer Datei alle my $cgi rausgefallen sind auch use CGI entfernt.

- Initialisierung von $::cgi in scripts und Dispatcher entfernt und in dei...

Alle Revisionen anzeigen | Revisionen anzeigen

Auch abrufbar als: Atom