mySeb
c07322de0f
fixed issue-1046
2012-04-01 12:37:40 +00:00
Arnold Bechtoldt
454b48f9a8
Provide setting and log rotation for special logfiles after creating domains, fixes #1010
2012-03-08 15:11:25 +01:00
Christoph Burchert (Chb)
992702870c
Fixed customer's backup directory (thanks to monotek and arnoldB), fixes #859
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-09-15 15:03:55 +02:00
Florian Aders (EleRas)
df5d3ef66f
Added autocomplete="off" to formfields (yeah, it is valid in HTML5), thx sinuswave, fixes #469
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-04 08:29:09 +02:00
Florian Aders (EleRas)
a207f2f936
Fixing catchall - checkbox on email-add, thx sinuswave, fixes #793 @0h1m
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-08-04 07:23:08 +02:00
Andreas Burchert (scarya)
475377dd85
Added missing var to formfield, fixes #780 @0h5m
...
Thanks to sinuswave
2011-08-02 14:32:45 +02:00
Florian Aders (EleRas)
25609a7068
Moved ticket - formfields to correct directory
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:47:09 +02:00
Florian Aders (EleRas)
35d8b3f8a1
Moved autoresponder - formfields to own directory
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-14 18:45:11 +02:00
Andreas Burchert (scarya)
aa4254ad47
Added gender selection to add/edit customer, fixes #280
2011-05-12 18:58:01 +02:00
Andreas Burchert (scarya)
51a83d8b09
Removed @version in file header. This isn't used by git.
2011-05-04 11:59:20 +02:00
Andreas Burchert (scarya)
7db2fc6aeb
... fixed, the unfixed fix... hopefuly the last time -.-, refs #186
2011-04-24 10:49:14 +02:00
Andreas Burchert (scarya)
194e4cfd20
Fixed templates, refs #186
2011-04-24 10:30:58 +02:00
Andreas Burchert (scarya)
7890730afa
Added backup function to froxlor, fixes #186
...
Thanks to monotek.
2011-04-24 02:18:58 +02:00
Christoph Burchert (Chb)
e87c16b598
added password generator, fixes #346
...
Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org >
2011-04-16 16:46:38 +02:00
Andreas Burchert (scarya)
df6441ef80
Replaced yes/no with checkboxes, refs #645 @1h0m
2011-03-30 14:52:59 +02:00
Andreas Burchert (scarya)
1730088ab1
Replaced yes/no selection with checkboxes, refs #645 @2h0m
...
Finished all for admin pages. admin_<section>.php files need to be cleaned.
2011-03-30 14:52:58 +02:00
Florian Aders (EleRas)
f25d1cbb9e
Marked a few fields in admin->domain as mandatory, refs #645
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-26 21:24:12 +01:00
Florian Aders (EleRas)
5e0c641a02
Fixing a XSS - vulnerability discovered by tomreyn
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-19 13:14:28 +01:00
Michael Kaufmann (d00p)
b5124b8274
fix output of default path-value if path-select-mode is 'Manual', fixes #642
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-08 11:48:05 +01:00
Michael Kaufmann (d00p)
00f8707703
fix variable-mixup in formfield so ips-and-ports specialsettings are not shown on the panel (but actually saved to database and used!)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-07 14:44:48 +01:00
Michael Kaufmann (d00p)
4fc02e6c93
fix inline-if-statements to show specific fields only if necessary, refs #633
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-06 16:49:22 +01:00
Florian Aders (EleRas)
865f7036fd
Adding formfields for autoresponder (part 2, forgot some files), fixes #629
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-04 21:45:17 +01:00
Florian Aders (EleRas)
6825c5e0dc
Adding formfields for autoresponder, fixes #629
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-03-04 21:44:05 +01:00
Michael Kaufmann (d00p)
d6d19e7cb2
- fix undefined index in customer_domains.php
...
- add possibility to disable form-buttons if not needed
- corrected ticket-categories order-counter begin-value
- beautify domains-add and e-mail add form for customers
- added various missing hidden-fields in templates (Classic-theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-04 11:46:40 +01:00
Michael Kaufmann (d00p)
13bde22344
- updated outdated domains_add & domains_edit templates in Classic-theme
...
- fixed formfield when path-mode is 'Manual'
fixes #620
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-03-01 10:31:38 +01:00
Michael Kaufmann (d00p)
fb430e55d2
don't show input-fields for editing ftp@domain users as it should not be done, fixes #617
2011-03-01 07:46:42 +01:00
Michael Kaufmann (d00p)
393a5ce570
- let makePathfield return usable values for the formfield (dynamically changing between select, text and hidden, depending on settings)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-24 10:50:59 +01:00
Michael Kaufmann (d00p)
ca9128bdbf
- fix two TODO's where a second field has to be stuck next to the previous
2011-02-24 10:07:38 +01:00
Florian Aders (EleRas)
7a70257b95
Forgot one file in the last commit
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 18:40:34 +01:00
Florian Aders (EleRas)
4400125c7e
Fixed icon naming
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 18:36:56 +01:00
Florian Aders (EleRas)
61d5d4a150
Fixed naming of icon in MySQL edit
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:52:12 +01:00
Florian Aders (EleRas)
107c84fdbc
Fixed typo in customer -> add ticket form
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:48:21 +01:00
Florian Aders (EleRas)
f85d983c84
Fixed naming of icon in FTP edit
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:45:19 +01:00
Florian Aders (EleRas)
a0406c9749
Fixed naming of icon in add domain
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 12:41:50 +01:00
Florian Aders (EleRas)
382cf45e08
Changing customer -> ticket to new formfield - stuff
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 18:54:44 +01:00
Michael Kaufmann (d00p)
8e83c5f788
bugfix domain-formfields (again)
2011-02-12 18:27:32 +01:00
Michael Kaufmann (d00p)
b8ab1edc56
fix domain-formfields
2011-02-12 18:16:54 +01:00
Michael Kaufmann (d00p)
b9101b2041
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-12 16:14:33 +01:00
Michael Kaufmann (d00p)
9e798c6362
add formfields for customer_extras
2011-02-12 16:13:57 +01:00
Florian Aders (EleRas)
9e1bd811a5
Merge branch 'redesign' of git.froxlor.org:froxlor into redesign
2011-02-12 16:08:10 +01:00
Florian Aders (EleRas)
26aed64bf8
Converted customer -> ftp to new formbuilder
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-12 16:08:05 +01:00
Michael Kaufmann (d00p)
3f93044121
add formields for email stuff
2011-02-12 15:47:37 +01:00
Florian Aders (EleRas)
8cb615df5f
Converted customer -> mysql to new formbuilder
2011-02-12 15:15:55 +01:00
Andreas Burchert
885bf7e88c
Added customer/domain formfields.
2011-02-11 22:08:22 +01:00
Michael Kaufmann (d00p)
57d52bd59e
merge/add new formfield-files for re-design
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 10:34:14 +01:00