Aleksander Machniak
|
0b6d022e6f
|
Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
Brian Ronald
|
552cdea1cf
|
Change version text to reflect new versioning system
|
13 years ago |
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
|
13 years ago |
alecpl
|
0c259682f6
|
- Merge devel-framework branch, resolved conflicts
|
13 years ago |
alecpl
|
66d2152ab5
|
Exclude E_STRICT from error_reporting for PHP 5.4
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
c321a955a7
|
Merged devel-framework branch (r5746:5779) back into trunk
|
13 years ago |
alecpl
|
80216d0b79
|
- Change version number to 0.8-svn
|
13 years ago |
thomascube
|
502436dad0
|
We're on the road towards 0.7 now
|
13 years ago |
alecpl
|
140abb0ca0
|
- Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)
|
13 years ago |
alecpl
|
e54f4b25e2
|
- Remove special handling of rcube_ classes in autoloader, it breaks loading of rcube_ classes from plugins
|
14 years ago |
alecpl
|
926948e77f
|
- Use shortest include path for better performance
|
14 years ago |
alecpl
|
4351f7cd66
|
- Improve performance by including files with absolute path (#1487849)
|
14 years ago |
alecpl
|
5c4c06665c
|
- Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868)
|
14 years ago |
thomascube
|
e224b002c0
|
Missed some replacements in previous commit...
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
thomascube
|
965ed0ca7f
|
Silently ignore unknown classes in rcube_autoload (#1487109)
|
14 years ago |
thomascube
|
e31afbbc9b
|
Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command
|
14 years ago |
alecpl
|
fddd6f2db0
|
- update RCMAIL_VERSION
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
thomascube
|
4859fedb92
|
Fix unit tests + update version
|
14 years ago |
thomascube
|
a2a36103cf
|
Bump trunk version
|
15 years ago |
alecpl
|
e93c72d9a3
|
- remove html2text hack from autoloader (don't need it anymore)
|
15 years ago |
alecpl
|
24c91ed78e
|
- Moved error.inc to /utils
- Removed bugs.inc (content copied into main.inc)
|
15 years ago |
alecpl
|
2eb7943f2a
|
- code cleanup (mostly identation fixes)
|
15 years ago |
alecpl
|
cd96fd6727
|
- Add some critical PHP settings check to prevent bugs like this (#1486307)
|
15 years ago |
alecpl
|
929a508d80
|
- Improve performance by avoiding unnecessary updates to the session table (#1486325)
|
15 years ago |
alecpl
|
2b35c5d8f6
|
- performance stats logging in devel_mode
|
15 years ago |
alecpl
|
7296ff7a61
|
- force session.serialize_handler=php (#1486322)
|
15 years ago |
alecpl
|
3ea30ef7eb
|
- fix HTTPS checking (#1486273)
|
15 years ago |
alecpl
|
6d479a622b
|
- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)
|
15 years ago |
alecpl
|
a07ab6da09
|
- remove useless $Rev$ from version number
|
16 years ago |
till
|
af58c3ec6a
|
* added $Rev$ to version
|
16 years ago |
thomascube
|
588135500b
|
Use spl_autoload_register() instead of __autoload (#1485947) + fix indentation
|
16 years ago |
alecpl
|
70306a4c75
|
- support PEAR::Net_* in __autoload()
|
16 years ago |
alecpl
|
191354ca7a
|
- fix use_only_cookies typo (#1485929)
|
16 years ago |
alecpl
|
23a2eec4d5
|
- ereg -> preg
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
till
|
c762c07ce9
|
* autoload is only invoked when a class is not found - no need for include_once
|
16 years ago |
till
|
cbbef379a5
|
* bumping up copyright (happy new year ;-))
|
16 years ago |
till
|
b99bf45479
|
* fixing notice, moved error_reporting one up, added @todo
|
16 years ago |
alecpl
|
d5fca0c490
|
#1485461: secure initial login form sesssion cookie
|
16 years ago |
alecpl
|
bfdbcf5210
|
#1485505: PHP bug (?) workaround for html2text class autoloading
|
16 years ago |
alecpl
|
d99b9356c3
|
- set mbstring's internal encoding in proper place
|
16 years ago |
alecpl
|
aaa6ace377
|
#1485460: session.gc_* moved to main .htaccess file
|
16 years ago |
thomascube
|
cefd1d8c91
|
DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_cookies
|
16 years ago |
thomascube
|
bba657e64f
|
Made config files location configurable (#1485215)
|
16 years ago |
thomascube
|
83a7636872
|
More code cleanup
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |