Ralf Becker
467423329f
fixed 2.unwanted-download problem: if you click on a download button and then use eg. a selectbox with onchange='this.form.submit()' the button _stays_ pressed, because the value of the button var is still set as the previous submitted form returns no new page to the browser (resetting the button var), because it's a download
2007-09-20 08:46:14 +00:00
Klaus Leithoff
dbb52a6231
Small Bugfix for the call of the setup-cli.php script. When checking the enviroment as command-line call DOCUMENT_ROOT is not set. The empty string
...
results in an error stating, that the path provided for tmp/file/backup is in DOC_ROOT. This is fixed now.
2007-09-19 12:26:02 +00:00
Ralf Becker
1079197f7d
fixed spelling error mentioned by David Ranking
2007-09-18 06:33:35 +00:00
Ralf Becker
d9f9c0bd45
fixed problems pointed out by enricomilanese-AT-gmail.com
2007-09-16 06:52:32 +00:00
Ralf Becker
eb70245a4b
fixed not shown custom fields tab in edit, if there's no field shown only for that type (fields shown for multiple types were not taken into account)
2007-09-14 07:34:05 +00:00
Klaus Leithoff
f37e2bfdc6
Simple fix for the MULTIPART/RELATED section of the Mail-Structure.
2007-09-14 07:20:06 +00:00
Ralf Becker
df8b55c0f7
100% done causes status to set to done again in mail2infolog
2007-09-13 09:18:10 +00:00
Ralf Becker
8d2512f5ab
fixed two mail2infolog problems: 1. instead of default status of email type done was used, 2. long lines of line-chars (-_+=~) stalled the infolog layout, they get now truncated to 40 of these chars
2007-09-13 08:13:43 +00:00
Ralf Becker
9735285636
fixed not working autorepeated rows with , added id's to (content of) labels and images
2007-09-06 12:00:02 +00:00
Ralf Becker
47994931b8
fixed not working direct sql-updates (eg. 'etag=etag+1') via so_sql::save's parameter
2007-09-06 11:57:14 +00:00
Ralf Becker
59cf6042fa
"added missing \"None\" label for contact-type"
2007-09-06 11:15:12 +00:00
Ralf Becker
a5dc5e8b0d
calculation of rfc822 dates was not working with half hour time zones used eg. in Australia, set smtp timeout to 30s, as there are multiple reports 10s is to less
2007-09-05 07:50:49 +00:00
Klaus Leithoff
2416e9cd6a
fix for small typo in switch of the export definitions
2007-09-05 06:50:19 +00:00
Klaus Leithoff
25c0ba0ac8
Fix for some problems handling attachments, regarding the logik of the mail-structure object.
...
This fix adds to the fix of Connie, and focuses on the MULTIPART/ALTERNATIVE part of the mail-structure object
2007-09-04 08:14:47 +00:00
Cornelius Weiß
fe80186ba2
fix: not displayed messages when MIME MIXED was in RFC822 Container with PartID 1 (Thanks Lars)
...
fix: not displayed images, when PartID of Attachment was > 1
fix: broken addresses after ajaxsearch when for some reason an rfc formated address is in the addressbook
2007-09-03 20:21:45 +00:00
Ralf Becker
7308e918a6
bugfix from trunk (warning in check_install line 184) and set checked memory_limit to 24M, as 16M cries for problems, also added missing translations
2007-08-31 07:01:22 +00:00
Cornelius Weiß
b7013343a2
add german outlook import
2007-08-30 15:44:11 +00:00
Cornelius Weiß
654294ae97
php5.2 fixes
2007-08-30 15:43:27 +00:00
Ralf Becker
a012a4ba22
removed formatting chars from the phone-number in callto:-links, as the mess up the links
2007-08-30 13:25:34 +00:00
Cornelius Weiß
7aa256a362
fix: onchange of date selector was not working
2007-08-28 13:01:42 +00:00
Ralf Becker
2cd29e1d32
changed case to uppercase of the method part of the mime-type of calendar invitations, as lightning ignores lowercase methods
2007-08-27 17:18:10 +00:00
Ralf Becker
183ec68fa8
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:18:32 +00:00
Ralf Becker
8e9f44c745
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:02:11 +00:00
Cornelius Weiß
cea9766cc4
fix sif syncml from ob@dansound.dk on devel list
2007-08-24 15:16:05 +00:00
Cornelius Weiß
28114e0ed1
fix for dst in cal import
2007-08-24 12:50:45 +00:00
Ralf Becker
c2ec0ba5d7
fixed not found user searched by email, if there's also a contact with that email
2007-08-24 10:54:16 +00:00
Ralf Becker
d77a1d2b33
fixed bug reported by Raphael Alla: registered javascript files get lost if etemplate loops
2007-08-24 06:16:11 +00:00
Ralf Becker
ff5c696a71
fix from Nigel Vicker to get replyTo working in FMail
2007-08-20 15:33:01 +00:00
Ralf Becker
1bae7bd196
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:18:30 +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
c42c8a8636
fixed not working/existing custom fields and widget-types for dates, accounts and cats
2007-08-20 07:52:42 +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
197ff0abf5
typo
2007-08-06 13:35:35 +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
50f090a082
small layout fix: limit width of owner and responsible selectbox to 100px, using selected category when creating new entries
2007-07-29 06:56:22 +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
6adc9e307f
fixed problem caused by non existing session-object in setup, reported und the user list
2007-07-27 09:36:33 +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
07c02d6f91
"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:48:51 +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
55244dc6d9
fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2)
2007-07-26 09:23:10 +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