Opened 16 years ago
Closed 13 years ago
#3625 closed New Feature (invalid)
Enhanced Internal Link Search for Mediawiki+FCKeditor
Reported by: | Don Stringham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | HasPatch | Cc: |
Description
The users of the FamilySearch Research Wiki (http://wiki.familysearch.org) needed to have the FCKeditor internal link search return the same results as if search from our main page. Attached are two patches one for FCKeditorSajax.body.php which adds two functions and one for FCKeditor.php which adds a few constants. Then by setting two global variables in LocalSettings.php ($wgFCKeditorSearch and $wgFCKeditorSearchType) you can have the FCKeditor internal link search use the same search engine as is Mediawiki or continue to use the default FCKeditor link search. At this time we have not yet implemented the patches on our production system but they are running on our testing and staging environments.
Attachments (3)
Change History (5)
Changed 16 years ago by
Attachment: | FCKeditor.php.patch added |
---|
Changed 16 years ago by
Attachment: | FCKeditorSajax.body.php.patch added |
---|
Added two functions and additional logic to use different search mechanisms with FCKeditor+Mediawiki
comment:1 Changed 16 years ago by
Keywords: | Confirmed HasPatch added |
---|
Changed 16 years ago by
Attachment: | FCKeditor.Sajax.body.php.2.patch added |
---|
Added logic to handle Lucene 2.1 search.
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Since FCKeditor is no longer supported and was replaced with CKEditor, active development of the MediaWiki extension and support for it are also finished.
I’m closing this ticket as it is no longer valid.
Added constants to this file to help with settings in LocalSettings.php