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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1278   5 years alec #1484980: fixed problem with month abbreviations localization (problem …
(edit) @1274   5 years alec #1484624: do ob_start/ob_end_clean when reading config files
(edit) @1251   5 years thomasb Remove unnecessary code; unread counts are added client side
(edit) @1231   5 years thomasb Remove evil css styles like expression() in HTML messages
(edit) @1201   5 years thomasb Better patch to correctly quote email recipient strings (from #1484191)
(edit) @1199   5 years thomasb Added charset alias for mb_convert (fixes #1484598)
(edit) @1198   5 years thomasb GB2312 alias is for iconv only (fixes #1484818)
(edit) @1195   5 years thomasb Add configurable default charset for message decoding
(edit) @1194   5 years thomasb Enable SQL logging (set 'sql_debug' config param to true); Switch to …
(edit) @1145   5 years thomasb Make some code work without non-GPL libs
(edit) @1125   5 years thomasb Remove MDN headers before saving in sent folder + fix wrong variale name
(edit) @1119   5 years thomasb Localize folder name in page title (#1484785)
(edit) @1063   5 years till * implemented feature from #1484476
(edit) @1032   5 years thomasb Added some charset aliases to fix typical mis-labelling (#1484565)
(edit) @1031   5 years thomasb Distinguish ssl and tls for imap connections (#1484667)
(edit) @1026   5 years thomasb Truncate attachment filenames to 55 characters (#1484757) and fix …
(edit) @1014   5 years thomasb Respect config when localize folder names
(edit) @1003   5 years till * cs
(edit) @997   5 years thomasb Always update $CONFIG with user prefs (#1484729)
(edit) @938   5 years thomasb New class rcube_user + send message disposition notification
(edit) @931   5 years thomasb More input sanitizing
(edit) @930   5 years thomasb Fixed some potential security risks + updatedd changelog
(edit) @925   5 years thomasb Don't create default folders by default
(edit) @915   6 years robin Add escapeSimple method to rcube_db() object, to be used instead of …
(edit) @885   6 years thomasb Add support for Korean charset (KS_C_5601)
(edit) @862   6 years thomasb Log error when login fails due to auto_create_user turned off
(edit) @839   6 years thomasb Filter linked/imported CSS files (#1484056)
(edit) @827   6 years thomasb Allow to save particular user prefs
(edit) @792   6 years thomasb Resolve username from virtuser file before looking up in database
(edit) @788   6 years thomasb Fixed charset encoding bug (#1484429)
(edit) @778   6 years yllar Ticket #1484457
(edit) @777   6 years thomasb Fix message list selection + new pngbehavior + use strpos() instead of …
(edit) @774   6 years till # bugfix: #1484473
(edit) @677   6 years thomasb LDAP improvements
(edit) @675   6 years thomasb Fix bugs introduced with latest changes
(edit) @673   6 years thomasb Fix charset converting issues with iconv and mbstring
(edit) @669   6 years thomasb Simplified code + removed debug log
(edit) @668   6 years thomasb Some bugfixes, security issues + minor improvements
(edit) @666   6 years thomasb Documentation, code style and cleanup
(edit) @652   6 years robin Move folder rendering functions so they can be used in the settings …
(edit) @613   6 years thomasb Minor bugfixes reported on the dev-list
(edit) @584   6 years estadtherr upgrade to TinyMCE v2.1.1.1
(edit) @567   6 years thomasb Add link to message subjects (#1484257); don't make selected list items …
(edit) @543   6 years thomasb Merged branch devel-addressbook from r443 back to trunk
(edit) @524   6 years thomasb Draw box around login form; created common boxtitle CSS class
(edit) @521   6 years thomasb New session authentication, should fix bugs #1483951 and #1484299; testing …
(edit) @515   6 years thomasb Minor bugfixes posted to the dev-mailing list
(edit) @510   6 years thomasb Improved contacts drop down; HTML output improvements; JS code cleanup
(edit) @508   6 years thomasb Correctly format dates in future
(edit) @500   6 years thomasb Solved wrong caching of message preview (#1484153, #1484236)
(edit) @491   6 years thomasb Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253)
(edit) @483   6 years thomasb Better input checking on GET and POST vars
(edit) @444   6 years thomasb Event handler removing again. Closes #1484200
(edit) @440   6 years thomasb Error handling for attachment uploads; multibyte-safe string functions; …
(edit) @425   6 years thomasb Applied security patches by Kees Cook (Ubuntu) + little visual …
(edit) @423   6 years robin Allow 12 hour date to display for emails sent today (Doug Mandell).
(edit) @421   6 years thomasb Little fix for new string quoting
(edit) @419   6 years thomasb New (strict) quoting for all kind of strings
(edit) @403   6 years thomasb Little fixes plus additional encoding tables
(edit) @388   6 years thomasb Introducing preview pane and conditional skin tags
(edit) @385   7 years thomasb Added host auto-selection and correct password encoding for IMAP login
(edit) @382   7 years thomasb Fixed XSS vulnerability (Bug #1484109)
(edit) @371   7 years robin Fetch all identities if virtuser_query is used; limitations can be done in …
(edit) @364   7 years thomasb Corrected template parsing and output encoding
(edit) @354   7 years thomasb Partial client re-write with a common list class
(edit) @348   7 years thomasb Correct UTF-7 to UTF-8 conversion if mbstring is not available
(edit) @344   7 years estadtherr Initial TinyMCE editor support (still need to work on spellcheck and …
(edit) @341   7 years thomasb Updated MDB2 with MSSQL support + some cosmetics
(edit) @339   7 years thomasb Fixed safe_mode issues
(edit) @338   7 years thomasb Some bugfixes and session expiration stuff
(edit) @336   7 years thomasb Little improvements for message parsing and encoding
(edit) @332   7 years thomasb Correct creation of a message-id
(edit) @329   7 years thomasb New indentation for quoted message text; HTML validity
(edit) @328   7 years thomasb Added MSSQL support
(edit) @324   7 years thomasb Fixed wrong usage of mbstring (Bug #1462439)
(edit) @321   7 years thomasb Added support for Nox Spell Server; plus small bugfixes
(edit) @320   7 years thomasb Re-built message parsing (Bug #1327068)
(edit) @314   7 years thomasb More encoding issues; enhanced debugging functions
(edit) @305   7 years thomasb Fixed charset problems with folder renaming
(edit) @297   7 years thomasb Finalized 0.1beta2 release
(edit) @292   7 years thomasb Several bugfixes; see CHANGELOG for details
(edit) @288   7 years thomasb Compose, save and sendmail cleanup
(edit) @284   7 years thomasb Alter links in HTML messages; highlight droptargets
(edit) @277   7 years thomasb Improved usability (Ticket #1483807) and HTML validity; applied patch …
(edit) @276   7 years thomasb Added label tags to forms (Ticket #1483810)
(edit) @275   7 years thomasb Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs
(edit) @267   7 years richs Renameable folders, mail-checking changes, other fixes (richs)
(edit) @266   7 years thomasb Typos, Optimizations, Updates
(edit) @263   7 years thomasb Changed behavior to include host-specific configuration (Bug #1483849)
(edit) @239   7 years roundcube Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
(edit) @224   7 years roundcube Fixed typos in function rcube_button()
(edit) @220   7 years roundcube Changed login page title regarding product name (Bug #1476413)
(edit) @215   7 years cmcnulty fixed bug where the config option is not set
(edit) @214   7 years roundcube Started integrating GoogieSpell?
(edit) @207   7 years cmcnulty Added OPTIONS -> Javascript code
(edit) @205   7 years roundcube Applied patch for requesting receipts by Salvatore Ansani
(edit) @194   7 years roundcube Added sort order saving patch by Jacob Brunson
(edit) @185   7 years roundcube Add configured domain to user names for login; changed get_input_value()
(edit) @171   7 years roundcube Started implementing search function
(edit) @168   7 years roundcube Minor improvements and bugfixes (see changelog)
Note: See TracRevisionLog for help on using the revision log.