index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
bootstrap.php
Age
Commit message (
Expand
)
Author
2014-10-13
dirname(__FILE__) -> __DIR__
Aleksander Machniak
2014-08-28
Get rid of DIRECTORY_SEPARATOR for consistency
Aleksander Machniak
2014-08-27
Remove 3rd party libs from our repository and define the dependencies in comp...
Thomas Bruederli
2014-03-19
Bump version number to 1.1-git
Aleksander Machniak
2013-09-06
Fix error_reporting directive check (#1489323)
Aleksander Machniak
2013-08-23
Fix unquoted path in PREG expression on Windows (#1489290)
Aleksander Machniak
2013-08-16
Let the framework adjust the include_path if necessary
Thomas Bruederli
2013-06-20
Canonize boolean ini_get() results (#1489189)
Aleksander Machniak
2013-06-16
Remove session.auto_start setting. It is already too late to set this option.
Aleksander Machniak
2013-05-29
Remove (move to bc.php) unused strip_newlines() and strip_quotes() functions
Aleksander Machniak
2013-04-26
Fix exit code on bootsrap errors in CLI mode (#1489044)
Aleksander Machniak
2013-03-28
Skip some irrelevant ini checks in CLI mode
Thomas Bruederli
2013-03-22
Bump up also RCUBE_VERSION
Aleksander Machniak
2013-02-19
Revert "Make autoloading of the framework classes work from any location".
Aleksander Machniak
2013-02-18
Make autoloading of the framework classes work from any location
Thomas Bruederli
2013-01-09
Welcome to 2013
Thomas Bruederli
2012-12-20
Fix version comparisons with -stable suffix (#1488876)
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-11-27
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
Aleksander Machniak
2012-11-25
Unify path schema in global constants: paths always end with a /. Keep RCMAIL...
Thomas Bruederli
2012-11-25
Separate framework and application constants
Thomas Bruederli
2012-11-25
Define more (uniquely prefixed) constants for Roundcube directories in order ...
Thomas Bruederli
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak