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 |
|
Ralf Becker
|
50beb545e6
|
* Filemanager/eTemplate: fix for MyStylite bug #2495: deleting files containing [ as first char deletes whole directory
added encoding of square brackets in eTemplate and improved etemplate_bo::(get|set|isset|unset)_array() to split indexes at ][ and not just [
|
2011-11-09 14:34:19 +00:00 |
|
Ralf Becker
|
d6d8331f51
|
calendar_boupdate::set_status needs to check if given user is a participant
|
2011-11-09 09:49:45 +00:00 |
|
Ralf Becker
|
54b2adf10b
|
fixing r37108 calendar_timezone::DateTimeZone() returns a DateTimeZone not an egw_time object
|
2011-11-07 17:14:15 +00:00 |
|
Klaus Leithoff
|
687ce3f13b
|
* calendar/sync: handle error regarding not getting an egw_time object but no exception is thrown; may be php 5.2.x related.
|
2011-11-03 14:23:47 +00:00 |
|
Klaus Leithoff
|
81f39c088e
|
fix typo
|
2011-11-02 14:59:35 +00:00 |
|
Klaus Leithoff
|
525d177949
|
* eMail: bug regarding the mimetype of uploaded files; FF701 reports wrong mime type; work around this, by always checking mimetype by suffix
|
2011-10-26 12:15:06 +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 |
|
Ralf Becker
|
4231cf9915
|
fixed timezone alias update always reports one timezone update, event if it updated nothing
|
2011-10-11 16:13:52 +00:00 |
|
Ralf Becker
|
2f50240f70
|
fixed wrong logic in alias update: windows timezone is added as alias for an existing tzid, value new tz_alias column is the id of the given tzid
|
2011-10-11 12:11:37 +00:00 |
|
Ralf Becker
|
d1a667a43a
|
* CalDAV/CardDAV: added standard /.well-known/(caldav|carddav) redirects and set memory_limit to 128MB in Apache configuration
|
2011-10-11 09:30:54 +00:00 |
|
Ralf Becker
|
90732bb1d8
|
Changelog for 1.8.002.20111011
|
2011-10-11 06:37:26 +00:00 |
|
Ralf Becker
|
e04e445e1e
|
* Calendar: added windows timezones to all installations (was added in calendar update 1.7.005, but not to new installs)
|
2011-10-07 05:10:01 +00:00 |
|
Ralf Becker
|
196f461de7
|
* Calendar: added windows timezones to all installations (was added in calendar update 1.7.005, but not to new installs)
|
2011-10-07 05:08:33 +00:00 |
|
Nathan Gray
|
575d21b962
|
Progress on custom fields widgets
|
2011-10-06 23:44:55 +00:00 |
|
Nathan Gray
|
d88d25b704
|
Use namespace for nextmatch so children can get their data in the standard way
|
2011-10-06 23:10:08 +00:00 |
|
Nathan Gray
|
ed76f0491e
|
Expand sub-arrays that are indexed by form-name ('a[b][c]') into actual sub-arrays so perspectives work properly
|
2011-10-06 23:08:15 +00:00 |
|
Nathan Gray
|
be79886301
|
Add a warning if trying to set an attribute to an Object, so it doesn't just disappear
|
2011-10-06 23:04:40 +00:00 |
|
Nathan Gray
|
08f5e28d00
|
Override getPath() to push nextmatch's ID in
|
2011-10-06 16:38:51 +00:00 |
|
Nathan Gray
|
c9e4d6801d
|
Add getPath() to core widget so widgets can override it
|
2011-10-06 16:33:55 +00:00 |
|
Klaus Leithoff
|
cc01eda69f
|
try to set a logical default for ->can change passwords<- for new accounts. true if you force users to change passwords every x days, false if not
|
2011-10-06 15:46:43 +00:00 |
|
Nathan Gray
|
66ea661e08
|
Try to handle partial template names - row as well as app.function.row
|
2011-10-06 15:23:24 +00:00 |
|
Ralf Becker
|
8f0abbe004
|
implemented rfc4791#section-9.9 complient time-range filter
|
2011-10-06 10:29:01 +00:00 |
|
Klaus Leithoff
|
d2f4d36355
|
more work regarding the implementation of the new feature that allows to specify smtp auth credentials for alarms/notifications only (otherwise credentials of corrent user are used)
|
2011-10-06 09:13:48 +00:00 |
|
Ralf Becker
|
e654d3fbfb
|
correctly handle uid/name-part of path containing #%?
|
2011-10-06 07:51:24 +00:00 |
|
Philip Herbert
|
9b8dccb16d
|
disable debug
|
2011-10-05 23:21:51 +00:00 |
|
Nathan Gray
|
f67bfba58d
|
Let transformer handle trying to change sel_options
|
2011-10-05 22:27:35 +00:00 |
|
Jörg Lehrke
|
e5679396d9
|
* Fix WBXML encoding issue (community bug#3020)
|
2011-10-05 17:39:50 +00:00 |
|
Nathan Gray
|
dfe5d21ea4
|
Save as default checkbox - still a problem getting value on server
|
2011-10-05 16:12:40 +00:00 |
|
Klaus Leithoff
|
87ac5880db
|
addressbook/export: fix for headerline gets repeated multiple times, when export is set to no for addressbook, but user is exemted from limitations
|
2011-10-05 12:09:00 +00:00 |
|
Klaus Leithoff
|
279b934746
|
* addressbook/export: fix problem of failed export for non admins, when no export-limit is set
|
2011-10-05 10:32:24 +00:00 |
|
Ralf Becker
|
f1029c07c9
|
added EGroupware PRODID and DURATION for VTODO
|
2011-10-05 09:24:08 +00:00 |
|
Ralf Becker
|
e05ce4d614
|
enclosing etag in quotes, as most servers do
|
2011-10-05 08:15:24 +00:00 |
|
Ralf Becker
|
bedafe6c79
|
fixed "403 Forbidden" when a participant with a group invitation tried to delete the event from his calendar
|
2011-10-05 07:39:11 +00:00 |
|
Ralf Becker
|
3f564ac5aa
|
enhanced addressbook-query report filter to parse filter given by Mac OS Addressbook directory gateway query
|
2011-10-05 06:50:26 +00:00 |
|
Ralf Becker
|
8cce6075bd
|
fixed iCal parser to unescape escaped separators AFTER spliting by them, causing eg. semicolons in vcard N property (name) to fail
|
2011-10-05 06:27:24 +00:00 |
|
Nathan Gray
|
a9b4bfdaba
|
Move column selection popup to nextmatch
|
2011-10-04 21:45:54 +00:00 |
|
Jörg Lehrke
|
b65428b153
|
* Fix WBXML encoding issue (community bug#3020)
|
2011-10-04 21:21:38 +00:00 |
|
Ralf Becker
|
23584253fd
|
not returning deleted entries for read, as they might have identical UID for caldav_name as a non-deleted entry and would therefore block access to these
|
2011-10-04 14:18:35 +00:00 |
|
Ralf Becker
|
0de2f3c527
|
fixed profind depth 0 directly on a resource contains name-part twice
|
2011-10-04 12:16:03 +00:00 |
|
Ralf Becker
|
b227e61236
|
removed certain properties defined only on the principal
|
2011-10-04 11:37:44 +00:00 |
|
Ralf Becker
|
c670740a71
|
fixed encoding issue with group-name containing a space, causing eg. OS X iCal to not display proxys
|
2011-10-04 07:27:33 +00:00 |
|
Nathan Gray
|
99cad7bd37
|
Update for attributes moved to options sub-property
|
2011-10-03 17:50:29 +00:00 |
|
Nathan Gray
|
4c593038b0
|
Update nm query when column selection changes, re-query only when columns added
|
2011-10-03 17:14:17 +00:00 |
|
Nathan Gray
|
3c1bebf3f1
|
Fix missing current app...
|
2011-10-03 16:02:41 +00:00 |
|
Ralf Becker
|
288a88239b
|
we should not return an etag here, as we never store the PUT ical byte-by-byte
|
2011-10-03 15:48:24 +00:00 |
|
Nathan Gray
|
155e3ab3b5
|
Fix error when sorting/filtering (showed up in timesheet)
|
2011-10-03 15:34:10 +00:00 |
|
Nathan Gray
|
c230e5f99a
|
Send category options - header doesn't use a template, so they have to be passed
|
2011-10-03 14:56:20 +00:00 |
|