Search found 64 matches

by chrisbra
Wed Oct 05, 2011 10:30 pm
Forum: Announcements
Topic: Moving to GitHub.com: Call for developers - CVS/SVN affected
Replies: 18
Views: 52975

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Could I be also part of that group?
Username: chrisbra (Surprise, surprise ;))
by chrisbra
Fri Sep 09, 2011 9:42 am
Forum: Generelles in Deutsch
Topic: Automatisches sichern von Einträgen schlägt fehl
Replies: 18
Views: 8512

Re: Automatisches sichern von Einträgen schlägt fehl

Oh, das wäre ja eine nette Überraschung. Das müßte er sein, glaub ich:
http://www.amazon.de/registry/wishlist/2BKAHE8J7Z6UW
by chrisbra
Fri Sep 09, 2011 8:53 am
Forum: Generelles in Deutsch
Topic: Automatisches sichern von Einträgen schlägt fehl
Replies: 18
Views: 8512

Re: Automatisches sichern von Einträgen schlägt fehl

Ich hab das heute mal debugged. Der folgende Patch behebt es (Works for Me): --- index.php 2009-06-11 14:14:15.000000000 +0200 +++ index.php.new 2011-09-09 08:31:20.959898811 +0200 @@ -251,10 +251,14 @@ } echo $data; -} else if ( preg_match(PAT_COMMENTSUB, $uri, $matches) || +} else if ( (preg_match...
by chrisbra
Sun Mar 27, 2011 10:14 pm
Forum: Generelles in Deutsch
Topic: Probleme mit Geshi.
Replies: 5
Views: 3273

Re: Probleme mit Geshi.

kleinerChemiker wrote:Kannst ja mal das andere Syntax-Highlightning Plugin ausprobieren. Das funkioniert mit JS und schaut eigentlich ganz gut aus.
Würdest Du mir auch sagen, welches Plugin? Meinst Du das Markup: Syntax Highlighter Plugin?

Grüße,
Christian
by chrisbra
Sun Mar 27, 2011 1:57 pm
Forum: Generelles in Deutsch
Topic: Probleme mit Geshi.
Replies: 5
Views: 3273

Re: Probleme mit Geshi.

Entweder ich schalte Zeilennummerierung ein und dann wird alles viel zu klein, oder ich schalte es aus, und dann wird alles mit doppeltem Zeilenabstand ausgegeben. Und bunt wird bei mir auch nichts. Doppelter Zeilenabstand: NL2BR-Plugin aktiv? Ja, aber erst nach geshi. Das war jedenfalls damals, al...
by chrisbra
Fri Mar 25, 2011 10:52 am
Forum: Generelles in Deutsch
Topic: Plugin Konfiguration
Replies: 4
Views: 2663

Re: Plugin Konfiguration

Hi Hast du ein eigenes (backend) Admin template? Das default admin template hat diese goldenen sidebar buttons - davon ist der zweite 'Eigene Einstellungen'. Darin findet sich mittig 'Fortgeschrittene JavaScripts einsetzen?', was die gesuchte Option ist. Das Zitat stammt aus der Plugin section, wen...
by chrisbra
Fri Mar 25, 2011 9:58 am
Forum: Generelles in Deutsch
Topic: Plugin Konfiguration
Replies: 4
Views: 2663

Re: Plugin Konfiguration

Diese Seite setzt fortgeschrittene JavaScripts ein. Falls dabei Probleme in der Benutzbarkeit auftreten, deaktivieren Sie bitte die Option zum Einsatz dieser JavaScripts im Menüpunkt "Eigene Einstellungen", oder deaktivieren Sie JavaScript in Ihrem Browser. Woraus ist das zitiert? Wo find...
by chrisbra
Thu Mar 24, 2011 11:46 pm
Forum: Generelles in Deutsch
Topic: Plugin Konfiguration
Replies: 4
Views: 2663

Plugin Konfiguration

Hallo,
Kann man die Plugins auch so konfigurieren, dass das nicht mit Javascript geht? Weder Firefox noch Chrome wollen die Plugin Boxen verschieben. Kann man das irgendwie ausschalten?

Danke und Gruß,
Christian
by chrisbra
Thu Mar 24, 2011 11:45 pm
Forum: Generelles in Deutsch
Topic: Probleme mit Geshi.
Replies: 5
Views: 3273

Probleme mit Geshi.

Hallo, woran könnte es liegen, dass mein Geshi-Plugin so kaputt formatierte Texte liefert: http://blog.256bit.org/archives/706-ORA-14074-Oder-wie-man-neue-Partitionen-in-Oracle-richtig-anlegt..html Entweder ich schalte Zeilennummerierung ein und dann wird alles viel zu klein, oder ich schalte es aus...
by chrisbra
Tue Aug 03, 2010 10:53 pm
Forum: Bugs
Topic: Dashboard plugin: PLUGIN_DASHBOARD_ERROR_URL not available
Replies: 3
Views: 2638

Dashboard plugin: PLUGIN_DASHBOARD_ERROR_URL not available

Could it be, that the update-notifier from the dashboard plugin does not work properly, because the URL http://svn.berlios.de/viewcvs/*checkout*/serendipity/trunk+/docs/RELEASE is not valid any more? What would be the way around it? Hm, If I look at that URL: http://svn.berlios.de/viewvc/serendipity...
by chrisbra
Wed Dec 30, 2009 1:47 pm
Forum: Generelles in Deutsch
Topic: Blog abschalten/deaktiveren bzw. Inhalte zusammenführen?
Replies: 3
Views: 2235

Re: Blog abschalten/deaktiveren bzw. Inhalte zusammenführen?

Hi! Die aktuellen s9y versionen haben einen s9y Blogartikelimport, der müsste das größenteils abdecken können, würde ich mal probieren. Vorher sicherheitshalber ein Backup von beiden Datenbanken machen!! Hm, okay. Probiere ich aus. Letzteres ist so leider nicht möglich, also sobald man lesen kann i...
by chrisbra
Tue Dec 29, 2009 3:04 pm
Forum: Generelles in Deutsch
Topic: Blog abschalten/deaktiveren bzw. Inhalte zusammenführen?
Replies: 3
Views: 2235

Blog abschalten/deaktiveren bzw. Inhalte zusammenführen?

Ich habe hier eine etwas seltsame Anfrage. Ich habe mehrere S9Y Installationen, u.a. 2 mit Anekdoten meiner beiden Kinder. Nun möchte ich entweder: beide zusammenlegen (also möglichst den Inhalt beider Installationen) in einer neuen Installation im Archiv zusammenführen und neuen Inhalt in dieser In...
by chrisbra
Sun Aug 30, 2009 2:05 pm
Forum: Development
Topic: collective thread: admin-area improvements
Replies: 19
Views: 19018

Re: collective thread: admin-area improvements

One thing that came to my mind: MAybe you could use the HTTP_Request method to open the URL? Currently this only works when PHP's allow_url_fopen wrappers are enabled. You could check the spartacus plugin for example on "HTTP_Request" for an example on how to make use of that method, if y...
by chrisbra
Wed Aug 26, 2009 3:35 pm
Forum: Development
Topic: collective thread: admin-area improvements
Replies: 19
Views: 19018

Re: collective thread: admin-area improvements

done.

regards,
Christian
by chrisbra
Wed Aug 26, 2009 2:39 pm
Forum: Development
Topic: collective thread: admin-area improvements
Replies: 19
Views: 19018

Re: collective thread: admin-area improvements

Hi garvin,
here http://www.256bit.org/~chrisbra/s9y/ser ... board.diff is a first version of the update notifier.

Is this what you had in mind? Should we move this topic to a new thread?