Commit Graph

6528 Commits

Author SHA1 Message Date
Ralf Becker
69e2750e3e remove old ISS specific redirect code and default of $_SERVER[PHP_SELF] for $url parameter of egw::redirect (not used in current EGroupware) 2011-11-30 20:40:49 +00:00
Ralf Becker
340da0bfbf quietening permanent error_log 2011-11-30 09:39:13 +00:00
Ralf Becker
becb6b44d6 fixed racecondition in caching translations for installs with multiple instances:
do NOT use automatic callback to cache result, as installing languages in setup can create a racecondition, therefore only cache existing non-instance-specific translations, never cache nothing found === array(), instance-specific translations can and should always be cached!
2011-11-30 09:22:04 +00:00
Ralf Becker
65a729f157 added some docu 2011-11-30 08:12:58 +00:00
Ralf Becker
59c1c02f6e changing french language from "French" to "Français" for *updating* installations 2011-11-25 06:38:18 +00:00
Ralf Becker
d0f831855b changing french language from "French" to "Français" for *new* installations 2011-11-25 06:32:15 +00:00
Ralf Becker
8cdf689b7f * CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log 2011-11-23 16:41:45 +00:00
Ralf Becker
4df05d4f06 change max class-name lenght in __autoload to 64, as there are classes with more then 40 chars: projectmanager_wizard_export_elements_csv 2011-11-16 18:47:36 +00:00
Ralf Becker
41940f1f20 fixing warnings generated by php 5.3.8 is_a($obj) trying to autoload huge strings 2011-11-15 12:24:02 +00:00
Ralf Becker
82f96c19a7 in case no charset is set, default to utf-8, as otherwise setting charset in sqlfs_stream_wrapper can stall install 2011-11-10 10:26:02 +00:00
Klaus Leithoff
81f39c088e fix typo 2011-11-02 14:59:35 +00:00
Ralf Becker
f832b85d76 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:51:29 +00:00
Klaus Leithoff
4f1d0f9ff0 catch exeption on CreateObject of bopreferences, if no felamimail is available 2011-10-17 08:43:18 +00:00
Jörg Lehrke
74e4e5ee3f * Fix WBXML namespache issue (bug 3048) 2011-10-15 22:46:37 +00:00
Jörg Lehrke
e5679396d9 * Fix WBXML encoding issue (community bug#3020) 2011-10-05 17:39:50 +00:00
Klaus Leithoff
ad9df848d0 * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:53 +00:00
Jörg Lehrke
8633e4eecf * Fix SyncEvolution issue (community bug#2975) 2011-09-24 17:53:51 +00:00
Ralf Becker
09eb4cbbe1 fixed no longer possible direct access/mount of VFS root via WebDAV after r36606 2011-09-19 11:41:01 +00:00
Ralf Becker
6ffb0dd598 check if we are already trying to unlink the entry, to avoid an infinit recursion 2011-09-15 16:36:29 +00:00
Ralf Becker
769bc837c2 * Filemanager/WebDAV: understand Windows7 modification time attribute and setting and returning is as vfs modification time 2011-09-15 12:19:56 +00:00
Ralf Becker
b267d55dd1 % should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent() 2011-09-07 08:42:21 +00:00
Ralf Becker
7fda6de509 * 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:37 +00:00
Klaus Leithoff
0b210d8c0d fix problem with double encoding html special chars (introduced with rev36144) 2011-08-26 08:37:26 +00:00
Klaus Leithoff
57c30b6440 * API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations 2011-08-22 10:19:05 +00:00
Klaus Leithoff
2888e7dfdc * API: decodeMailHeader handle nested encoding for imap_mime_header_decode 2011-08-18 15:03:56 +00:00
Ralf Becker
10dfc4cf20 url need to run throught htmlspecialchars too (like every attribute in html markup), eg. "x&reg_id=" fails otherwise 2011-08-16 11:46:22 +00:00
Ralf Becker
10764ce00d * Updating version to 1.8.002 to simpler recognice if an EGroupware instance contains the security fixes 2011-08-11 19:02:01 +00:00
Ralf Becker
e655bc2e9a * Loatian language translation Dr. from Vimontha KHIEOVONGPHACHANH <kvimontha-AT-yahoo.com> 2011-08-09 07:32:50 +00:00
Ralf Becker
17a41103d5 Loa language translation from vimontha <kvimontha@yahoo.com> 2011-08-09 06:12:25 +00:00
Ralf Becker
61310222ab * API fix webserver_url of just a domain eg. http://domain.com gives PHP Warning empty delimiter ... 2011-08-05 08:05:33 +00:00
Ralf Becker
b2a2fbbc72 * API fix PHP fatal error wakeup2 is no method ..., when comming from setup 2011-08-05 08:05:21 +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
049bf315ca merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:37:09 +00:00
Ralf Becker
cc113b3519 merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:14:23 +00:00
Ralf Becker
6d564002ad * 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:29 +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
5a45d31e1e fixed creating of new translations / give [Write] button file not yet existing (permissions given) 2011-08-04 07:40:16 +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
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
Klaus Leithoff
908eabae80 sticking to the rules of the protocoll while writing a request to port, ensures that lighttpd (>=1.4.28) understands our requests 2011-08-03 13:41:11 +00:00
Klaus Leithoff
8d7c954544 sticking to the rules of the protocoll while writing a request to port, ensures that lighttpd (>=1.4.28) understands our requests 2011-08-03 13:36:59 +00:00
Ralf Becker
58eb51c23b fix problem "found" on www.autosectools.com> 2011-08-03 08:32:52 +00:00
Ralf Becker
04e032e7af fixed problem "found" on www.autosectools.com 2011-08-03 08:29:53 +00:00
Ralf Becker
d8f0c274f1 * CalDAV: user agent detection of OS X 10.7 Lion iCal app (CoreDav instead of DavKit) 2011-08-02 13:03:37 +00:00
Ralf Becker
79d12b67be * CalDAV: user agent detection of OS X 10.7 Lion iCal app (CoreDav instead of DavKit) 2011-08-02 12:59:23 +00:00
Andreas Stöckel
10e5735e16 Allowing mutliple action-link groups to be defined for grid entries. These must be comma seperated. 2011-08-02 11:51:58 +00:00