Aleksander Machniak
2013-06-11 85e65c3c7672d0e56ada988a047f0f602ba0c964
2013-06-11 Aleksander Machniak
Improvements to PR merge "add option show_real_foldernames"
tree@ 85e65c commitdiff
2013-06-11 Aleksander Machniak
Merge pull request #77 from dpc22/realnames
tree@ 174327 commitdiff
2013-06-06 Aleksander Machniak
Fix resolving /this/ in file_callback()
tree@ 76f4f7 commitdiff
2013-06-05 Aleksander Machniak
Small code improvement
tree@ 4fee77 commitdiff
2013-06-05 Aleksander Machniak
Improvements in garbage collector: created gc() method to run all gc-relate...
tree@ ee73a7 commitdiff
2013-06-05 Thomas Bruederli
Add option to use PHP's native session save handlers
tree@ 42de33 commitdiff
2013-05-31 Aleksander Machniak
Added user preference to open all popups as standard windows
tree@ 3863a9 commitdiff
2013-05-29 David Carter
Change show_actual_foldernames to be show_real_foldernames.
tree@ 149f8a commitdiff
2013-05-29 Aleksander Machniak
Remove (move to bc.php) unused strip_newlines() and strip_quotes() functions
tree@ 1d67fe commitdiff
2013-05-29 David Carter
Add show_actual_foldernames preference and configuration option.
tree@ 52deb1 commitdiff
2013-05-16 Thomas Bruederli
Move rcmail::deliver_message() to framework for common use
tree@ 0b9a7b commitdiff
2013-05-07 Aleksander Machniak
Avoid uninitialized/unused variables
tree@ 3725cf commitdiff
2013-05-03 Thomas Bruederli
Experimental: refactored list.js and html_table class to render lists with ...
tree@ 517dae commitdiff
2013-05-01 Aleksander Machniak
Small code improvements
tree@ f790b4 commitdiff
2013-05-01 Aleksander Machniak
Merge pull request #67 from andywer/master
tree@ 06c2d0 commitdiff
2013-04-29 Aleksander Machniak
Fix list page reset when viewing a message in Larry skin (#1489076)
tree@ 7dcf24 commitdiff
2013-04-29 Aleksander Machniak
Fix possible warning on some misconfig
tree@ d14a2f commitdiff
2013-04-28 Thomas Bruederli
Prepare for the composer-based plugin repository; skip PEAR dependencies fo...
tree@ b4d50c commitdiff
2013-04-24 Aleksander Machniak
Fix error when using check_referer=true
tree@ a54497 commitdiff
2013-04-16 Aleksander Machniak
Remove redundant ini checks
tree@ 1352d8 commitdiff
2013-04-08 Andy Wermke
Removed parse_expression() & added error logging to eval_expression().
tree@ 58e3a5 commitdiff
2013-04-05 Andy Wermke
Replaced last eval(). Allowing function calls in expressions.
tree@ fe245e commitdiff
2013-04-05 Andy Wermke
Replaced stupid fix by create_function() based approach.
tree@ d67485 commitdiff
2013-04-04 Andy Wermke
Merge branch 'master' of https://github.com/roundcube/roundcubemail
tree@ 92cd7f commitdiff
2013-04-04 Andy Wermke
Replaced nasty eval() expressions.
tree@ 029d18 commitdiff
2013-03-24 Thomas Bruederli
Ensure backwards compatibility by considering old-style skin_path attribute...
tree@ 175739 commitdiff
2013-03-17 Aleksander Machniak
Fix "rcmail is undefined" error in HTML attachment preview - regression fro...
tree@ 4d1fe2 commitdiff
2013-03-15 Aleksander Machniak
Bump version number up to 1.0-git
tree@ bb080a commitdiff
2013-03-10 Aleksander Machniak
Fix so task name can really contain all from a-z0-9_- characters (#1488941)
tree@ 8b7716 commitdiff
2013-03-06 Aleksander Machniak
Add attachment menu with Open and Download options (#1488975)
tree@ bc2c43 commitdiff
2013-03-04 Aleksander Machniak
Really fix "quotum would exceed" error message handling
tree@ 8c93c2 commitdiff
2013-03-04 Aleksander Machniak
Smarter overquota error detection (known error strings are: "Quota exceeded...
tree@ d3e7f9 commitdiff
2013-03-02 Aleksander Machniak
Even better message on over quota error in move to trash operation (#1484164)
tree@ e7c1aa commitdiff
2013-03-02 Aleksander Machniak
Display user-friendly message on IMAP "over quota" errors (#1484164)
tree@ 0bf724 commitdiff
2013-02-10 Thomas Bruederli
Let some env variables survive reset(); don't show taskbar and top line in ...
tree@ d30460 commitdiff
2013-02-08 Aleksander Machniak
Fix reference to non-existing class rcube_output_html (#1488948)
tree@ a7e8eb commitdiff
2013-01-31 Thomas Bruederli
- Refactored the hierarchical mailboxlist control into a separate widget cl...
tree@ 3c309a commitdiff
2013-01-28 Thomas Bruederli
Catch connection timeouts on message sending form submissions
tree@ 72e24b commitdiff
2013-01-27 Aleksander Machniak
Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()
tree@ bc53e2 commitdiff
2013-01-24 Thomas Bruederli
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. a...
tree@ 1730cf commitdiff
2013-01-24 Aleksander Machniak
Fix login in case when default_host is an array with one element (#1488928)
tree@ 6ff0c3 commitdiff
2013-01-18 Aleksander Machniak
Remove deprecated functions (from bc.php file) usage in plugins
tree@ 61be82 commitdiff
2013-01-18 Aleksander Machniak
Improved folder path presentation in page title (use unified delimiter, loc...
tree@ 4d7964 commitdiff
2013-01-09 Thomas Bruederli
Welcome to 2013
tree@ 18e23a commitdiff
2013-01-09 Thomas Bruederli
Fix /this/ paths from plugin templates in extended skins
tree@ 44e3bf commitdiff
2012-12-26 Aleksander Machniak
Framework'ize html2text class
tree@ 66afd7 commitdiff
2012-12-25 Aleksander Machniak
Move washtml class into Roundcube Framework (rcube_washtml), add some impro...
tree@ 7ac944 commitdiff
2012-12-18 Aleksander Machniak
Plugin API: Added message_before_send hook
tree@ dfc578 commitdiff
2012-12-16 Thomas Bruederli
Fix package definitions and include framework classes in phpdoc
tree@ a07224 commitdiff
2012-12-11 Aleksander Machniak
Extend just_parse() method with conditions parsing
tree@ b01d84 commitdiff
first | « prev | next »