Commit Graph

14160 Commits

Author SHA1 Message Date
Ralf Becker
3bab783222 "fix nm widget to deal with same header in multiple columns (eg. InfoLog's 2 time columns)" 2009-08-25 13:19:30 +00:00
Ralf Becker
3ce78fd267 "fixed not displayed time sum, if \"time, planned\" column was selected:
-> only check used&planned time (not replanned) to work for both time cols"
2009-08-25 13:18:22 +00:00
Ralf Becker
11ce3ef3dc "only responding to after_navbar hook, if notifications is enabled for the user, since after_navbar get's called regardless of applicaton permissions" 2009-08-25 11:23:07 +00:00
Ralf Becker
0e7eb65647 Fixed typo happend --> happened reported by David Rankin 2009-08-25 08:32:42 +00:00
Ralf Becker
77ffd97d19 "do NOT translate file permissions" 2009-08-25 07:37:03 +00:00
Ralf Becker
22b8623913 fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT
register cookies in $_REQUEST any more by default (there's now a php.ini
variable 'request_order' to controll that, but we want to work with a
default configuraltion):
- session restore was not working, as only $_REQUEST[sessionid] was
  checked
- multi domain installs not working, as domain cookie was not checked
- encrypted session were not working, because kp3 cookie was not checked
--> there's now a static method egw_session::get_request($name), which
checks $_REQUEST[$name], $_COOKIE[$name] and for that Safari bug also
$_COOKIE[ucfirst($name)]
2009-08-22 19:41:08 +00:00
Ralf Becker
f1f2b4f956 "PHP5.3 fix: call_user_func_array($callback,null) 2. parameter has to be array
If called in php5.2, $callback is called with no argument, in php5.3 above warning is issued and $callback is NOT called
--> stoping some xajax calls from fmail in 1.6.002"
2009-08-22 16:45:21 +00:00
Ralf Becker
607dd27c48 PHP5.3 fix, which is already in trunk, but forgotten to backport to stable 2009-08-22 15:58:36 +00:00
Ralf Becker
b760d30876 "fixing the fix ;-)
adding the addressbook object classes only when adding new accounts"
2009-08-22 07:53:23 +00:00
Ralf Becker
2d5eae0cb2 Patch from Jean-Charles Passard <jcharles(at)provectio.org>: allows to use either uid or id to retrieve contacts 2009-08-22 07:31:53 +00:00
Ralf Becker
8e53977cfb "- adding addressbook object classes to accounts (if they are supported by the server)
--> overcome problem reported by krupka(at)depag.de on the german list: password get's lost if contact get saved, because it had to remove the account first to add the addressbook object classes
- docu update
"
2009-08-22 07:16:38 +00:00
Klaus Leithoff
5940e891b2 if app changes while displaying content, be aware of that (as of addressbook infolog view) 2009-08-20 14:11:52 +00:00
Ralf Becker
c4230c7356 "fixed not savable empty site configuration 'responsible_edit', once a value was set before" 2009-08-19 15:00:28 +00:00
Klaus Leithoff
171eaab0e9 performance issues (handling classes, CreateObject, ...), issues regarding session restore/handling 2009-08-18 12:03:32 +00:00
Klaus Leithoff
f2c4679dcb commit regarding problem with persistent session restore; further work needed 2009-08-18 07:40:26 +00:00
Ralf Becker
01a45a3d3a "cant create an index without fields (was observed in broken backups)" 2009-08-17 07:31:52 +00:00
Ralf Becker
55233ca9fd "added warning if zip extension is missing (OpenOffice and MsOffice documents)" 2009-08-14 09:50:58 +00:00
Ralf Becker
5722b54a10 "added check for following php extensions:
- error if ctype is missing (required by HTMLpurifier)
- warning if mcrypt is missing (eTemplate form state)"
2009-08-14 09:49:31 +00:00
Ralf Becker
d0910b5307 "HTMLpurifier requires ctype extension, which is on SuSE in php5-ctype package (RH has it in php-common)" 2009-08-14 09:35:56 +00:00
Klaus Leithoff
81d69a9bb4 cyrusimap: make sure the username is converted to lowercase, when creating the mailboxstring 2009-08-12 09:50:00 +00:00
Ralf Becker
d29f16e1fd some precaution to never allow to (recursivly) remove /, /apps or /home 2009-08-12 09:48:49 +00:00
Klaus Leithoff
52ef06c198 fixing a problem regarding the display of folders reported as subscribed, but no longer existing; check only in maintenance mode (manage folders), for performance reasons, ... 2009-08-10 14:04:48 +00:00
Klaus Leithoff
8a1978e3b6 calendar sitemanager integration of H.J.Tappe; 2009-08-10 13:19:14 +00:00
Klaus Leithoff
2f1647ddda fixing a problem regarding the display of folders reported as subscribed, but no longer existing 2009-08-10 13:13:01 +00:00
Ralf Becker
ac11d6a39c "fix for using GroupDAV with LDAP as addressbook backend" 2009-08-07 07:17:18 +00:00
Klaus Leithoff
4c850025fb sb:changed handling of mimetype for other types; rb:- added existens check for ZipArchive class (RHEL5 contains zip extension without that class),- only fix zip files if php version < 5.3.1 (which claims to fix the issue), - fix mimetype of msword xml format truncated to 64 chars; rb:regular expression to fix garbled placeholders in msword xml format 2009-08-05 08:40:21 +00:00
Ralf Becker
85563d856b not longer used 2009-08-05 07:00:52 +00:00
Ralf Becker
8a96c69dda "requiring %{php}-posix for all distros (RH distros provide that in different packages depending on their version)" 2009-08-05 06:58:41 +00:00
Ralf Becker
48a1f0845a "added php-process (contains posix extension) for rh" 2009-07-31 21:17:39 +00:00
Ralf Becker
f6ac8f4a99 added php-process (contains posix extension) for rh 2009-07-31 21:15:36 +00:00
Ralf Becker
ff78440a3e "- 9.1.20090731 changelog
- removed zend server stuff"
2009-07-31 10:17:33 +00:00
Klaus Leithoff
f18ba4ddfe offer inline displayed textfiles as download for attachments 2009-07-30 11:53:07 +00:00
Klaus Leithoff
1d0438a9a1 some fixing regarding connection handling 2009-07-30 11:42:33 +00:00
Klaus Leithoff
0a093bd2bc using html::purify in emailadmin, rather than bofelamimail::getCleanHTML 2009-07-30 11:39:13 +00:00
Ralf Becker
909caed2dd "- quitening warning if LANG does NOT contain nation
- create dummy mailserver config, as fmail otherwise gives fatal error otherwise"
2009-07-30 09:17:49 +00:00
Ralf Becker
61cb3b0755 "rewriting onchange for checkboxes for IE to an onclick" 2009-07-30 07:08:09 +00:00
Ralf Becker
3c7dd9444b "jpgraph was missing from open_basedir" 2009-07-29 17:13:30 +00:00
Ralf Becker
dc545733d9 "added /usr/bin/zip to allow to call zip binary to fix broken zip archives of addressbook odt merge" 2009-07-29 16:29:50 +00:00
Ralf Becker
7324ddd4f6 "- added zip and for suse php5-zip requirement (for addressbook odt merge)
- epl 9.1.20090720"
2009-07-28 08:14:54 +00:00
Klaus Leithoff
cca48082e9 try to tackle problems with )( in Filenames; QUOTA Response Keywords like LEVEL, MAILBOX, EXPIRATION 2009-07-28 08:14:20 +00:00
Ralf Becker
cea327b36d "- fixed bug introduced in r27541: cache was updated with an empty translation array (typo in app-name variable)
- when updating all langs, do a transaction for each lang and update the cache after commiting the transaction (before the transaction was about all langs and the cache update withint the not commited transaction)
- fixed problem with autoloading of languages, check used filectime, update used filemtime, which can differ of cause"
2009-07-27 08:19:26 +00:00
Ralf Becker
6d0c72d7f0 "fixed two issues with translations in trunk
-  update the tree-level cache, as we can not effectivly unset it in a multiuser enviroment,
as users from other - not yet updated - instances update it again with an old version!
- add_app(): we have to use array_merge! (+= does not overwrite common translations with different ones in an app)
array_merge messes up translations of numbers, which make no sense and should be avoided anyway.

"
2009-07-24 10:23:13 +00:00
Ralf Becker
34be1b838d update from 1.6.002 2009-07-21 06:44:01 +00:00
Ralf Becker
6a4974fd96 fixed not working --run -name or --run +name 2009-07-21 06:31:59 +00:00
Klaus Leithoff
130c829a4a if there is an & within org_name, org_unit and such, the add to org will not work, as the GET Parameter gets splitted by &; ADDITIONAL: if there is any export limit set, pass it on to the nextmatch, to be evaluated by the export 2009-07-20 12:22:42 +00:00
Ralf Becker
9f82b17b4f build@stylite.de as packager 2009-07-20 06:52:33 +00:00
Ralf Becker
d0b2877a3e "removed onclick alert" 2009-07-18 15:39:21 +00:00
Ralf Becker
dfeec47642 "fix for bug: checking \"whole query\" sets number of rows to -1" 2009-07-18 15:18:22 +00:00
Ralf Becker
99d023e76a "fix for bug #2112: fix maybe wrong case in username on login
makes problems eg. in filemanager (name of homedir)"
2009-07-18 13:15:50 +00:00
Ralf Becker
3a4f9f847b Fix for bug #2074 + #2075: Postgres update error to 1.6 2009-07-18 12:58:08 +00:00