Commit Graph

6286 Commits

Author SHA1 Message Date
Ralf Becker
6cf8cd6dfc casting boolean explicitly to string, as ADODB_postgres64::qstr() has an unwanted special handling for boolean types, causing eg. query in CalDAV for resources throw an invalid SQL exception under PostgreSQL 2011-10-25 07:50:32 +00:00
Klaus Leithoff
6b89d27858 catch exeption on CreateObject of bopreferences, if no felamimail is available 2011-10-17 08:42:37 +00:00
Jörg Lehrke
add2ff08c3 * Fix WBXML namespache issue (bug 3048) 2011-10-15 22:46:47 +00:00
Ralf Becker
9bb739d9b4 disable custom field tab, if no custom fields for specific queue/type2 2011-10-14 13:54:46 +00:00
Klaus Leithoff
c1fa4cd3e9 if we have NO password, eg. because we run by async service outside a regular user session
--> fall back to the default profile / mail config from setup
2011-10-06 09:38:09 +00:00
Jörg Lehrke
c894eb6397 * Fix WBXML encoding issue (community bug#3020) 2011-10-05 17:40:14 +00:00
Klaus Leithoff
e48ece66ae if ldap with fallback sql, we may be able to fetch and set the password last change date, if we are on primary, so check if the method exists instead of returning false. 2011-09-26 15:23:22 +00:00
Klaus Leithoff
4b3bcf0fb8 check if method exists for the fallback_auth, before calling get/setLastPwdChange 2011-09-26 10:57:00 +00:00
Ralf Becker
21f4b6e887 * GroupDAV/KDE assume KDE 4.7+ uses native Akonadi resource, while below pre-Akonadi GroupDAV resource is used: unfortunately both have contradicting requirements 2011-09-26 10:21:25 +00:00
Klaus Leithoff
15457b47d4 * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:38 +00:00
Klaus Leithoff
f7a50ec383 * API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change) 2011-09-26 08:51:48 +00:00
Jörg Lehrke
bfd686bbac * Fix SyncEvolution issue (community bug#2975) 2011-09-24 17:54:19 +00:00
Ralf Becker
c41b9f6d2c fixed no longer possible direct access/mount of VFS root via WebDAV after r36606 2011-09-19 11:40:18 +00:00
Klaus Leithoff
8f9c8732e9 introduce register_single_app_hook and hook_exists to hook class 2011-09-16 13:08:14 +00:00
Ralf Becker
ee455dfa07 check if we are already trying to unlink the entry, to avoid an infinit recursion 2011-09-15 16:35:54 +00:00
Ralf Becker
7852b41fd6 * Filemanager/WebDAV: understand Windows7 modification time attribute and setting and returning is as vfs modification time 2011-09-15 12:19:10 +00:00
Ralf Becker
6a544af55b fixed typo causing search for group-members to fail for accounts in sql 2011-09-08 09:58:18 +00:00
Ralf Becker
975a8ade09 * API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts 2011-09-07 16:47:08 +00:00
Ralf Becker
e86cb84e66 % should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent() 2011-09-07 08:41:26 +00:00
Andreas Stöckel
c0fe61e4f4 Merged r35884 from trunk 2011-09-06 09:12:08 +00:00
Ralf Becker
70e67eede3 deal with parsing of query parameters appending an "=" to "?download", accepting "?download=" too 2011-09-06 07:23:49 +00:00
Ralf Becker
c708b9ffc3 * Filemanager/WebDAV: #?+ and chinese characters working now in filenames 2011-09-05 10:29:11 +00:00
Ralf Becker
fa6262add6 * WebDAV: allow locking of not (yet) existing files to create them
- failed before as there are no write-rights for not existing files
- now we check for not existing files the write rights of the parent directory
2011-08-30 17:04:04 +00:00
Ralf Becker
06ae880691 * Filemanager: "Save as" option for files to force download and not open in browser 2011-08-29 08:42:33 +00:00
Klaus Leithoff
85d9e5e4ee fix problem with double encoding html special chars (introduced with rev36141) 2011-08-26 08:21:52 +00:00
Klaus Leithoff
81a724cfaa * API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations 2011-08-22 10:18:20 +00:00
Klaus Leithoff
3d76986cd2 * API: decodeMailHeader handle nested encoding for imap_mime_header_decode 2011-08-18 15:01:24 +00:00
Ralf Becker
e04a1d8519 url need to run throught htmlspecialchars too (like every attribute in html markup), eg. "x&reg_id=" fails otherwise 2011-08-16 11:45:23 +00:00
Ralf Becker
20d0bfabfe added update from 1.8.002 2011-08-11 19:04:09 +00:00
Nathan Gray
e78928a369 Add jqPlot for graphs 2011-08-11 16:04:00 +00:00
Ralf Becker
dcb3ea0888 quietened PHP Warning: array_keys() expects parameter 1 to be array, null given on line 106 2011-08-11 07:32:20 +00:00
Ralf Becker
d8dae17192 quietened PHP Warning: in_array() expects parameter 2 to be array, boolean given on line 855 2011-08-11 07:23:57 +00:00
Nathan Gray
a30b864ddd Add jqplot for graphing 2011-08-09 23:10:50 +00:00
Ralf Becker
b18cd023a2 * Loa language translation Dr. from Vimontha KHIEOVONGPHACHANH <kvimontha-AT-yahoo.com> 2011-08-09 07:23:55 +00:00
Ralf Becker
17a41103d5 Loa language translation from vimontha <kvimontha@yahoo.com> 2011-08-09 06:12:25 +00:00
Ralf Becker
40c123009e * API fix webserver_url of just a domain eg. http://domain.com gives PHP Warning empty delimiter ... 2011-08-05 08:03:30 +00:00
Ralf Becker
a70bac89f0 * API fix PHP fatal error wakeup2 is no method ..., when comming from setup 2011-08-05 08:03:03 +00:00
Ralf Becker
5e9d4f3601 * API fix PHP fatal error wakeup2 is no method ..., when comming from setup 2011-08-05 08:01:51 +00:00
Ralf Becker
30f5025431 * API fix webserver_url of just a domain eg. http://domain.com gives PHP Warning empty delimiter ... 2011-08-05 08:00:58 +00:00
Ralf Becker
76bc192c40 merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:35:00 +00:00
Ralf Becker
cc113b3519 merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:14:23 +00:00
Ralf Becker
b76f3abc6a * NTLM authentication: limit redirect, if NTLM auth could not be performed, to same domain, EGroupware domain, or explicitly whitelisted domains
to fix issue "found" on www.autosectools.com
2011-08-04 08:06:22 +00:00
Ralf Becker
6a1834ceff * NTLM authentication: limit redirect, if NTLM auth could not be preformed, to same domain, EGroupware domain, or explicitly whitelisted domains
to fix issue "found" on www.autosectools.com
2011-08-04 07:58:57 +00:00
Ralf Becker
b62a99fb42 fixed creating of new translations / give [Write] button file not yet existing (permissions given) 2011-08-04 07:36:35 +00:00
Ralf Becker
31c9e8965b fixed creating of new translations / give [Write] button file not yet existing (permissions given) 2011-08-04 07:27:23 +00:00
Ralf Becker
fc5f651412 Loa language translation from vimontha <kvimontha@yahoo.com> 2011-08-04 07:00:00 +00:00
Andreas Stöckel
6fff48a306 Fixed typo in comment 2011-08-03 14:27:45 +00:00
Klaus Leithoff
a86877e0f2 * API: upgrade ck editor from v3.3.1 to v3.6.1 (latest release as of June 2011) 2011-08-03 14:14:40 +00:00
Andreas Stöckel
2e9104ecea Added dependencies to the egw_action js files 2011-08-03 14:04:30 +00:00
Andreas Stöckel
149c154540 Added system which allows us to define dependencies inside js files.
An introduction on how this can be done is given in class.egw_include_mgr.inc.php.
This file/class may lateron be extended to minifiy, compress and cache groups of js files - currently only the 'debug-mode' is implemented, which sends all javascript files as individual files, making it easy to debug the java-script files in the browser.

The new method should work with all old code, especially including java-script files as part of an ajax-response, if something is broken, please report that!
2011-08-03 14:03:31 +00:00