Commit Graph

1142 Commits

Author SHA1 Message Date
Alex Schroeder
3dd64589ef *** empty log message *** 2007-11-16 01:42:55 +00:00
Alex Schroeder
4e9fded8cb (StrangeNewBannedContent): Make sure
newlines are stripped from the match.
2007-11-15 14:00:06 +00:00
Alex Schroeder
f769249d40 (DespamBannedContent): No longer use
case-insensitive matches to mimic changes in strange-spam.pl.
Make sure newlines are stripped from the match.
2007-11-15 13:56:18 +00:00
Alex Schroeder
7a8c786b63 (TocHeadings): No idea why this solves the
problem with disappearing TOC. TocProcessing is allowed one more
level of recursion.
2007-11-14 22:06:05 +00:00
Alex Schroeder
e59d392269 ($GoogleSearchExclusive): New option.
(GoogleSearchInit): Allow $GoogleSearchDomain to be set in the
config file.
2007-11-14 13:10:20 +00:00
Alex Schroeder
b4cd349301 (StrangeNewBannedContent): No longer use
case-insensitive matches.
2007-11-14 09:23:53 +00:00
Alex Schroeder
4ceae6896c (NamespaceRcLines): Use StripRollbacks. 2007-11-13 20:28:16 +00:00
Radomir Dopieralski
35b3530ced Fixed previous commit in list-search.pl 2007-11-13 20:24:50 +00:00
Radomir Dopieralski
091317f51d Allow to use search-list module with empty parameter -- look fo the current page name then. Useful for category pages. 2007-11-13 20:22:05 +00:00
Alex Schroeder
f2ea3efcb7 Changed Edit this page to 편집 2007-11-12 17:56:48 +00:00
Alex Schroeder
2cfcd5f3eb Added korean 2007-11-11 10:57:55 +00:00
Alex Schroeder
ad0c8d4d08 (NewQuestionaskerDoPost): Pass
aftertext through.
2007-11-11 10:25:29 +00:00
Alex Schroeder
f6367b88b7 (NewNamespaceBrowsePage): Fix test from
$WikiLinks to $FreeLinks.
2007-11-07 17:02:07 +00:00
Alex Schroeder
3a33ed5383 ($MultiUrlLimit): Changed the
default to 10.
2007-11-06 10:23:29 +00:00
Alex Schroeder
bd3727e806 Add to PlainTextPages. 2007-11-02 17:38:47 +00:00
Alex Schroeder
f151710ad0 ($MultiUrlWhiteList): New option.
(NewMultiUrlBannedContent): Use whitelist.
2007-11-02 17:34:41 +00:00
Alex Schroeder
cfa43b6a6d use vars. 2007-10-30 08:50:18 +00:00
Alex Schroeder
b887c57e37 (NewMultiUrlBannedContent): Make
the limit configurable.
2007-10-30 08:47:59 +00:00
Alex Schroeder
503e695d07 Fix $ModulesDescription 2007-10-29 02:27:15 +00:00
Alex Schroeder
626b7e0f3b Copy $BannedContent 2007-10-27 19:33:43 +00:00
Alex Schroeder
a5856847f6 New. 2007-10-27 18:49:26 +00:00
Alex Schroeder
b7b373e04a Whitespace, rearranging comments. 2007-10-26 16:34:08 +00:00
Alex Schroeder
6ef2659dc4 *** empty log message *** 2007-10-24 20:59:14 +00:00
Alex Schroeder
24896375b4 (ImageSupportRule): Unquote alt text. 2007-10-24 19:05:46 +00:00
Alex Schroeder
3911e29d26 (CreoleRule): The \n after {{{ is mandatory
for a pre block. Horizontal whitespace is allowed.
2007-10-23 09:33:38 +00:00
Alex Schroeder
e1bded4b01 (CreoleRule): The \n after {{{ is mandatory
for a pre block.
2007-10-23 09:32:57 +00:00
Alex Schroeder
d953ddab1a (NewSearchFreeTextTitleAndBody): Call
SearchFreeTextUnique for both result sets.
(SearchFreeTextUnique): New, uniquify the list.
2007-10-19 14:26:05 +00:00
Alex Schroeder
56c5ff86d4 Add missing $1 at the beginning. 2007-10-17 11:06:24 +00:00
Alex Schroeder
16ab097fe0 First stab 2007-10-17 11:04:12 +00:00
Alex Schroeder
28d48d0e1d (DoSearchFreeTextNewPages): Include minor changes. 2007-10-11 11:09:36 +00:00
Alex Schroeder
02615fc4a4 (DoSearchFreeTextNewPages): Link to RecentChanges. 2007-10-11 11:07:17 +00:00
Alex Schroeder
ccc56f7cd2 (SearchFreeNewPages): Bugfix. 2007-10-11 10:51:54 +00:00
Alex Schroeder
f79fcedbde (SearchFreeNewPages): Use stat()[9]
instead of -M to get the timestamp.
2007-10-11 10:46:34 +00:00
Alex Schroeder
731ede3932 (DoNearLinksList): Use semicolon instead
of br to separate pages, use page link.
2007-10-11 10:35:47 +00:00
Alex Schroeder
4c65dfc4b1 Use comma. 2007-10-11 10:35:10 +00:00
Alex Schroeder
190a978b79 (DoSearchFreeTextNewPages): New. 2007-10-11 10:32:12 +00:00
Alex Schroeder
b297df0ca1 A big change to search-freetext.pl to make sure it works even if
we're not reindexing all the time. This requires a reindexing of
all pages changed after the last big reindexing on every save.

(DoSearchFreeTextIndex)
(SearchFreeTextIndex): The buildindex action will now call
DoSearchFreeTextIndex, which does some setup and prints info, and
calls SearchFreeTextIndex which does the real work.
SearchFreeTextIndex can now be called from elsewhere without
printing anything.
(NewSearchFreeTextSave): New. When saving, call
UpdateSearchFreeTextIndex.
(UpdateSearchFreeTextIndex): New. Call SearchFreeTextIndex with
the list of pages returned by SearchFreeNewPages.
(SearchFreeNewPages): New. Return the list of all pages changed
since the last modified date on word.db.
(NewSearchFreeTextTitleAndBody): Look in both word-update.db and
tags-update.db in addition to word.db and tags.db.
(SearchFreeTextGet): Make sure we only call search on the db if it
contains data.
2007-10-11 10:16:15 +00:00
Alex Schroeder
d7101def71 (NewQuestionaskerGetEditForm): Fix argument list for
OldQuestionaskerGetEditForm.
2007-10-07 20:19:02 +00:00
Alex Schroeder
a1c4b8ea4f (NewQuestionaskerDoPost): Call QuestionaskerGetQuestion with
parameter.
(QuestionaskerGetQuestion): Add submit button with parameter.
2007-10-07 20:13:10 +00:00
Alex Schroeder
cd2481c985 (NewQuestionaskerDoPost): Pass on
parameters and ask another question if the question has not been
answered.
(NewQuestionaskerGetFormStart, NewQuestionaskerGetEditForm): Hook
into GetEditForm instead of GetFormStart.
2007-10-07 20:00:08 +00:00
Alex Schroeder
a8d04c6b14 (PermanentAnchorsRule): Permanent
anchor definitions are dirty, thus print instead of return the
HTML string.
2007-10-05 23:52:24 +00:00
Alex Schroeder
85c4da1621 *** empty log message *** 2007-10-02 13:22:51 +00:00
Alex Schroeder
e9d9c61aba ($SisterSiteLogoUrl): Added. 2007-10-02 13:21:10 +00:00
Alex Schroeder
5c4b4f5c95 (NewLocalNamesResolveId): Existing local pages take precedence
over local names, but local names take precedence over Near Links.
2007-10-02 12:36:02 +00:00
Alex Schroeder
e84e333b98 Make localnames.pl independent from the near link machinery and
simplify the initialization somewhat. Added POD.

($LocalNamesInit, NewLocalNamesReInit): Deleted.
(LocalNamesInit): No longer use %NearSource.
(NewLocalNamesGetInterSiteUrl, NewLocalNamesResolveId): Hook into
ResolveId instead of GetInterSiteUrl.
2007-10-02 12:32:49 +00:00
Alex Schroeder
b5e4b1a39d Switch some head3 to head2 and get rid of the User Interface heading. 2007-10-02 10:00:05 +00:00
Alex Schroeder
9028100e14 Updated copyright years based on the earliest mention in the ChangeLog
file.
2007-10-02 09:54:50 +00:00
Alex Schroeder
f8579b544e New, moved from wiki.pl. 2007-10-02 09:51:00 +00:00
Alex Schroeder
3d33c488e5 Fix POD. 2007-10-02 09:34:12 +00:00
Alex Schroeder
e68da7f19c ($QuestionaskerSecretKey): New option.
(QuestionaskerInit, NewQuestionaskerDoPost): Use it.
2007-10-01 00:17:32 +00:00