source: subversion/trunk/roundcubemail/program/include/main.inc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5650   17 months alec - Add password type field support in rcmail_get_edit_field() (#1488276)
(edit) @5623   17 months thomasb Add more classes and options to HTML elements for better styleability
(edit) @5592   17 months thomasb Make string for unread count configureable by skin; add file type classes …
(edit) @5589   18 months thomasb Better CSS url() validation
(edit) @5586   18 months thomasb Allow clean background:url(...) styles in safe mode. This will make …
(edit) @5562   18 months alec - Add option to set default font for HTML message (#1484137)
(edit) @5495   18 months alec - Fix handling of invalid characters in request (#1488124)
(edit) @5490   18 months alec - Prevent from memory_limit exceeding when trying to parse big messages …
(edit) @5473   18 months alec - Fixed bug where similiar folder names were highlighted wrong (#1487860)
(edit) @5455   18 months alec - Added TinyMCE localizations
(edit) @5423   18 months alec - Don't consider \Noselect flag when building folders tree (#1488004)
(edit) @5422   18 months alec - Small improvements in rcmail_render_folder_tree_html()
(edit) @5398   19 months alec - Fix so folders with \Noinferiors attribute aren't listed in parent …
(edit) @5390   19 months alec - Fix handling of dates (birthday/anniversary) in contact data - don't …
(edit) @5342   19 months alec - Removed zebra-class
(edit) @5297   20 months thomasb Restrict folders list to write-only in selectors for special folders and …
(edit) @5285   20 months thomasb Distinguish standard timezone offset and DST of client
(edit) @5267   20 months thomasb Fix compose command from other tasks than mail and address book; skip …
(edit) @5262   20 months alec - Add notice on autocompletion that not all records were displayed
(edit) @5210   20 months thomasb Make date/time format user configurable; drop 'date_today' config option
(edit) @5207   20 months alec - Extend rcube_label_exists() to search in loaded plugins localizations - …
(edit) @5190   21 months alec - Rewritten messages caching (merged devel-mcache branch): Indexes are …
(edit) @5181   21 months alec - Merge devel-spellcheck branch: - Added spellchecker exceptions …
(edit) @5170   21 months alec - Check for "Permission denied" string in IMAP error messages to display …
(edit) @5148   21 months alec - Make 5th argument of rcmail_deliver_message() optional
(edit) @5132   21 months thomasb Move timezone computation to rcube_config; don't override …
(edit) @5118   21 months thomasb Log session_id with logins
(edit) @5089   21 months thomasb Fix folders drop-down list: descend into root folder (e.g. INBOX) even if …
(edit) @5071   21 months alec - Add client-side checking of uploaded files size
(edit) @5068   21 months thomasb More unique error codes
(edit) @4998   22 months alec - Remove function duplicate (from last commit)
(edit) @4997   22 months alec - Move rcmail_localize_folderpath() to main.inc
(edit) @4988   22 months alec - Fix 'exceptions' parameter of rcmail_mailbox_select() to handle …
(edit) @4977   22 months thomasb Move mail sending functions from mail task to core for general usage
(edit) @4963   22 months alec - Added optional "multithreading" autocomplete feature
(edit) @4948   22 months alec - Round upload progress percentage value
(edit) @4908   23 months alec - Remove debug code
(edit) @4902   23 months alec - Add optional textual upload progress indicator (#1486039)
(edit) @4859   2 years alec - Don't log errors when charset conversion fails
(edit) @4828   2 years alec - Fix identities "reply-to" and "bcc" fields have a bogus value when left …
(edit) @4827   2 years alec - Replace preg_match() with faster strpos()
(edit) @4826   2 years alec - Fix doubled encoding in save-pref request (#1487941), small code …
(edit) @4819   2 years thomasb Case-insensitive matching in autocompletion (#1487933); replace old string …
(edit) @4812   2 years alec - Fix handling of "<" character in contact data, search fields and folder …
(edit) @4738   2 years alec - Fixed handling of folder with name "0" in folder selector
(edit) @4735   2 years alec - Add possibility (for plugins) to filter folders lists by some additional …
(edit) @4733   2 years alec - Fix problems with subfolders of INBOX folder on some IMAP servers …
(edit) @4714   2 years netbit - Now the %s variable (used in default_host) works with IDN and with …
(edit) @4705   2 years netbit - Added the %s variable in 'default_host' and 'smtp_server' option (%s …
(edit) @4695   2 years alec - Use shortest include path for better performance
(edit) @4678   2 years alec - Improve performance by including files with absolute path (#1487849)
(edit) @4646   2 years alec - Fix handling of debug_level=4 in ajax requests (#1487831)
(edit) @4588   2 years thomasb Make it easier to add code to $(document).ready()
(edit) @4565   2 years alec - Fix typo in html_editor hook name (#1487796)
(edit) @4557   2 years alec - Add variable for 'Today' label in date_today option (#1486120)
(edit) @4520   2 years alec - Support strftime format in date_today option
(edit) @4508   2 years thomasb Always generate valid DOM identifiers using html_identifier() write …
(edit) @4503   2 years thomasb Add optional referer check to prevent CSRF in GET requests
(edit) @4498   2 years thomasb Delegate contact input validation to rcube_addressbook instance; accept …
(edit) @4484   2 years alec - Fix IDNA support when IDN/INTL modules are in use (#1487742)
(edit) @4461   2 years thomasb Don't block CSS styles having important keywords
(edit) @4452   2 years thomasb Also wrap unread count in span on server side (#1487720)
(edit) @4439   2 years thomasb Use improved strtotime() function + reduce duplicated code
(edit) @4424   2 years thomasb Merge branch devel-addressbook (r4193:4382) back into trunk
(edit) @4420   2 years alec - Fix %h/%z variables in username_domain option (#1487701)
(edit) @4411   2 years thomasb Missed some replacements in previous commit…
(edit) @4334   2 years alec - Improved emoticons text representations
(edit) @4326   2 years alec - Add username and IP address to log message on unsuccessful login …
(edit) @4321   2 years alec - Better support for READ-ONLY and NOPERM responses handling (#1487083) - …
(edit) @4309   2 years alec - Fix plaintext versions of HTML messages don't contain placeholders for …
(edit) @4304   2 years alec - New Folder Manager UI - Fix invalid Request when creating a folder …
(edit) @4238   2 years alec - Fix last change in rcube_html_editor()
(edit) @4228   3 years alec - Execute HTML editor initialization in page footer (#1487125)
(edit) @4222   3 years alec - Re-fix handling of html entity strings in plain/text messages
(edit) @4219   3 years alec - Fix handling of folders with "<>" characters in name
(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) @4178   3 years alec - Skip conversion when input charset is BINARY
(edit) @4140   3 years alec - Add support for selection options from LIST-EXTENDED extension (RFC …
(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) @4119   3 years alec - Add charset alias: WINDOWS-949 -> UHC (#1487072)
(edit) @4100   3 years alec - Add MS950 as alias for CP950 (#1487063)
(edit) @4015   3 years alec - Update phpdoc (#1486958)
(edit) @4009   3 years alec - Add Internationalized Domain Name (IDNA) support (#1483894)
(edit) @3989   3 years alec - s/RoundCube/Roundcube/
(edit) @3977   3 years alec - Support %z variable in host configuration options (#1487003)
(edit) @3968   3 years alec - Added more charset aliases
(edit) @3966   3 years alec - Fix: iconv doesn't support UTF7-IMAP
(edit) @3960   3 years alec - Fix messages background image handling in some cases (#1486990)
(edit) @3952   3 years alec - Small improvement for last commit
(edit) @3951   3 years alec - Fix handling of charsets with LATIN-* label
(edit) @3946   3 years alec - Small performance improvements
(edit) @3910   3 years alec - Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929)
(edit) @3901   3 years alec - Don't add date to log when using syslog
(edit) @3828   3 years alec - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866)
(edit) @3780   3 years alec - removed PHP closing tag
(edit) @3772   3 years alec - Fix dot-atom expression in e-mail validation regexp (#1486808)
(edit) @3760   3 years thomasb Strip comments in css string + don't set font color to tags
(edit) @3742   3 years alec - Remove BOM (#1486785)
Note: See TracRevisionLog for help on using the revision log.