Ralf Becker
1e7718a3c6
* InfoLog/CalDAV: deleted entries where not taken into account for ctag generation, causing deletes only to sync after other modifications
2012-09-24 08:54:38 +00:00
Ralf Becker
c05f1af2e4
* Addressbook/InfoLog/Tracker: added or fixed formatting of certain custom field types in notifications using a single shared method
2012-08-09 13:07:07 +00:00
Nathan Gray
8c182168bb
Disable accidentally backported Export - requires things not available in 1.8
2012-07-27 17:28:16 +00:00
Ralf Becker
931ad68b8f
* InfoLog: remove accidently backported preferences, not used in 1.8
2012-07-20 09:04:45 +00:00
Ralf Becker
2787fd56d0
* CalDAV: expand-property reports queried by iCal from OS X 10.7.4
...
- expanded-group-member-set
- expanded-group-membership
- calendar-proxy-read-for
- calendar-proxy-write-for
Both calendar-proxy reports can be combined in one request, which is now also handled correct.
2012-07-15 09:17:12 +00:00
Ralf Becker
24373c34be
* InfoLog/CalDAV: set status of new tasks to NEEDS-ACTION (not started), if client does not specify a status or completion (was set to DONE before)
2012-06-05 15:19:11 +00:00
Ralf Becker
1f4a92672d
applied fix proposed on devel list, working around "PHP Warning:
...
Parameter 1 to boinfolog::write() expected to be a reference, value given"
2012-06-05 07:04:37 +00:00
Ralf Becker
f8849749a5
* InfoLog: if searching do not suppress sub-entries (user preference "List no subs/childs" set)
2012-05-15 14:28:03 +00:00
Ralf Becker
bd6a718ed6
* ProjectManager/InfoLog: fixed custom type icon in PM to use status label, as in InfoLog
2012-05-08 16:10:52 +00:00
Ralf Becker
f6947d29ac
reverted accidently commited xet files
2012-04-04 14:07:37 +00:00
Ralf Becker
e936fcbd2d
* InfoLog/CalDAV: add support for responsible as iCal ATTENDEE, make sure not to empty InfoLog fields not supported by iCal standard
2012-04-03 16:07:05 +00:00
Ralf Becker
41fd3575c9
* Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates
...
- backport of security features from Trunk: support for sha512_crypt password and session-list without access to session-directory
- backport of numerous CalDAV/CardDAV features and fixes from Trunk: multiple addressbooks and calendars, support of resources, request logging
2012-03-31 14:12:25 +00:00
Ralf Becker
4cdc5f39c1
support for parent_id and is_parent
2012-03-30 12:28:31 +00:00
Ralf Becker
038cff2b6d
wider parent search box
2012-03-28 08:23:45 +00:00
Ralf Becker
cc23776f13
fixed status-icon and subject-class got lost
2012-03-23 15:05:22 +00:00
Ralf Becker
d0c3d82eaa
not unsetting query[col_filter][info_id] as it is needed for etemplate2 (and unnecessary anyway), setting row_modified=info_datemodified to allow to check if entries are modified and need to send to client
2012-03-23 14:41:07 +00:00
Ralf Becker
e26500aae7
move "check all" phrase to etemplate and added "uncheck all"
2012-03-22 15:46:47 +00:00
Ralf Becker
92ddbf9a6d
* InfoLog: new config for copying or creating sub-entries to exclude just attachments (was links including attachments and links to other apps), fixed deleting attachments in copys/subs before storing them, deleted original attachment
2012-03-22 15:33:20 +00:00
Ralf Becker
76d566d137
* InfoLog/CalDAV: fixed not working toggeling of completed from iOS reminder app (only sets COMPLETED, but never STATUS or PERCENT-COMPLETED)
...
not returning etag for modified entries, as client then keeps not updated X-INFOLOG-STATUS, sending no etag we force him to update from server
2012-03-22 12:15:18 +00:00
Ralf Becker
0fb77619a8
add some padding to leave space for hasChildren or hasParent icon
2012-03-22 09:06:48 +00:00
Ralf Becker
15d8b369f5
if status changed to ongoing, set percent to 10
2012-03-22 08:49:50 +00:00
Ralf Becker
cd2cc35b73
* InfoLog: icons to visualise entry has a parent or subs, using these icons (arrow left or up) in context-menu too
2012-03-20 11:18:33 +00:00
Nathan Gray
5f1c65b31e
Give proper error messages for modification error as well as permissions error
2012-03-19 18:45:14 +00:00
Ralf Becker
5b4c2898b1
* InfoLog: if one of status, percent or datecompleted changed, change others to reasonable values
2012-03-18 14:44:16 +00:00
Klaus Leithoff
8c8e670a45
fix egroupware.org Tracker bug #3122 : HTML only emails show up as source in infolog: reported by Ch.Kaulich; caused by calling tidy without need
2012-03-13 08:59:29 +00:00
Ralf Becker
cbc87ce197
* InfoLog CSV import: do not notify a 2nd time when primary link get set (UI does not do it either)
...
fixed wired formatting of 8 space instead of tab and removed xmlrpc like call by introducing new parameter value 2=only update modifier
2012-03-09 09:22:15 +00:00
Ralf Becker
ef1b606ae8
* InfoLog/CalDAV: fixed wrong timezone used for iCal generation
...
times where read in server-time, but infolog_ical was told it is user-time, now set to server-time in infolog_groupdav::get_handler()
2012-03-08 18:47:04 +00:00
Ralf Becker
1b345bbf36
* InfoLog/CalDAV: fixed wrong timezone used for iCal generation
...
times where read in server-time, but infolog_ical was told it is user-time, now set to server-time in infolog_groupdav::get_handler()
2012-03-08 16:23:43 +00:00
Ralf Becker
f676a23821
fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php)
2012-03-04 13:33:10 +00:00
Nathan Gray
3ad4a94fa9
Make warning about missing type into error
2012-03-02 17:36:03 +00:00
Nathan Gray
28f90f8554
Add current record to the end of errors / warnings
2012-02-29 17:24:42 +00:00
Nathan Gray
a0128663ed
Give a warning if imported type is not valid
2012-02-29 00:39:09 +00:00
Frédéric Erpicum
354e344a1c
* Infolog - Preferences to receive notification as member of owner group of Infolog Type
2012-02-27 14:59:00 +00:00
Ralf Becker
3e5e2156c1
allow to unset default info_des from sub_excludefields
2012-02-24 10:31:43 +00:00
Ralf Becker
3015287833
fixed not working storing of sub_excludefields and translations
2012-02-24 10:01:40 +00:00
Ralf Becker
ec694d4a4f
* InfoLog: make fields excluded from copying to a new sub-entry configurable and add scheduling an appointment to action
...
refactured copy and sub creation into one method, as they do essentialy the same thing with just setting the parent and excluding different configurable fields
2012-02-24 09:29:27 +00:00
Ralf Becker
2f2a252b51
* InfoLog: fixed multiple [apply] after copying an InfoLog creates multiple new infologs
2012-02-23 16:42:58 +00:00
Ralf Becker
26bebbedd9
* InfoLog/Calendar: renamed context menu "Calendar" to "Schedule appointment" and make preset participants configurable, allow to config prefix for sub-entries and allow times in due-date
2012-02-22 12:31:00 +00:00
Ralf Becker
2bc821f428
use groupdav->log() for all permanent error-messages, to log the into request-log too, if both If-Match and If-Schdule-Tag-Match given use If-Match for organiser/owner and If-Schedule-Tag-Match for attendees/participants
2012-02-21 20:04:45 +00:00
Ralf Becker
0037bf4077
* InfoLog/CalDAV: fixed sub-entries created in WebGUI got identical caldav_name as parent and therefore updates of sub-entries did not work as expected
2012-02-18 13:39:56 +00:00
Nathan Gray
f175a12c6e
Reset warnings before starting import
2012-02-14 18:34:44 +00:00
Ralf Becker
2939d7bbf3
propagate data from settings hook to handlers, to fix failed installs because setup was not detected
2012-02-14 17:38:45 +00:00
Nathan Gray
4f669300a4
When merging into a spreadsheet document, convert dates into SS dates
2012-02-13 18:59:00 +00:00
Ralf Becker
3ecd71cbc7
switch off permanent error-log
2012-02-09 20:15:18 +00:00
Nathan Gray
88cd6de65f
Process infolog start date as a timestamp, instead of just date
2012-02-06 16:22:35 +00:00
Ralf Becker
d89f48d9c1
implement RFC 5995 add member to collection via POST, but not yet set DAV:add-member due to problems with OS X clients
2012-02-04 20:24:01 +00:00
Ralf Becker
c5ca42a4b1
move app-specific settings to app-handler
2012-02-04 01:24:34 +00:00
Nathan Gray
670dcdcb71
Improve link warning message to show actual data tried
2012-02-02 17:22:23 +00:00
Ralf Becker
349b237f25
fixed messed up indention
2012-01-31 18:01:16 +00:00
Ralf Becker
ca28153b25
need to load custom fields now allways, as x-props and unsupported components are stored there
2012-01-31 18:00:57 +00:00