Search found 2709 matches

by onli
Wed Jan 26, 2011 4:39 pm
Forum: Plugins
Topic: DBClean
Replies: 7
Views: 3906

Re: DBClean

I just commited the plugin. Dirk, it is perfectly fine to add those indexes on a blog you administrate yourself. But, if not absoluteley necessary, i don't want to change the db with a plugin - maybe some other plugin wants also to create an index on timestamp and chooses another name or something l...
by onli
Sun Jan 23, 2011 3:11 pm
Forum: Generelles in Deutsch
Topic: event und sidebar plugin verbinden
Replies: 10
Views: 2801

Re: event und sidebar plugin verbinden

Ich hätte gerne gewußt, wo onli das "hold" her hat... Aus einem anderen Plugin, ich glaube sogar aus einem von meinen. Woher das wiederum kam weiß ich nicht. Vll hat es Garvin mal geschrieben. Bin mir aber auch geraden nicht sicher, ob das funktioniert. Ich habe gerade in meinem Blog das ...
by onli
Sun Jan 23, 2011 3:05 pm
Forum: Plugins
Topic: DBClean
Replies: 7
Views: 3906

Re: DBClean

I have about 400.000 entries in "exit" and 1.500.000 in "visitors". I added exits, visitors was already in the selection. Since this is based on time, there should be an index on the timestamp column. I'd be prefer not to mess with the database-structure with the plugin. Is the ...
by onli
Sun Jan 23, 2011 1:04 pm
Forum: Plugins
Topic: suggestions for serendipity_event_dashboard
Replies: 5
Views: 2467

Re: suggestions for serendipity_event_dashboard

Think you misunderstood the question :)

Bernd suggested to use the notifier of the dashboardplugin to print a notification like "Your version of serendipity is up-to-date".
by onli
Sun Jan 23, 2011 12:58 pm
Forum: Plugins
Topic: DBClean
Replies: 7
Views: 3906

Re: DBClean

Thanks, i oversaw the headings. Fixed, also unix_timestamp(). Are there additional tables the plugin could clean? What about maybe merging this into the dashboard plugin? I don't really see the connection between those? To clean the database is a distinct purpose, think that belongs into an own plug...
by onli
Sat Jan 22, 2011 8:19 pm
Forum: Plugins
Topic: suggestions for serendipity_event_dashboard
Replies: 5
Views: 2467

Re: suggestions for serendipity_event_dashboard

No, please not. That is pure dashboard-functionality. The autoupdater won't work without the dashboardplugin, but they are not merged. Also, i don't intend to adopt the dashpord-plugin atm, and i am not sure those suggestions would be seen there.
by onli
Sat Jan 22, 2011 2:01 pm
Forum: Generelles in Deutsch
Topic: Die Zukunft von Serendipity
Replies: 160
Views: 92371

Re: Die Zukunft von Serendipity

Bei den Kern-Features hätte ich gerne eines, dass das Aufräumen der Datenbank nach bestimmten Kriterien aus der Adminoberfläche heraus möglich macht. Ich hab mich durch deinen Kommentar an dbclean erinnert, was ja sowieso durch deinen Wunsch entstanden ist. Keine Kernfunktion und das mit den bestim...
by onli
Sat Jan 22, 2011 1:53 pm
Forum: Plugins
Topic: DBClean
Replies: 7
Views: 3906

DBClean

Some time ago, i wrote upon request a plugin to clean the database. Development stopped after i got suddenly no feedback anymore, so i forgot it myself. Well, i remembered and finished it today. Have a look, i will commit it to spartacus soon if no error-reports arrive here.
by onli
Sat Jan 22, 2011 12:02 pm
Forum: Themes
Topic: Footer issues with carl_contest theme
Replies: 3
Views: 3872

Re: Footer issues with carl_contest theme

text-align: center seems to work. If you change your margin to margin: auto; it should be centered.
by onli
Fri Jan 21, 2011 7:36 pm
Forum: Generelles in Deutsch
Topic: <br>-Absätze auf Artikelseiten werden nicht mehr angezeigt.
Replies: 4
Views: 1455

Re: <br>-Absätze auf Artikelseiten werden nicht mehr angezei

Mit FF 3.6.13 für mich unter Ubunt 8.04 nicht nachvollziehbar. Der Validator spuckt für die Seite aber jede Menge Fehler aus. So ist z.B. <br> kein valides XML, <br /> wäre es, dein Template behauptet aber es wäre XHTML. Das ist fehlerträchtig. Wenn nicht jemand das Problem direkt erkennt solltest d...
by onli
Fri Jan 21, 2011 1:01 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127457

Re: [2.0] Auto upgrade manager [developer needed]

Just commited the latest version to spartacus. The updater now compares the checksum of the archive with the one written at the downloadpage, and does an integrity-test also using checksums after unpacking the archive.
by onli
Mon Jan 17, 2011 10:13 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127457

Re: [2.0] Auto upgrade manager [developer needed]

Hopefully that's not an issue or a change of behavior in php 5.3 we are running into. Could you please test it again with the attached versions? Working at my system.
by onli
Mon Jan 17, 2011 2:23 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127457

Re: [2.0] Auto upgrade manager [developer needed]

I really just switched the position: $nv = $this->get_config('last_version'); if($this->compareVersion($nv, $serendipity['version'])){ $eventData = ''; serendipity_plugin_api::hook_event('plugin_dashboard_updater', $eventData, $nv); print $this->showUpdateHeader(); $update_text = $this->get_config('...
by onli
Mon Jan 17, 2011 12:29 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127457

Re: [2.0] Auto upgrade manager [developer needed]

Hm? I don't get that code. Won't it always show the button no matter what the autoupdater-plugin does? I separated the updater-plugin and the dashboard-plugin because something like an updater don't belong into the dashboard-plugin, neither does the download-button itself. There is an easy way aroun...
by onli
Sun Jan 16, 2011 6:39 pm
Forum: Bugs
Topic: No comments possible
Replies: 9
Views: 6231

Re: No comments possible

Thanks again for the additional feedback. Having a description apart from the plugin-description at the configuration isn't intended, though there is room to link a readme. I should add one. But how does the plugin determain what spam-score (or spaminess) each comment has? Just from learning? Or doe...