Commit graph

24 commits

Author SHA1 Message Date
Yaron Koren 29a45d5382 Changed call to link() back to makeKnownLinkObj(), for compatibility with older MW versions; Capmo's fixes for strings that contain wiki text and handling of single apostrophes 2009-05-08 20:02:06 +00:00
Yaron Koren 968060a239 Fixed appearance of results page; unchecked 'watch moved pages' default; fixed handling of backslashes 2009-05-05 20:09:54 +00:00
Yaron Koren 03427575e4 Fixed moving pages when target string contains spaces 2009-04-30 22:23:59 +00:00
Yaron Koren ceea77fd9e Inputs for strings now textarea, to allow multi-line values; various bug fixes
and improvements
2009-04-30 18:55:08 +00:00
Yaron Koren 966d12d389 Fixed handling of replacement-confirm form; more general improvements 2009-04-27 20:55:00 +00:00
Yaron Koren c25089af66 Replacement of text within pages now specified using a checkbox; 'watch moved
pages' option added; some wrapWikiMsg() calls replaced, since that function has
the unfortunate side effect (at least in some versions of MediaWiki) of calling
the parser prematurely
2009-04-27 18:48:27 +00:00
Siebrand Mazeland 889a5cb12e stylize.php and trailing whitespace removed 2009-04-27 09:02:48 +00:00
Niklas Laxström 241d79f472 * Cleanup, may still contain some bugs due to it 2009-04-27 08:52:10 +00:00
Yaron Koren 843f12dbd7 Replaced escaping of quotes with complete HTML-escaping 2009-04-07 19:02:23 +00:00
Raimond Spekking f117451af2 * Replace hardcoded '...' as indication of a truncation with the 'ellipsis' message
Per Brion's suggestion in http://lists.wikimedia.org/pipermail/wikitech-l/2008-December/040796.html
2009-02-13 19:13:48 +00:00
Yaron Koren d3aa8c8a25 Added checkbox for setting whether page moves should result in a redirect 2009-01-22 23:40:30 +00:00
Yaron Koren 5e365e441a Added same 'return to form' link to 'no replacements found' message 2009-01-18 16:46:12 +00:00
Yaron Koren 1486b66548 Added link back to form 2009-01-18 16:38:22 +00:00
Yaron Koren f35862cebf Fixed bug introduced in version 3.1 2009-01-18 16:22:10 +00:00
Yaron Koren 16f7be9bb5 Some code improvements per Aaron Schulz's code review 2009-01-08 05:48:04 +00:00
Siebrand Mazeland 7349f93023 * i18n updates: support plurals where needed
* avoid notice on special page
* $wgSpecialPageGroups for special page
* update wording for 'replacetext_blankwarning' and 'replacetext_cancel'
* note a FIXME in mediawiki.org code review
* bump version
2008-12-29 18:29:23 +00:00
Yaron Koren b1753b0e0d Added handling of changing titles of (i.e., moving) pages 2008-11-05 20:37:50 +00:00
Chad Horohoe 63f9a3066e A whole bunch of formatting cleanup. 2008-10-13 12:34:00 +00:00
Yaron Koren 165f5f9a8f Fixed SQL string escaping 2008-10-01 19:59:10 +00:00
Yaron Koren f6090046cb Improved access control 2008-09-18 16:29:10 +00:00
Yaron Koren f6cc2df072 Fixed handling of backslashes; "invert selections" link is only shown if there
are more than five pages
2008-09-02 17:34:40 +00:00
Yaron Koren a0c7d95f4f Another bug fix 2008-08-07 19:08:34 +00:00
Yaron Koren 43c8c811c7 Added title as a hidden field in the various forms 2008-08-06 17:11:07 +00:00
Yaron Koren 90a7eec154 New class for handling 'ReplaceText' special page; contains most of the
extension's functionality
2008-08-06 16:09:35 +00:00