summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Collapse)Author
2008-08-27- added options to use syslog instead of log file (#1484850)alec
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer git-svn-id: https://svn.roundcube.net/trunk@1683 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Remove mailto links from sender/recipient addresses in message list and wait ↵thomasb
for the context menu (#1484931) git-svn-id: https://svn.roundcube.net/trunk@1676 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Revert r1670 but improve part download step by fixing headers and adding ↵thomasb
set_time_limit(0) git-svn-id: https://svn.roundcube.net/trunk@1673 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- Add Content-Length header while attachments downloading (#1484256)alec
git-svn-id: https://svn.roundcube.net/trunk@1670 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21change to double-escape to get through TinyMCE's cleanup #1484904estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1668 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21escape html entities in forward/reply headers #1484904estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1667 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- typoalec
git-svn-id: https://svn.roundcube.net/trunk@1666 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21#1485288: read In-Reply-To and References when composing saved draftalec
git-svn-id: https://svn.roundcube.net/trunk@1665 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21#1485287: allow underline in html charset for proper replacementalec
git-svn-id: https://svn.roundcube.net/trunk@1662 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Prevent from including empty templatethomasb
git-svn-id: https://svn.roundcube.net/trunk@1659 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Set defaults for 'spellcheck_languages' and make sure the user language is ↵thomasb
set correctly git-svn-id: https://svn.roundcube.net/trunk@1655 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Enable spellchecker for HTML editorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1651 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Prevent further errors when the requested dictionary is not available; ↵thomasb
pspell_new() will trigger a warning, that's enough git-svn-id: https://svn.roundcube.net/trunk@1650 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Added pspell support patch by Kris Steinhoff (#1483960)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1649 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-14Added template object for current mailbox name (#1485256)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1647 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-13#1485242: better handling of situation when message was sent successfully ↵alec
but cannot be saved git-svn-id: https://svn.roundcube.net/trunk@1644 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Show real names in folder drop-down + rebuild default_imap_folders property ↵thomasb
when saving prefs git-svn-id: https://svn.roundcube.net/trunk@1622 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Save outgoing mail to selectable folder (#1324581)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1621 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Make special folders configurable for the userthomasb
git-svn-id: https://svn.roundcube.net/trunk@1619 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Code cleanup with new html classesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1618 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Fix read_when_deleted behavior + javascript codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1617 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-29Add microformats to address book + fix html output + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1615 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-28Show appropriate error message if config files are missingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1614 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + ↵thomasb
some code style git-svn-id: https://svn.roundcube.net/trunk@1610 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-22PHP bug #32547 workaround: remove <title> tag because of libxml2 library ↵alec
problem (#1485178) git-svn-id: https://svn.roundcube.net/trunk@1606 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-22#1485200: fixed text/enriched displayingalec
git-svn-id: https://svn.roundcube.net/trunk@1605 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-22Improve HTML sanitization with washtmlthomasb
git-svn-id: https://svn.roundcube.net/trunk@1603 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-21- use long date format in print mode (#1485191)alec
git-svn-id: https://svn.roundcube.net/trunk@1601 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-18-fixed attachments removing in draft mode alec
git-svn-id: https://svn.roundcube.net/trunk@1597 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-16- fix for ldap_public value checkingalec
git-svn-id: https://svn.roundcube.net/trunk@1592 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1590 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-30- Added flag column on messages list (#1484623)alec
git-svn-id: https://svn.roundcube.net/trunk@1580 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-25#1485161alec
git-svn-id: https://svn.roundcube.net/trunk@1577 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-24- Allow trash/junk subfolders to be purged (#1485085)alec
git-svn-id: https://svn.roundcube.net/trunk@1570 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-23#1485147alec
git-svn-id: https://svn.roundcube.net/trunk@1569 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Flag original message as Forwarded when sending mailthomasb
git-svn-id: https://svn.roundcube.net/trunk@1565 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1564 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Indent with spaces and not tabsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1563 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Store compose parameters in session and redirect to a unique URLthomasb
git-svn-id: https://svn.roundcube.net/trunk@1562 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-16#1484423: add <head> for malformed messages, washtml cannot work without thatalec
git-svn-id: https://svn.roundcube.net/trunk@1553 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-16- Fixed forwarding messages with one HTML attachment (#1484442)alec
- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914) git-svn-id: https://svn.roundcube.net/trunk@1551 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-16-fixed emoticons alec
git-svn-id: https://svn.roundcube.net/trunk@1550 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-15- actually we don't need default_skin optionalec
git-svn-id: https://svn.roundcube.net/trunk@1542 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-15- lost files from r1539 alec
git-svn-id: https://svn.roundcube.net/trunk@1540 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-15- Added option to select skin in user preferences (#1485031)alec
- template_exists() moved to rcube_template class git-svn-id: https://svn.roundcube.net/trunk@1539 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14- Added option to disable displaying of attached images below the message bodyalec
git-svn-id: https://svn.roundcube.net/trunk@1536 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14Bugfix: call msg->set_safe() before checking msg->is_savethomasb
git-svn-id: https://svn.roundcube.net/trunk@1535 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomasb
book and reload message git-svn-id: https://svn.roundcube.net/trunk@1534 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14More code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1532 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-13- User preferences grouped in more fieldsetsalec
git-svn-id: https://svn.roundcube.net/trunk@1531 208e9e7b-5314-0410-a742-e7e81cd9613c