Page MenuHomePhabricator
Feed All Stories

Nov 15 2017

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL736206e8267f: Event management WiP.
Event management WiP
Nov 15 2017, 2:59 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL44f79c6fb95f: Fix language in datetimepicker, ref T50.
Fix language in datetimepicker, ref T50
Nov 15 2017, 2:59 PM
andreas added a comment to T50: Localization is wrong and overwrites jQueryUI datapicker.

Thanks for the report. I cannot reproduce this on 2017-02-29e, the interface language of davcal follows DokuWiki's language for de, en, fr and nl. There is indeed a bug regarding datetimepicker which is always English (easy fix).

Nov 15 2017, 2:51 PM · davcal PlugIn - discontinued
splitbrain added a comment to T50: Localization is wrong and overwrites jQueryUI datapicker.

Of course this breaks the localization of the calendar view itself.

Nov 15 2017, 2:42 PM · davcal PlugIn - discontinued
splitbrain created T50: Localization is wrong and overwrites jQueryUI datapicker.
Nov 15 2017, 2:32 PM · davcal PlugIn - discontinued

Nov 9 2017

19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Perfect now it works again :) I thought i made a mistake.

Nov 9 2017, 2:35 PM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

No problem, I introduced a nice regression - I should definitely do more regression testing before pushing updates!
Anyway, please try the latest update published just now. The problem was/is the "C:" in <C:calendar-data> which confused the XML parser - I fixed it in 447fc5d456c1.

Nov 9 2017, 2:23 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

I'm sorry to hesitate you again.
Today i was working on the dokuwiki and recognised, that the plugin still dont work.
After that i saw the update for webdav
I updated the webdav plugin but nothing changed.

Nov 9 2017, 1:11 PM · davcal PlugIn - discontinued

Nov 8 2017

andreas closed T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs as Resolved.
Nov 8 2017, 2:34 PM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

OK, I'm glad you got it working. I'm pushing an update anyway just now, since you discovered a bug with this broken XML tag.

Nov 8 2017, 2:34 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

It works now!
I updated davical from version 1.1.3 to 1.1.5 about backport package made a resync and now I see the data.
So I guess there where changes made for debian stretch.

Nov 8 2017, 2:25 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Thanks for the quick response. Obvisily nothing changed i deleted brwoser cache etc.
Do you need access to my system?

Nov 8 2017, 12:56 PM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

OK, could you try the following:
In function clean_response (helper.php:1364), add as first line of the function:

$response = preg_replace('/xmlns[^=]*="[^"]*"/i', '', $response);

This might fix it, if not, we need to find another solution.

Nov 8 2017, 12:21 PM · davcal PlugIn - discontinued
andreas triaged T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs as High priority.

Thanks, that is the relevant part. The function clean_response messes the response up when davical is used (I only test against Sabre/DAV resp. NextCloud). It might take a bit until I come up with a solution, but I'll make that a high priority task.

Nov 8 2017, 12:06 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

snip.png (596×879 px, 30 KB)

Nov 8 2017, 11:33 AM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

This is helpful, although webdavclient doesn't seem to log the raw response. There seems to be an empty tag <''> which is closed by </multistatus> and that probably confuses simplexml_load_string().
Could you add the following line in helper.php on line 1126 (right before $response = $this->clean_response(...))

Nov 8 2017, 10:06 AM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

output.png (1×843 px, 45 KB)

here is the output. do you need more?

Nov 8 2017, 9:49 AM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Hm, seems to be related to davical. Unfortunately, I can't test this since I do not have a davical installation.
Please enable debug logging and force a sync. Then, you should be able to see some XML output in the debug log - be aware that your calendar data is included here!

Nov 8 2017, 9:39 AM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

view.png (557×1 px, 32 KB)

Nov 8 2017, 9:34 AM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Actual i found this at the apache error.log

Nov 8 2017, 9:24 AM · davcal PlugIn - discontinued
andreas claimed T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.
Nov 8 2017, 8:31 AM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

What exactly are you trying to achieve? You want to synchronise your DokuWiki calendar to davical, right?
Did you configure WebDAV connections in the Admin section? If so, were you able to display the available calendars?

Nov 8 2017, 8:12 AM · davcal PlugIn - discontinued
19blue85 created T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.
Nov 8 2017, 8:08 AM · davcal PlugIn - discontinued

Oct 29 2017

