Thomas Bruederli
e0496fc01d
Enable/disable siganture commands before exiting the function in new compose window ( #1490074 )
2014-09-27 00:07:52 +02:00
Thomas Bruederli
7d3be1f3c8
Fix restoring draft messages from localStorage if editor mode differs ( #1490016 )
2014-09-26 23:41:17 +02:00
Thomas Bruederli
2e713d00f5
Set comm_path env variable after reset
2014-09-26 19:23:38 +02:00
Thomas Bruederli
91a449138e
Add output class for commandline scripts
2014-09-23 17:38:03 +02:00
Thomas Bruederli
6646809a31
Fix another regression in metadata response parsing introduced in commit 939380da
2014-09-23 10:10:08 +02:00
Bartlomiej Nogas
0d273c9a97
Fix get_metadata() function response, NIL response was introducing an shift
2014-09-22 23:17:12 +02:00
Aleksander Machniak
dd6f784ec4
Fix syntax error
2014-09-22 10:31:15 +02:00
Aleksander Machniak
000f6ee304
Merge branch 'oracle'
2014-09-22 09:38:21 +02:00
Aleksander Machniak
ff767a14ff
Merge branch 'oracle'
2014-09-22 09:31:11 +02:00
Aleksander Machniak
c2345747ac
Add Oracle driver check in Installer
2014-09-18 16:57:41 +02:00
Aleksander Machniak
fb8adc8a19
Remove Oracle driver based on PDO_OCI extension
2014-09-18 16:48:53 +02:00
Aleksander Machniak
7f84924799
Fix long data handling
2014-09-18 16:46:19 +02:00
Aleksander Machniak
e7af012bc2
Fix binary operator use for Oracle
2014-09-18 15:32:15 +02:00
Thomas Bruederli
8ef203827f
Make noshow attribute for roundcube:label tags actually work as supposed
2014-09-18 09:01:30 +02:00
Aleksander Machniak
8451577659
Added transactions support
2014-09-17 20:39:16 +02:00
Aleksander Machniak
d7c91c14f8
Add Oracle driver which uses OCI8 extension - the one that supports CLOB columns
2014-09-17 19:58:54 +02:00
Thomas Bruederli
1cb23c9368
Access list body through abstract property
2014-09-16 21:10:26 +02:00
Aleksander Machniak
83a64265a7
Fixes for Oracle
2014-09-15 11:37:42 +02:00
Aleksander Machniak
848e204ef9
Fix validation of email addresses with IDNA domains ( #1490067 )
2014-09-13 12:36:54 +02:00
Aleksander Machniak
b84a04336b
Added Oracle database driver
2014-09-12 14:43:33 +02:00
Aleksander Machniak
34a0902089
Use consistent column/table quoting in sql queries
2014-09-12 14:37:51 +02:00
Thomas Bruederli
0fb7a485a3
Remove obsolete code which is executed in rcmail_output_html::frame()
2014-09-11 19:15:32 +02:00
Thomas Bruederli
7acda7a6f4
Also remove cloned search item from treelist
2014-09-11 12:48:13 +02:00
Aleksander Machniak
8cc65d1f5f
Print to STDERR non-terminating errors in CLI mode
2014-09-10 17:26:19 +02:00
Aleksander Machniak
dcc4469844
Don't init output in CLI mode
...
Fixes infinite recurssion on raise_error() call when executing scripts
out of the INSTALL_PATH. Also use 'rcube' if 'rcmail' is not needed.
2014-09-10 16:32:28 +02:00
Thomas Bruederli
fb3ccf2e09
Don't override argument variable when collecting results
2014-09-09 09:37:50 +02:00
Thomas B.
ae69e6a81e
Merge pull request #218 from JohnDoh/patch-1
...
pass click event to general hide_menu call
2014-09-09 08:46:08 +02:00
JohnDoh
a35c9fa428
pass click event to hide_menu call
2014-09-08 22:09:20 +01:00
JohnDoh
3ef97f8de3
add missing event arg
2014-09-08 19:12:51 +01:00
Thomas Bruederli
4a25b69828
Small tweaks for treelist interactions
2014-09-08 18:04:37 +02:00
Aleksander Machniak
c489cc1479
Fix call to a member function get_compressed() on a non-object
2014-09-08 17:21:54 +02:00
Aleksander Machniak
4baf96a4ca
Added license headers to driver files, CS fixes
2014-09-08 09:50:59 +02:00
Aleksander Machniak
02f7628314
Fix page title when using search filter ( #1490023 )
2014-09-03 13:01:38 +02:00
Aleksander Machniak
334bc97927
Fix merging folder annotations for folders with numeric names (only digits)
2014-09-03 11:24:15 +02:00
Aleksander Machniak
ba084313bf
Add missing label
2014-09-02 10:10:20 +02:00
Aleksander Machniak
588d1948ca
Don't cancel event on parent focus
2014-09-02 09:16:33 +02:00
Aleksander Machniak
9cc5a522df
Fix so rcube_text2html class does not depend on rcmail_string_replacer
2014-08-30 12:33:42 +02:00
Aleksander Machniak
fec4f240e5
Seek vendor/autoload.php in install path to make tests working
2014-08-30 09:50:31 +02:00
Aleksander Machniak
29c24e647c
Get rid of DIRECTORY_SEPARATOR for consistency
2014-08-28 19:24:03 +02:00
Thomas Bruederli
a98a4f8bb5
Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.
...
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.
For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
2014-08-27 17:45:21 +02:00
Thomas Bruederli
812f37c5d1
Synchronized localizations with Transifex
2014-08-27 14:53:06 +02:00
Thomas Bruederli
64d49edd78
Maintain a stack of currently running plugin hooks
2014-08-27 14:37:52 +02:00
Aleksander Machniak
35b39c8d7d
Fix PERMANENTFLAGS checking in modFlag()
2014-08-26 19:22:53 +02:00
Aleksander Machniak
5f58127eae
Added rcube_utils::resolve_url()
2014-08-24 11:43:12 +02:00
Aleksander Machniak
75bbada03b
Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for version checks
2014-08-24 11:23:33 +02:00
Aleksander Machniak
e35eab5f94
Fix comm_path update on task switch ( #1490041 )
2014-08-22 08:52:29 +02:00
Thomas B.
827b1dd459
Merge pull request #212 from JohnDoh/patch-1
...
add include_plugin function for optional plugins
2014-08-21 19:50:53 +02:00
Aleksander Machniak
f01666a622
Fix handling of email addresses with quoted domain part ( #1490040 )
2014-08-21 18:08:26 +02:00
Thomas Bruederli
3fb36a11fe
Add option to focus a treelist widget on clicks to the container ( #1489997 )
2014-08-20 09:03:19 +02:00
Thomas Bruederli
44b47dfb35
Add config/preference option to disable saving messages in localStorage ( #1489979 )
2014-08-20 08:30:24 +02:00