Search found 434 matches

by mattsches
Sun Jul 21, 2013 12:31 pm
Forum: Generelles in Deutsch
Topic: 2k11 und Kommentare vom Autor
Replies: 42
Views: 18461

Re: 2k11 und Kommentare vom Autor

Ich weiß nicht genau, ob ich das Problem in der comments_by_author.tpl richtig verstanden habe, aber: Könnte es folgendermaßen gelöst werden? /** comments_by_author.tpl */ <article class="clearfix serendipity_entry{if $entry_comments.entryauthor == $entry_comments.author} serendipity_comment_au...
by mattsches
Sun Jul 21, 2013 12:25 am
Forum: Generelles in Deutsch
Topic: 10 Jahre Serendipity - alles Gute weiterhin
Replies: 44
Views: 27940

Re: 10 Jahre Serendipity - alles Gute weiterhin

garvinhicking wrote:Vielen Dank :)

Für ein DrinkUp in/um Köln bin ich grundsätzlich zu haben, auch wenn ich weder Kaffee- noch Biertrinker bin. :-)
Bist du dieses Jahr wieder auf der FrOSCon? 8)
by mattsches
Sun Jul 21, 2013 12:18 am
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21484

Re: Idea: S9y CLI tool

Ok, I just tried to write a very basic console command based on the Symfony2 Console component. I wanted to print out the currently installed S9y version and the title of the blog. It's pretty impossible to bootstrap the blog application from the command line because it expects server and request gl...
by mattsches
Sat Jul 20, 2013 12:00 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

Zum Thema Der Quelltext von S9y sieht aus wie von Script-Kiddies geschrieben. ... den Unterschied kennen zwischen "einfach und funktional und pragmatisch und historisch gewachsen und funktionierend" und "generalstabsmäßig geplant". möchte ich sagen: Da werden Skript-Kiddies doch ...
by mattsches
Mon Jul 15, 2013 5:48 pm
Forum: Development
Topic: Working on 2.0: Developer sprint
Replies: 121
Views: 78721

Re: Working on 2.0: Developer sprint

I'll try to be there, too.
by mattsches
Mon Jul 15, 2013 5:37 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

ICE wrote:Bei phpbb3.1 ist das wohl ähnlich mit Composer fürs developen: https://wiki.phpbb.com/PhpBB3.1
Bei phpBB liegen auch nur die composer.json und die composer.lock im Repo, wenn ich das richtig sehe. Zusätzlich liefern die aber die composer.phar mit aus - halte ich jetzt auch nicht für so optimal.
by mattsches
Sun Jul 14, 2013 10:15 pm
Forum: Development
Topic: Idea: S9y CLI tool
Replies: 27
Views: 21484

Idea: S9y CLI tool

I find myself writing CLI tools for many of my projects lately. People write them for popular OSS projects, too, for example: Wordpress Magento Drupal And the list could go on ... Usually, these tools start with a basic set of commands: printing out the currently installed version number; installing...
by mattsches
Sun Jul 14, 2013 10:01 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

Wir (falk, onli, mattsches) haben in einem Etherpad versucht, Vor- und Nachteile des Einsatzes von Composer zu sammeln. Ich versuche, die Resultate hier in aller Kürze zusammenzufassen: Vorteile: Externe Bibliotheken müssen nicht mehr innerhalb von S9y gepflegt werden. Der S9y-Core bleibt kleiner, L...
by mattsches
Fri Jul 05, 2013 4:23 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

Und was natürlich auch cool wäre, wenn wir auch unsere Plugins bzw. Spartacus auf Composer umstellen können. Also nicht für die Plugins selbst, sondern wenn die Plugins wiederum auf externe Bibliotheken zurückgreifen. Ich denke da an Plugins wie Twitter, Markdown o.ä. Ich weiß zwar gerade nicht gena...
by mattsches
Fri Jul 05, 2013 1:13 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

Stimme onlis Antwort voll zu. Noch mal zur Änderung von falk. Er hat im Prinzip $new_include = ($serendipity['use_PEAR'] ? $old_include . PATH_SEPARATOR : '') . S9Y_INCLUDE_PATH . 'bundled-libs/' . PATH_SEPARATOR . S9Y_INCLUDE_PATH . 'bundled-libs/Smarty/libs/' . PATH_SEPARATOR . $serendipity['seren...
by mattsches
Fri Jul 05, 2013 12:58 am
Forum: Plugins
Topic: new plugin: serendipity_plugin_piwik
Replies: 19
Views: 13723

Re: new plugin: serendipity_plugin_piwik

Looking at the Piwik API docs , there's actually pretty cool stuff in there. Seems like you can even get finished image graphs from Piwik. On the other hand, a lot of the API methods aren't probably too useful for a blog sidebar. But maybe we can add some cool features in future versions of this plu...
by mattsches
Fri Jul 05, 2013 12:47 am
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

Allerdings frage ich mich, warum dann das init_autoload Script in der serendipity_config.inc.php eingebunden ist? Wenn ich das richtig verstehe, macht ein eventuelles Build-Skript für eine neue Version nichts anderes als ein PHP-Entwickler, der sich S9y auscheckt, nämlich erstmal `composer install`...
by mattsches
Thu Jul 04, 2013 12:30 pm
Forum: Generelles in Deutsch
Topic: Serendipity und Composer
Replies: 48
Views: 24273

Re: Serendipity und Composer

Man verliert aber einerseits die Möglichkeit wachsam in Verantwortung für das eigene System einzugreifen und zb Bibliotheken Releases zu patchen, andererseits muss man der automatischen Einbindung solcherart vertrauen, dass sie jederzeit stattfindet (und in Kauf nimmt, das Services manchmal Schluck...
by mattsches
Thu Jul 04, 2013 12:20 pm
Forum: Plugins
Topic: new plugin: serendipity_plugin_piwik
Replies: 19
Views: 13723

Re: new plugin: serendipity_plugin_piwik

Hi Bernd, I installed your plugin on my local machine, and it works just fine :D Some remarks: Configurable "site_id" would be nice Use PEAR HTTP_Request class for calling Piwik API (and try/catch exception handling) Require PHP5.* and a newer S9y version (not sure which one, though) Take ...
by mattsches
Thu Jun 27, 2013 10:00 pm
Forum: Generelles in Deutsch
Topic: Roadmap Serendipity 2.0 - Vorschlag
Replies: 9
Views: 8563

Re: Roadmap Serendipity 2.0 - Vorschlag

Whoa, das sind ambitionierte Ziele! Und ich kann sie größtenteils irgendwo nachvollziehen. Ich selbst habe zwar vor, mir bald etwas Zeit freizuschaufeln, um mich wieder mehr mit Serendipity beschäftigen zu können. Aber mich als Backend-Entwickler motiviert der - noch größtenteils für PHP4 geschriebe...