Commit Graph

776 Commits

Author SHA1 Message Date
Alex Schroeder
92bb6495cd Updated copyright year. 2006-06-09 08:09:24 +00:00
Alex Schroeder
2d616d833a (SyncNewSave): Pass password along. 2006-06-09 08:03:20 +00:00
Jonah Petri
a25126c709 committing first version of wanted.pl, a module hosting an action to dynamically list wanted pages. makes use of links.pl. 2006-06-09 07:23:00 +00:00
Alex Schroeder
f3b56cb4b8 (SearchFreeTextCloud): Fix URL encoding stuff. 2006-06-08 23:39:16 +00:00
Alex Schroeder
1070418ebe (SearchFreeTextGet): QuoteRegexp search terms unless they appear
to be quoted already.
2006-06-08 22:47:49 +00:00
Alex Schroeder
bc698a8a62 (process): Lowercase new words.
(SearchFreeTextIndex): UrlEncode keys because internal data
structure uses commas, so page names with commas get corrupted.
(SearchFreeTextCloud): UrlDecode keys.
(SearchFreeTextGet): No longer quotemata phrases (since backlinks
have quoted regular expressions automatically. Concatenate display
title and body before checking for phrases. UrlDecode keys.
2006-06-08 22:33:36 +00:00
Alex Schroeder
d341e038d9 (DoPublish): Send password along. 2006-06-08 07:51:58 +00:00
Alex Schroeder
71d3e72075 (SearchListRule): Initialize %hash
correctly.
2006-06-06 22:59:21 +00:00
Alex Schroeder
d5ba8ed33b (SearchFreeTextGet): Double escape [ and ]. 2006-06-06 22:56:53 +00:00
Alex Schroeder
9c7d7e4c03 (SearchFreeTextGet): Add parameter to
search for phrases as tags.
(NewSearchFreeTextTitleAndBody): Pass new parameter to
SearchFreeTextGet.
2006-06-06 22:41:35 +00:00
Alex Schroeder
a5dee96424 (SearchListRule): Use GetPageLink. 2006-06-06 20:15:27 +00:00
Alex Schroeder
75bc5cd9a1 New 2006-06-06 16:45:04 +00:00
Alex Schroeder
56ad847e57 (GetDownloadLink): New. 2006-06-05 21:53:31 +00:00
Alex Schroeder
42c4e21b46 (GetPageOrEditLink): New. 2006-06-05 21:51:20 +00:00
Alex Schroeder
efb6b7c5cf (NewQuestionaskerDoPost): No more
logging of Q&A.
($QuestionaskerRememberAnswer): New option.
(QuestionaskerInit): Add question parameter to cookie.
(NewQuestionaskerDoPost): Set question parameter in cookie if
answered correctly.
(NewQuestionaskerDoPost, NewQuestionaskerGetFormStart): Use new
option and parameter from cookie.
2006-06-05 21:28:14 +00:00
Alex Schroeder
5e868e0409 (NewQuestionaskerDoPost): No more
logging of Q&A.
2006-06-05 20:21:35 +00:00
Alex Schroeder
4d25e238d7 (SearchListRule): Use <list>. 2006-06-05 00:17:01 +00:00
Alex Schroeder
0910c9c651 (SearchListRule): No longer require double quotes around search term. 2006-06-05 00:04:27 +00:00
Alex Schroeder
c41824a7f5 (AggregateRule, DoAggregate): Exchange position of sort and search
keywords, no longer require double quotes around search term.
2006-06-05 00:03:20 +00:00
Alex Schroeder
aab72dffd8 ($SearchFreeTextNewForm): Removed.
(SearchFreeTextIndex): Plain text response.
(SearchFreeTextNewDoSearch): Removed.
(SearchFreeTextNewGetRc): Removed.
(NewSearchFreeTextTitleAndBody): Renamed from
SearchFreeTextTitleAndBody, call OldSearchFreeTextTitleAndBody if
the old parameter is set.
(NewSearchFreeTextNewHighlightRegex): Renamed from
SearchFreeTextNewHighlightRegex, call
OldSearchFreeTextNewHighlightRegex if the old parameter is set.
2006-06-04 23:51:18 +00:00
Alex Schroeder
9c3093818b (SearchListSort): Removed.
(SearchListRule): Sort if requested. Use PageSort() if defined.
2006-06-04 23:36:52 +00:00
Alex Schroeder
ba850e1bc5 (AggregateRule, DoAggregate): Sort entries if requested. 2006-06-04 23:35:49 +00:00
Alex Schroeder
f89e25f946 (AggregateRule, DoAggregate): Allow search
expressions as well.
2006-06-04 23:03:22 +00:00
Alex Schroeder
101e000122 (SearchListRule): Only match at the beginning of a line. 2006-06-04 22:40:08 +00:00
Alex Schroeder
3748eff001 (SearchListSort): New.
(SearchListRule): Use it.
2006-06-04 22:39:04 +00:00
Alex Schroeder
e01641e80b New, <search list "pattern"> 2006-06-04 21:58:54 +00:00
Alex Schroeder
02dbf15b42 update copyright years 2006-06-04 21:31:27 +00:00
Alex Schroeder
72f573e465 (NewQuestionaskerDoPost): No answer
required for previews. Log all questions and answers. Print
footer.
(@QuestionaskerQuestions): Make default questions harder to answer
such that pasting spam into the answer field does not have a high
chance of answering the question.
2006-05-30 20:05:14 +00:00
Alex Schroeder
2fce63f6c7 (QuestionaskerInit): New sub to add $QuestionaskerRequiredList to
@AdminPages.
2006-05-28 22:28:48 +00:00
Alex Schroeder
f03ff473de Simplified code.
(NewQuestionaskerDoPost): Extract id from the title parameter.
(%QuestionaskerProtectedForms): New option.
(NewQuestionaskerGetFormStart): Use it.
(QuestionaskerGetQuestion): Use CGI.pm functions to create HTML.
Make valid HTML.
2006-05-28 22:20:21 +00:00
Alex Schroeder
6bfcd6dae8 (QuestionaskerException): Invert some tests. 2006-05-26 23:18:16 +00:00
Alex Schroeder
e2619e890c (QuestionaskerException): Check $QuestionaskerRequiredList. 2006-05-26 23:13:55 +00:00
Alex Schroeder
ad55a826dd ($QuestionaskerBypass): Undocumented
option removed.
(NewQuestionaskerDoPost): Removed bypass.
(@QuestionaskerQuestions): Uncommented some questions, removed
some others.
(QuestionaskerException): New.
(NewQuestionaskerGetFormStart): No questions asked for admins.
Check for exceptions.
2006-05-26 23:08:16 +00:00
Alex Schroeder
e93473e774 (TocHeadings): Add markup module escaping rules. 2006-05-26 07:48:33 +00:00
Alex Schroeder
05674bb8cc (TocHeadings): Fix usemod escaping rules. 2006-05-26 07:35:43 +00:00
Alex Schroeder
9cde281725 (DoNew): Move to date_time_topic format. 2006-05-23 22:31:20 +00:00
Alex Schroeder
4ea17a89db (DoNew): Add hour parameter. 2006-05-20 15:22:32 +00:00
Victor Osadci
95f2d76d88 Add back the strings that were accidentally removed with the previous commit. 2006-05-16 19:08:48 +00:00
Alex Schroeder
084400c99c Update. 2006-05-10 22:52:16 +00:00
Alex Schroeder
374993f5d5 ($CalStartMonday): New option.
(draw_month): Use it.
(Cal): Accept a new parameter, id.
(CalendarRule): New pattern, [[month:+n foo bar]], and pass new
parameter to Cal.
2006-05-10 20:04:06 +00:00
Alex Schroeder
0074e42d67 added polish 2006-05-09 20:37:10 +00:00
Alex Schroeder
8c8aa2c728 *** empty log message *** 2006-05-09 20:29:24 +00:00
Alex Schroeder
e8ae56e36f New, by Igor Afanasyev 2006-05-06 21:12:50 +00:00
Alex Schroeder
374eac0134 (DoNew): Fix bug when used together with
namespaces.pl.
2006-04-29 17:11:23 +00:00
Alex Schroeder
0cbc8fcf3b (NamespacesInitVariables): Set $StaticUrl. 2006-04-20 19:59:27 +00:00
Alex Schroeder
95269c405e (NamespacesInitVariables): Set $StaticDir,
too.
2006-04-20 19:22:50 +00:00
Ingo Belka
310ee17ae4 oddmuse/modules/calendar.pl 2006-04-18 11:39:12 +00:00
Alex Schroeder
a7a59e93f4 (GotobarInit): No longer use
@UserGotoBarPages because that confuses the order of links.
2006-04-17 14:36:08 +00:00
Alex Schroeder
9201f8ca5e (GotobarInit): Recognize more links: [[foo
bar|blarg blarg]] and [Foo:Moo blarg argh].
2006-04-07 07:30:24 +00:00
Fletcher T. Penney
bcaef09ce8 Continue to fix bug with '<' around reference-style links 2006-04-04 01:16:05 +00:00