Aleksander Machniak
9ab34604d9
Define @package and @subpackage of Framework classes
2012-11-17 09:24:05 +01:00
Aleksander Machniak
3a54cc5013
Fix rcube_utils::explode_quoted_string() with explode(), added tests
2012-11-15 15:36:10 +01:00
Thomas Bruederli
0c144b98a4
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-09-23 22:44:13 +02:00
Thomas Bruederli
8f098e8dea
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-09-17 22:04:16 +02:00
Aleksander Machniak
649cc19cfc
Fix HTML special characters handling in message list/header display ( #1488523 )
2012-09-17 14:22:44 +02:00
Aleksander Machniak
fa4bf4388b
Fix PHP warning when rep_specialchars_output() 1st argument is not a string ( #1488643 )
2012-09-17 11:12:21 +02:00
Thomas Bruederli
99d9f50a00
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-09-09 20:23:56 +02:00
Aleksander Machniak
be71abeff9
Fix deprecated function usage
2012-08-27 12:25:55 +02:00
Aleksander Machniak
a65ce5d3b0
Rename ip_check to check_ip, add IP checking tests
2012-08-27 12:23:30 +02:00
Aleksander Machniak
da28121dcd
Improved email address validation with IPv6 support
2012-08-24 10:10:25 +02:00
Aleksander Machniak
c83b83eeae
Fix domain part check in email address validation function. Added test cases.
2012-08-17 15:37:04 +02:00
Thomas Bruederli
a130351493
Codestyle
2012-08-14 23:25:36 +02:00
Aleksander Machniak
413df054ad
CS fixes (mostly tab -> spaces)
2012-08-12 11:47:45 +02:00
bes.internal
d359dcb6b3
use in parse_host HTTP_HOST for %d
...
Use in parse_host function for domain resolve HTTP_HOST not hostname.
add %t for hostname without first part
For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
2012-07-26 17:54:12 +03:00
Aleksander Machniak
09e5fc99f8
Small performance improvement: use cookie 'secure' parameter if enabled
2012-07-24 14:21:06 +02:00
Aleksander Machniak
041c93ce0b
Removed $Id$
2012-05-22 12:31:37 +02:00
Thomas Bruederli
ceb5b56c3b
Move rcube_addressbook::normalize_string() to rcube_utils::normalize_string() for general purpose
2012-05-15 13:48:13 +02:00
Aleksander Machniak
9db0c895e8
Remove BOM ( #1488458 )
2012-05-06 19:38:31 +02:00
vbenincasa
59db17b823
- Fix the idn_convert() function call that was preventing the login with the "%s" replacement variable in config.
2012-05-03 11:02:50 +00: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