summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
AgeCommit message (Expand)Author
2015-02-22Fix fatal errors on systems without mbstring extension or mb_regex_encoding()...Aleksander Machniak
2015-02-16Set version number to 1.2-gitAleksander Machniak
2015-02-07Bump version and copyright yearThomas Bruederli
2015-02-04Fix some typos in commentsAleksander Machniak
2014-08-30Seek vendor/autoload.php in install path to make tests workingAleksander Machniak
2014-08-27Remove 3rd party libs from our repository and define the dependencies in comp...Thomas Bruederli
2014-05-25Silence possible PHP Warning: file_exists(): open_basedir restriction in effect.Aleksander Machniak
2014-03-19Bump version number to 1.1-gitAleksander Machniak
2014-01-01CS fixesAleksander Machniak
2013-04-28Prepare for the composer-based plugin repository; skip PEAR dependencies for nowThomas Bruederli
2013-04-16Remove redundant ini checksAleksander Machniak
2013-03-15Bump version number up to 1.0-gitAleksander Machniak
2013-01-09Welcome to 2013Thomas Bruederli
2012-11-27Separate the very application-specific output classes from the Roundcube fram...Thomas Bruederli
2012-11-25Unify path schema in global constants: paths always end with a /. Keep RCMAIL...Thomas Bruederli
2012-11-25Separate framework and application constantsThomas Bruederli
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ...Thomas Bruederli
2012-11-21Rename rcube_bc.inc to bc.php for consistencyAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-21Create Roundcube Framework initialization script (bootstrap)Aleksander Machniak
2012-10-19Improved error message when setting required options fails (#1488682)Aleksander Machniak
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-09Change version text to reflect new versioning systemBrian Ronald
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-03-04Exclude E_STRICT from error_reporting for PHP 5.4alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-11-24- Change version number to 0.8-svnalecpl
2011-09-29We're on the road towards 0.7 nowthomascube
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too much...alecpl
2011-04-26- Remove special handling of rcube_ classes in autoloader, it breaks loading ...alecpl
2011-04-25- Use shortest include path for better performancealecpl
2011-04-20- Improve performance by including files with absolute path (#1487849) alecpl
2011-04-14- Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868)alecpl
2011-01-12Missed some replacements in previous commit...thomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-04Silently ignore unknown classes in rcube_autoload (#1487109)thomascube
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomascube
2010-10-12- update RCMAIL_VERSIONalecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-07Fix unit tests + update versionthomascube
2010-05-21Bump trunk versionthomascube
2010-05-20- remove html2text hack from autoloader (don't need it anymore)alecpl
2010-05-20- Moved error.inc to /utilsalecpl
2010-04-23- code cleanup (mostly identation fixes)alecpl
2010-04-01- Add some critical PHP settings check to prevent bugs like this (#1486307)alecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-01-29- performance stats logging in devel_modealecpl