Latest Neocron News and Information

  • New test server patch #550 has been released to Vedeena
  • New retail server patch #551 has been released to Titan

Difference between revisions of "Neocron Wiki:NC Wiki Extension"

From Neocron Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
** Read wiki pages as a page or set of settings.
 
** Read wiki pages as a page or set of settings.
 
** Read a setting from a page
 
** Read a setting from a page
* Allow extra JS files to be loaded (Configured via [[MediaWiki:NCwiki_extension.js]] page)
+
* Allow extra JS files to be loaded (Configured via [[MediaWiki:Wiki_Extension.js]] page)
 
** Can load Javascript from Wiki pages
 
** Can load Javascript from Wiki pages
 
** Can load Javascript from a set of provided files
 
** Can load Javascript from a set of provided files
 
* A lirary of JQuery files including
 
* A lirary of JQuery files including
** JQuery 1.2.6
+
** JQuery 1.2.6 and 1.3.2
 
** JQuery Map hilight plugin
 
** JQuery Map hilight plugin
 
** JQuery Meta data plugin
 
** JQuery Meta data plugin
** JQeury Kara Compatibility plugin
+
** JQeury Kara Framework Compatibility plugin
  
 
=== Versions 1.0.0 to 1.1.0 ===
 
=== Versions 1.0.0 to 1.1.0 ===
Line 21: Line 21:
 
=== Version 1.2.0 ===
 
=== Version 1.2.0 ===
  
Updates and renames to allow code to be used on the BP Wiki.
+
* Updates and renames to allow code to be used on the BP Wiki.
  
 
=== Version 1.2.1 ===
 
=== Version 1.2.1 ===
Line 38: Line 38:
  
 
* Added new function ReadWikiPageHTML - Reads a wiki page and returns the parsed HTML.
 
* Added new function ReadWikiPageHTML - Reads a wiki page and returns the parsed HTML.
 +
 +
=== Version 1.2.4 ===
 +
 +
* Changed code to force all JS to be added before any other scripts.
 +
 +
=== Version 2.0.0 - 20th May 2013 ===
 +
 +
* Updated JQuery plugins (1.9.1)
 +
* Fixed a IE8/9/10 MIME type bug
 +
 +
=== Version 3.0.0 - 22nd May 2013 ===
 +
 +
* Rewrite in PHP 5.3 and to use some Symfony components
 +
 +
=== Version 3.1.0 - 26th May 2013 ===
 +
 +
* Metadata updates to support various formats (yml,cfg,lst,js,css,url and plain wiki)
 +
* Support for dynamic resources for the mediawiki resource manager

Latest revision as of 14:16, 27 May 2013

NC Wiki Extension

The NC Wiki Extension provides extra functionality for the Neocron and Prophecy Network Wiki. Functions include:-

  • A set of helper functions for other extensions to use
    • Read wiki pages as a page or set of settings.
    • Read a setting from a page
  • Allow extra JS files to be loaded (Configured via MediaWiki:Wiki_Extension.js page)
    • Can load Javascript from Wiki pages
    • Can load Javascript from a set of provided files
  • A lirary of JQuery files including
    • JQuery 1.2.6 and 1.3.2
    • JQuery Map hilight plugin
    • JQuery Meta data plugin
    • JQeury Kara Framework Compatibility plugin

Versions 1.0.0 to 1.1.0

There are no release notes for these versions.

Version 1.2.0

  • Updates and renames to allow code to be used on the BP Wiki.

Version 1.2.1

Bug fix/Feature release.

  • Fixed path issue
  • Fixed error message with missing Wiki page.
  • Added JQuery 1.3.2 (1.2.6 is available for backward compatibility)

Version 1.2.2

  • Fixed issue with extension not being called on Special pages

Version 1.2.3

  • Added new function ReadWikiPageHTML - Reads a wiki page and returns the parsed HTML.

Version 1.2.4

  • Changed code to force all JS to be added before any other scripts.

Version 2.0.0 - 20th May 2013

  • Updated JQuery plugins (1.9.1)
  • Fixed a IE8/9/10 MIME type bug

Version 3.0.0 - 22nd May 2013

  • Rewrite in PHP 5.3 and to use some Symfony components

Version 3.1.0 - 26th May 2013

  • Metadata updates to support various formats (yml,cfg,lst,js,css,url and plain wiki)
  • Support for dynamic resources for the mediawiki resource manager