Search found 2709 matches

by onli
Sun Jan 16, 2011 6:18 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

Jeah, but I was pointing to the &$addData, not the $nv.
True, sorry, i mixed it up and meant $addData. $nv isn't changed later on nor should a change to $nv go back to the dashboard-plugin ;)
by onli
Sun Jan 16, 2011 4:41 pm
Forum: Upcoming Serendipity Features
Topic: [1.6] Conditional theme options
Replies: 3
Views: 17571

Re: [1.6] Conditional theme options

Do we have conditional plugin options? I could use them.
by onli
Sun Jan 16, 2011 4:28 pm
Forum: Bugs
Topic: No comments possible
Replies: 9
Views: 6230

Re: No comments possible

Oh. Thanks for that feedback! It indeed means "Analysis". Probably got mixed up with the german translation. This menu is only for checking how the plugin works atm, how the filter is working. When you press go, it should lead you to a page where you can see the comment in its parts and th...
by onli
Sun Jan 16, 2011 4:18 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

Well, it is necessary to have the &$nv because the other plugin, autoupdater, changes $nv and thus adds the link. I am not a php-expert and not familiar with another method to achieve this. We could probably change &addData to &$addData in the function-definition in the plugin-Api, but t...
by onli
Sun Jan 16, 2011 2:31 am
Forum: Bugs
Topic: No comments possible
Replies: 9
Views: 6230

Re: No comments possible

Well, i am a bit biased, i wrote the bayes-plugin. But i really think it's a good configuration to use that, let it learn a while, and combine it with the normal serendipity_event_spamblock (spam protector).
by onli
Sun Jan 16, 2011 2:27 am
Forum: Upcoming Serendipity Features
Topic: [1.6] Article Templates
Replies: 6
Views: 20737

Re: [1.6] Article Templates

The article-series-plugin seems like a good place for this. Though i don't know how the code of that plugin is.
by onli
Sat Jan 15, 2011 11:53 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

Good idea, to do this before maybe unpacking corrupted files. I will add this.
by onli
Sat Jan 15, 2011 11:01 pm
Forum: Bugs
Topic: No comments possible
Replies: 9
Views: 6230

Re: No comments possible

Well, glad it works. By the way, which one was it?
by onli
Sat Jan 15, 2011 9:03 pm
Forum: Installation
Topic: What version do i have?
Replies: 2
Views: 3068

Re: What version do i have?

If you install the dashboard-plugin, it should tell it on the startpage of the admin-area. Also, the versionnumber is normally printed at the bottom of the adminara - and in the <head>-section of the sourcecode of the blog itself. By the way, i just commited an autoupdate-plugin to spartacus which s...
by onli
Sat Jan 15, 2011 7:56 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

I just commited the plugin to spartacus, after i made some additions (a check if the files which need to be overwritten are writable). Still needs some polish. And Garvin, i encountered the strange behaviour that all output from the 'backend_sidebar_entries_event_display_update'-hook was printed twi...
by onli
Fri Jan 14, 2011 3:07 pm
Forum: Generelles in Deutsch
Topic: Datei kann beim update nicht gelöscht werden...
Replies: 13
Views: 4169

Re: Datei kann beim update nicht gelöscht werden...

Nutzt nicht das Plugin, das diese Bildhervorhebungen macht (serendipity_event_lightbox), in einer Variante Prototype?
by onli
Fri Jan 14, 2011 2:16 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

If i remember correctly, it checks if curl_init() exists, though curl is only the alternative approach (if copy does not work with an url). If the check is not in the plugin at the moment then there is only one if missing :)
by onli
Thu Jan 13, 2011 8:35 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

Well, i was curious if it would work and i had the evening, so i started today. The attached plugin will hook into the dashboard-plugin, add an "update now!"-button if the dashboard-plugin detects an available update, download it and copy the files over the old ones. However, it does not: ...
by onli
Thu Jan 13, 2011 3:54 pm
Forum: Upcoming Serendipity Features
Topic: [2.0] Auto upgrade manager [developer needed]
Replies: 63
Views: 127424

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

I also think the updater should be part of a (core-)plugin and not inserted anywhere else. Think I'll start to write a protoype that weekend.
by onli
Thu Jan 13, 2011 3:52 pm
Forum: General discussions
Topic: Google Webmaster "extlink"
Replies: 10
Views: 4436

Re: Google Webmaster "extlink"

And the problem remains? On the page, extlink is only part of the onclick-handler of the links inserted by the tracking-plugin. If those links work for you, it probably is an error of the google-crawler.