Commit Graph

16 Commits

Author SHA1 Message Date
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
295e4a76b5 Quote the unquoted string "commenthidden". 2013-08-16 00:30:58 +02:00
Alex Schroeder
1495a29fd3 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
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
6fe658c4ad Formatting 2011-07-06 19:18:01 +00:00
Alex Schroeder
a87f3a83ea (SafeId): New.
(DynamicCommentsNewGetPageLink): Use it.
2011-07-06 19:02:14 +00:00
Alex Schroeder
d11a840ab0 (DynamicCommentsNewGetPageLink): URL
encode the id.
2011-07-06 17:12:38 +00:00
Alex Schroeder
0503dd4f70 Get rid of $DefaultStyleSheet. 2005-10-07 23:23:30 +00:00
Alex Schroeder
2f0a52d56f Fix push to MyInitVariables. 2005-07-17 01:35:43 +00:00
Alex Schroeder
f596ca39e5 (DynamicCommentsNewGetPageLink):
Make sure p and div elements are correctly nested.
2005-07-14 10:37:51 +00:00
Alex Schroeder
bb6d35eda9 (DynamicCommentsNewGetPageLink):
Offer direct link if no comments exist.
2005-07-13 19:54:08 +00:00
Alex Schroeder
c4ad328e1c 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
fc3ca92065 Small changes in javascript and CSS 2005-07-13 19:25:02 +00:00
Alex Schroeder
7fa8a41af5 new 2005-07-13 19:16:08 +00:00