Search found 434 matches

by mattsches
Sat Aug 03, 2013 3:34 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21238

Re: Idea: S9y CLI tool

So, I've just pushed the first version to GitHub :D

I've also blogged about it (in German): Metatron - Ein CLI-Tool für Serendipity

Clone or fork it, try it, give feedback please!
by mattsches
Fri Aug 02, 2013 2:06 pm
Forum: Generelles in Deutsch
Topic: iframe in Feed defekt
Replies: 19
Views: 8474

Re: iframe in Feed defekt

Ich habe hier mal einen Lösungvorschlag geschrieben, da wären jetzt Unit Tests wirklich eine praktische Sache. Ich bin mir allerdings nicht sicher, ob sich damit alle Fälle von serendipityHTTPPath und Entry-Bodies vertragen. Sieht aber imho gut aus. Vielleicht könnte da trotzdem bitte noch ein ander...
by mattsches
Fri Aug 02, 2013 12:13 pm
Forum: Generelles in Deutsch
Topic: iframe in Feed defekt
Replies: 19
Views: 8474

Re: iframe in Feed defekt

@bernd_d Du hast recht, in der functions_rss.inc.php gibt es einen regulären Ausdruck, der in diesem Fall die falsche Ersetzung vornimmt. Wie das mit RegExps so ist, kann es etwas dauern, bis ich da eine funktionierende Lösung präsentieren kann :roll:

Good catch auf jeden Fall!
by mattsches
Thu Aug 01, 2013 1:52 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 23524

Re: Serendipity und Composer

onli wrote:Wobei das Ding wirklich eine Option für Garvin für Releases gewesen wäre, wenn wir sie nicht in Github hätten haben wollen.
Das hatte ich gemeint :wink:
by mattsches
Thu Aug 01, 2013 9:58 am
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 23524

Re: Serendipity und Composer

Ich will jetzt diese Diskussion nicht wieder anfeuern, sondern will nur auf ein GitHub-Repo hinweisen, auf das ich gestern gestoßen bin und das genau das Problem mit Composer und downloadbaren Archiven angeht: https://github.com/sonata-project/composer-archive-creator Ist vielleicht für den einen od...
by mattsches
Mon Jul 29, 2013 6:13 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21238

Re: Idea: S9y CLI tool

LOL .. yeah, almost perfect!!!

@onli Have you tried to run the tool yet?
by mattsches
Mon Jul 29, 2013 5:38 pm
Forum: Bugs
Topic: [simple_tags] autocomplete
Replies: 3
Views: 3636

Re: [simple_tags] autocomplete

jQuery v1.9.1 (although I just found out that my site loads an older version of jQuery in parallel :roll: )
jQuery Autocomplete plugin 1.2.2

Maybe it helps to update the Autocomplete plugin. I'm currently at work and cannot take a closer look at the issue, though ...
by mattsches
Mon Jul 29, 2013 5:10 pm
Forum: Bugs
Topic: [simple_tags] autocomplete
Replies: 3
Views: 3636

Re: [simple_tags] autocomplete

Unfortunately, GitHub is down right now, so I cannot look into the source code of the plugin. But I had the same/a similar problem in both of my blogs and I fixed it (kind of). IIRC it was more of a dirty workaround, but I will post it here later. If I forget to do so, tweet me ;) PS: Can you figure...
by mattsches
Mon Jul 29, 2013 3:28 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Inline JS
Replies: 9
Views: 23389

Re: [2.0] Inline JS

Couldn't we cache the minified file?
by mattsches
Mon Jul 29, 2013 3:15 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Use new database Layer?
Replies: 17
Views: 43556

Re: [2.0] Use new database Layer?

Just to chip in my 2 cents: The Doctrine2 DBAL is also something to be considered. It's a database abstraction layer and comes with a powerful query builder.

The DBAL can be used without the ORM, of course (and would be my lib of choice in this case).
by mattsches
Mon Jul 29, 2013 2:53 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21238

Re: Idea: S9y CLI tool

While we're at it, I have to admit that Dogma is actually one of the very few flicks by Kevin Smith which I don't like. :mrgreen: YL Now this is getting off-topic, but anyway. It's definitely not his best movie, but I haven't seen anything since Clerks II. (The original Clerks is one of my favorite...
by mattsches
Mon Jul 29, 2013 2:16 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21238

Re: Idea: S9y CLI tool

I must admit that I was also toying with the idea of calling it "Metatron" (after looking for inspiration here ) :lol: The more I think about it the more I actually like it! PS: Concerning "Bartleby" - look who mentioned it first ;) We could also use it as a code name for the 2.0...
by mattsches
Sun Jul 28, 2013 11:31 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21238

Re: Idea: S9y CLI tool

Hi, is there already something available on an open source and forkable plattform? Currently, i don't know what the tool could be good for, but since i like to work with symfony 2 console component, i would love to have a look on the current state and get influenced by ;-). Great, you're welcome to...
by mattsches
Fri Jul 26, 2013 12:48 pm
Forum: Generelles in Deutsch
Topic: 2k11 und Kommentare vom Autor
Replies: 42
Views: 17490

Re: 2k11 und Kommentare vom Autor

Also, ich habe gerade die Änderungen in der functions_comments.inc.php und in der 2k11/comments_by_author.tpl im 2.0-Branch und im master gepusht.

Für alle anderen Templates macht das erstmal keinen Unterschied, die können wir dann nach und nach anpassen, oder?
by mattsches
Tue Jul 23, 2013 11:42 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21238

Re: Idea: S9y CLI tool

I thought about it, and you're probably right :wink:

Whoever is using the CLI tool must be root or at least must have read rights to serendipity_config_local.inc.php. Otherwise it just doesn't make sense.

Thanks for the heads up, Garvin.

PS: Yup, works!