Alex Schroeder
e6d3ad8382
Fixed typo in AddModuleDescription sub name
2014-08-21 22:23:23 +02:00
Alex Schroeder
17bd795ef0
Automatically reformatted modules
2014-08-21 07:29:46 +03:00
Alex Schroeder
578a91393f
Fix dead comment links
...
If the comment page does not exist, the static copy contains an anchor
element with no href attribute. Better avoid this situation.
2014-03-18 13:01:27 +01:00
Alex Schroeder
ac06d16a6d
Produce static.css as well when exporting
2014-03-18 12:47:16 +01:00
Alex Schroeder
d24c69c08d
Fixing the UTF-8 encoding issues for static export
2014-03-18 11:49:28 +01:00
Alex Schroeder
200d590dcf
Fix HTML output for static export
2014-03-18 11:21:08 +01:00
Alex Schroeder
1d978a45f1
Fix static export of HTML pages
...
Apparently the html=1 parameter got lost so that you could not force an
export of all the pages.
2014-03-18 09:26:04 +01:00
Alex Schroeder
bf1991cdc8
Static action now takes $StaticAlways into account.
2013-10-25 08:49:13 +02:00
Alex Schroeder
2d6b2d6a71
Remove $HttpCharset and moved everything to UTF-8
...
This also required some changes to the tests where explicit UTF-8
encoding had been used in the past.
2012-05-22 11:50:23 +02:00
Alex Schroeder
c9e39a4c19
getting rid of $Id$ tags in $WikiDescription
...
Replaced the $Id$ tags in $WikiDescription for all the modules and wiki.pl itself with a link to the source and an appropriate wiki page, if possible. This is shown in action=version and should help users figure out what another wiki has installed.
2012-04-19 02:18:45 +02:00
Alex Schroeder
a02d376129
(StaticFileName, StaticWriteFile): Handle
...
encoded files, eg. gzip.
2011-10-13 23:46:21 +00:00
Alex Schroeder
09159b6b64
(StaticFileName): Don't just print
...
something to stdout if the target page does not exist, yet. This
will always happen when creating a link to an image before
upoading the image!
2009-05-15 20:25:35 +00:00
Alex Schroeder
4c4388d65b
(ImageGetInternalUrl): Call FreeToNormal
...
on the argument.
2008-12-14 23:59:12 +00:00
Alex Schroeder
30fcfeb972
(StaticFilesNewDoPost,
...
StaticFilesNewSave): Replace one by the other. We now hook into
Save() instead of DoPost() because this will make sure that static
files are recreated when a rollback from a text to an uploaded
file happens.
2007-08-12 11:37:01 +00:00
Alex Schroeder
e01a757b4b
(StaticHtml): Fix bug. Target is $1 and not $id.
2006-10-25 11:30:31 +00:00
Alex Schroeder
d14374a79c
(StaticHtml): Fix bug. Target is $1 and not $id.
2006-10-25 11:23:44 +00:00
Alex Schroeder
0791054e61
(StaticHtml): Handle #REDIRECT.
2006-10-25 11:16:24 +00:00
Alex Schroeder
1e60ef78ec
(StaticScriptLink): Remove unnecessary call to AllPagesList.
...
(StaticGetDownloadLink): Strip underlines from alt texts, return
URL only when requested (matches changes in wiki.pl's GetDownloadLink.
(GetDownloadLink): Ditto.
2006-08-13 23:10:49 +00:00
Alex Schroeder
9398199c4f
(DoStatic, StaticFileName): Don't set
...
%StaticMimeTypes in DoStatic, as this has no effect here when
GetDownloadLink is called. StaticFileName is the right place.
2006-08-11 21:20:00 +00:00
Alex Schroeder
4a41ffeebf
Fix typo in init code.
2006-08-09 18:21:23 +00:00
Alex Schroeder
2735573ad7
copy right year
2005-12-29 16:02:08 +00:00
Alex Schroeder
b0a4db8caf
(StaticFileName): Use UrlDecode.
...
(StaticUrlDecode): Removed.
2005-09-02 12:05:48 +00:00
Alex Schroeder
c9f0c4d33e
fixed permission on uploaded static copy
2005-03-09 06:35:54 +00:00
Alex Schroeder
8324831943
Added Image extension support to Static Copy extension
2005-03-01 16:48:01 +00:00
Alex Schroeder
77d678c560
(StaticWriteFile): Don't write empty html files.
2004-12-29 00:52:27 +00:00
Alex Schroeder
898e88c837
(StaticWriteFile): Add support for html=0
...
parameter.
2004-12-29 00:41:21 +00:00
Alex Schroeder
6c58afba34
(GetDownloadLink): Use StaticFileName.
2004-12-26 01:39:00 +00:00
Alex Schroeder
869534add0
(StaticDeleteFile): New.
...
(GetStaticDownloadLink): New, override the one from wiki.pl.
2004-12-26 01:08:21 +00:00
Alex Schroeder
d624e9837c
*** empty log message ***
2004-12-26 00:38:36 +00:00
Alex Schroeder
add28c4f73
(StaticFileName, StaticWriteFile): Regexp fix.
...
(StaticFilesNewDoPost, StaticNewDeletePage, StaticDeleteFile): New.
2004-12-26 00:29:27 +00:00
Alex Schroeder
08ec0c2f5a
(StaticScriptLink): Don't link to non-existing pages.
...
(StaticHtml): Handle comment pages.
2004-10-13 19:01:35 +00:00
Alex Schroeder
1c600d6991
(StaticFileName): Add <br/>.
...
(StaticHtml): Add h1 title, limited goto-bar, and footer.
2004-10-13 18:30:42 +00:00
Alex Schroeder
7501d70b18
(StaticFileName): Don't die on unreadable
...
files.
(StaticFile): Use binmode.
(StaticHtml): Take $LogoUrl and $SidabarName into account.
2004-10-08 20:53:27 +00:00
Alex Schroeder
502351fc1a
(StaticFileName): Fix encoding issue. When called from
...
StaticScriptLink, the $id is already UrlEncoded, so we have to
decode it again to get the filename.
(StaticUrlDecode): New.
2004-10-07 01:05:45 +00:00
Alex Schroeder
25114f94ce
Rewrite to correctly extract and link
...
uploaded files.
2004-10-07 00:22:38 +00:00
Alex Schroeder
0b4da42ed7
(DoStatic): Use static.css.
2004-08-31 15:10:19 +00:00
Alex Schroeder
9aa8567cac
(DoStatic): Produce valid XHTML.
2004-08-31 15:05:04 +00:00
Alex Schroeder
a7b60667ee
license
2004-08-18 16:51:02 +00:00
Alex Schroeder
3a0129c5ce
new
2004-08-18 16:43:25 +00:00