Commit Graph

21 Commits

Author SHA1 Message Date
Alex Schroeder
d32ebaddc8 rss.t: XSS in summaries was fixed
Thus it is revealed that the old version of the test was making sure
that XSS was possible via the edit summary. Oh dear.
2015-08-15 21:22:05 +02:00
Alex Schroeder
62d6dc4bd4 Fix summary of diff if showing last major revision
As reported by npostavs: When looking at an URL such as
http://www.emacswiki.org/emacs?action=rss;full=1;diff=1;page=0 and
looking at a minor change, we would see the diff for the last major
change. Instead of showing the summary for that change, however, we'd
see the summary for the last (minor) edit. This commit fixes this issue.
2015-07-13 11:22:46 +02:00
Aleks-Daniel Jakimenko
eb3071d0db Removing clear_pages() from the beginning of tests (part 2)
This script was used:
perl -0pi -e 's/(use utf8[^\n]+)\n+clear_pages\(\);[^\n]*\n+/$1\n\n/' *.t
2015-07-05 03:32:04 +03:00
Alex Schroeder
3d85c07270 Moved the RSS files into a test subdirectory 2015-04-03 10:43:48 +02:00
Alex Schroeder
b1d39e3195 tables-long.pl: fix tracking of dirty blocks 2015-02-05 09:21:04 +01:00
Alex Schroeder
48a00a6ff6 rss.t: testing multiple feeds on a page 2015-02-05 08:30:12 +01:00
Alex Jakimenko
f4e551111a Executable flag is only useful when shebang is specified 2014-09-03 14:23:20 +03: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
259e13052f Added test for followup RSS feeed. 2009-06-23 22:25:11 +00:00
Alex Schroeder
fed582633b Some more tests. 2008-09-19 23:52:17 +00:00
Alex Schroeder
e161d7aed3 Copyright year, GPLv3 2008-08-07 09:02:12 +00:00
Alex Schroeder
6045799e9a Another test. 2008-08-07 09:01:29 +00:00
Alex Schroeder
00b192dcc1 More tests. 2008-08-07 00:18:57 +00:00
Alex Schroeder
b71f0ad2de Calling Encode::encode_utf8 seems no longer to be necessary. How weird. 2008-01-03 01:10:29 +00:00
Alex Schroeder
b02e92077b *** empty log message *** 2007-10-04 09:22:18 +00:00
Alex Schroeder
265290d2a1 Fix test: Summary is no longer part of the title for full posts. 2007-10-04 09:21:44 +00:00
Alex Schroeder
58e4172bbc Convert to Unix EOL.
Fix the reinitialization after the creation of InterMap pages.
2006-10-10 01:17:23 +00:00
Alex Schroeder
e76c5a6841 More tests to check whether diffs can be served even if the page
itself is too large.
2006-09-20 22:44:12 +00:00
Alex Schroeder
391c2f354d Added tests about size limits to the RSS feed. 2006-09-20 18:25:57 +00:00
Alex Schroeder
558af917a1 Added license. 2006-09-20 00:11:31 +00:00
Alex Schroeder
f436aae96a Moved tests here from ../test.pl 2006-09-19 17:48:28 +00:00