Commit Graph

83 Commits

Author SHA1 Message Date
johndoh
c0fc96cdd7 Add basic error message on fatal PHP error (#7380)
Show a basic error message rather than a blank screen on fatal PHP error
2020-07-02 19:06:07 +02:00
Aleksander Machniak
9f1d185c44 Master is 1.5-git now 2019-10-27 09:45:15 +01:00
Aleksander Machniak
57c67db029 Remove year(s) from copyright headers + some cleanup 2019-04-16 10:42:45 +02:00
Boris Rybalkin
2d85dad0cc Support ROUNDCUBE_CONFIG_DIR env variable (#6112) 2019-03-11 13:58:05 +01:00
Aleksander Machniak
5101cfc67a Bump version to 1.4-git 2017-05-15 11:34:43 +02:00
Aleksander Machniak
e1165fed89 Remove backward compatibility "layer" of bc.php (#4902) - now for real 2016-07-23 11:47:13 +02:00
Aleksander Machniak
9634169647 Bump version number to 1.3-beta 2016-05-02 14:37:39 +02:00
Thomas Bruederli
458a6b26e8 Load bc.inc in script startup 2015-11-16 22:47:28 +01:00
Aleksander Machniak
fddfd8e6d7 Remove backward compatibility "layer" of bc.php (#1490534) 2015-10-16 19:51:28 +02:00
Aleksander Machniak
8447bae77c Require Mbstring and OpenSSL extensions (#1490415) - remove redundant code 2015-06-28 12:27:48 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
f070da7c27 Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280) 2015-02-22 11:47:14 +01:00
Aleksander Machniak
3779b67a9c Set version number to 1.2-git 2015-02-16 11:22:13 +01:00
Thomas Bruederli
2f8b1036da Bump version and copyright year 2015-02-07 18:33:24 +01:00
Aleksander Machniak
09d52dbb67 Fix some typos in comments 2015-02-04 10:46:14 +01:00
Aleksander Machniak
fec4f240e5 Seek vendor/autoload.php in install path to make tests working 2014-08-30 09:50:31 +02:00
Thomas Bruederli
a98a4f8bb5 Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.

For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
2014-08-27 17:45:21 +02:00
Aleksander Machniak
010a942025 Silence possible PHP Warning: file_exists(): open_basedir restriction in effect. 2014-05-25 11:13:31 +02:00
Aleksander Machniak
65f59fa3c6 Bump version number to 1.1-git 2014-03-19 08:49:55 +01:00
Aleksander Machniak
0301d9347f CS fixes 2014-01-01 12:31:14 +01:00
Thomas Bruederli
b4d50cb41c Prepare for the composer-based plugin repository; skip PEAR dependencies for now 2013-04-28 13:42:52 +02:00
Aleksander Machniak
1352d8ddb0 Remove redundant ini checks 2013-04-16 18:54:13 +02:00
Aleksander Machniak
bb080af14d Bump version number up to 1.0-git 2013-03-15 12:53:02 +01:00
Thomas Bruederli
18e23ab763 Welcome to 2013 2013-01-09 17:50:51 +01:00
Thomas Bruederli
60226a75d8 Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes 2012-11-27 12:13:33 +01:00
Thomas Bruederli
5926684aab Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility 2012-11-25 17:57:39 +01:00
Thomas Bruederli
fdbe5a8804 Separate framework and application constants 2012-11-25 17:45:38 +01:00
Thomas Bruederli
9be2f43d02 Define more (uniquely prefixed) constants for Roundcube directories in order to enhance the interoperability of the Roundcube framework 2012-11-25 17:35:53 +01:00
Aleksander Machniak
15cf4fa925 Rename rcube_bc.inc to bc.php for consistency 2012-11-21 19:55:34 +01:00
Aleksander Machniak
ba6f21caeb Framework files moved to lib/Roundcube 2012-11-21 19:52:03 +01:00
Aleksander Machniak
f707fec000 Create Roundcube Framework initialization script (bootstrap) 2012-11-21 19:27:40 +01:00
Aleksander Machniak
5261cec7eb Improved error message when setting required options fails (#1488682) 2012-10-19 09:48:20 +02:00
Aleksander Machniak
0b6d022e6f Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04 16:05:57 +02:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
Brian Ronald
552cdea1cf Change version text to reflect new versioning system 2012-05-09 10:31:47 +01:00
alecpl
1aceb9cec8 - Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
  renamed main.inc into rcube_bc.inc
2012-04-16 11:02:21 +00:00
alecpl
0c259682f6 - Merge devel-framework branch, resolved conflicts 2012-04-13 08:52:02 +00:00
alecpl
66d2152ab5 Exclude E_STRICT from error_reporting for PHP 5.4 2012-03-04 07:59:46 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
alecpl
80216d0b79 - Change version number to 0.8-svn 2011-11-24 07:41:37 +00:00
thomascube
502436dad0 We're on the road towards 0.7 now 2011-09-29 07:00:34 +00:00
alecpl
140abb0ca0 - Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this) 2011-09-15 08:42:31 +00:00
alecpl
e54f4b25e2 - Remove special handling of rcube_ classes in autoloader, it breaks loading of rcube_ classes from plugins 2011-04-26 12:49:35 +00:00
alecpl
926948e77f - Use shortest include path for better performance 2011-04-25 09:54:35 +00:00
alecpl
4351f7cd66 - Improve performance by including files with absolute path (#1487849) 2011-04-20 13:58:21 +00:00
alecpl
5c4c06665c - Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868) 2011-04-14 12:46:09 +00:00
thomascube
e224b002c0 Missed some replacements in previous commit... 2011-01-12 18:31:55 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
thomascube
965ed0ca7f Silently ignore unknown classes in rcube_autoload (#1487109) 2011-01-04 22:13:43 +00:00