source: subversion

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4227   3 years thomasb First draft of rich contact edit form (saving doesn't work yet)
(edit) @4226   3 years alec - Fix error in MSSQL DDL scripts (#1487112): use trigger instead of …
(edit) @4225   3 years alec - remove debug command (#1487053)
(edit) @4224   3 years alec - Fix focused elements aren't unfocused when clicking on the list …
(edit) @4223   3 years alec - Fix hanling of HTML entity strings in plai text messages
(edit) @4222   3 years alec - Re-fix handling of html entity strings in plain/text messages
(edit) @4221   3 years alec - Fix IE issue when replacing spaces doesn't work - Some code improvements
(edit) @4220   3 years alec - More fixes for folders with name "0"
(edit) @4219   3 years alec - Fix handling of folders with "<>" characters in name
(edit) @4218   3 years alec - Fix handling of special characters when building content of drag layer
(edit) @4217   3 years alec - jQuery-1.4.4
(edit) @4216   3 years alec - Fix handling of folders with name "0" (#1487119)
(edit) @4215   3 years alec - Fix displaying of text/plain messages containing HTML entities
(edit) @4214   3 years alec - Add horizontal scrollbar in messageframe - 'show' action (#1455626)
(edit) @4213   3 years alec - Handle propely HTML entities. Don't replace ";)" in e.g. "&quot;)"
(edit) @4212   3 years alec - Fix for nested fieldsets (inside tabbed fieldsets)
(edit) @4211   3 years alec - Added comment about imap_ns_* settings
(edit) @4210   3 years alec - ja_JP localization added
(edit) @4209   3 years alec - ja_JP localization update
(edit) @4208   3 years alec - az_AZ localization added
(edit) @4207   3 years alec - Fix handling of message bodies (quoted-printable encoded) with NULL …
(edit) @4206   3 years thomasb Bugfix: always create a valid result set when reading a single record
(edit) @4205   3 years thomasb Little code cleanup: use static getters of rcube_kolab class to get …
(edit) @4204   3 years thomasb Finally access Kolab data through Kolab_Storage
(edit) @4203   3 years alec - Fix lack of IMAP server response in logged error message when using …
(edit) @4202   3 years alec - Handle situation when $IMAP object isn't initialized on log in
(edit) @4201   3 years thomasb Always select the right mailbox before listing headers
(edit) @4200   3 years alec - oops, fix parse error from last commit
(edit) @4199   3 years alec - Add line number in logged error messages
(edit) @4198   3 years alec - Add support for shared folders (#1403507)
(edit) @4197   3 years thomasb List all Kolab contact folders available
(edit) @4196   3 years alec - Changed timeout so non-error messages will disapear faster
(edit) @4195   3 years alec - Improved r4191 bugfix
(edit) @4194   3 years alec - Fix operations on messages in unsubscribed folders (#1487107)
(edit) @4193   3 years thomasb Create development branch for address book re-write
(edit) @4192   3 years thomasb Support skins with old template names
(edit) @4191   3 years alec - Fix: loading message doesn't disapear after using 'load-images' action
(edit) @4190   3 years alec - Add option for minimum length of autocomplete's string (#1486428)
(edit) @4189   3 years alec - Remove redundant directory separator
(edit) @4188   3 years alec - Added da_DK localizations
(edit) @4187   3 years alec - CS fixes
(edit) @4186   3 years alec - Fix mailbox status checking when skip_deleted and threading are enabled
(edit) @4185   3 years alec - Enable autocomplete for all address fields
(edit) @4184   3 years alec - Fix displaying long header names in message headers table - Fix …
(edit) @4183   3 years alec - hMail driver: add username_domain detection (#1487100) - hMail driver: …
(edit) @4182   3 years alec - Fix extra line added to the message body when using php mail function …
(edit) @4181   3 years alec - Remove leftover code
(edit) @4180   3 years alec - Add possibility to force mailbox selection. There're situations where …
(edit) @4179   3 years alec - Improve responsiveness of messages displaying (#1486986)
(edit) @4178   3 years alec - Skip conversion when input charset is BINARY
(edit) @4177   3 years alec - remove charset=binary from content-type
(edit) @4176   3 years alec - Unify template files naming
(edit) @4175   3 years alec - #message object overlaps taskbar
(edit) @4174   3 years alec - Don't show confirmation message when marking message as read using delay …
(edit) @4173   3 years alec - Use consistent naming (folder -> mailbox), fixed #1487101
(edit) @4172   3 years alec - Add missing confirmation/error messages on contact/group/message actions …
(edit) @4171   3 years yllar updated some translations
(edit) @4170   3 years alec - Added option imap_force_lsub for some buggy LIST-EXTENDED …
(edit) @4169   3 years alec - Add option to place replies in the folder of the message being replied …
(edit) @4168   3 years alec - Small code improvements
(edit) @4167   3 years alec - Handle multi-address fields from squirrel and add email format checking …
(edit) @4166   3 years alec - Support contact's email addresses up to 255 characters long (#1487095) - …
(edit) @4165   3 years alec - hMail driver: Add possibility to connect to remote host (patch from …
(edit) @4164   3 years thomasb Fix cleandb script
(edit) @4163   3 years alec - Improve performance by invoking STATUS command once for both MESSAGES …
(edit) @4162   3 years alec - Improve performance of message cache status checking when …
(edit) @4161   3 years alec - Use consistent results from some functions, code cleanup
(edit) @4160   3 years alec - Improve performance of setting IMAP flags using .SILENT suffix
(edit) @4159   3 years alec - Fix address parsing for situation when encoded words are used inside …
(edit) @4158   3 years alec - Improve performance of clear_mailbox() when skip_deleted=true
(edit) @4157   3 years alec - Set 'noajax' and 'noframe' property
(edit) @4156   3 years alec - Add example config file, enable 'noajax' property
(edit) @4155   3 years alec - Disable help plugin in ajax and framed mode - Add warning when clicking …
(edit) @4154   3 years alec - Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' …
(edit) @4153   3 years alec - Close properly IMAP connection when login fails - Don't use LOGIN when …
(edit) @4152   3 years alec - Add SORT=DISPLAY support (RFC 5957)
(edit) @4151   3 years alec - Plugin API: added 'contact_form' hook - Re-designed contact frame using …
(edit) @4150   3 years alec - When contacts search returns no rows display message of type 'notice' …
(edit) @4149   3 years alec - Remove Close buttons in googiespell popups
(edit) @4148   3 years alec - Hide loading message when preview pane is being "emptied" (#1487077)
(edit) @4147   3 years alec - Fix reference warning
(edit) @4146   3 years alec - Revert r4135: allow Tab (auto)completion
(edit) @4145   3 years alec - Add rcube_addressbook::get_record_groups() (#1487089)
(edit) @4144   3 years alec - Fix vertical alignment of subject coulmn text (#1487091)
(edit) @4143   3 years alec - Improve performance of rcube_imap_generic::countMessages() using STATUS …
(edit) @4142   3 years alec - Fix handling of URLs with semicolon (;) character (#1487088)
(edit) @4141   3 years alec - Fix handling of URLs with tilde (~) character (#1487087)
(edit) @4140   3 years alec - Add support for selection options from LIST-EXTENDED extension (RFC …
(edit) @4139   3 years alec - Fix: don't return "empty" unlock
(edit) @4138   3 years alec - Fix: Use internal instead of DB cache in message_index() and …
(edit) @4137   3 years alec - Improve pre-auth and auth capabilities handling
(edit) @4136   3 years alec - Fix auth capabilty checks ignore welcome banner CAPABILITY string …
(edit) @4135   3 years alec - Fix autocomplete so Tab key will not insert selected contact
(edit) @4134   3 years thomasb Work-in-progress Kolab address book plugin
(edit) @4133   3 years alec - Added support for SASL proxy authentication (#1486691)
(edit) @4132   3 years alec - Add basic IMAP LIST's \Noselect option support (mark unselectable …
(edit) @4131   3 years alec - Fix setting 'virtual' flag for non-existing folders in some cases
(edit) @4130   3 years alec - Simplify some code, add some comments
(edit) @4129   3 years alec - Small improvements in NAMESPACE handling
(edit) @4128   3 years alec - Improve performance by reading optional capability response from …
Note: See TracRevisionLog for help on using the revision log.