From e285abc65baee80e849781ad30de0420e3a20852 Mon Sep 17 00:00:00 2001 From: Alexis Hassler Date: Sat, 18 May 2019 11:21:16 +0200 Subject: [PATCH] Issue #6 List of pages per user --- _global/Special:AllPages.html | 5 ++- _global/Special:Categories.html | 5 ++- _global/Special:ListRedirects.html | 3 +- _global/Special:ListUsers.html | 13 +++----- _global/Special:LongPages.html | 3 +- _global/Special:RecentChanges.html | 3 +- _global/Special:ShortPages.html | 3 +- _global/feed.xml | 3 +- _global/tags.html | 39 ++-------------------- _includes/functions/redirect-page.html | 4 +-- _includes/functions/wiki-pages.html | 7 ---- _includes/functions/wiki-tags.html | 33 ------------------- _includes/tags.html | 3 +- _includes/user.html | 6 ++-- _layouts/contributions.html | 11 +++++++ _layouts/tag.html | 3 +- _layouts/user.html | 5 +++ _plugins/contributions-page-generator.rb | 22 +++++++++++++ _plugins/hook-wiki-page-enhancer.rb | 41 ++++++++++++++++++++++-- _sass/wiki.scss | 4 +++ _special/User:Alexis.html | 9 ++++-- 21 files changed, 109 insertions(+), 116 deletions(-) delete mode 100644 _includes/functions/wiki-pages.html delete mode 100644 _includes/functions/wiki-tags.html create mode 100644 _layouts/contributions.html create mode 100644 _layouts/user.html create mode 100644 _plugins/contributions-page-generator.rb diff --git a/_global/Special:AllPages.html b/_global/Special:AllPages.html index d10bf2d..25d1f8e 100644 --- a/_global/Special:AllPages.html +++ b/_global/Special:AllPages.html @@ -3,12 +3,11 @@ layout: default title: All pages menu: ['global'] --- -{%- include /functions/wiki-pages.html -%} diff --git a/_global/Special:Categories.html b/_global/Special:Categories.html index fbeee50..a7f0f62 100644 --- a/_global/Special:Categories.html +++ b/_global/Special:Categories.html @@ -3,11 +3,10 @@ layout: default title: Tags menu: ['global'] --- -{%- include /functions/wiki-tags.html -%}