Alex Schroeder
b156e08d85
Translation: "Summary of your changes: "
...
Remove trailing whitespace.
2015-10-15 19:13:13 +02:00
Aleks-Daniel Jakimenko
1c4e082755
Return objects where it begs for it
...
sub ParseData is fully backwards compatible. If some module runs it in list
context, then it will get listified hash like previously. New code should
always run it in scalar context though (everything in our code base
was changed according to that).
sub GetTextRevision is not backwards compatible (don't let “wantarray” usage
to confuse you). Most modules do not touch that subroutine, so we are probably
fine (modules from our git repo that do use were changed accordingly).
“EncodePage(%$page)” looks wrong. It seems like we should change it to accept
hash ref.
2015-09-04 04:55:48 +03:00
Alex Schroeder
58e9a1e240
use v5.10 everywhere + enabled test in meta.t
2015-08-18 10:48:03 +02:00
Aleks-Daniel Jakimenko
40ec24349a
No more "*Sub = *NewSub", \&NewSub used instead. (Partial progress)
2015-04-11 23:41:33 +03:00
Aleks-Daniel Jakimenko
6f8d281d79
No more "use vars"!
2015-04-10 13:31:28 +03:00
Aleks-Daniel Jakimenko
655f6bc6e3
Missing wiki links
2015-04-04 23:12:55 +03:00
Aleks-Daniel Jakimenko
4492ede096
"use strict;" in modules (some modules have problems)
2015-03-27 03:01:01 +02:00
Alex Schroeder
5aba2ae56f
Fixed typo in AddModuleDescription sub name
2014-08-21 22:23:23 +02:00
Alex Jakimenko
a7f83b2ba7
Added file descriptions without wiki links
2014-08-21 16:41:32 +03:00
Alex Schroeder
e7aee0753d
Fix typo.
2010-05-15 20:56:03 +00:00
Alex Schroeder
3d2640b7a7
(DoSvg, NewSvgGetEditForm): Allow editing older revisions.
2010-05-14 19:18:25 +00:00
Alex Schroeder
fd28c003d4
Typo
2010-05-14 18:33:13 +00:00
Alex Schroeder
bc532c5217
(NewSvgGetEditForm): Allow editing older revisions.
2010-05-14 18:32:21 +00:00
Alex Schroeder
f31aa496fe
(DoSvg): Bypass Questionasker by default.
2010-05-14 18:28:45 +00:00
Alex Schroeder
bbf6f1ada5
(DoSvg): Enable translation of the prompt.
2010-05-14 13:40:51 +00:00
Alex Schroeder
48f6664ed3
(NewSvgGetDownloadLink): Work when included in [[image:foo]] links.
2010-05-14 10:01:30 +00:00
Alex Schroeder
916effda72
(NewSvgGetDownloadLink): Show older
...
revisions, too.
2010-05-14 09:51:24 +00:00
Alex Schroeder
ead44fc193
show_save_warning = false
2010-05-14 08:32:30 +00:00
Alex Schroeder
1980bbac2b
Added summary.
2010-05-14 08:24:24 +00:00
Alex Schroeder
8a94257209
*** empty log message ***
2010-05-13 22:56:12 +00:00
Alex Schroeder
18d5241c7c
(DoSvg): Make the sidebar invisible, if
...
necessary.
2010-05-13 22:49:02 +00:00
Alex Schroeder
6b452edfd5
(DoSvg): Add Javascript to override the save
...
functionality. It includes an encode64 function, a new save
handler, and some init code, and initialize the image.
2010-05-13 21:58:14 +00:00
Alex Schroeder
a4781f6701
(DoSvg): Add URL of the SVG so that you can
...
edit images if the image URL (on the wiki) is reachable by the
editor (defaulting to Google).
2010-05-10 22:16:57 +00:00
Alex Schroeder
e362f7bb67
Will not edit and save SVG files, but everything else works.
2010-05-10 17:31:41 +00:00