Commit Graph

2156 Commits

Author SHA1 Message Date
Alex Schroeder
1b15bb7ec4 creole: fix left alignment of th 2017-11-01 16:51:23 +01:00
Alex Schroeder
bc68c534e3 ditaa and mermaid modules added 2017-09-07 22:27:47 +02:00
Alex Schroeder
94ae1e9c0a permanent-anchors: fix dirty block return 2017-08-29 16:44:08 +02:00
Alex Schroeder
8c7b43cbaf namespaces: sort the result of the namespace action 2017-08-29 15:39:08 +02:00
Alex Schroeder
21cb1349e5 markdown-rule fixes for _foo_, *foo* and /foo/ 2017-08-28 11:42:02 +02:00
Alex Schroeder
21723acb8a bbcode must come after markdown 2017-08-16 09:31:51 +02:00
Alex Schroeder
d2cd0af5b9 static-copy: suppress extra output when saving pages 2017-07-24 10:35:18 +02:00
Alex Schroeder
273e29297c paste-image: new action includes javascript 2017-07-14 13:42:12 +02:00
Alex Schroeder
c6eb80217e markdown-rule: support nested lists by indenting 2017-07-07 17:11:04 +02:00
Alex Schroeder
c12bbff6ef 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
a9af1bb4d7 paste-image: fix name of option 2017-06-13 22:43:36 +02:00
Alex Schroeder
35cefb5973 paste-image: delete trailing whitespace 2017-06-13 22:32:30 +02:00
Alex Schroeder
62a6f5b9d7 paste-image: handle $QuestionaskerSecretKey 2017-06-13 22:18:11 +02:00
Alex Schroeder
099956216c Merge branch 'master' of github.com:kensanata/oddmuse 2017-06-13 22:11:46 +02:00
Alex Schroeder
05c72c0042 paste-image: automatic resizing via Javascript 2017-06-13 22:06:39 +02:00
Alex Schroeder
e9fbc214e5 Add separate alt text for uploaded images 2017-06-13 12:55:52 +02:00
Alex Schroeder
d8dc9d792e Fix how image names are determined 2017-06-12 23:22:31 +02:00
Alex Schroeder
7794bb6fd6 markdown-rule: merge with latest from server 2017-06-11 23:42:51 +02:00
Alex Schroeder
53b995bb6f paste-image.pl is new 2017-06-11 23:27:16 +02:00
Alex Schroeder
f53a00de64 Markdown rule fix for markup in table cells 2017-05-22 18:20:53 +02:00
Alex Schroeder
9ef84922d4 Markdown rule: fix rules for __ and _ 2017-05-22 17:59:34 +02:00
Alex Schroeder
0872647101 webdav: new tests using cadaver, when installed 2017-05-22 12:23:15 +02:00
Alex Schroeder
7a0dc0a18e Qualify OddMuse::Modified in a different package 2017-05-22 12:23:15 +02:00
Alex Schroeder
340478ffd8 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
6a78308720 git.pl: failing to delete a file is not an error 2017-05-22 12:23:15 +02:00
Alex Schroeder
39516fa2fd markdown-rule.pl: improving the regexps 2017-05-22 12:23:15 +02:00
Alex Schroeder
ed1bf8ac32 Tiny indentation changes 2017-04-21 02:03:15 +03:00
Alex Schroeder
7fdc318ff0 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
Alex Schroeder
6c64b3a3b2 added support for <titlelist regexp> to search page titles only 2017-04-20 13:19:59 +02:00
Alex Schroeder
d0e6f8c724 Variable %RuleOrder is not needed of course
Oops.
2017-04-15 03:56:48 +03:00
Alex Schroeder
a8cd060bf9 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
dfc1625f0a ban-contributors: end with package OddMuse 2017-02-28 12:47:50 +01:00
Alex Schroeder
f6f57b686e gotobar.pl: remove trailing whitespace 2017-01-09 22:37:08 +01:00
Alex Schroeder
dee1f9f9ea gotobar.pl: Parameters for automatically set of HOME link and RC link or not 2016-12-02 14:34:44 +01:00
Alex Schroeder
b89cf60f97 Translations: updated
Two new strings which need to be translated.
2016-09-11 21:46:49 +02:00
Alex Schroeder
30e5828b40 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
07947e3d48 Merge branch 'master' of github.com:kensanata/oddmuse 2016-08-26 13:50:13 +02:00
Alex Schroeder
24377a8cb9 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
d2db3d849e 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
12fe760cd0 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
51950f7fbf 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
c0b92664d6 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
384ba6396e banned-regexps.pl: exclude urls 2016-08-08 11:31:06 +02:00
Alex Schroeder
c761a85d31 upload.pl: fix meta.t complaint 2016-08-08 11:30:27 +02:00
Alex Schroeder
6de51bee7f ban-contributors.pl: rely on inetnum 2016-08-05 12:24:36 +02:00
Alex Schroeder
45246af50c translations: updated with new strings 2016-08-02 11:55:39 +02:00
Alex Schroeder
ab3db4e36e german-utf8.pl: updated 2016-08-02 11:54:15 +02:00
Alex Schroeder
3b3c975a69 sort.pl: delete trailing whitespace 2016-08-02 11:49:41 +02:00
Alex Schroeder
6742ac38e2 sort.pl: be more explicit about the sorting
Clearly print how the result is sorted right now.
2016-08-02 11:48:17 +02:00
Alex Schroeder
48cf9f941a sort.pl: Offer link to sort alphabetically
Don't show the link to the current sort order.
2016-08-02 11:43:08 +02:00