Commit Graph

1119 Commits

Author SHA1 Message Date
Alex Schroeder
cf60f48026 (ImageSupportRule): Unquote alt text. 2007-10-24 19:05:46 +00:00
Alex Schroeder
39449b0c4b (CreoleRule): The \n after {{{ is mandatory
for a pre block. Horizontal whitespace is allowed.
2007-10-23 09:33:38 +00:00
Alex Schroeder
8f9e02906c (CreoleRule): The \n after {{{ is mandatory
for a pre block.
2007-10-23 09:32:57 +00:00
Alex Schroeder
fcb84165e4 (NewSearchFreeTextTitleAndBody): Call
SearchFreeTextUnique for both result sets.
(SearchFreeTextUnique): New, uniquify the list.
2007-10-19 14:26:05 +00:00
Alex Schroeder
c2e1d30f78 Add missing $1 at the beginning. 2007-10-17 11:06:24 +00:00
Alex Schroeder
602d69ffe8 First stab 2007-10-17 11:04:12 +00:00
Alex Schroeder
f9c2139a64 (DoSearchFreeTextNewPages): Include minor changes. 2007-10-11 11:09:36 +00:00
Alex Schroeder
d9a49e203b (DoSearchFreeTextNewPages): Link to RecentChanges. 2007-10-11 11:07:17 +00:00
Alex Schroeder
2b0186505d (SearchFreeNewPages): Bugfix. 2007-10-11 10:51:54 +00:00
Alex Schroeder
354fc5fb18 (SearchFreeNewPages): Use stat()[9]
instead of -M to get the timestamp.
2007-10-11 10:46:34 +00:00
Alex Schroeder
4a42c03e64 (DoNearLinksList): Use semicolon instead
of br to separate pages, use page link.
2007-10-11 10:35:47 +00:00
Alex Schroeder
7cd2617352 Use comma. 2007-10-11 10:35:10 +00:00
Alex Schroeder
a12f2e17ca (DoSearchFreeTextNewPages): New. 2007-10-11 10:32:12 +00:00
Alex Schroeder
465528412e 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
cf4e845877 (NewQuestionaskerGetEditForm): Fix argument list for
OldQuestionaskerGetEditForm.
2007-10-07 20:19:02 +00:00
Alex Schroeder
e8873a9f41 (NewQuestionaskerDoPost): Call QuestionaskerGetQuestion with
parameter.
(QuestionaskerGetQuestion): Add submit button with parameter.
2007-10-07 20:13:10 +00:00
Alex Schroeder
9426129f1b (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
7b12e6f68d (PermanentAnchorsRule): Permanent
anchor definitions are dirty, thus print instead of return the
HTML string.
2007-10-05 23:52:24 +00:00
Alex Schroeder
8ab0613bf9 *** empty log message *** 2007-10-02 13:22:51 +00:00
Alex Schroeder
8aade10c7a ($SisterSiteLogoUrl): Added. 2007-10-02 13:21:10 +00:00
Alex Schroeder
c0c3530dec (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
33c6de75b2 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
aef9035836 Switch some head3 to head2 and get rid of the User Interface heading. 2007-10-02 10:00:05 +00:00
Alex Schroeder
360cdd1f32 Updated copyright years based on the earliest mention in the ChangeLog
file.
2007-10-02 09:54:50 +00:00
Alex Schroeder
8f18d32df9 New, moved from wiki.pl. 2007-10-02 09:51:00 +00:00
Alex Schroeder
2c16fbe50b Fix POD. 2007-10-02 09:34:12 +00:00
Alex Schroeder
e514b08263 ($QuestionaskerSecretKey): New option.
(QuestionaskerInit, NewQuestionaskerDoPost): Use it.
2007-10-01 00:17:32 +00:00
Alex Schroeder
649940669b (GetPermanentAnchor): Use
NormalToFree in the warning message.
(NewPermanentAnchorsGetHistoryLine): New. Allow viewing of old
revisions of pages where a permanent anchor of the same name
exists.
2007-09-29 16:06:15 +00:00
Alex Schroeder
d5e6ed6c6e Moved code here and rewrote
it somewhat. Use @IndexOptions to reintroduce permanent anchors
into the list of all pages.
2007-09-27 15:58:56 +00:00
Alex Schroeder
f8494ce94d Added some POD documentation.
(NewNamespaceScriptLink): Added edit backlink for interlink
redirection.
(NewNamespaceBrowsePage): Replaces BrowsePage; adds redirection
for interlinks.
2007-09-25 15:32:30 +00:00
Alex Schroeder
765129a490 Added some POD documentation.
(NewNamespaceScriptLink): Added edit backlink for interlink
redirection.
(NewNamespaceBrowsePage): Replaces BrowsePage; adds redirection
for interlinks.
2007-09-24 08:29:31 +00:00
Alex Schroeder
b9af930d35 (DoJournalRss): Added search parameter. 2007-09-14 21:18:58 +00:00
Alex Schroeder
f9befb1f6c (NewSearchFreeTextTitleAndBody):
Added unwanted tags using -tag:foo syntax.
2007-09-14 20:17:58 +00:00
Alex Schroeder
007e1b685c Fix <journal> so that it works again. 2007-09-12 05:02:13 +00:00
Alex Schroeder
d54c162415 Another iteration at a fix 2007-09-10 19:52:50 +00:00
Alex Schroeder
d6cb485dd3 Yet another shot at fixing the whole QuoteHtml issue 2007-09-10 19:32:30 +00:00
Alex Schroeder
837af28c91 Add the ability to preserve the Comments link in a plainsite 2007-09-10 04:15:23 +00:00
Alex Schroeder
d31cf993da My last update converted the syntax to Markdown - this fixes that change, and I apologize for the oversight. 2007-09-10 03:52:58 +00:00
Alex Schroeder
4d89e47694 add TODO for bug fix 2007-09-09 21:26:57 +00:00
Alex Schroeder
1b46550ded Look for '&gt;' instead of '>' since we are letting Oddmuse do the encoding 2007-09-09 20:58:44 +00:00
Alex Schroeder
8a046e7240 Fix bug in HTML excaping in code blocks that occured as a result of a change in behavior of Oddmse. 2007-09-09 16:13:22 +00:00
Alex Schroeder
48d4104acd Generate a plain text listing of all pages in a wiki, suitable for indexing by Google. 2007-09-09 16:01:28 +00:00
Alex Schroeder
445db42db5 Fix a security hole where QuoteHTML was disabled and allowed visitors
to insert arbitrary HTML code.
2007-09-09 15:36:42 +00:00
Alex Schroeder
7f82b5ecb7 (CreoleRule): Added ~ rule. 2007-08-30 06:27:56 +00:00
Alex Schroeder
dfb1751748 (TocHeadings, TocPageHtml): Use TocPageHtml
instead of PageHtml. There, localize the HTML cache to make sure
the updated cache will in fact get saved.
2007-08-29 13:51:36 +00:00
Alex Schroeder
5e4f10df2a removed some useless stuff 2007-08-24 07:12:32 +00:00
Alex Schroeder
851f3ef506 fixed linktagsearch bug 2007-08-23 09:17:39 +00:00
Alex Schroeder
f863306f30 fixed searchtag bug 2007-08-23 09:02:27 +00:00
Alex Schroeder
13d00d1da7 A line for 1.806 release. 2007-08-23 05:29:53 +00:00
Alex Schroeder
c9ad4fca64 Update by Juanma 2007-08-19 21:36:55 +00:00