Skip to content

Commit

Permalink
Updated to v2019-05-22
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed May 22, 2019
1 parent 6b73c46 commit 116e777
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
53 changes: 52 additions & 1 deletion RELEASE.md
@@ -1,6 +1,56 @@
# Bootstrap3 DokuWiki Template ChangeLog

## [Develop]
## [v2018-05-22]

After a long development cycle a new release of Bootstrap3 template is issued. This release use the [new DokuWiki menu system](https://www.dokuwiki.org/devel:menus) introduced in *Greebo* release (included the compatibility classes for older DokuWiki releases). Switched all FontAwesome icons to Material Design Icon (added WebFont and SVG icons) and added option for enable the Material Design Icons for DokuWiki toolbar. Re-designed detail page for display EXIF and other useful photo metadata. Added new hook (`:usermenu`) for add a custom menu in User Menu. Upgraded Bootstrap and Bootswatch to v3.4.1 to prevent XSS vulnerability and `simple_html_dom` to v1.8.1 to increase the performance. This release now use a `Template` class for increase the performance during the rendering of page (1.2~1.5 second faster than the previous release).

Enjoy!

### Added
* Added support for [new menu system](https://www.dokuwiki.org/devel:menus) for all DokuWiki menu and action items
* Added new option (`notifyExtentionsUpdate`) for display available update of DokuWiki plugins on user menu
* Added Material Design Icons assets (webfont and SVG)
* Added `useAlternativeToolbarIcons` option for enable Material Design Icons support on DokuWiki toolbar
* #349: Added integration of `tagalerts` plugin (thanks to @per-hed)
* #359: Lookup thumbnail photo from ActiveDirectory for Avatar support (thanks to @swordfischer). This integration require `authad` plugin and `$conf['plugin']['authad']['additional']` config with `thumbnailphoto` value.
* #364: Added link and media syntax for page and media id (thanks to @onkobu for idea)
* #411: Added Bootstrap v4 utilities
* #412: Added `:usermenu` hook for add new items in user menu using a standard DokuWiki page
* Added support of `tplinc` plugin (https://www.dokuwiki.org/plugin:tplinc)
* Added support of Material Design icons on DokuWiki edit page

### Changed
* Use SVG icons for all DokuWiki tools menu (User, Site and Page)
* Improved Detail Page
* Upgraded Bootstrap3 Typeahead
* #402: Upgraded Bootstrap and Bootwarch to v3.4.1 to prevent XSS vulnerability (thanks to @gizmo21)
* #410 PR: Upgrade `simple_html_dom` to v1.8.1 (thanks to @GergoLadi for PR)
* #418 PR: Remove `X-UA-Compatible` in meta HTTP tag, is already set via PHP header function (thanks to @AmritasyaPutra)

### Removed
* Removed "Purge cache" button in Page Tools
* Removed "Page Tools" animation
* Drop support for older DokuWiki release prior of PHP < 5.3.x
* Removed `pageToolsAnimation`, `showPurgePageCache` and `pageToolsAnimation` options
* Removed Google+ support on "Share on..." menu

### Fixed
* #348: Removed `.page-header` class for Bootstrap Wrapper panel component in sidebar (thanks to @per-hed)
* #347: Re-added "bootstrap3:tabs" event for plugins that use DokuWiki tab styling (eg tabbox plugin) (special thanks to @martk70)
* #350, #352: Suppress warning for open_basedir
* #351: Removed TOC wrapper for NOTOC (thanks to @dralli72 and @trailjeep)
* #354: Added workaround for ToDo Plugin for checked elements (thanks to @nurzu)
* #356: Fixed keyboard access for new searchbar (@nurzu)
* #368, #391: Fixed readability issue on Extension Manager for Dark themes (cyborg, darkly, slate, superhero and solar) (special thanks to @Miro-Collas for suggested patch)
* #371 PR: Fixed incompatibility with SimpleNavi Plugin and Greebo DokuWiki release (thanks to @CornHead764)
* #375: Fixed Search matching pagenames overlap (thanks to @MKCPC)
* #388: Render all DokuWiki hooks (pageheader, pagefooter, topheader and header) with Bootstrap's styles (thanks to @dranjor and @mP-wiki for idea)
* #394, #395 PR: Send correct search URL, and keep current page (thanks to @schplurtz)
* #397, #400, #404, #405: Fixed Regex syntax for PHP Simple HTML DOM (thanks to @Kyushin for patch and other issue reporters)
* #402: Upgraded Bootstrap and Bootwarch to v3.4.1 to prevent XSS vulnerability (thanks to @gizmo21)
* #403: Fixed Characters picker z-index (thanks to schplurtz for patch on DokuWiki forum and @hokkaidoperson for reporting the issue)
* #415: Fixed footer sticky bug (thanks to @lifehome)



### Added
Expand Down Expand Up @@ -456,6 +506,7 @@ In this release improved the user experience with new icons for Configuration Ma


[Develop]: https://github.com/LotarProject/dokuwiki-template-bootstrap3/compare/master...develop
[v2019-05-22]: https://github.com/LotarProject/dokuwiki-template-bootstrap3/compare/v2018-02-16...v2019-05-22
[v2018-02-16]: https://github.com/LotarProject/dokuwiki-template-bootstrap3/compare/v2016-12-12...v2018-02-16
[v2016-12-12]: https://github.com/LotarProject/dokuwiki-template-bootstrap3/compare/v2016-05-07...v2016-12-12
[v2016-07-05]: https://github.com/LotarProject/dokuwiki-template-bootstrap3/compare/v2016-04-13...v2016-05-07
Expand Down
1 change: 0 additions & 1 deletion main.php
Expand Up @@ -18,7 +18,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><?php echo $TEMPLATE->getBrowserPageTitle() ?></title>
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<meta name="viewport" content="width=device-width,initial-scale=1" />
Expand Down

0 comments on commit 116e777

Please sign in to comment.