Works for me in Kolab Winterfell, but indeed there are some issues in KE14.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 1 2016
It does not happen with -d 8.
I'm unable to reproduce using KE14 with pykolab 0 7.26 and setting :
May 31 2016
Thanks for the images. I merged them in my D165. Sorry, I probably should just update this diff with my changes.
Moved images to images dir
May 30 2016
May 27 2016
May 23 2016
May 20 2016
May 18 2016
May 16 2016
Fix code style
May 12 2016
May 11 2016
May 10 2016
May 9 2016
With oanda import for proper country/currency I don't see a bug. Closing.
May 7 2016
Fixed in 4b0a8e66a663
May 6 2016
Logout and menu fixed. As for the login button, It wasn't present in the design. Should I just add another button similar to "Signup"?
This price depends on configured subscriptions. We need to find out what's wrong there.
Removed useless code, added logging of all bind actions for better debugging
Error 301 can be fixed simply by using https:// instead of http:// for Oanda site. However, it looks like that our request reach 30 seconds limit on their side. We need to do it in chunks.
Did you execute php bin/backend.php import_oanda after system currency change? The currencies are generated in system currency context, so this is required.
May 5 2016
Added check for TZID and set tzid variable to None, before using them
Removed redundant import
Moved the trimming code to utils.normalize(), added tests
According to RFC5751 the signed message has only two parts, i.e. one attachment. So, I think my fix (3ecd3f2df1b1) is good enough.
May 4 2016
Fix setting source folder also for dry-run mode
Make sure that self.pool = None instead, and test for self.pool is not None
Fixed rebinding
May 3 2016
It's not so simple as I expected. First, on Kolab 16 I can't reproduce the issue. Second, if I snooze for 10 minutes an alarm for an event with -10 minutes alarm, I'll not see the alarm again at all. This one however, is caused by https://git.kolab.org/rRPK69d9d3b27f6cb0ef5d1e6a89a588af37ffb0bd7d, but it has other side effects.
This is quite complicated and here's a couple of bugs in Roundcube and Free-Busy.
Syncroton already has a similar option, however it is not user configurable.
// When a device is reqistered, by default a set of folders are // subscribed for syncronization, i.e. INBOX and personal folders with // defined folder type: // mail.drafts, mail.wastebasket, mail.sentitems, mail.outbox, // event, event.default, // contact, contact.default, // task, task.default // This default set can be extended by adding following values: // 1 - all subscribed folders in personal namespace // 2 - all folders in personal namespace // 4 - all subscribed folders in other users namespace // 8 - all folders in other users namespace // 16 - all subscribed folders in shared namespace // 32 - all folders in shared namespace $config['activesync_init_subscriptions'] = 0;
May 2 2016
Apr 30 2016
Apr 29 2016
Still not perfect with code style, but other than that looks good.
Apr 28 2016
This depends on the refresh interval, that's likely why it's different for different users.
Please, fix indentation (use spaces).