Florian Aders (EleRas)
aa7cf38f7e
Trying to fix MySQL server has gone away, thx for all the hints and help - let us hope it works, ref #1025
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2012-02-27 20:47:21 +01:00
Florian Aders (EleRas)
3800f31823
Added security related HTTP - header for browser which support this (non supporting browsers will just ignore it and everything is fine)
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-16 20:17:44 +02:00
Florian Aders (EleRas)
6ebd6db87f
Implemented linker - class for admin_index.php -> change_[theme|language|password], more to come
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-13 17:21:02 +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)
6b27a00007
Fixed undefined variable in lib/init.php
2011-03-20 10:25:39 +01:00
Andreas Burchert (scarya)
3fc3174788
Finished work for reuseable form data, fixes #672 @4h
2011-03-19 14:34:10 +01:00
Andreas Burchert (scarya)
3a6779570f
Added php internal session handler.
2011-03-19 14:34:09 +01:00
Michael Kaufmann (d00p)
bee19fabfa
merged more of the re-design files to current state
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-08 13:17:24 +01:00
Michael Kaufmann (d00p)
c5cdd9f567
- fix minor issues diskspace-usage-report, refs #466
...
- show current year for copyright in footer
2011-01-14 07:31:01 +00:00
Michael Kaufmann (d00p)
39f17b1a9e
- check for correct variable value for store_defaultindex, fixes #459
...
- fix possible undefined variable in init-script
2010-11-09 09:16:08 +00:00
Michael Kaufmann (d00p)
8c5f5ba629
- check for magic_quotes_runtime in installation and init-script (for updaters) because of strange behavior of Froxlor if enabled (deactivating it temporarily if so, but better fix php.ini)
2010-09-17 10:33:58 +00:00
Michael Kaufmann (d00p)
edc7a91519
- tell PHPMailer to throw Exceptions so we can catch them, fixes #298
2010-07-22 05:28:21 +00:00
Florian Aders (EleRas)
6986ffefbe
Fixed bug in languageselect
2010-06-16 20:13:12 +00:00
Florian Aders (EleRas)
a1c98e4012
Fixing login - languageselector, fixes #277
2010-06-16 16:26:31 +00:00
Michael Kaufmann (d00p)
aa532806d0
- fixed undefined index under specific circumstances
2010-05-03 11:47:06 +00:00
Michael Kaufmann (d00p)
d8b0221c91
- minor fixes in admin_tickets (display of name)
...
- fixes of undefined mailer-class if admin-mail is invalid
2010-05-02 07:46:20 +00:00
Michael Kaufmann (d00p)
fd6a0597a6
- check for broken admin-e-mail if phpMailerClass validation fails
2010-04-26 12:28:05 +00:00
Michael Kaufmann (d00p)
cfaae63657
- merged settings branch, fixes #134
2010-04-13 05:41:09 +00:00
Michael Kaufmann (d00p)
080eeb29ec
add reply-to address and sender-name configuration to panel, fixes #76
2010-03-21 20:21:29 +00:00
Michael Kaufmann (d00p)
a6909a8cec
updated phpMailer-Class to version 5.1 (PHP5/PHP6), fixes #35
2010-03-03 08:51:13 +00:00
Michael Kaufmann (d00p)
0461e4cbd9
fix header-graphic on upgrade (SysCP => Froxlor)
2010-02-25 13:35:53 +00:00
Michael Kaufmann (d00p)
74e3ed0a1f
- added missing language-string for installation
...
- show a nicer "you have to configure Froxlor first"-message
2010-02-14 14:21:37 +00:00
Michael Kaufmann (d00p)
432f555e37
- utf-8 convert was not meant to make it into 0.9.x, fixes #9
2010-02-13 19:48:16 +00:00
Michael Kaufmann (d00p)
dc22ee1875
- settings ['admin']['froxlor_graphic'] to ['admin']['syscp_graphic'] if not set
2010-01-31 13:24:01 +00:00
Michael Kaufmann (d00p)
f0379e26cc
- adding overview for admin_cronjobs (planned for 1.0);
...
- added 'isactive' for cronjobs so the admin can deactivate them (planned for 1.0);
- re-adding 'panel_diskspace' and 'panel_diskspace_admins' to install/froxlor.sql;
- show only 'logout' and 'froxlor update' in menulist when files have been updated and db is not up to date;
- bugixing success.tpl (closing <a>-tag);
2010-01-27 09:19:19 +00:00
Robert Foerster (Dessa)
883963d2e2
svn:eol-style got murdered on some files for whatever reason so it gets resurrected now, also set some svn:keywords
2010-01-27 08:54:31 +00:00
Michael Kaufmann (d00p)
2f55490548
interactive update-process;
2010-01-26 08:59:19 +00:00
Michael Kaufmann (d00p)
632c7051fc
changing file-headers;
...
fixing $needrootdb in cron_init.php (why was this disabled?);
2010-01-25 10:06:34 +00:00
Florian Aders (EleRas)
66ac89698f
Set svn:keywords "Id" on every file except images and configfiles
2010-01-25 09:11:52 +00:00
Florian Aders (EleRas)
2acd69f2e7
Renamed SysCPLogger -> FroxlorLogger
2010-01-22 15:10:26 +00:00
Florian Aders (EleRas)
9301684847
And another rename - run ;)
2010-01-22 15:03:14 +00:00
Florian Aders (EleRas)
a46b99ea03
Merged d00ps and my branch, renamed SysCP -> Froxlor in installer
2010-01-22 14:02:42 +00:00
Michael Kaufmann (d00p)
fabcb303fb
started to replace some 'SysCP'-strings with 'Froxlor';
2010-01-20 13:19:33 +00:00
Michael Kaufmann (d00p)
9907afe630
ininitial froxlor commit;
...
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00