Commit graph

49 commits

Author SHA1 Message Date
Cristian Trapattoni
fe19554e28 Changed errors management in formatting when switching to visual editor, if there is an error in wiki markup do not lose data. [completed: 399] 2011-03-11 18:10:35 +01:00
Dario Solera
191d903b2d Fixed all redirections with appropriate host (as configured). 2010-12-29 14:07:49 +00:00
Dario Solera
4d8fb62fc5 Added 'CloudLink' class to links in category cloud. 2010-09-10 05:21:52 +00:00
Dario Solera
27af8f2caa Fixed and closed #537: {RecentChanges} disabled in preview mode. 2010-06-17 13:41:22 +00:00
Dario Solera
df9cdacc66 Fixed and closed #508: edit section link completely removed from output if current user does not have editing permissions. 2010-05-01 14:49:31 +00:00
Dario Solera
dec7469acf Fixed and closed #532: HTML in headers caused broken anchors. 2010-05-01 10:35:11 +00:00
Dario Solera
5bd4cfdd02 Removed useless comments. 2010-05-01 10:24:30 +00:00
Dario Solera
e2e0d334eb Fixed #523: transclusion anti-loop is disabled for non-page-content formatting. 2010-05-01 10:16:10 +00:00
Dario Solera
ddcdf77f53 Fixed transclusion issue. 2010-04-09 15:59:10 +00:00
Matteo Tomasini
acfc1ad983 Fixed and closed #499 : SpecialTagRegex is not processed if Format is called with forIndexing=true. 2010-04-09 14:56:34 +00:00
Matteo Tomasini
554d9c41ab Moved transclusion processing in phase3. 2010-04-09 12:17:13 +00:00
Matteo Tomasini
3a853ecdd8 Fixed and closed #525 : if mail link start with "mailto:" the wiki no more add "mailto:" to link address. 2010-03-31 09:50:21 +00:00
Dario Solera
8dc560ba05 Fixed and closed #506: {t:...} no longer requires the namespace. 2010-03-11 15:37:38 +00:00
Dario Solera
7f9674601c Removed useless comments. 2010-03-03 09:08:55 +00:00
Dario Solera
b877469900 Fixed bug in formatter (trying to resolve user when surely anonymous). 2010-03-02 13:31:20 +00:00
Dario Solera
0ac4be8bb0 Fixed and closed #501: added {categories} special tag. 2010-02-28 10:41:14 +00:00
Dario Solera
02b6c862d6 Fixed #490: not-closed snippet no longer makes the application crash. 2010-02-17 11:14:00 +00:00
Matteo Tomasini
bc840e2cb6 Fixed and closed #484: added new {pagecount(*)} tag for total page (all namespaces) count. 2010-02-09 14:07:49 +00:00
Dario Solera
71637365c1 Fixed #443: multi-line table headers supported (row-headers no longer supported). 2010-02-02 14:08:32 +00:00
Dario Solera
5fee035fbe Fixed issue #439: headers are now correctly detected, even when using @@...@@ tags. 2010-02-02 09:55:00 +00:00
Dario Solera
c86aa2f318 Fixed #468: Formatter and ReverseFormatter now process inter-namespace links correctly. 2010-01-27 13:01:09 +00:00
Dario Solera
a716310df3 Fixed and closed #437: empty links are now properly ignored. 2010-01-03 17:27:17 +00:00
Dario Solera
5a396a5ae0 Improved handling of header anchors whose main content starts/ends with a space. 2009-12-14 18:07:56 +00:00
Dario Solera
800fd8fb79 Tentatively fixed #424: Phase3 special tags can now be used inside snippets. 2009-11-28 15:15:09 +00:00
Dario Solera
826877c72e Fixed #426: HTML comments are now replaced with a space rather than removed altogether so that they do not introduce blank lines. 2009-11-28 14:08:43 +00:00
Dario Solera
ec33ba95df Fixed and closed #423: {RecentChanges} now works correctly. 2009-11-28 10:30:13 +00:00
Dario Solera
1147017d92 Fixed and closed #414: "Link to this section" is now translated.
Fixed and closed #413: "~~~~" tag now correctly renders the display name.
Fixed #408: reverse formatter now works even when no new lines are present at the end of the content.
2009-11-10 07:59:28 +00:00
Dario Solera
24646bd331 Fixed issue with file links: filenames that were already encoded were encoded a second time. 2009-11-03 09:08:54 +00:00
Dario Solera
c080770946 Fixed #402: filenames are properly encoded even when the link has the "^" flag. 2009-10-26 06:55:24 +00:00
Dario Solera
2199499e21 Fixed #400: filenames used in combination with {UP} are now escaped only when used inside WikiMarkup links. 2009-10-23 09:01:16 +00:00
Dario Solera
f30df0e8a3 Fixed regression introduced in r2678. When sections anchors were disabled in config, TOC entries did not work anymore. 2009-10-23 08:51:59 +00:00
Dario Solera
dd12c79220 Fixed issue with '{', ':' and '}' in file links. 2009-10-23 08:11:03 +00:00
Dario Solera
c135c883fe Fixed regression introduced with fix to regression introduced with fix to #305. 2009-10-22 15:45:13 +00:00
Dario Solera
0edaac7132 Tentatively fixed #383 and #386: semicolons and ">>>" sequences are correctly escaped inside @@...@@ tags. 2009-10-22 15:32:56 +00:00
Dario Solera
bc3a5fa51f Fixed regression introduced with fix to #305. 2009-10-22 15:20:55 +00:00
Dario Solera
16bcab85ea Fixed #392: email addresses are automatically obfuscated. 2009-10-22 13:47:37 +00:00
Dario Solera
9e9ceb2ec7 Fixed #395: filenames are URL-encoded when used in combination with {UP} tags. 2009-10-21 15:02:58 +00:00
Dario Solera
1f665bda61 Tentatively fixed #305: single line breaks are preserved between WikiMarkup-Visual and back switches. 2009-10-20 16:08:07 +00:00
Dario Solera
695e715c06 Fixed #382: positional parameters whose vlaue contains markup are not rendered correctly in snippets (the equal sign generated by a link, for example, confused the formatter). 2009-10-14 08:10:16 +00:00
Dario Solera
66e9f5aaf6 Fixed and closed #381: multi-line list elements are now rendered correctly even if they are the last element. 2009-10-14 07:03:24 +00:00
Dario Solera
4224a5785b Fixed and closed #377: named parameterized snippets now work even if they are on a single line. 2009-10-13 12:51:50 +00:00
Dario Solera
bd65c84133 Fixed and closed #364: all HTML comments are stripped away except for ones inside PRE tags. 2009-10-12 15:34:55 +00:00
Dario Solera
980056c487 Fixed and closed #376: {cloud} now displays local category names. 2009-10-12 15:21:46 +00:00
Dario Solera
1d819c137f Added warning when transcluding an inexistent page. 2009-10-12 10:50:27 +00:00
Dario Solera
fef1495165 Fixed typo (but it had no effect). 2009-10-12 07:32:08 +00:00
Dario Solera
94dc584129 Fixed issue #362: HTML comments are now rendered in the output. 2009-10-07 12:19:49 +00:00
Dario Solera
947e8cdce0 Added "Enable Section Achors" configuration option. 2009-10-06 15:21:59 +00:00
Dario Solera
e225f06bd1 Fixed issue in search engine (multiple identical matches returned when search query contained the same work multiple times). 2009-10-02 08:00:55 +00:00
Dario Solera
b8f912cc79 Fixed help files. 2009-09-30 13:47:13 +00:00