Commit graph

59 commits

Author SHA1 Message Date
Dario Solera
f2edbd8cda Merged changes from Main. 2011-04-06 18:10:20 +02:00
Dario Solera
8bf4b9cf66 Code cleanup. 2011-03-13 10:22:10 +01:00
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
Cristian Trapattoni
6bc34e925e Fixed void h1, now work as horizontal ruler
Fixed horizontal ruler
Fixed Indentation
Fixed lists in table sheets
Added some tests in ReverseFormatterTests
2011-03-04 10:55:38 +01:00
Cristian Trapattoni
228acd32df Added table formattation 2011-03-02 17:39:22 +01:00
Cristian Trapattoni
087f015b79 Fixed autoimage description, now work correctly;
Added test for wikititle in formatterTests
2011-03-02 09:25:44 +01:00
Cristian Trapattoni
bfd17496ef Solved problems with special Markup (example {wikititle}) 2011-03-01 17:37:32 +01:00
Cristian Trapattoni
3680f61dfe Removed extra<br> in block of code 2011-03-01 17:13:14 +01:00
Cristian Trapattoni
c950307494 Fixed <sub> and <sup> in formatter.cs, now don't see tag in visual editor 2011-03-01 15:55:43 +01:00
Cristian Trapattoni
d9719bccc5 Fixed br in ol and ul 2011-02-28 18:27:45 +01:00
Cristian Trapattoni
4056860d9b Fixed {br} and <br /> in wikimarkup and visual, now work correctly 2011-02-28 14:48:31 +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