Hello again everyone,
I'm still using infCloud and I'm starting to use the todo list feature.
The backend is radicale v0.10.
What I'm trying to do is moving an item from a todolist to another. To
do this, I start to edit an item and I then change the attached
collection. I then click on save.
infCloud starts by telling me the this is forbidden by a short red error
message that dissapear after one or two seconds. I can see the following
log message in radicale :
2015-04-15 11:17:53,170 - INFO: MOVE request at
/myuser/myuser/4bdfb6dd156c9f1ee9b76cd00292e423a124bf9745cb7cfa06dce46fb2bddbfa.ics
received
As the message disappear and nothing else happens, I can click on save
once again. This time the item is correctly saved in the new collection,
but not deleted from the previous one. I can see the following log
message in radicale :
2015-04-15 11:18:03,233 - INFO: PUT request at
/myuser/myuser/91621edeff8ef3cdc4f49203d4e78f1e2e23c61fac87893b812ad3ba0e891722.ics
received
What I can infer is that infCloud has a sort of fallback mode that
replace the MOVE verb by a simple PUT. Could it be a bug in infCloud ?
Could it be radicale that does not support the MOVE verb ?
Thanks for your answer...
Hello everyone,
I'm using infCloud and I'm just sarting to use the todo list.
I'm surprised to see that todo list is not checked by default. Is it
normal ? Is it possible to make it checked by default ?
Thanks...
Hi,
I'm using the latest version of InfCloud, running under Debian 8. I'd
like to change the month view of the calendar to start on Sunday (as
well as the date picker). I've changed the these two settings in
config.js:
var globalDatepickerFirstDayOfWeek=0;
var globalWeekendDays=[0, 6];
I then ran cache_update.sh and reloaded the calendar using Firefox
v39. The week still starts on Monday as does the date picker. Is there
a way to get the month to start on Sunday?
TIA
Gary