Cornelius Weiß
885dd1bf84
php5.2 fixes
2007-08-30 15:46:31 +00:00
Ralf Becker
e91b4400b9
fix for bug #1172 : values lost, if error in user-creation/validation
2007-08-30 15:29:34 +00:00
Ralf Becker
f2ea7ea2f6
removed formatting chars from the phone-number in callto:-links, as the mess up the links
2007-08-30 13:24:54 +00:00
Cornelius Weiß
372c2b4b28
fix: onchange of date selector was not working
2007-08-28 13:02:33 +00:00
Ralf Becker
ba1a1c3e69
changed case to uppercase of the method part of the mime-type of calendar invitations, as lightning ignores lowercase methods
2007-08-27 17:17:36 +00:00
Ralf Becker
e003a6b5c7
many modifications to improve the support of (at least) lightning
...
- changed default uid handling to UID2UID (means keep them unchanged), as the other modes created doublicates on client and server, as the client did not understand that the server changes his uid's (against the RFC specs).
- ability to delete events (not yet InfoLogs!), by tracking the id's of the GET request of the client and deleting the ones NOT send back to the server in PUT requests
- added etag handling to allow to reject put requests if the calendar is not up to date (HTTP_IF header with etag in client PUT requests) and to report unmodified calendars to the client (HTTP_IF_NONE_MATCH header with etag gets 304 Not modified response)
- returning 501 Not implemented response, for WebDAV/CalDAV request (eg. PROPFIND), to let the client know we dont support it
- ability to use contacts identified by their mail address as participants (mail addresses which are no contacts still get written to the description!)
- support uid for InfoLog (requires InfoLog version >= 1.5)
2007-08-27 13:13:11 +00:00
Ralf Becker
56774aaee5
using uid to fetch infolog entries like in calendar, used by icalsrv, requires a schema update to store the uid
2007-08-27 13:04:05 +00:00
Ralf Becker
240b8eac31
some new features for the infolog-widget to improve form printting: 1) fetching contact fields from linked infolog entries, 2) formatting content with preg_replace
2007-08-27 13:00:45 +00:00
Cornelius Weiß
22449ee1a4
fix sif syncml from ob@dansound.dk on devel list
2007-08-24 15:16:45 +00:00
Cornelius Weiß
121a44bf71
fix for dst in cal import
2007-08-24 12:52:50 +00:00
Ralf Becker
097238311b
fixed not found user searched by email, if there's also a contact with that email
2007-08-24 10:53:26 +00:00
Ralf Becker
ee022cd40d
fixed bug reported by Raphael Alla: registered javascript files get lost if etemplate loops
2007-08-24 06:15:27 +00:00
Ralf Becker
fa8bef1312
typo
2007-08-23 10:22:55 +00:00
Ralf Becker
47ddd5f714
a fix to get the memcache session handler working with SyncML: the way SyncML/Horde handles the session (calling session_destroy) unloads our custom memcache handler
2007-08-23 10:18:14 +00:00
Ralf Becker
30bf7c6f06
widget to fetch infolog fields from linked infolog, eg. for advanced infolog forms (has also the ability to print an X if a compare value is given or to specify alternative fields if the original one is empty)
2007-08-20 08:17:07 +00:00
Ralf Becker
fde08a961d
fixed not working/existing custom fields and widget-types for dates, accounts and cats
2007-08-20 07:51:49 +00:00
Ralf Becker
f17e9b4032
to allow other code (eg. the SyncML code from Horde) to open the eGW session, we use a first memcache key identical to the original memcache session handler (for the first junk/1MB)
2007-08-17 15:53:19 +00:00
Ralf Becker
4c59fcbc76
1024*1024 is too big, maybe some account-info needs to be added
2007-08-17 14:31:15 +00:00
Ralf Becker
4011dba79b
memcache session handler, which can deal with typical eGW sessions > 1MB (the one included in the pecl extension fails)
2007-08-17 13:56:06 +00:00
Ralf Becker
0714f41b63
docu update for link widget from aleksander.adamowski-AT-olo.org.pl
2007-08-06 13:52:17 +00:00
Ralf Becker
1167050962
typo
2007-08-06 13:33:19 +00:00
Klaus Leithoff
5c4bf22fd9
replaced databas (mysql) specific functions with functions from the db library
...
reworked time specific search functionality.
2007-08-02 13:06:29 +00:00
Klaus Leithoff
dc2acf4428
added OpenOffice Fileextensions to class.mime_magic.inc.php;
...
fixed a problem for the refreshing of a directory: mime_types got lost, when refreshing and the mime type could not be determined by get_real_info.
the fix uses the phpgwapi.mime_magic.ext2mime function to determine the mime_type if the common method fails to find one.
2007-07-31 13:58:15 +00:00
Klaus Leithoff
9ed30cc5ad
Added OpenOffice Icons for the filemanager
2007-07-31 13:51:37 +00:00
Ralf Becker
d4910c0e0a
small layout fix: limit width of owner and responsible selectbox to 100px, using selected category when creating new entries
2007-07-29 06:55:36 +00:00
Ralf Becker
9b476e0687
fixed problem caused by non existing session-object in setup, reported und the user list
2007-07-27 09:36:00 +00:00
Ralf Becker
d899beeb55
"fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap
...
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account.
This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too.
Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
2007-07-27 07:46:55 +00:00
Ralf Becker
4f6b0ae2da
fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2)
2007-07-26 09:22:28 +00:00
Ralf Becker
32b19397ae
fix for bug 'etemplate tree widget does not work in IE6' reported on the developer list uwe.redecker-AT-t-online.de
2007-07-24 09:32:28 +00:00
Ralf Becker
79cd58cda4
fixed documentation bug reported by aleksander.adamowski-AT-olo.org.pl
2007-07-24 08:50:39 +00:00
Ralf Becker
fbeb8318d7
remove not (longer) existing or inaccessible cats
2007-07-23 09:02:51 +00:00
Ralf Becker
1192e0ec90
new config to show a category tree
2007-07-22 13:25:00 +00:00
Ralf Becker
9f1df33c74
first version of a tree widget (atm the whole tree need to be supplied, like for select)
2007-07-22 13:23:44 +00:00
Ralf Becker
edc5dc9db5
fixed not working value display of arrays
2007-07-22 13:12:21 +00:00
Ralf Becker
ed29218b5d
"fixed application/rtf display instead of download"
2007-07-20 10:57:14 +00:00
Ralf Becker
a32c51ad61
"UPPS download wasnt working"
2007-07-20 10:03:25 +00:00
Ralf Becker
7369870e3a
more mimetype icons (from other egw dirs)
2007-07-20 09:42:19 +00:00
Ralf Becker
e95b31e3e1
forgotten etemplate distribution file
2007-07-20 09:05:29 +00:00
Ralf Becker
cd2ad088bf
missing file from Klaus commit and removing the obsolete files, you need to run Admin >> register all hooks
2007-07-20 07:37:36 +00:00
Klaus Leithoff
0969f08ee5
Search functionality added in filemanager. For the search feature etemplate is used for the interface. The functionality is accessed via the sidebar
...
and start with a search for all objects that are created since the day before. This is not committed into 1.4. If you think this feature is of
any help for 1.4 too, let us know.
2007-07-19 16:13:53 +00:00
Ralf Becker
ab9899f07b
bugfix from Jan Schneider <jan-AT-janschneider.net>
2007-07-18 19:28:26 +00:00
Ralf Becker
0d3caf95a8
changed search order and added some caching, to minimize db-accesses in country_code
2007-07-18 06:09:26 +00:00
Ralf Becker
a0ff70602a
fix for bug #1058 : FATAL ERROR: class.customfields_widget.inc.php on line 168
2007-07-16 16:55:13 +00:00
Ralf Becker
ef51f663b7
quitent warning when vfs trys to delete an in the db non-existing file
2007-07-16 09:18:16 +00:00
Ralf Becker
8dbfd58e6e
small fixes of the new admin-cli after some testing
2007-07-15 08:00:12 +00:00
Ralf Becker
6fab440e97
new functions to add/edit/delete user+groups, set/delete run-rights for apps and list the existing exit-codes, thanks to a sponsoring from fullsave.com
2007-07-13 08:55:07 +00:00
Ralf Becker
7160e6595f
fixed not working actions with result of advanced search, nextmatch looped because of the way the extended search content was transfered
2007-07-12 13:02:19 +00:00
Ralf Becker
d8b290f177
fixed sql error if an addressbook get selected in the extended search
2007-07-12 09:57:35 +00:00
Ralf Becker
2699258f07
fixed double displayed label
2007-07-12 07:53:21 +00:00
Ralf Becker
7e577e22c4
fixed not working type specific customfields in infolog
2007-07-12 07:30:20 +00:00