summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-02Fix sqlite dsn composingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1163 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-02Disable PHP notices + check for installer script on login pagethomasb
git-svn-id: https://svn.roundcube.net/trunk@1162 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-01Don't check for class name in folder listthomasb
git-svn-id: https://svn.roundcube.net/trunk@1161 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-01languages are sorted alphabetically + some translation updatesyllar
git-svn-id: https://svn.roundcube.net/trunk@1160 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-29Applied patch #1484812 for localizing folder namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1159 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Fix imap host selection in install scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1158 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Clarify failed checks messagethomasb
git-svn-id: https://svn.roundcube.net/trunk@1157 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Fix bug in html select class introduced with r1155thomasb
git-svn-id: https://svn.roundcube.net/trunk@1156 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Add IMAP test and some more options to installer scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1155 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Updated Japanese localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1154 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Updated Slovak localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1153 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Applied patch by Emanuele Rocca to make LDAP filters work with or without ↵thomasb
brackets git-svn-id: https://svn.roundcube.net/trunk@1152 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Updated Finnish/Suomi localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1151 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Updated Danish localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1150 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Updated Romanian localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1149 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Fix quirky message selectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@1148 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Send test message with mail() if no SMTP server configured; show input ↵thomasb
fields for SMTP auth if necessary git-svn-id: https://svn.roundcube.net/trunk@1147 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Add checks for GD and Mcryptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1146 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Make some code work without non-GPL libsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1145 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Allow to skip the config step if config files already existthomasb
git-svn-id: https://svn.roundcube.net/trunk@1144 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-26translations updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1143 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-26Add SMTP test to installer scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1142 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-26Fix database initialization and check write access on the DB; update INSTALL ↵thomasb
instructions git-svn-id: https://svn.roundcube.net/trunk@1141 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-26New languages: Icelandic, Nepaliyllar
git-svn-id: https://svn.roundcube.net/trunk@1140 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25More installer stuffthomasb
git-svn-id: https://svn.roundcube.net/trunk@1139 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25Fix folder adding/renaming inspired by #1484801thomasb
git-svn-id: https://svn.roundcube.net/trunk@1138 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25* disabled smtp check if no smtp is configured ;) (thanks, Assid)till
git-svn-id: https://svn.roundcube.net/trunk@1137 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25* introduced isset() because that is how you test if a var is set (which is ↵till
why a NOTICE is a good idea to look at sometimes) * fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used git-svn-id: https://svn.roundcube.net/trunk@1136 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25* bugfix: wouldn't take supplied user/pass from check.php to send smtp emailtill
* removed tabs (DO NOT USE THEM!!!) * bugfix: $send_headers was not set at all * decrypt_passwd() shouldn't be necessary anymore (because we "inject" the form params into $CONFIG) git-svn-id: https://svn.roundcube.net/trunk@1135 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-22removed BOMyllar
git-svn-id: https://svn.roundcube.net/trunk@1134 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-22Updated Russian Localizationwebmechanics
git-svn-id: https://svn.roundcube.net/trunk@1133 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21* added GD to the optional libs (quota image) - Thanks lancey!till
git-svn-id: https://svn.roundcube.net/trunk@1132 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21* committed patch by Dalibor Andzakovictill
git-svn-id: https://svn.roundcube.net/trunk@1131 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21galician translation updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1130 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21Correct example filter to work with the changes from r1025thomasb
git-svn-id: https://svn.roundcube.net/trunk@1129 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21Lithuanian translation updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1128 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21Added environment checks from check.php-distthomasb
git-svn-id: https://svn.roundcube.net/trunk@1127 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Add (currently unused) function to delete all contacts + update changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@1126 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Remove MDN headers before saving in sent folder + fix wrong variale namethomasb
git-svn-id: https://svn.roundcube.net/trunk@1125 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20* added a few @todo'still
* replaced doublequotes with singlequotes * a couple CS fixes git-svn-id: https://svn.roundcube.net/trunk@1124 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20* fixing #1484792 (Thanks for the note!)till
git-svn-id: https://svn.roundcube.net/trunk@1123 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20* added references to used functionstill
* moved comments from the function in the docblock git-svn-id: https://svn.roundcube.net/trunk@1122 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Mark message read when printing it (#1326452)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1121 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19Allow to send mail with BCC recipients only + remove some unused varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1120 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19Localize folder name in page title (#1484785)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1119 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19First steps to implement an installerthomasb
git-svn-id: https://svn.roundcube.net/trunk@1118 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19#1484314yllar
git-svn-id: https://svn.roundcube.net/trunk@1117 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19hebrew translation updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1116 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-18Correct/clarify installation hintsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1115 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-18Add urls for PHP modules and PEAR packages; also check for iconv and opensslthomasb
git-svn-id: https://svn.roundcube.net/trunk@1114 208e9e7b-5314-0410-a742-e7e81cd9613c