Thomas Bruederli
4181f29608
Bump version to 1.1.9
9 years ago
Thomas Bruederli
f1483204c7
Bump version to 1.1.8
9 years ago
Thomas Bruederli
4c1394cf2d
Bump version to 1.1.7
9 years ago
Thomas Bruederli
802d119153
Bump version to 1.1.6
9 years ago
urc
3e508e9587
Do not mask fatal error
...
A failure to load PEAR consistutes a fatal PHP error, and @-loading it prevents that error from being logged, making debugging problems with loading the PEAR class really difficult. It should therefore be loaded without the @ sign, allowing the fatal error to end up in the logs, if it occurs.
10 years ago
Thomas Bruederli
25bc871ee7
Bump version to 1.1.5
10 years ago
Thomas Bruederli
f2ff464002
Bump version to 1.1.4; update Changelog
10 years ago
Thomas Bruederli
106d47992b
Bump version and update changelog
11 years ago
Aleksander Machniak
fe82e213c3
Fix so E_DEPRECATED errors from PEAR libs are ignored by error_reporting change ( #1490281 )
11 years ago
Aleksander Machniak
19a61851ae
Fix so imap folder attribute comparisons are case-insensitive ( #1490466 )
...
+ make in_array_nocase() much faster for ASCII strings
11 years ago
Thomas Bruederli
f1ae19dc6b
Bump version
11 years ago
Aleksander Machniak
fdcef5ef7e
Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically ( #1490343 )
11 years ago
Thomas Bruederli
2c0861495b
Bump version for next release
11 years ago
Aleksander Machniak
9e147a36ad
Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function ( #1490280 )
11 years ago
Thomas Bruederli
2f8b1036da
Bump version and copyright year
11 years ago
Aleksander Machniak
e17decc4c2
Better handle log/temp directory misconfiguration
11 years ago
Aleksander Machniak
9e4246d957
Code improvements and fixes (mostly unused variables and methods)
11 years ago
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
11 years ago
Aleksander Machniak
29c24e647c
Get rid of DIRECTORY_SEPARATOR for consistency
12 years ago
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.
12 years ago
Aleksander Machniak
65f59fa3c6
Bump version number to 1.1-git
12 years ago
Aleksander Machniak
3d5eea7073
Fix error_reporting directive check ( #1489323 )
12 years ago
Aleksander Machniak
9f754494e7
Fix unquoted path in PREG expression on Windows ( #1489290 )
13 years ago
Thomas Bruederli
d25ad5cc87
Let the framework adjust the include_path if necessary
13 years ago
Aleksander Machniak
39b905b7a8
Canonize boolean ini_get() results ( #1489189 )
13 years ago
Aleksander Machniak
ac1a962b51
Remove session.auto_start setting. It is already too late to set this option.
13 years ago
Aleksander Machniak
1d67fe13f6
Remove (move to bc.php) unused strip_newlines() and strip_quotes() functions
13 years ago
Aleksander Machniak
fbd213a5f3
Fix exit code on bootsrap errors in CLI mode ( #1489044 )
13 years ago
Thomas Bruederli
589083a94c
Skip some irrelevant ini checks in CLI mode
13 years ago
Aleksander Machniak
3d525ffaf5
Bump up also RCUBE_VERSION
13 years ago
Aleksander Machniak
2187b2b7d8
Revert "Make autoloading of the framework classes work from any location".
...
Allow loading rcube_* classes from other locations (for e.g. managesieve plugin).
This reverts commit e4394c95e0 .
13 years ago
Thomas Bruederli
e4394c95e0
Make autoloading of the framework classes work from any location
13 years ago
Thomas Bruederli
18e23ab763
Welcome to 2013
13 years ago
Aleksander Machniak
a079269166
Fix version comparisons with -stable suffix ( #1488876 )
13 years ago
Aleksander Machniak
d2534c63f2
Cleanup, remove file paths from doc
13 years ago
Aleksander Machniak
a92beb6bdb
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
13 years ago
Thomas Bruederli
5926684aab
Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility
13 years ago
Thomas Bruederli
fdbe5a8804
Separate framework and application constants
13 years ago
Thomas Bruederli
9be2f43d02
Define more (uniquely prefixed) constants for Roundcube directories in order to enhance the interoperability of the Roundcube framework
13 years ago
Aleksander Machniak
ba6f21caeb
Framework files moved to lib/Roundcube
13 years ago