Michael Kaufmann (d00p)
f2643103b3
completed migration of ticket-class to PDO database class and bugfixing admin-tickets, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 15:24:39 +01:00
Michael Kaufmann (d00p)
94a5edc1eb
implement pexecute_first to PDO database class to return a result right away
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-06 10:51:50 +01:00
Michael Kaufmann (d00p)
af2c068970
migrated update script to PDO database class, refs #1287
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-11-04 11:34:57 +01:00
Michael Kaufmann (d00p)
256a714d55
enhanced pdo database class; migrated admin_logger and admin_traffic
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-31 15:46:38 +01:00
Michael Kaufmann (d00p)
b618dd4e00
ehance new PDO database class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-30 14:38:04 +01:00
Michael Kaufmann (d00p)
8172cb8fc0
add possibility to use root-mysql-connection to new database class
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-29 14:24:50 +01:00
Michael Kaufmann (d00p)
5d8906f1d8
enhance new PDO Database class; converted admin_cronjobs
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-29 09:02:49 +01:00
Michael Kaufmann (d00p)
a14f04c25b
Added new database-class based on PHP-PDO to use prepared-statements; implemented new Database-class in admin_index (more to follow, old DB class still in use everywhere else); secure standard_error back-link output
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-29 08:22:17 +01:00
Michael Kaufmann (d00p)
92243991bc
finally output a nice error-message on mysql-errors
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 12:59:43 +02:00
Michael Kaufmann (d00p)
b480a0be57
a few fixes here and there, imporved autoloader, updated database-class (ugly old php4 style), removed two functions which will be included in the following updated installer
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-13 10:39:11 +02:00
Michael Kaufmann (d00p)
b779a67e60
create sql-error.log file for database errors so support/debugging will be easier
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-09 15:58:05 +02:00
Arnold Bechtoldt
f6d47fe96c
use UTF-8 as charset during mysql connection, refs #1117
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-21 18:40:38 +02:00
Arnold Bechtoldt
601bf68d09
Implementing the whole template system using Smarty. This commit includes movements of ROOT/js, ROOT/images, etc. to theme specific directories like templates/<THEME>/. If you are attemping to use your own templates you won't need to modify Froxlor's core files. This commit may require additional work.
...
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com >
2012-08-14 23:08:25 +02:00
Florian Aders (EleRas)
86e73e268c
Always force a new MySQL connection
2012-03-01 15:00:21 +01:00
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)
536e66da7c
A nicer way to search the errormessage, this may (or may not) be helpful, refs #214
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:27:28 +02:00
Florian Aders (EleRas)
9114a98e4c
Fixed typos, refs #214
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:21:38 +02:00
Florian Aders (EleRas)
9955bed2c1
Log MySQL - errors to syslog and do not print them in public, fixes #214
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-06-23 16:18:48 +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
Michael Kaufmann (d00p)
6837852f52
- check for field 'theme' in table 'panel_session' as it's being used before the update, fixes #607
...
- add some missing css-classes for the updater
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2011-02-23 08:47:14 +01:00
Michael Kaufmann (d00p)
a7ae6e54de
- set correct version for svn1
...
- correct default-php.ini for open_basedir
- fix upgrading from SysCP (getPhpConfigs() fails cause the table is being added after it's being used in the update-process)
2011-01-26 15:01:19 +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
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)
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)
a46b99ea03
Merged d00ps and my branch, renamed SysCP -> Froxlor in installer
2010-01-22 14:02:42 +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