summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-24Updates German translations and Changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@4259 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Limit hover effect to the dropbutton arrow for consistency reasonsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4258 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Allow plugin templates to include local files (#1487133); make autocomplete ↵thomasb
on login screen configurable git-svn-id: https://svn.roundcube.net/trunk@4257 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Temporarily commented out \Noselect flag checking in select(), because of ↵alec
problems with Courier git-svn-id: https://svn.roundcube.net/trunk@4256 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Small code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@4255 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix PHP warning: check if array isn't empty before using max()alec
git-svn-id: https://svn.roundcube.net/trunk@4254 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- cs_CZ localization updatealec
git-svn-id: https://svn.roundcube.net/trunk@4253 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix adding contact group record after creating a groupalec
git-svn-id: https://svn.roundcube.net/trunk@4252 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-22Implement updating a Kolab contact record (some minor problems remain unsolved)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4251 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-22- Fix attachment names encoding broken in r4232alec
git-svn-id: https://svn.roundcube.net/trunk@4249 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-22Remove unused lib, moved README to kolab_corethomasb
git-svn-id: https://svn.roundcube.net/trunk@4248 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-22Move core Kolab functions to a separate plugin to be used by others toothomasb
git-svn-id: https://svn.roundcube.net/trunk@4247 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-21Only fetch contact data when neededthomasb
git-svn-id: https://svn.roundcube.net/trunk@4245 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-21Map more fields of the Kolab contact format (still read-only)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4244 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-20- Apply forgotten changes for form errors handlingalec
- Fix handling of scripts with CRLF line separator git-svn-id: https://svn.roundcube.net/trunk@4241 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix last change in rcube_html_editor()alec
git-svn-id: https://svn.roundcube.net/trunk@4238 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Add lost changelog entryalec
git-svn-id: https://svn.roundcube.net/trunk@4237 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix last commitalec
git-svn-id: https://svn.roundcube.net/trunk@4236 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix handling of custom "_from" in sendmail (#1487132)alec
- Small fix in displaying Sender input field git-svn-id: https://svn.roundcube.net/trunk@4235 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Added pt_BR and pt_PT localization (#1487131)alec
git-svn-id: https://svn.roundcube.net/trunk@4234 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Add threads() result checkingalec
git-svn-id: https://svn.roundcube.net/trunk@4233 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4232 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-17- Lock submit button in onsubmit event on login page (#1487036)alec
git-svn-id: https://svn.roundcube.net/trunk@4229 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-16- Execute HTML editor initialization in page footer (#1487125)alec
git-svn-id: https://svn.roundcube.net/trunk@4228 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-15- Fix error in MSSQL DDL scripts (#1487112): use trigger instead of foreign ↵alec
key constraint git-svn-id: https://svn.roundcube.net/trunk@4226 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-15- remove debug command (#1487053)alec
git-svn-id: https://svn.roundcube.net/trunk@4225 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-15- Fix focused elements aren't unfocused when clicking on the list (#1487123)alec
git-svn-id: https://svn.roundcube.net/trunk@4224 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-14- Fix hanling of HTML entity strings in plai text messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4223 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-14- Re-fix handling of html entity strings in plain/text messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4222 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix IE issue when replacing spaces doesn't workalec
- Some code improvements git-svn-id: https://svn.roundcube.net/trunk@4221 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- More fixes for folders with name "0"alec
git-svn-id: https://svn.roundcube.net/trunk@4220 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with "<>" characters in namealec
git-svn-id: https://svn.roundcube.net/trunk@4219 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of special characters when building content of drag layeralec
git-svn-id: https://svn.roundcube.net/trunk@4218 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- jQuery-1.4.4alec
git-svn-id: https://svn.roundcube.net/trunk@4217 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
git-svn-id: https://svn.roundcube.net/trunk@4216 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-11- Fix displaying of text/plain messages containing HTML entitiesalec
git-svn-id: https://svn.roundcube.net/trunk@4215 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-11- Add horizontal scrollbar in messageframe - 'show' action (#1455626)alec
git-svn-id: https://svn.roundcube.net/trunk@4214 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-11- Handle propely HTML entities. Don't replace ";)" in e.g. "&quot;)" alec
git-svn-id: https://svn.roundcube.net/trunk@4213 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- Fix for nested fieldsets (inside tabbed fieldsets)alec
git-svn-id: https://svn.roundcube.net/trunk@4212 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- Added comment about imap_ns_* settingsalec
git-svn-id: https://svn.roundcube.net/trunk@4211 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- ja_JP localization addedalec
git-svn-id: https://svn.roundcube.net/trunk@4210 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- ja_JP localization updatealec
git-svn-id: https://svn.roundcube.net/trunk@4209 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- az_AZ localization addedalec
git-svn-id: https://svn.roundcube.net/trunk@4208 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL ↵alec
characters (#1486189) git-svn-id: https://svn.roundcube.net/trunk@4207 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09Bugfix: always create a valid result set when reading a single recordthomasb
git-svn-id: https://svn.roundcube.net/trunk@4206 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09Little code cleanup: use static getters of rcube_kolab class to get ↵thomasb
Kolab_Storage objects git-svn-id: https://svn.roundcube.net/trunk@4205 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09Finally access Kolab data through Kolab_Storagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4204 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Fix lack of IMAP server response in logged error message when using ↵alec
AUTHENTICATE PLAIN with SASL-IR git-svn-id: https://svn.roundcube.net/trunk@4203 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Handle situation when $IMAP object isn't initialized on log inalec
git-svn-id: https://svn.roundcube.net/trunk@4202 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09Always select the right mailbox before listing headersthomasb
git-svn-id: https://svn.roundcube.net/trunk@4201 208e9e7b-5314-0410-a742-e7e81cd9613c