Commit Graph

637 Commits

Author SHA1 Message Date
Alex Schroeder
98aa0601eb Add separate indexing of tags, an a
new formatting rule for tags.
($SearchFreeTextTagUrl): New option.
(SearchFreeTextTagsRule): New Rule.
(SearchFreeTextIndex): Index tags in a separate index.
(SearchFreeTextTitleAndBody): Correct handling of raw parameter,
handle searching for tags, use SearchFreeTextGet helper.
(SearchFreeTextGet): New.
2005-12-26 15:15:02 +00:00
Alex Schroeder
e19db031e1 (SearchFreeTextTitleAndBody): Correct
handling of raw parameter.
2005-12-26 12:51:12 +00:00
Alex Schroeder
84fa204471 (TagsSearch): Replaced code with a modified copy of DoSearch to
avoid too much hackery around conflicts with search-freetext.txt.
2005-12-24 23:48:52 +00:00
Alex Schroeder
0aa1788773 (TagsSearch): Removed warning. 2005-12-24 23:25:26 +00:00
Alex Schroeder
c236c042b4 ($LocalNamesCollectMaxWords)
(LocalNamesNewSave): New option, use it.
2005-12-23 13:52:38 +00:00
Alex Schroeder
bc6423e353 (LocalNamesNewSave): Note what local names
have been added in the summary for the LocalNames page.
2005-12-22 10:52:16 +00:00
Alex Schroeder
e3a62ce0a5 (LocalNamesNewSave): New, to automatically
add all named external links to LocalNames.
($LocalNamesCollect): New option.
2005-12-20 16:01:43 +00:00
Alex Schroeder
9dca6c0073 (AggregateRule): Add RSS feed. 2005-12-20 00:51:33 +00:00
Alex Schroeder
71b1c9f368 ($TagsSearch): New option.
(TagsSearchMenu): New, added to @MyAdminCode.
(TagsSearchIndex): New, added to %Action.
(TagsNewGetSearchForm): New, replaces GetSearchForm.
(TagsSearch): New, added to %Action.
(TagsSearchTitleAndBody, TagsSearchNewHighlightRegex): New,
modelled on search-freetext.pl.
2005-12-19 00:21:28 +00:00
Alex Schroeder
3df0370180 (NewPageTypeDoPost): Unquote HTML when
stuffing the text back into the text parameter.
2005-12-18 20:25:41 +00:00
Alex Schroeder
79df8bab52 *** empty log message *** 2005-12-18 00:07:53 +00:00
Alex Schroeder
70d9d21f7b new version awwaiid 2005-12-18 00:07:36 +00:00
Alex Schroeder
c8cb66c645 fix learn more links 2005-12-16 12:53:48 +00:00
Alex Schroeder
59951b9ee0 fix divs, remove leading header 2005-12-16 12:48:27 +00:00
Alex Schroeder
471c160080 new 2005-12-16 12:40:28 +00:00
Alex Schroeder
3ba30aecb0 (TablesLongRule, TablesLongRow): Implement rowspan. 2005-12-13 22:50:33 +00:00
Alex Schroeder
0cd879a3f6 (TablesLongRule): Fix problem with extra
hr element or missing last cell if the table was the last thing on
the page.
2005-12-13 12:48:22 +00:00
Markus Lude
fbb024bdef added period to end of one text 2005-12-11 20:15:29 +00:00
Alex Schroeder
479ff98da6 (TocRule, TocHeadings): Change how anchor names are determined to
rule out conflicts with included pages such as the sidebar.
2005-12-08 12:42:36 +00:00
Alex Schroeder
691badf54a (TocRule): Only set $TocShown if $TocAutomatic is
true, and therefore a table of contents has in fact been shown.
This solves the problem of <toc> only working before the first
heading (and requiring no headings in the sidebar).
2005-12-08 10:34:49 +00:00
Alex Schroeder
c7354e5bec temporary 2005-12-04 10:26:11 +00:00
Fletcher T. Penney
4ab0ce7ad0 Fix handling of WikiWords within Markdown links 2005-11-20 18:50:49 +00:00
Fletcher T. Penney
657be286f9 Initial public release 2005-11-11 02:15:32 +00:00
Alex Schroeder
f03ea299c0 (NewNamespaceScriptLink): Do not mangle
actions matching $FullUrlPattern, as that breaks localnames.pl.
Since $action is already URL-encoded, however, we do the same test
as in ScriptLink: $UrlProtocols followed by the URL-encoded colon:
%3a.
2005-11-07 00:46:15 +00:00
Alex Schroeder
4c02d585c7 (UsemodRule): Allow attributes in HTML tags as
proposed by Peter Gervai.
2005-11-06 23:51:33 +00:00
Fletcher T. Penney
b974d80568 Add "Download this page as PDF" link to footer 2005-11-06 18:54:15 +00:00
Fletcher T. Penney
c5a454ddb9 Further abstract the processing to separate it from the module 2005-11-06 16:35:15 +00:00
Fletcher T. Penney
8b6e0df21d Add version string 2005-11-06 15:46:00 +00:00
Fletcher T. Penney
710b65cc35 Initialize module 2005-11-06 15:44:40 +00:00
Fletcher T. Penney
7262332dfe Initial version 2005-11-06 03:34:41 +00:00
Fletcher T. Penney
a691b77d87 *** empty log message *** 2005-11-03 00:21:47 +00:00
Fletcher T. Penney
e195124247 disable use of metadata 2005-10-28 21:33:35 +00:00
Alex Schroeder
80b207aef6 Removed debugging code. 2005-10-28 15:20:55 +00:00
Alex Schroeder
4a30d130dc update copyright year 2005-10-28 15:20:18 +00:00
Alex Schroeder
14e40348a6 (NewNamespaceScriptLink): Do not mangle
actions matching $FullUrlPattern, as that breaks localnames.pl.
2005-10-28 14:46:30 +00:00
Alex Schroeder
e566f3b97e (NewLocalNamesReInit): New. 2005-10-28 08:07:39 +00:00
Alex Schroeder
392eb25e43 Call NamespacesInitVariables as early as possible. 2005-10-28 08:06:11 +00:00
Alex Schroeder
81ef117f09 (NamespacesInitVariables): Rewrite after
the changes to the main script regarding initialization.  Always
force a reinit (in a mod_perl context we cannot reuse the info).
2005-10-27 21:58:49 +00:00
Fletcher T. Penney
7ee662abb5 New module initialization 2005-10-24 18:58:42 +00:00
Alex Schroeder
c49f2edda6 (LocalNamesInit, LocalNamesNewNearInit):
Merged LocalNamesNewNearInit with LocalNamesInit.
2005-10-21 22:54:33 +00:00
Alex Schroeder
79f1e65e90 removed unnecessary full stop at the end of a german translation 2005-10-15 22:34:52 +00:00
Victor Osadci
1ccf51517f Update translation. 2005-10-15 12:56:00 +00:00
Alex Schroeder
2a2fa3c0ba (MarkupRule): Prevent forced markup from
spanning empty lines when start and end tag are the same.  This is
specially tricky when // is used on a file path, for example.
2005-10-14 21:12:55 +00:00
Fletcher T. Penney
51a7f34eb7 Add TOC option back to non-action version of clustermap 2005-10-13 14:09:40 +00:00
Fletcher T. Penney
8170ebd1de Add TOC option back to non-action version of clustermap 2005-10-13 14:01:22 +00:00
Fletcher T. Penney
716b27688f Fix bug in translated strings that start with spaces 2005-10-12 14:34:42 +00:00
Fletcher T. Penney
5baedd9057 - revert to original QuoteHtml behavior, after patching bug in Oddmuse's
QuoteHtml routine
- Require a WikiWord to be preceded by whitespace to prevent over-eager matching
2005-10-11 18:44:42 +00:00
Alex Schroeder
5578f7b45d Rescued some old texts that got lost because of whitespace and HTML changes. 2005-10-10 19:21:25 +00:00
Alex Schroeder
dc7a56046f Update with pt_PT by Guida Querido and Paulo Querido. 2005-10-10 18:59:54 +00:00
Alex Schroeder
f18945b76d Former portuguese-utf8.pl 2005-10-10 18:58:42 +00:00