Andreas Boehler <andreas@aboehler.at> committed rMDa7d8bf05ba5c: Fix working with disabled outputs.
Fix working with disabled outputs
Oct 29 2017, 4:45 PM

Oct 27 2017

andreas added a comment to T48: Auth no required.

I don't really understand your question. What I've understood is that a user should have read/write access to a calendar when he's logged in to DokuWiki. This is the exact behaviour. Put simply:

Oct 27 2017, 8:37 AM · davcal PlugIn - discontinued

Oct 26 2017

algorys created T48: Auth no required.
Oct 26 2017, 12:44 PM · davcal PlugIn - discontinued

Oct 25 2017

Andreas Boehler <andreas@aboehler.at> committed rMDd5ff2ffd8601: Add Settings GUI and license.
Add Settings GUI and license
Oct 25 2017, 7:16 PM

Oct 19 2017

Andreas Boehler <andreas@aboehler.at> committed rMD108fa5a01e42: Add autostart load/apply and grace period.
Add autostart load/apply and grace period
Oct 19 2017, 6:10 PM

Oct 18 2017

Andreas Boehler <andreas@aboehler.at> committed rMDad12a4fdf805: Fix TrayIcon, add PKGBUILD and icons.
Fix TrayIcon, add PKGBUILD and icons
Oct 18 2017, 9:54 PM
Andreas Boehler <andreas@aboehler.at> committed rLTPRESe978b7d6ed0b: Fix empty icon in SystemTray.
Fix empty icon in SystemTray
Oct 18 2017, 9:42 PM
Andreas Boehler <andreas@aboehler.at> committed rMD21227fbcbc9d: Update and fixes, seems to work properly now....
Update and fixes, seems to work properly now...
Oct 18 2017, 5:50 PM
Andreas Boehler <andreas@aboehler.at> committed rMD836eaac1d216: Add eric configuration.
Add eric configuration
Oct 18 2017, 5:50 PM
Andreas Boehler <andreas@aboehler.at> committed rMD632a21b1145a: Implement basic configuration applying - untested.
Implement basic configuration applying - untested
Oct 18 2017, 5:50 PM

Oct 12 2017

Andreas Boehler <andreas@aboehler.at> committed rMD7676764d048a: Initial commit - applying configuration missing.
Initial commit - applying configuration missing
Oct 12 2017, 9:32 PM

Jul 28 2017

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL289b4fc06c1a: Make private URLs more secure, thanks to jvoisin. This fixes T46..
Make private URLs more secure, thanks to jvoisin. This fixes T46.
Jul 28 2017, 2:46 PM
Diffusion closed T46: Please don't use `uniqid` as Resolved by committing rDAVCAL289b4fc06c1a: Make private URLs more secure, thanks to jvoisin. This fixes T46..
Jul 28 2017, 2:46 PM · davcal PlugIn - discontinued

Jun 30 2017

Andreas Boehler <andreas@aboehler.at> committed rLTPRESd94d916979ef: Make compatible with Okular's presentation mode.
Make compatible with Okular's presentation mode
Jun 30 2017, 2:57 PM

Jun 20 2017

jvoisin added a comment to T45: Please document how to run it under nginx.

Sure :)

Jun 20 2017, 6:55 PM · davcal PlugIn - discontinued
jvoisin added a comment to T46: Please don't use `uniqid`.

Well, we're generating secret material, so I guess it's cryptography ;)

Jun 20 2017, 6:52 PM · davcal PlugIn - discontinued
andreas claimed T46: Please don't use `uniqid`.
Jun 20 2017, 5:32 PM · davcal PlugIn - discontinued
andreas claimed T47: Updating sabre-dav.
Jun 20 2017, 5:32 PM · davcal PlugIn - discontinued
andreas lowered the priority of T47: Updating sabre-dav from Normal to Wishlist.

That's right, as davcal is tested and being developed with this version of sabredav (which is also patched to support PHP7). I'm not going to update for no good reason, feel free to provide a patch, though.

Jun 20 2017, 5:31 PM · davcal PlugIn - discontinued
jvoisin created T47: Updating sabre-dav.
Jun 20 2017, 11:53 AM · davcal PlugIn - discontinued
andreas closed T45: Please document how to run it under nginx as Invalid.

Thanks for the documentation, please feel free to add it to the Wiki at www.dokuwiki.org/plugin:davcal

