Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csstimeline
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
DokuWiki
csstimeline
Commits
d4a7a1b4
Commit
d4a7a1b4
authored
8 years ago
by
Andreas Böhler
Browse files
Options
Downloads
Patches
Plain Diff
Update pattern to support multiple plugin invocations
parent
f5886812
Branches
main
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helper.php
+2
-6
2 additions, 6 deletions
helper.php
plugin.info.txt
+1
-1
1 addition, 1 deletion
plugin.info.txt
with
3 additions
and
7 deletions
helper.php
+
2
−
6
View file @
d4a7a1b4
<?php
/**
* Helper Class for the signpage plugin
* This helper does the actual work.
* Sign pages using a separate login and membership of a given group
*
* Configurable in DokuWiki's configuration
* Helper Class for the csstimeline plugin
*/
// must be run within Dokuwiki
...
...
@@ -12,7 +8,7 @@ if(!defined('DOKU_INC')) die();
class
helper_plugin_csstimeline
extends
DokuWiki_Plugin
{
public
$specialPattern
=
'<csstimeline>.*</csstimeline>'
;
public
$specialPattern
=
'<csstimeline>.*
?
</csstimeline>'
;
public
function
handleMatch
(
$match
)
{
...
...
This diff is collapsed.
Click to expand it.
plugin.info.txt
+
1
−
1
View file @
d4a7a1b4
base csstimeline
author Andreas Boehler
email dev@aboehler.at
date 201
5
-0
3-11
date 201
7
-0
1-06
name csstimeline plugin
desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
url http://www.aboehler.at
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment