Search found 2701 matches

by onli
Fri Feb 11, 2011 10:46 am
Forum: Generelles in Deutsch
Topic: freetag plugin errors
Replies: 27
Views: 9374

Re: freetag plugin errors

Ja, dass es an nichtvorhandenen Einträgen liegt war mir nicht klar. Wenn es nur das ist, können wir das natürlich einfach abfragen. Auch wenn die Fehlermeldung dann nur sehr selten auftreten sollte ;)
by onli
Sat Feb 05, 2011 1:06 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 115956

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

I didn't have a look at the code yet. But i'd prefer if spartacus would fetch the dependencies and otherwise print a errormessage which plugin needs to be installed.
by onli
Fri Feb 04, 2011 2:45 pm
Forum: General discussions
Topic: Worrying respons to Verify Integrity
Replies: 10
Views: 4611

Re: Worrying respons to Verify Integrity

You deleted the files, the verification had to fail. You can simply ignore the message.

The verification of functions_config.inc.php is another story, guess you changed that file? Have a look in it if not.
by onli
Tue Feb 01, 2011 2:34 am
Forum: General discussions
Topic: Announcement emails?
Replies: 3
Views: 2783

Re: Announcement emails?

There's also some work being done on the dashboard plugin which will eventually develop into an update notification within the S9y backend.
The notifications is already included since quite some time in the dashboard-plugin.
by onli
Wed Jan 26, 2011 7:34 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 115956

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

In the short run, it would be great to work on the dependency system and check if it can be improved to utilize spartacus to download plugins that are not yet locally existing... Ahem, I remember us talking and thinking that it is eval to allow something automatic downloading, without user intro an...
by onli
Wed Jan 26, 2011 5:39 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 115956

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

I dislike the idea of creating one giant plugin :/ In the end, it is garvins call. But i'd rather fix the dependency-system and add the dasboard-plugin+autoupdater+x as enabled plugins shipped with serendipity. Without fixed release-dates, it would be hard otherwise to update those plugins if they a...
by onli
Wed Jan 26, 2011 4:59 pm
Forum: Themes
Topic: Smarty: foreach, every 2nd iteration
Replies: 6
Views: 14309

Re: Smarty: foreach, every 2nd iteration

Code: Select all

{if $smarty.foreach.myloop.iteration is even}
Which ist what timbalu suggested ;)
by onli
Wed Jan 26, 2011 4:39 pm
Forum: Plugins
Topic: DBClean
Replies: 7
Views: 3860

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: 2772

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: 3860

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: 2432

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: 3860

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: 2432

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: 91123

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: 3860

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.