Jun 20 2017, 7:57 AM · davcal PlugIn - discontinued
andreas closed T40: cram-md5 encrptet passwords support ? as Resolved.

Closing, since user_sql is on hold.

Jun 20 2017, 7:56 AM · ownCloud user_sql PlugIn
andreas lowered the priority of T46: Please don't use `uniqid` from Normal to Wishlist.

Thanks for your suggestion, I did not know that random_compat exists.
However, I still consider the implementation with uniqid as appropriate, because:

Jun 20 2017, 7:53 AM · davcal PlugIn - discontinued

Jun 19 2017

jvoisin created T46: Please don't use `uniqid`.
Jun 19 2017, 11:48 PM · davcal PlugIn - discontinued
jvoisin created T45: Please document how to run it under nginx.
Jun 19 2017, 11:35 PM · davcal PlugIn - discontinued

Jun 2 2017

pdeman added a comment to T44: can't create new event on the calendar.

yes it works perfectly now. thanks !

Jun 2 2017, 4:27 PM · davcal PlugIn - discontinued

May 30 2017

andreas added a comment to T44: can't create new event on the calendar.

Could you check whether the latest update fixes your problem? The downside is a scrollbar that appears, at least for me.

May 30 2017, 9:20 PM · davcal PlugIn - discontinued
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL4a71e837f15f: Fix event creation, this should fix T44.
Fix event creation, this should fix T44
May 30 2017, 9:19 PM
Diffusion closed T44: can't create new event on the calendar as Resolved by committing rDAVCAL4a71e837f15f: Fix event creation, this should fix T44.
May 30 2017, 9:19 PM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

Oh well: this doesn't happen in Chromium, only in Firefox!

May 30 2017, 7:13 PM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

Finally, I'm able to reproduce your problem, at least partially: It happens to me only in month view and only in the lower three rows of the calendar. It does not happen with an older version of davcal, so it might be either a regression or a bug in fullcalendar (which was updated due to a newer jQuery version in DokuWiki).

May 30 2017, 7:07 PM · davcal PlugIn - discontinued
pdeman added a comment to T44: can't create new event on the calendar.

Is there anything that I should change ? every plugins look up-to-date.

May 30 2017, 2:16 PM · davcal PlugIn - discontinued

May 24 2017

pdeman added a comment to T44: can't create new event on the calendar.

Hi,
I have only one calendar on the page.
I call it the easiest way possible: {{davcal>}}

May 24 2017, 11:00 AM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

OK, let's debug that a bit further:

May 24 2017, 9:28 AM · davcal PlugIn - discontinued

May 23 2017

pdeman added a comment to T44: can't create new event on the calendar.

does someone have any idea about our problem ?

May 23 2017, 5:13 PM · davcal PlugIn - discontinued

May 17 2017

pdeman added a comment to T44: can't create new event on the calendar.

here is what is on the server log:
[Tue May 16 14:13:15 2017] [error] [client ip adresse] client denied by server configuration: /usr/share/dokuwiki/data/security.png, referer: https://ourwebsite.fr/doku.php?id=clic:calendrierseeg&do=admin

May 17 2017, 8:31 AM · davcal PlugIn - discontinued

May 16 2017

pdeman added a comment to T44: can't create new event on the calendar.

Hi,
in the developer tools, in console, nothing happens when I click on a day.
I have this :
"JQMIGRATE: Migrate is installed, version 3.0.0 jquery.php:20:440
Use of getPreventDefault() is deprecated. Use defaultPrevented instead."
it appears at the begining.
I have nothing added to the console when I click on a day or when I modify an events.
I'll look on the webserver log.

May 16 2017, 5:32 PM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

Hm, that sounds indeed a bit weird. Are there any error message in either the webserver log or the browser log? Could you open Developer Tools in Firefox or Chrome (F12 for both of them), click on a day and see if there is an error logged in the console?
Sometimes, also the installation of another, presumably unrelated, plugin trigger an error?

May 16 2017, 5:21 PM · davcal PlugIn - discontinued
pdeman created T44: can't create new event on the calendar.
May 16 2017, 4:58 PM · davcal PlugIn - discontinued

Apr 27 2017

Andreas Boehler <andreas@aboehler.at> committed rLTPRES69d5deb01072: Fix a typo.
Fix a typo
Apr 27 2017, 2:35 PM

Mar 27 2017

Andreas Boehler <andreas@aboehler.at> committed rLTPRES3334729e4e3c: Update for latest Atril update.
Update for latest Atril update
Mar 27 2017, 12:14 PM

Mar 8 2017

Andreas Boehler <andreas@aboehler.at> committed rGTFAccbc7d038b2d: Add support for the loglog plugin.
Add support for the loglog plugin
Mar 8 2017, 5:47 PM

Feb 21 2017

andreas changed the visibility for davcard PlugIn.
Feb 21 2017, 8:51 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARDff3d73d2e467: Add support for multiple address books, various bug fixes.
Add support for multiple address books, various bug fixes
Feb 21 2017, 8:47 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALfd138544eedf: Fix calendar permission checking.
Fix calendar permission checking
Feb 21 2017, 8:03 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL1a9054570d5a: Update fullcalendar to 3.2.0 to support latest jQuery release, fixes T43.
Update fullcalendar to 3.2.0 to support latest jQuery release, fixes T43
Feb 21 2017, 7:01 PM
Diffusion closed T43: davacal incompatible with 2017-02-19 as Resolved by committing rDAVCAL1a9054570d5a: Update fullcalendar to 3.2.0 to support latest jQuery release, fixes T43.
Feb 21 2017, 7:01 PM · davcal PlugIn - discontinued
andreas claimed T43: davacal incompatible with 2017-02-19.

Seems that latest jQuery 3 code in DokuWiki broke fullcalendar, on which davcal is based. Probably, an update of fullCalendar can fix this.

Feb 21 2017, 7:01 PM · davcal PlugIn - discontinued
andreas created T43: davacal incompatible with 2017-02-19.
Feb 21 2017, 7:00 PM · davcal PlugIn - discontinued

Feb 10 2017

Andreas Boehler <andreas@aboehler.at> committed rLTPRES4a1065d0cc9e: Add a new Presenter: ISY Wireless Presenter.
Add a new Presenter: ISY Wireless Presenter
Feb 10 2017, 9:56 AM

Jan 11 2017

andreas edited Description on ownCloud user_sql PlugIn.
Jan 11 2017, 4:41 PM

Jan 6 2017

Andreas Boehler <andreas@aboehler.at> committed rTLdff2e2f9c400: Update pattern to support multiple plugin invocations.
Update pattern to support multiple plugin invocations
Jan 6 2017, 8:19 PM

Jan 5 2017

Andreas Boehler <andreas@aboehler.at> committed rRCMELLONff3985aa1afe: Initial import.
Initial import
Jan 5 2017, 12:02 PM

Jan 4 2017

andreas added a comment to T42: davcal: nice print / export to pdf.

