Skip to content

Releases: tinymighty/skinny

Release for MediaWiki 1.37

27 Dec 11:32
Compare
Choose a tag to compare
REL1_37

Add license to composer.json

MediaWiki 1.37 support

27 Dec 11:43
Compare
Choose a tag to compare

Support for MediaWiki 1.37

Release for MW 1.35

24 Mar 10:57
Compare
Choose a tag to compare
REL1_35

Fixes for 1.35

Release for MW 1.28

26 Jan 14:18
41a29dc
Compare
Choose a tag to compare
Fixes for 1_28 (#6)

* fix: fix autoloading and missing base class; fix

- Remove leading slashes from namespaces in extension.json
- Add Skinny.php to composer.json autoload files

* fix: prevent calls to setLayout for skins not based on Skinny

* fix: Add correct path to magic words definition file

First release. Breaking changes!

21 Aug 16:35
Compare
Choose a tag to compare
Compat with MW 1.26 (#5)

- Update for MW 1.26
- Add type info to setOptions  method
- Add concept of Layout. This is about to be reversed, commit for history's sake...
- Still prototyping out a class inheritence approach to layouts
- Add Title HTML to Zone title-html
- Fix magic words
- Migrate i18n to JSON
- Fix up TOC extraction 
- Improve debugging
- Remove unused code
- Body class name appends names of layout parents
- Template correctly assigns hooks
- Improve layout hook error checking
- Remove templates dir
- Add getPageURL helper to Layout class
- Comment out dataAfterContent appending for now
- Add a classname for each layout in the class hierarchy

Fixes to globals for installing via Composer

24 Mar 13:26
Compare
Choose a tag to compare
Merge pull request #3 from andru/master

Replace globals

0.0.4: Merge pull request #1 from andru/master

08 Nov 14:20
Compare
Choose a tag to compare
Added autoload and type to composer.json