Releases 9

For tarballs and release assets from this project, see releases.pagure.org/fedora-mediawikitheme.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/fedora-mediawikitheme.git
cd fedora-mediawikitheme
git archive --format=tar.gz --prefix=fedora-mediawikitheme-<TAG>/ -o fedora-mediawikitheme-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

0.09
Release 0.09
55703e77c491a64cbea65d7202f2686d26398cd4
v0.08
Release 0.08
58c6a8d8c9abf35650803a0972ca7b29e286e2e8
Release 0.08 This release fixes one issue with the Fedora Media wiki skin. * Remove the CSS class that was hiding the save edit box at the bottom of the Edit page. This was hidden because we were using features in the wikiEditor where an edit could be saved with buttons at the top of the page. In newer versions of mediawiki, these features were removed, so we need the edit box at the bottom to show now. (Fixes #30)
v0.07
6ea880c17792654fd20bd16da61dfaa7b00783c8
0.06
b9c59d2a25697e6d6836ad373006597ff856733d
v0.05
Release 0.05
ebb474aed8810a9429650c86cd9daf4b6bcef2b0
Release 0.05 A new release of the mediawiki theme for the Fedora wiki, with the following changes: * Hide the old editor options that created an inconsistent UI when editing a wikipage. (Fixes #22 #21 #18) * Previously when not logged in, an avatar showed at the top the page anyway. It was always the same avatar, but now it is fixed, and a login button is shown. (Fixes #16) * Previously the theme didnt have a search box, users had to know and navigate to the search special page. In this release there is a new search box in the header. (Fixes #17) * Added extra margin to add some whitespace after ols and uls in the rendered content (Fixes #19) * Previously, the mw-indicator div was placed at the top of the content, and floated to the right. This was causing issues with the custom headers that some teams use, and other elements that might be floated right at the top of the main content (like a TOC). This release moves this div to the page header to avoid this. (fixes #21 #2) * the discussion tab is no longer shown on the main page (#10) * Make the vagrant setup work again
v0.04
Release 0.04
2ae6c399a2960a052d4e7feb5d1cfe1e542a3e3d
v0.03
Release v0.03
d5e61135c38789197962d8f3c3dcbed472981c26
Release v0.03 - Use standard jQuery - Fix logo path
v0.02
version 0.02 of the theme
e7610fee832eb1db72c3fd71524de7720e23e7b2
version 0.02 of the theme playing a bit with the styles. fix the footer. remove external cdns fix libravatar support
v0.01
Version 0.01 of the Fedora Mediawiki Theme
2eb3e3d2cc73a744d3b67e1d7a585707ee123490
Version 0.01 of the Fedora Mediawiki Theme This is the first version of the new Fedora Mediawiki theme. Most of the features are in here, including toolbar and menu support.