Commit Graph

6734 Commits (ff6de99ae4f353f793c95208ad6407ac59a63376)
 

Author SHA1 Message Date
Dennis1993 d52a77a10d Update Socket.php 11 years ago
Dennis1993 e950546903 Update SMTP.php 11 years ago
Dennis1993 ac1fa98715 Update rcube_imap_generic.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
11 years ago
Dennis1993 60a79649f2 Update Socket.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
11 years ago
Dennis1993 e34e0fd2fa Update SMTP.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
11 years ago
Dennis1993 bb0ff20140 Update settings.html
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993 4bf322d256 Update addressbook.html
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993 269b5bfa95 Update mail.html
added old frameborder Attribute for IE7 and IE8
11 years ago
Thomas Bruederli 5821a31351 Updated changelog 11 years ago
Thomas Bruederli c54157bb92 Fix identity-selection using Return-Path headers (#1489241) 11 years ago
Thomas Bruederli 042b73f6cf Updated Changelog 11 years ago
Thomas Bruederli cff07b5f76 Fix parsing of links with ... in URL (#1489192) 11 years ago
Thomas Bruederli 469ede77cb Better check for priority header 11 years ago
Thomas Bruederli 64b55c4084 Fix priority selector when open in new window (#1489257) 11 years ago
Thomas B. c6af21333d Merge pull request #98 from rodrigo-castillo/master
replaces smart quotes with regular quotes
11 years ago
Thomas B. b2ddc5a314 Merge pull request #93 from Dennis1993/patch-2
Remove old bugfix for PHP4
11 years ago
rodrigo b6a640bdc9 replaces smart quotes with regular quotes. Fixes improper doctype declarations in html emails 11 years ago
Dennis1993 7d7d1437dd Update func.inc
added missing ID for label
11 years ago
Dennis1993 cfd799b905 Update settings.html
deleted deprecated frameborder attribute and use css instead
11 years ago
Dennis1993 5b976a6187 Update addressbook.html
deleted deprecated frameborder attribute and use css instead
11 years ago
Dennis1993 f6196e75e8 Update mail.html
deleted deprecated frameborder Attribute and use css instead
wrong closing DIV tag
11 years ago
Thomas Bruederli a6339fc491 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli 1a8cf64dd1 Avoid session timeouts with memcache backend as proposed by D. Carter via users mailing list 11 years ago
Dennis1993 8df6bb9b1f Update rcmail_output_html.php
added required Attribute to Login fields
11 years ago
Dennis1993 7095f54fdc Update header.html
deleted old border="0" attribute and use css instead
11 years ago
Dennis1993 02b1a15775 Update login.html
deleted deprecated border="0" Attribute and use css instead
11 years ago
Dennis1993 ec031a35f1 Update html.php
added required attribute to allowed list for input fields
11 years ago
Dennis1993 7d4b41f592 Update styles.css
added support for required field (HTML5)
added border:none; for logos and delete deprecated border="0" html attribute
11 years ago
Dennis1993 0009bd8e6c Update .htaccess
Delete a bugfix for PHP4, because the current version requires at least PHP 5.2.1. The case thus never occurs.
11 years ago
Thomas Bruederli fd6b193c6e Fix codestyle and indentation; use new save function in update script 11 years ago
Thomas B. d762878752 Merge pull request #90 from Dennis1993/master
Write config file automatically to RCUBE_CONFIG_DIR (if writeable)
11 years ago
Thomas Bruederli 68eb1835e8 Keep unknown/plugin config options; only skip officially obsoleted ones 11 years ago
Dennis1993 57a19745b9 Update config.php
-Replace tabs with spaces.
-Replace the word "files" with "files", because there is only one
11 years ago
Thomas B. a7fa90f3d3 Merge pull request #64 from Steffen185/patch-2
Add hook "message_check_safe"
11 years ago
Thomas B. 5acb99a498 Merge pull request #87 from rimas-kudelis/master
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
11 years ago
Thomas Bruederli 7b69636a70 Merge branch 'patch-1' of https://github.com/gerundt/roundcubemail into gerundt-patch-1
from pull request #74
11 years ago
Thomas Bruederli 71b577ea7d Added Luxembourgish localizations 11 years ago
Thomas Bruederli af6eb34197 Updated changelog 11 years ago
Thomas Bruederli 4d480b36ea Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check 11 years ago
Dennis1993 77d5349ef2 Update config.php
write config file automatically to RCUBE_CONFIG_DIR
11 years ago
Dennis1993 906953126e Update rcube_install.php
write config file automatically to RCUBE_CONFIG_DIR
11 years ago
Rimas Kudelis 67a5252613 Extend basic notification to add a star icon overlay if we're in IE Pinned site mode (Win7+).
The star icon is taken from Xiao Icon set (http://delacro.deviantart.com/art/Xiao-Icon-84772282).
11 years ago
Rimas Kudelis 471157982b Add more icons sizes to favicon.ico's 11 years ago
Rimas Kudelis 28d3ba505d Don't set the dn variable unless it's needed. 11 years ago
Thomas Bruederli 6d1e313788 Update Changelog and Upgrading instructions 11 years ago
Thomas Bruederli deb2b8d080 Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app 11 years ago
Thomas Bruederli f6777712dc Enable fixed list header in IE7, too. Seems to work after some testing 11 years ago
Thomas Bruederli 77effa6836 Fix some properties when creating new config files 11 years ago
Thomas Bruederli 7c68484b23 Fix config defaults 11 years ago
Thomas Bruederli 0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 11 years ago