Skip to content

Tags: kensanata/oddmuse

Tags

2.4.2

Toggle 2.4.2's commit message
wordcount: fix test

2.4.1

Toggle 2.4.1's commit message
Fix parenthesis

2.4.0

Toggle 2.4.0's commit message
Release process: master → main

2.3.16

Toggle 2.3.16's commit message
Release process: master → main

2.3.15

Toggle 2.3.15's commit message
Fixed development target in Makefile

The problem is that by default the test-data/config file contains
$ScriptName = 'http://localhost/wiki.pl' but morbo serves the site at
http://127.0.0.1:8080. We therefore append a new $ScriptName
assignment if the correct one doesn't exist. The alternative is
tricky because of the /wiki.pl prefix; fixing that would require a lot
more code, I suspect.

2.3.14

Toggle 2.3.14's commit message
rename-pages: add a space in front of the button

2.3.13

Toggle 2.3.13's commit message
banned-regexps: updated copyright year

2.3.12

Toggle 2.3.12's commit message
rc.t: fix copyright year

2.3.11a

Toggle 2.3.11a's commit message
gopher-server: better handle links gopher urls

Accept links without path, i.e. gopher://alexschroeder.ch.

2.3.10

Toggle 2.3.10's commit message
Perl 5.26 no longer adds . to @inc

test.pl calls stuff/server.pl and needs to pass a qualified
script (./wiki.pl instead of wiki.pl).