Yeah, mine looks similar to yours. You can try to style the calendar output by modifying fullcalendar-2.4.0/fullcalendar.print.less (it's a standard CSS stylesheet).

Jan 4 2017, 10:54 PM · davcal PlugIn - discontinued

Dec 30 2016

Andreas Boehler <andreas@aboehler.at> committed rUSQL1991f872e548: Fix a few typos.
Fix a few typos
Dec 30 2016, 3:00 PM
Andreas Boehler <andreas@aboehler.at> committed rUSQLfb714c11c80f: Add option for forcing appending of default domain.
Add option for forcing appending of default domain
Dec 30 2016, 2:48 PM

Dec 16 2016

400thecat added a comment to T42: davcal: nice print / export to pdf.

I have uploaded calendar printed from browser (dokuwiki.pdf), and for reference a very nicely formatted calender printed from osmo organizer (osmo.pdf). Google calender has more or less also similarly nice export / print to pdf.

Dec 16 2016, 11:36 PM · davcal PlugIn - discontinued
400thecat added a comment to T42: davcal: nice print / export to pdf.

Dec 16 2016, 11:33 PM · davcal PlugIn - discontinued
andreas added a comment to T42: davcal: nice print / export to pdf.

Yes, please upload a screenshot of the differences. I just tried printing (Firefox 49.0.1) and IMHO it looks very nice! Day/Week view are more condensed in print, but that could be by design (fullcalendar's unmodified print stylesheet is applied).

Dec 16 2016, 10:11 AM · davcal PlugIn - discontinued

Dec 15 2016

400thecat added a comment to T42: davcal: nice print / export to pdf.

Hi,
printing is indeed currently possible from the browser, but the output is quite ugly. I had in mind adding nicely formatted calendar output/export functionality. If it is not exactly clear what I mean, I can attach, or send you two sample outputs (one current, and one desired for comparison)

Dec 15 2016, 7:01 PM · davcal PlugIn - discontinued
andreas added a comment to T42: davcal: nice print / export to pdf.

Thanks for your comment.

Dec 15 2016, 3:04 PM · davcal PlugIn - discontinued
400thecat created T42: davcal: nice print / export to pdf.
Dec 15 2016, 12:23 PM · davcal PlugIn - discontinued

Dec 13 2016

andreas added a comment to T19: Recurring Events.

A basic editor for events created within DokuWiki doesn't seem too difficult. However, making it compatible with events created and/or modified by other clients is the hard job.

Dec 13 2016, 5:59 AM · davcal PlugIn - discontinued
Andreas Boehler <andreas@aboehler.at> committed rDAVCALb83269189169: Fix error with recent SQLite plugin fix T41.
Fix error with recent SQLite plugin fix T41
Dec 13 2016, 5:41 AM
Diffusion closed T41: davcal/webdavclient/... fail with recent sqlite plugin as Resolved by committing rDAVCALb83269189169: Fix error with recent SQLite plugin fix T41.
Dec 13 2016, 5:41 AM · davcal PlugIn - discontinued, webdavclient PlugIn
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD8c73076d5dcb: Fix error with recent SQLite plugin ref T41.
Fix error with recent SQLite plugin ref T41
Dec 13 2016, 5:35 AM

Dec 12 2016

andreas added a comment to T40: cram-md5 encrptet passwords support ?.

Thanks for testing, I'll add it to the next release.
Did you also test password changing?

Dec 12 2016, 10:34 AM · ownCloud user_sql PlugIn
KennyVB added a comment to T40: cram-md5 encrptet passwords support ?.

Hey there! sorry the long time away and answer
how ever! it works perfectly !
thanks

Dec 12 2016, 9:52 AM · ownCloud user_sql PlugIn

Dec 10 2016

andreas created T41: davcal/webdavclient/... fail with recent sqlite plugin.
Dec 10 2016, 12:45 PM · davcal PlugIn - discontinued, webdavclient PlugIn

Dec 3 2016

andreas added a comment to T40: cram-md5 encrptet passwords support ?.

Could you please test if the latest development version works for you? Here is the direct link: https://www.aboehler.at/hg/user_sql/archive/e6a991d13870.tar.gz

Dec 3 2016, 11:28 AM · ownCloud user_sql PlugIn
Andreas Boehler <andreas@aboehler.at> committed rUSQLe6a991d13870: Add initial (untested) support for CRAM-MD5 and HMAC-MD5..
Add initial (untested) support for CRAM-MD5 and HMAC-MD5.
Dec 3 2016, 11:28 AM

Dec 1 2016

KennyVB added a comment to T40: cram-md5 encrptet passwords support ?.

I used postfix admin to set password and I think it uses 'doveadm pw -s CRAM-MD5 -p $password'
and yes the strings in my database is cram-md5

Dec 1 2016, 7:42 AM · ownCloud user_sql PlugIn

Nov 30 2016

andreas triaged T40: cram-md5 encrptet passwords support ? as Normal priority.
Nov 30 2016, 3:07 PM · ownCloud user_sql PlugIn
andreas claimed T40: cram-md5 encrptet passwords support ?.
Nov 30 2016, 2:18 PM · ownCloud user_sql PlugIn
andreas added a comment to T40: cram-md5 encrptet passwords support ?.

Hm, my initial though was that it is impossible due to the way CRAM-MD5 works. However, it seems that someone wrote a library recently: https://github.com/hn/dovecot-misc/blob/master/dovecot_hmacmd5.php

Nov 30 2016, 2:18 PM · ownCloud user_sql PlugIn

Nov 24 2016

KennyVB created T40: cram-md5 encrptet passwords support ?.
Nov 24 2016, 2:54 PM · ownCloud user_sql PlugIn

Nov 19 2016

andreas closed T39: Error connecting to database: Failed to connect to the database: An exception occured in driver: could not find driver as Invalid.

Obviously, you do not have the PDO mySQL driver installed. That's a problem of your NAS, nothing I can do about.

Nov 19 2016, 12:56 PM · ownCloud user_sql PlugIn