Alex Schroeder
d663c2b61d
Perl 5.26 no longer adds . to @INC
...
Trying a different solution. The existing solution only worked for
relative paths in $DataDir. Now we check whether $DataDir starts with /
or ./ and only prepend a ./ if it does not.
2017-11-07 14:49:52 +01:00
Alex Schroeder
90e92c27b8
Perl 5.26 no longer adds . to @INC
...
More changes required, finding more places where do or require is
used.
2017-11-03 18:37:52 +01:00
Alex Schroeder
60a4572087
creole: fix left alignment of th
2017-11-01 16:51:23 +01:00
Alex Schroeder
299b94243d
ditaa and mermaid modules added
2017-09-07 22:27:47 +02:00
Alex Schroeder
9d3deaff0f
permanent-anchors: fix dirty block return
2017-08-29 16:44:08 +02:00
Alex Schroeder
42a1e389a5
namespaces: sort the result of the namespace action
2017-08-29 15:39:08 +02:00
Alex Schroeder
9883a064f3
markdown-rule fixes for _foo_, *foo* and /foo/
2017-08-28 11:42:02 +02:00
Alex Schroeder
52617b472d
bbcode must come after markdown
2017-08-16 09:31:51 +02:00
Alex Schroeder
88b384c2b4
static-copy: suppress extra output when saving pages
2017-07-24 10:35:18 +02:00
Alex Schroeder
92e231b10c
paste-image: new action includes javascript
2017-07-14 13:42:12 +02:00
Alex Schroeder
688cf9eea5
markdown-rule: support nested lists by indenting
2017-07-07 17:11:04 +02:00
Alex Schroeder
ad9a19d551
paste-image: step from 0.8 to 0.5
...
As it turns out, when I tried to paste an 1.5MB image, the old
settings didn't work. We need to shrink more agressively.
2017-06-16 20:01:11 +02:00
Alex Schroeder
7595e6db36
paste-image: fix name of option
2017-06-13 22:43:36 +02:00
Alex Schroeder
74fd5c569c
paste-image: delete trailing whitespace
2017-06-13 22:32:30 +02:00
Alex Schroeder
e4376c178b
paste-image: handle $QuestionaskerSecretKey
2017-06-13 22:18:11 +02:00
Alex Schroeder
9e46438534
Merge branch 'master' of github.com:kensanata/oddmuse
2017-06-13 22:11:46 +02:00
Alex Schroeder
4dd29bd4a7
paste-image: automatic resizing via Javascript
2017-06-13 22:06:39 +02:00
Alex Schroeder
90af54b7ba
Add separate alt text for uploaded images
2017-06-13 12:55:52 +02:00
Alex Schroeder
cadcdde5f8
Fix how image names are determined
2017-06-12 23:22:31 +02:00
Alex Schroeder
4c77bc11de
markdown-rule: merge with latest from server
2017-06-11 23:42:51 +02:00
Alex Schroeder
05988eb899
paste-image.pl is new
2017-06-11 23:27:16 +02:00
Alex Schroeder
040bd05333
Markdown rule fix for markup in table cells
2017-05-22 18:20:53 +02:00
Alex Schroeder
4c6d91a101
Markdown rule: fix rules for __ and _
2017-05-22 17:59:34 +02:00
Alex Schroeder
71b93887dc
webdav: new tests using cadaver, when installed
2017-05-22 12:23:15 +02:00
Alex Schroeder
391049ef77
Qualify OddMuse::Modified in a different package
2017-05-22 12:23:15 +02:00
Alex Schroeder
3d5aec5651
For PUT and POST, CGI will read STDIN
...
You can get the content via the parameters POSTDATA and PUTDATA. For
other methods, however, this doesn't work and you still need to read
STDIN. One such method is PROPFIND.
2017-05-22 12:23:15 +02:00
Alex Schroeder
5a45c1191a
git.pl: failing to delete a file is not an error
2017-05-22 12:23:15 +02:00
Alex Schroeder
07f315ca12
markdown-rule.pl: improving the regexps
2017-05-22 12:23:15 +02:00
Aleks-Daniel Jakimenko-Aleksejev
be1cf0e876
Tiny indentation changes
2017-04-21 02:03:15 +03:00
greenfive
d4d0ed728f
refactored into single outer if-branch ( #7 )
...
* refactored into one outer if branch, simplified output of div classes
(squashed to avoid the weird GPL version change)
2017-04-21 01:57:49 +03:00
Ralph Graulich
abdb9c973b
added support for <titlelist regexp> to search page titles only
2017-04-20 13:19:59 +02:00
Aleks-Daniel Jakimenko-Aleksejev
4e0b287890
Variable %RuleOrder is not needed of course
...
Oops.
2017-04-15 03:56:48 +03:00
Aleks-Daniel Jakimenko-Aleksejev
00308f9ed6
New module: styled-pages.pl
...
A user on #oddmuse asked what would be the easiest way to have
different css styles on different pages. Turns out the easiest way is
to write a module.
Not sure if it will break html in some yet unknown edge cases, but for
most things this should work just fine.
greenfive++
2017-04-15 03:54:06 +03:00
Alex Schroeder
7c3bb0a0af
ban-contributors: end with package OddMuse
2017-02-28 12:47:50 +01:00
Alex Schroeder
9d0ff86a44
gotobar.pl: remove trailing whitespace
2017-01-09 22:37:08 +01:00
IngoBelka
6178c46aec
gotobar.pl: Parameters for automatically set of HOME link and RC link or not
2016-12-02 14:34:44 +01:00
Alex Schroeder
152188503e
Translations: updated
...
Two new strings which need to be translated.
2016-09-11 21:46:49 +02:00
Alex Schroeder
90eb428787
calendar.pl: allow previous and next month
...
Stefan Kamphausen provided a reason for liking the deprecated cal3
extension: he likes cal3 because it also displays the next and
previous month as opposed to calendar.pl which only displays the
current month.
This commit allows users to get the same behaviour by setting
$CalendarOnEveryPage to values greater than 1: 1 shows the current
month on every page, but 2 shows the previous and the current month on
every page, and 3 shows the previous, the current and the next month
on every page.
2016-08-31 13:44:07 +02:00
Alex Schroeder
e3cacaa89f
Merge branch 'master' of github.com:kensanata/oddmuse
2016-08-26 13:50:13 +02:00
Alex Schroeder
72cd669bf0
Changed nearly remaining code from GPLv2 to GPLv3
...
There were some files that did not offer "or (at your option) any later
version" in their license and these had to be left alone. This should
solve the incorrect FSF address issue #4 on GitHub.
2016-08-16 18:01:26 +02:00
Alex Schroeder
05df700140
Fixed erroneous edits from previous commit
...
The keyboard macro did not deal kindly with two files... This should
address comments by @m4z for the incorrect FSF address issue #4 on
GitHub.
2016-08-16 16:43:21 +02:00
Alex Schroeder
f230a64e7d
Changed nearly all modules from GPLv2 to GPLv3
...
There were some modules that did not offer "or (at your option) any
later version" in their license and these had to be left alone.
This should solve the incorrect FSF address issue #4 on GitHub.
2016-08-16 15:04:47 +02:00
Alex Schroeder
1855c84cec
namespaces.pl: more changes to get it working
...
Encoding of namespace and page name under Mojolicious is not OK and I
don't know why. I added some tests that try to at least prove that the
workaround in the config file is OK.
2016-08-11 17:14:14 +02:00
Alex Schroeder
7053561f89
Revert "NamespacesInitVariables not decoding path_info"
...
This reverts commit 5fce7f4b63 .
Same as the previous revert for wiki.pl.
2016-08-11 14:20:45 +02:00
Alex Schroeder
0c0efdd2c8
banned-regexps.pl: exclude urls
2016-08-08 11:31:06 +02:00
Alex Schroeder
9a93601a03
upload.pl: fix meta.t complaint
2016-08-08 11:30:27 +02:00
Alex Schroeder
b68f2b6cd6
ban-contributors.pl: rely on inetnum
2016-08-05 12:24:36 +02:00
Alex Schroeder
3a7f75cf30
translations: updated with new strings
2016-08-02 11:55:39 +02:00
Alex Schroeder
0ca64b2db0
german-utf8.pl: updated
2016-08-02 11:54:15 +02:00
Alex Schroeder
81aaf49463
sort.pl: delete trailing whitespace
2016-08-02 11:49:41 +02:00