splitbrain/dokuwiki-plugin-searchindex

If autolink3 is installed then plugin searchindex will not work.

Closed this issue · 2 comments

If autolink3 is installed then plugin searchindex will not work.
It says JavaScript not installed.

If I disable autolink3 then searchindex will work.

Quelle http://github.com/splitbrain/dokuwiki-plugin-searchindex/zipball/master
Installiert Thu, 04 Nov 2010 21:20:30 +0000

Name Searchindex Manager
Datum 2010-08-29
Typ admin
Beschreibung Allows to rebuild the fulltext search index
Entwickler Andreas Gohr
Web http://www.dokuwiki.org/plugin:searchindex

Quelle http://autolink3.googlecode.com/files/autolink3%202.0.zip
Installiert Thu, 04 Nov 2010 21:42:59 +0000
Name autolink3
Datum 2010-07-22
Entwickler Arthur Lobert
Web http://www.dokuwiki.org/plugin:autolink3

That's the problem with people mindlessly copying my code in their plugin. The Autolink3 author copied my AJAX code and did not rename the global pl_si variable.

I'll rename my variable to something more obviously privately namespaced...

rename global var pl_si to plugin_searchindex. closed by 270da59

Other plugin authors (point in case: autolink3) seem to simply copying
my AJAX code without much understanding, reusing my variable name. Which
of course breaks when both plugins are installed.