Aleksander Machniak
abc00f27c5
Initial DDL for Oracle
10 years ago
Aleksander Machniak
83a64265a7
Fixes for Oracle
10 years ago
Aleksander Machniak
848e204ef9
Fix validation of email addresses with IDNA domains ( #1490067 )
10 years ago
Aleksander Machniak
050b482b38
Merge pull request #216 from MarcoMiltenburg/20140905-index-on-contactgroups
...
Index IX_contactgroups_user_id was created on the wrong table.
10 years ago
Aleksander Machniak
b84a04336b
Added Oracle database driver
10 years ago
Aleksander Machniak
34a0902089
Use consistent column/table quoting in sql queries
10 years ago
Thomas Bruederli
0fb7a485a3
Remove obsolete code which is executed in rcmail_output_html::frame()
10 years ago
Thomas Bruederli
b6f89a32d8
Make LDAP extension and Net_LDAP3 lib optional in installer check
10 years ago
Thomas Bruederli
7acda7a6f4
Also remove cloned search item from treelist
10 years ago
Aleksander Machniak
8cc65d1f5f
Print to STDERR non-terminating errors in CLI mode
10 years ago
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.
10 years ago
Thomas Bruederli
1985eb2e6d
Describe the installation of 3rd party libs through composer
10 years ago
Aleksander Machniak
315a0b787c
Remove deprecated function usage (get_table_name)
10 years ago
Aleksander Machniak
9dd327b400
Remove new_link argument usage, we don't need it anymore
10 years ago
Thomas Bruederli
fb3ccf2e09
Don't override argument variable when collecting results
10 years ago
Thomas B.
ae69e6a81e
Merge pull request #218 from JohnDoh/patch-1
...
pass click event to general hide_menu call
10 years ago
Thomas B.
921bde431d
Merge pull request #217 from JohnDoh/patch-1
...
add missing event argument for hide_menu calls
10 years ago
JohnDoh
a35c9fa428
pass click event to hide_menu call
10 years ago
JohnDoh
3ef97f8de3
add missing event arg
10 years ago
Thomas Bruederli
4a25b69828
Small tweaks for treelist interactions
10 years ago
Aleksander Machniak
c489cc1479
Fix call to a member function get_compressed() on a non-object
10 years ago
Thomas Bruederli
f50f49a0f2
Remove vcs entry for sample plugin
10 years ago
Thomas Bruederli
b3cca2e46d
Move LDAP libs to optional 'suggest' block in order to not block installation when php-ldap extension is missing
10 years ago
Aleksander Machniak
f2fe48785c
Update changelog
10 years ago
Aleksander Machniak
6e6f9ce6a7
Fix compatybility with contextmenu plugin
10 years ago
Aleksander Machniak
4baf96a4ca
Added license headers to driver files, CS fixes
10 years ago
Marco Miltenburg
f63ff72a45
Index IX_contactgroups_user_id was created on the wrong table.
10 years ago
Aleksander Machniak
a1d042fd58
Add rcube_plugin_api::get_plugin() method
10 years ago
Aleksander Machniak
49738f0928
Merge pull request #226 from xzaara/patch-2
...
Fix error handling
10 years ago
xzaara
54462b0f68
Update password.php
...
Semicolons instead of colons in switch statement.
10 years ago
Aleksander Machniak
8b5038befc
Fix handling of smart list inputs
10 years ago
Aleksander Machniak
030ebec02f
Fix error in MSSQL update script 2013061000.sql ( #1490061 )
10 years ago
Aleksander Machniak
f456c6e2d7
Require PHP 5.3.7 in composer file too
10 years ago
Aleksander Machniak
02f7628314
Fix page title when using search filter ( #1490023 )
10 years ago
Aleksander Machniak
334bc97927
Fix merging folder annotations for folders with numeric names (only digits)
10 years ago
Aleksander Machniak
57d7bc27c0
Merge pull request #187 from adfinis-sygroup/master
...
Added Plesk-Driver to Password-Plugin
10 years ago
Cyrill von Wattenwyl
7dc269029d
removed unwanted file
10 years ago
Cyrill von Wattenwyl
141d615f39
Fixed merge conflicts
10 years ago
Cyrill von Wattenwyl
11a40dd1fe
Merge branch 'master' of https://github.com/roundcube/roundcubemail
...
Conflicts:
plugins/password/config.inc.php.dist
10 years ago
Aleksander Machniak
ba084313bf
Add missing label
10 years ago
Aleksander Machniak
588d1948ca
Don't cancel event on parent focus
10 years ago
Aleksander Machniak
613f96839c
Added simple API to manage vacation rule
10 years ago
Aleksander Machniak
9cc5a522df
Fix so rcube_text2html class does not depend on rcmail_string_replacer
10 years ago
Aleksander Machniak
fec4f240e5
Seek vendor/autoload.php in install path to make tests working
10 years ago
Aleksander Machniak
d72fdecdf8
Add missing labels
10 years ago
Aleksander Machniak
5a64153f40
Fix vacation times handling
10 years ago
Aleksander Machniak
29c24e647c
Get rid of DIRECTORY_SEPARATOR for consistency
10 years ago
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.
10 years ago
Thomas Bruederli
812f37c5d1
Synchronized localizations with Transifex
10 years ago
Aleksander Machniak
581b6b41fd
Make possible to set vacation start/end date and time
10 years ago