Search found 434 matches

by mattsches
Wed Jun 18, 2014 7:38 am
Forum: Bugs
Topic: Serendipity 2.0beta doesn't work with php5-mysql from dotdeb
Replies: 1
Views: 3515

Re: Serendipity 2.0beta doesn't work with php5-mysql from do

This doesn't have anything to do with Serendipity. Your PHP probably was compiled with a different MySQL version but now is linking a older/newer mysql library.

If you only installted php5-mysql form dotdeb, but not the rest of PHP, that might be your problem.

Mattsches
by mattsches
Thu Jun 05, 2014 4:46 pm
Forum: Bugs
Topic: simplecache plugin and RSS not modified header
Replies: 6
Views: 7041

Re: simplecache plugin and RSS not modified header

I'd suggest you can commit it to the 2.0 branch. Better not port this to 1.x though. Exactly what I think. I've just committed the fix, and I added a very basic unit testcase for it. You should be able to run it by $ cp tests/phpunit.xml.dist phpunit.xml $ phpunit -c tests/phpunit.xml Of course, th...
by mattsches
Wed Jun 04, 2014 5:31 pm
Forum: Bugs
Topic: simplecache plugin and RSS not modified header
Replies: 6
Views: 7041

Re: simplecache plugin and RSS not modified header

Update: This should fix the issue. However, because the function is called quite often, I'm not sure if it has any (negative) side effects. Garvin? :wink: --- include/functions.inc.php (revision bbf1456fd8240e922a88e0d60f4e3c968e30b4f9) +++ include/functions.inc.php (revision ) @@ -62,7 +62,7 @@ fun...
by mattsches
Wed Jun 04, 2014 5:21 pm
Forum: Bugs
Topic: simplecache plugin and RSS not modified header
Replies: 6
Views: 7041

Re: simplecache plugin and RSS not modified header

Hanno, I tried to debug the respective code a little, but did not dig too deep. Yet I found something: It looks like there is a problem with your sending the equivalent of the unix timestamp 0. Well, actually not with your header, but with the code that tries to transform the date format into a unix...
by mattsches
Wed Jun 04, 2014 4:36 pm
Forum: Plugins
Topic: SubToMe for syndication plugin
Replies: 35
Views: 19813

Re: SubToMe for syndication plugin

The way it is build, that is not really true. It only loads external stuff when clicking on the rss-icon. And it does not load much, it loads one small js file (https://www.subtome.com/load.js) which loads one iframe (https://www.subtome.com/?subs/#/subscribe?resource=&feeds=http:%2F%2Fwww.onli...
by mattsches
Wed Jun 04, 2014 8:59 am
Forum: Plugins
Topic: New Plugin: Autosave in Browsercache
Replies: 23
Views: 19414

Re: New Plugin: Autosave in Browsercache

Great stuff! It works for me, saves and loads both body and extended body from IndexedDB. Would it make sense to save the entry title, too?
by mattsches
Wed Jun 04, 2014 8:50 am
Forum: Plugins
Topic: SubToMe for syndication plugin
Replies: 35
Views: 19813

Re: SubToMe for syndication plugin

Call me old-fashioned, but I would prefer to make Subtome optional instead of default. As YL said, it's an external service that loads a lot of external stuff, and who knows how long it will live anyway. Don't get me wrong, I pretty much like what they're doing, and a "centralized" solutio...
by mattsches
Sat May 10, 2014 11:26 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21093

Metatron (WAS: Re: Idea: S9y CLI tool)

I just pushed version 0.2.0. Please test! I've been working on the update for quite a while every now and then. Today I felt I had to push things forward, so I committed my changes. It's quite a large commit and, even if my tests are all green, may still contain some bugs. So, please don't use in pr...
by mattsches
Fri May 09, 2014 5:48 pm
Forum: Development
Topic: major release upgrading bundled libs?
Replies: 18
Views: 13662

Re: major release upgrading bundled libs?

Pushed. I hope I've included all required libs and dependencies. Please test 8)

Regards
Mattsches
by mattsches
Fri May 09, 2014 5:03 pm
Forum: Generelles in Deutsch
Topic: s9y-Twitter-Account: Mglw. Bitly-Passwörter gestohlen
Replies: 1
Views: 1465

Re: s9y-Twitter-Account: Mglw. Bitly-Passwörter gestohlen

Danke für den Hinweis. Soweit ich weiß, nutzt der Twitter-Account bit.ly ohne Anmeldung (das geht ja auch). D.h. da kann kein Password weggekommen sein. Trotzdem könnte man (hust) den S9y-Twitter-Account natürlich mal wieder anfassen und anpassen :roll:

Viele Grüße
Mattsches
by mattsches
Thu May 08, 2014 10:37 pm
Forum: Generelles in Deutsch
Topic: Sonderzeichen/Erweiterte Buttons für Non-WYSIWYG
Replies: 2
Views: 1860

Re: Sonderzeichen/Erweiterte Buttons für Non-WYSIWYG

Xinha ist genauso ein WYSIWYG-Editor wie CKEditor oder diverse andere. Ob das Plugin mit dem einen oder anderen zusammenarbeitet, kann ich dir leider nicht mit Sicherheit beantworten; ich gehe aber sehr davon aus, dass es mit keinem funktioniert. Nach meinem Verständnis werden keine bestehenden Arti...
by mattsches
Thu May 08, 2014 10:27 pm
Forum: Development
Topic: major release upgrading bundled libs?
Replies: 18
Views: 13662

Re: major release upgrading bundled libs?

Why not commit it directly to the 2.0 branch? The only file that's actually changed is PEAR.php, everything else is an addition.

But if you prefer a pull request, I can also fork the 2.0 branch, add the feature to my fork, and create a PR.

Regards,
Mattsches
by mattsches
Wed May 07, 2014 7:56 pm
Forum: Development
Topic: major release upgrading bundled libs?
Replies: 18
Views: 13662

Re: major release upgrading bundled libs?

Ok ok, just brainstorming here ;) So, let's try to do this? One issue might be that we need to update PEAR.php to a newer version, and I'm not sure whether or not this breaks compatibility with the old HTTP_Request (I hope it won't). Here is a list of files we'll probably need to add: bundled-libs/H...
by mattsches
Tue May 06, 2014 8:46 pm
Forum: General discussions
Topic: phpng
Replies: 3
Views: 5131

Re: phpng

I'm definitely interested in this but currently don't have the time to try it out. But tutorials (and probably VMs or Vagrant boxes) will pop up everywhere soon, which will make things a lot easier :wink:
by mattsches
Tue May 06, 2014 8:44 pm
Forum: Development
Topic: major release upgrading bundled libs?
Replies: 18
Views: 13662

Re: major release upgrading bundled libs?

HTTP_Request has quite a solid basic API, and it's proven, so I think we can keep it around? Of course the core 2.0 plugins and code would no longer use HTTP_Request1 and we would change all of that code to HTTP_Request2. Only spartacus plugins would then have that if/else construct checking for se...