Commit Graph

20 Commits

Author SHA1 Message Date
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
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
ee932dee37 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Schroeder
a4bd6383a2 Quote the unquoted string "commenthidden". 2013-08-16 00:30:58 +02:00
Alex Schroeder
67650e3dc8 More UTF-8 fixes
All the source files containing non-ASCII characters needed to have
utf8 added. This will be necessary for user config files as well! The
regular expressions identifying page names had to be changed.
UrlEncode translates the string back to bytes before encoding it.
Cached RSS files are saved with UTF-8 encoding and therefore need
their meta-data changed (using the XML::RSS module to do this
correctly didn't work for some of the test files). The CGI object's
parameters, keywords and info_path are decoded correctly. File access
uses the UTF-8 layer (reading, writing, appending, access to the log
of recent changes, running sub processes with grep and diff).

The mac compatibility extension will also disable the use of grep if
non-ASCII characters are searched for because of an unexplained
problem with grep.
2012-05-24 18:08:42 +02:00
Alex Schroeder
cd2b4d624e 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
f11e2a8731 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
ef407648db Formatting 2011-07-06 19:18:01 +00:00
Alex Schroeder
16ec011a8f (SafeId): New.
(DynamicCommentsNewGetPageLink): Use it.
2011-07-06 19:02:14 +00:00
Alex Schroeder
17e562aa0d (DynamicCommentsNewGetPageLink): URL
encode the id.
2011-07-06 17:12:38 +00:00
Alex Schroeder
e263a00265 Get rid of $DefaultStyleSheet. 2005-10-07 23:23:30 +00:00
Alex Schroeder
cb1e430620 Fix push to MyInitVariables. 2005-07-17 01:35:43 +00:00
Alex Schroeder
9eafa8eaa1 (DynamicCommentsNewGetPageLink):
Make sure p and div elements are correctly nested.
2005-07-14 10:37:51 +00:00
Alex Schroeder
db51f8a73c (DynamicCommentsNewGetPageLink):
Offer direct link if no comments exist.
2005-07-13 19:54:08 +00:00
Alex Schroeder
70620fba7c Add script in InitVariables, so that setting HtmlHeaders in the config
file does not override it.
2005-07-13 19:34:17 +00:00
Alex Schroeder
23b835c725 Small changes in javascript and CSS 2005-07-13 19:25:02 +00:00
Alex Schroeder
1161de0cb6 new 2005-07-13 19:16:08 +00:00