Michael Kaufmann (d00p)
|
88ec1a15f1
|
make linker available in Database class
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-29 12:55:10 +01:00 |
|
Michael Kaufmann (d00p)
|
defdaeee2e
|
first implementation of error-reporting
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-29 11:09:16 +01:00 |
|
Michael Kaufmann (d00p)
|
81c0771f3b
|
corrected Database::needSqlData() and Database::getSqlData(), refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-26 09:08:27 +01:00 |
|
Michael Kaufmann (d00p)
|
a2dbf56d2e
|
migrated correctMysqlUsers() function to new PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-26 08:13:05 +01:00 |
|
Michael Kaufmann (d00p)
|
7a3d696c6a
|
migrated DomainSSL-class to new PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-25 09:18:11 +01:00 |
|
Michael Kaufmann (d00p)
|
ae4bc4471e
|
migrated APS parser class to new PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-25 08:47:54 +01:00 |
|
Michael Kaufmann (d00p)
|
c4fc03d7af
|
separate certificate and chainfile by newline, fixes #1307
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-23 15:14:41 +01:00 |
|
Michael Kaufmann (d00p)
|
ee19c268cc
|
migrated ApsInstaller and ApsUpdater, fixed typo in traffic-cron (thx to Sephi), refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-20 15:02:49 +01:00 |
|
Michael Kaufmann (d00p)
|
7a45a534fc
|
added functions to get sql-data to Database-class, migrated backup-cron to new PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-20 10:01:34 +01:00 |
|
Michael Kaufmann (d00p)
|
345ba3a202
|
migrated autoresponder-cron to new PDO database class, beautify sql-query in paging-class, fix typos in traffic-cron (thx to Dessa), refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-20 08:15:30 +01:00 |
|
Michael Kaufmann (d00p)
|
a4ee4be2b4
|
migrate paging class to new PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-18 09:09:06 +01:00 |
|
Michael Kaufmann (d00p)
|
e25597106e
|
make fpm socket directory a setting, fixes #1300
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-14 09:29:55 +01:00 |
|
Michael Kaufmann (d00p)
|
6a2b81bc17
|
read open_basedir value properly from php.ini template, thx to s_v_e_n
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-11 12:42:50 +01:00 |
|
Michael Kaufmann (d00p)
|
a97c24634b
|
improve logging user-storage, thx oschn0r
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-10 20:56:37 +01:00 |
|
Michael Kaufmann (d00p)
|
a152ae3e06
|
fix some ticket-system issues related with migrating to PDO
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-08 14:25:19 +01:00 |
|
Michael Kaufmann (d00p)
|
fa5f1900f0
|
add trace to database error-log-message (it just helps a lot finding the error); fixed queries in fpm und fcgid class; minor cosmetic changes
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-08 08:54:44 +01:00 |
|
Michael Kaufmann (d00p)
|
26d9aa570c
|
remove unused code and database-tables; set version to 0.9.31-dev1
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-07 18:49:16 +01:00 |
|
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)
|
74bb3ccb7e
|
migrate ticket-system to PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-06 11:06:03 +01:00 |
|
Michael Kaufmann (d00p)
|
8a9ed3d9f1
|
change pexecute tp pexecute_first in phpinterface-classes
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-06 10:52:20 +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)
|
849da2a423
|
migrate phpinterface-classes to PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-06 09:11:26 +01:00 |
|
Michael Kaufmann (d00p)
|
3e7df9cb7a
|
remove parameter from FroxorLogger class and migrated it to PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-04 13:28:23 +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
|
7e5c8bd596
|
Merge pull request #141 from BNoiZe/master
Moving "add"-links to top, removing unused froxlorclient
|
2013-10-30 07:02:26 -07:00 |
|
BNoiZe
|
16989a077d
|
Removed unused froxlor client
|
2013-10-30 14:58:27 +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 |
|
Andreas Grundler
|
d0315b7ed3
|
RealPath nicht DomainPath
|
2013-10-21 17:36:44 +02:00 |
|
Andreas Grundler
|
3c76594abb
|
Fixed CleanupData to prevent recursive delete of all data
|
2013-10-21 16:35:32 +02:00 |
|
Andreas Grundler
|
4a61df8ae7
|
typo
|
2013-10-21 07:27:38 +02:00 |
|
Andreas Grundler
|
95da4e9eab
|
Bufix for "chown -R [User]:[User] /"
|
2013-10-21 07:14:46 +02:00 |
|
Michael Kaufmann (d00p)
|
e40c7289c4
|
change default path of custom-ssl-certificates as too many people can't read. Also, don't let updaters specify '/' (result of an empty value) as custom-ssl path and let the cron only clean the custom-ssl-path of ssl is enabled (just in case), refs #1279
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-15 14:49:53 +02: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)
|
da0ae9040a
|
fixes for php-5.4 (strict standard)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-09 16:12:54 +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 |
|
Michael Kaufmann (d00p)
|
e670065a0f
|
clean phpfpm-aliasconfig-directory so old data is being removed, fixes #1273
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-09 10:43:04 +02:00 |
|
Robert Förster (Dessa)
|
d74d61826f
|
bump Smarty to 3.1.15
|
2013-10-07 23:43:52 +02:00 |
|
Michael Kaufmann (d00p)
|
56ef9e1992
|
enhance customer set ssl-certificates and improve description, this should fix #1244
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-10-06 13:41:01 +02:00 |
|
Michael Kaufmann (d00p)
|
93ba24374b
|
move a long, these are not the changes you are looking for
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-09-28 10:44:59 +02:00 |
|
Tilman Klaeger (tilman19)
|
fd3852da68
|
php-fpm in ondemand mode keeps php process as long alive as set in
php_fpm_idle_timeout to prevent reload on every call when setting
startup_servers to 0
tilman19 <tilman@3c7.de>
|
2013-09-28 03:43:49 +02:00 |
|
Michael Kaufmann (d00p)
|
fea16cd108
|
register our own autoloader and add PHPMailerAutoload so we don't need to patch phpMailer on every update
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-09-21 13:10:04 +02:00 |
|
Michael Kaufmann (d00p)
|
b894e273c7
|
remove requirement of PHPMailerAutoloader as we have our own
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-09-21 13:03:04 +02:00 |
|
Michael Kaufmann (d00p)
|
5ceaede1a9
|
Update Smarty to current stable version 3.1.14
|
2013-09-21 12:23:33 +02:00 |
|
Michael Kaufmann (d00p)
|
2dfdd6a5f9
|
Update HTMLPurifier to current stable version 4.5.0
|
2013-09-21 12:18:55 +02:00 |
|
Michael Kaufmann (d00p)
|
fc8bd2b7af
|
Update phpMailer to current stable release 5.2.7
|
2013-09-21 12:07:44 +02:00 |
|