Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
Change-Id: I0dea2604320476601d9024640b8126c8920dfe8a
  • Loading branch information
s7eph4n committed Oct 19, 2014
1 parent 1f9ec6a commit 8fa970f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chameleon.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

// define the skin's version
define( 'CHAMELEON_VERSION', '1.0-alpha' );
define( 'CHAMELEON_VERSION', '1.0' );

// set credits
$GLOBALS[ 'wgExtensionCredits' ][ 'skin' ][ ] = array(
Expand Down
52 changes: 52 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## Release Notes

### Chameleon 1.0

After nearly 1.5 years in development status, this is the first official version
of the Chameleon skin for MediaWiki.

It contains the following layouts:
* __standard__ feature a big logo, a horizontal nav bar containing the sidebar
navigation links to Main Page, Recent changes, etc. The personal tools (user
page, preferences, etc.) and the page tools (discussion, edit, history) are
kept as textual links above and below the nav bar. Same goes for the search
bar, it is kept above the nav bar on the right side of the page.
* __navhead__ integrates the (now smaller) logo, page tools, personal tools, and
the search bar in the nav bar, leading to a more content oriented look.
* __fixedhead__ takes the nav bar out of the content grid and puts it at the top
of the page over the full width of the browser window. The nav bar stays fixed
at its position when the page is scrolled.
* __stickyhead__ is similar to fixedhead, only it has a secondary menu bar on
top of the main nav bar. When the page is scrolled, the secondary menu will
scroll with the page, while the main menu will scroll only up to the upper
window border and then stay there.

This version contains the following components:
* Cell
* Container
* FooterIcons
* FooterInfo
* FooterPlaces
* Grid
* Html
* Logo
* MainContent
* Menu
* NavbarHorizontal
* NavMenu
* NewtalkNotifier
* PageTools
* PersonalTools
* Row
* SearchBar
* SiteNotice
* Structure
* ToolbarHorizontal

Notable Issues:
* The available documentation is insufficient. For now, if you have questions,
just [ask](contact.md).
* Many of the lesser used page elements are not properly styled yet.

Compatibility:
* Tests have been run against MediaWiki 1.22 and 1.25

0 comments on commit 8fa970f

Please sign in to comment.