Ralf Becker
1c11bfcf55
using a session for basic auth (not session aware) clients for WebDAV
...
and GroupDAV. The "sessionid" get's constructed from the basic auth
credentials and is not random (as the clients dont store them).
--> speeds up the use of *DAV
--> stops *DAV handlers to created numerious sessions
2009-04-04 08:38:56 +00:00
Christian Binder
5a53158bc7
renamed ajax class to fit autoloading scheme
2009-04-03 20:36:28 +00:00
Christian Binder
612f7be6d9
created ONE single AJAX request to improve performance again
2009-04-03 20:17:22 +00:00
Christian Binder
b20b78e07e
quitened a logging message which slows down eGW
2009-04-03 20:12:35 +00:00
Klaus Leithoff
3e0ff9b004
prevent strpos to fail, if lable is empty
2009-04-03 14:01:24 +00:00
Ralf Becker
a6836fb367
"some more info for error_log on Exceptions: Instance, User & URL causing the exception"
2009-04-03 13:29:47 +00:00
Ralf Becker
f1855baac2
"fixed typo"
2009-04-03 13:27:01 +00:00
Ralf Becker
646931dc8a
fix for bug #1838 : problem with utf-8 data in all csv imports
...
- fgetcsv only works correct, if setlocal is called with an existing and
correct local
- improved projectmanager method guess_local and moved it to
common::setlocal, which takes now the charset, lang and country of the
user into account
- csv-import also displays now the conversation done and reads usernames
in brackets
- added some missing fields
2009-04-03 12:26:32 +00:00
Ralf Becker
677a7b0be0
"fix for \"bug\" #1954 : greatings should be greetings
...
and a new file-header"
2009-04-03 12:13:28 +00:00
Stefan Becker
b71a2209d2
Added some German Translation
2009-04-03 07:29:30 +00:00
Ralf Becker
b11d7fe912
"fix for \"bug\" #1954 : greatings should be greetings
...
and a new file-header"
2009-04-03 07:02:08 +00:00
Klaus Leithoff
70bfaee90e
njv infolog/groupdav work, mostly debug, and special handling for GroupDav as PeroductManufacturer
2009-04-02 12:57:48 +00:00
Klaus Leithoff
d5e4faffb1
bionicmessage.net may get a session, as it retrieves via MULTIGET now
2009-04-02 12:45:17 +00:00
Klaus Leithoff
b8601d92d7
njv: phpgwapi/groupdav work to improve groupdav compatibility and various sync proplems connected
2009-04-02 12:39:52 +00:00
Klaus Leithoff
085961d7e1
njv: calendar/groupdav work to improve groupdav compatibility and various sync proplems connected
2009-04-02 12:35:26 +00:00
Klaus Leithoff
e1e09203ed
njv: addressbook/groupdav work to improve groupdav compatibility
2009-04-02 12:31:44 +00:00
Klaus Leithoff
27891f2803
making sure rows is an array in id2path
2009-04-02 10:18:05 +00:00
Klaus Leithoff
dd5376c41f
making the charset param optional, with preset to utf-8 in decodeMailHandler
2009-04-02 08:15:50 +00:00
Ralf Becker
1fa08b5095
"fix for bug #2025 : Database error in Timesheet with selected view category/date"
2009-04-01 20:02:33 +00:00
Ralf Becker
b7444a9598
"fix for bug #2025 : Database error in Timesheet with selected view category/date"
2009-04-01 20:01:54 +00:00
Klaus Leithoff
1092f3213e
move decode header functionality from FeLaMiMail to phpgwapi/translation to be available for other applications
2009-04-01 15:20:32 +00:00
Ralf Becker
b1f0863d81
A scheme is not allowed to contain an underscore, but allows a dot and a
...
class names only allow or need underscores, but no dots
--> we replace dots in scheme with underscored to get the class-name
2009-04-01 14:08:20 +00:00
Ralf Becker
039cf26d22
"- replaced self::SCHEME.'://default' with self::PREFIX
...
- added log calls to mount and umount
- fixed not working remount of a path with a different url (returned true but did not changed the fstab)"
2009-04-01 14:06:50 +00:00
Ralf Becker
bfab75389c
"replace ambiguous auto-id with (an exact match of) table_name.autoid"
2009-04-01 13:01:16 +00:00
Ralf Becker
892e22a4a0
Replaced [Add] submitbutton with a button, to allow to start search with
...
enter
2009-04-01 13:00:46 +00:00
Stefan Becker
cbf707ba13
added ID field in template of timesheet custom status
2009-04-01 12:41:21 +00:00
Klaus Leithoff
c0baa83dbe
read_calendar should return an array, as it is expected, and described in the functions description
2009-04-01 10:59:56 +00:00
Ralf Becker
81e0a77461
"run \"after_navbar\" hook for all apps, not only the ones the user has rights to"
2009-04-01 09:34:37 +00:00
Ralf Becker
923c98f079
"imporved array2string to give a type-specific output (eg. TRUE or FALSE for boolean)"
2009-04-01 09:32:35 +00:00
Klaus Leithoff
1f6bba4aba
handling the doubling of select/multiselect -cfs in advanced search,, adding empty entry for radio-cfs in advanced search, allowing to edit readonly cfs when in advanced search.
2009-04-01 08:22:01 +00:00
Ralf Becker
4710810a41
Translations for r26708
2009-03-31 11:30:49 +00:00
Ralf Becker
8f7f89666f
New options for filesystme stream-wrapper:
...
- all: false (default) = ignore files starting with a dot '.',
true = show all files (. and .. are always ignored!)
- exec: false (default) = do NOT allow to upload or modify scripts,
true = allow it (if docroot is mounted, this allows to run scripts!)
--> deny_script method was added to egw_vfs and calls to it from
filemanager
Other fixes:
- missing write rights of the webserver were not removed from perms
(causing warnings to be displayed in the ui)
- rename was not working due to typos
--> should be backported for obvious reasons to 1.6
2009-03-31 11:30:12 +00:00
Ralf Becker
637b6557fb
"- symlinkCache_resolve failed on other mounted dir (eg. from the filesystem stream-wrapper), as it removed the scheme
...
--> now done only for vfs scheme
- quitened readlink to not complain if backend does not support links"
2009-03-31 08:43:12 +00:00
Ralf Becker
1dbec93dc9
"fixed broken extended search in addressbook:
...
form get's summited via ajax (without the _FILES array), which caused the process_show for 'files' to stall the the ajax request
--> get's ignored now"
2009-03-30 16:36:25 +00:00
Ralf Becker
9937f44e5a
"- using exceptions instead of die with function_backtrace --> gives nicer traces (specially with ajax)
...
- fixed typo in get_array"
2009-03-30 16:34:04 +00:00
Ralf Becker
f27989b931
"fixed author & maintainer info"
2009-03-30 14:12:21 +00:00
Ralf Becker
05a29fc777
"fixed typo in author and maintainer info"
2009-03-30 14:09:13 +00:00
Ralf Becker
ea398a45de
added more info about groupdav
2009-03-30 14:07:46 +00:00
Ralf Becker
b93a450394
"- added more licenses with urls (LGPL, PHP, GPL3)
...
- fixed not displayed information, if setup info is in an other apps setup file (eg. GroupDAV or Website)
- added support different navbar icon name"
2009-03-30 14:06:39 +00:00
Klaus Leithoff
5522a6b907
Feature Request 1968: Display gray up/down arrows for first/last message in message window
2009-03-30 12:17:27 +00:00
Ralf Becker
873ee33dc7
"- fixed not working symlinks to other symlinks
...
- added a symlink cache (only per request) to cut down db accesses"
2009-03-30 11:18:58 +00:00
Ralf Becker
d006ef24f9
"as PDO allows to use named params without colon prefix, switched to that, as it's close to the way we use our own db class"
2009-03-30 11:17:30 +00:00
Ralf Becker
2e4577ae83
skipping unnecessary redirect by directly displaying index-method link in navbar
2009-03-30 08:48:59 +00:00
Ralf Becker
b976659346
"removed unnecessary ambersand in url creation, if no extravars"
2009-03-30 08:17:28 +00:00
Ralf Becker
7f9aace528
"- sqlfs is now fully case-sensitiv (before it was partly case-insensitiv)
...
- symlinks are now read by url_stat and dir_opendir and stored in the stat cache, to minimize DB accesses
- negative url_stat calles (not found) are now stored in the stat cache too, to minimize DB access
- added new log level 3, which adds method-name and line number to the sql statements"
2009-03-27 19:10:16 +00:00
Ralf Becker
881225849d
"fixed not shown comments and other properties, if path contained a symlink"
2009-03-27 19:03:29 +00:00
Ralf Becker
9e8ef4d851
"some permanent logging (switched off by default) and only running chown, chgrp, chmod if mkdir succeeds"
2009-03-27 18:05:42 +00:00
Ralf Becker
b54d0dab25
"fixed invinit recursion (causing a segfault) when trying to create a home directory"
2009-03-27 17:39:37 +00:00
Ralf Becker
7caeef71fd
"Do NOT trim decrypted string, as it contains binary data (it is compressed) and can be demaged by that.
...
This might be a problem if a mcrypt alogrithm is used, that pad decrypted strings with \"\0\". (I tried rtrim($str,\"\0\"), but that still failed)"
2009-03-27 15:35:54 +00:00
Klaus Leithoff
c2dd0ab7d1
handling array_intersect warning if info_responsible is not an array (typecast)
2009-03-27 14:10:18 +00:00