Commit graph

138 commits

Author SHA1 Message Date
Dario Solera
3c81c74f49 [completed: 592] Inactive users no longer receive email notifications for page/message updates. 2011-04-06 18:43:38 +02:00
Dario Solera
4249a761d7 [completed: 566] Host.CheckActionFor* methods now accept null user and treat it as anonymous. 2011-04-06 18:35:10 +02:00
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
Dario Solera
66714e88d8 General code cleanup. 2011-03-07 17:57:20 +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
39ec1e3dc0 Added some tests and fixed extra <br> 2011-03-03 17:53:19 +01:00
Cristian Trapattoni
fc13759baf Fixed styles in the <table> <thead> <tr> and <td>
Fixed links in <td>
Changed the auto-align images management system
Added some tests in ReverseFormatterTests
2011-03-03 17:25:33 +01:00
Cristian Trapattoni
228acd32df Added table formattation 2011-03-02 17:39:22 +01:00
Cristian Trapattoni
55b1cfcc27 Fixed extra <BR /> at the end of lists
Fixed image path from folder
2011-03-02 14:28:34 +01:00
Cristian Trapattoni
a39315a3cd Fixed problems with bold and italic in lists 2011-03-02 12:31:56 +01:00
Cristian Trapattoni
c458a8ac67 Fixed autoalign e inline description 2011-03-02 09:53:34 +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
Cristian Trapattoni
d68793daba Fixed bug on image in IE
Fixed bug {BR}
2011-02-25 18:15:55 +01:00
Cristian Trapattoni
002096b2ff Updated and fixed some problems with link 2011-02-25 15:48:19 +01:00
Cristian Trapattoni
079b3d4df8 Fixed ul and ol, now work with formatted text in the list 2011-02-25 14:03:14 +01:00
Cristian Trapattoni
bac3de9751 Fixed ul and ol with annidation 2011-02-25 12:15:29 +01:00
Cristian Trapattoni
6528094b1b Fixed image system, fixed ul and ol 2011-02-24 18:04:01 +01:00
Cristian Trapattoni
d02f5bf845 Fixed some problems image's autoalign and ul, ol 2011-02-24 12:03:16 +01:00
Cristian Trapattoni
21df29be71 Correct some problems with UL and OL 2011-02-23 11:27:45 +01:00
Cristian Trapattoni
77266fa8ab Modify ReverseFormatter
Create ReverseFormatterTest.cs
2011-02-23 09:41:49 +01:00
Dario Solera
180e45d90c Added identity impersonation logic to all background operations (ThreadPool). 2011-02-20 15:31:43 +01:00
Dario Solera
753c1410d1 Fixed bug in automatic fallback to default theme. 2011-01-06 14:17:33 +00:00
Dario Solera
c639774f73 Added missing method from IHost interface. 2011-01-05 15:19:40 +00:00
Dario Solera
6b9dd4150b Added way to override public directory. 2011-01-05 15:14:31 +00:00
Dario Solera
ffa6f12f6b Fixed more bugs in FixHost method. 2011-01-05 14:19:41 +00:00
Dario Solera
9befcf3c13 Fixed bug in FixHost method. 2011-01-05 13:23:20 +00:00
Dario Solera
28194105d1 Minor change. 2011-01-05 10:55:05 +00:00
Dario Solera
318bc854b1 Automatic fallback to Default theme if selected theme does not exist. 2011-01-05 08:46:56 +00:00
Dario Solera
2aabe4d6c6 Abstracted part of local providers data directory management. 2011-01-04 14:11:20 +00:00
Dario Solera
42f4344501 Added possibility to specify a different paging size. 2011-01-04 09:39:25 +00:00
Dario Solera
9acaf35935 Added support for absolute paths for PublicDirectory configuration value. 2011-01-04 09:02:39 +00:00
Dario Solera
191d903b2d Fixed all redirections with appropriate host (as configured). 2010-12-29 14:07:49 +00:00
Dario Solera
8c35eed690 Added GetMainUrl "smart" method. 2010-12-26 16:02:53 +00:00
Dario Solera
94d378f865 Upgraded solution to Visual Studio 2010 (still targeting .NET 3.5). 2010-12-26 10:58:31 +00:00
Dario Solera
57ed1399c0 Changed HTML head. 2010-11-19 12:45:21 +00:00
Dario Solera
4d8fb62fc5 Added 'CloudLink' class to links in category cloud. 2010-09-10 05:21:52 +00:00
Dario Solera
d8a68737ab Fixed issue occurring when calling formatting-related code from asynchronous threads (HttpContext is unavailable). 2010-07-01 10:45:36 +00:00
Dario Solera
27af8f2caa Fixed and closed #537: {RecentChanges} disabled in preview mode. 2010-06-17 13:41:22 +00:00
Dario Solera
a078529eb3 Added preliminary support for RTL cultures (patch by Masood Ramezani). 2010-06-17 07:35:39 +00:00
Dario Solera
439549707a Fixed possible issue with SessionFacade. 2010-06-16 07:38:20 +00:00
Dario Solera
6195533a07 Now considering Response.End() in formatters execution so no error message is displayed in the log. 2010-06-03 10:31:24 +00:00
Dario Solera
44311ba307 Page and message indexing is now more robust and pages that cannot be indexed are skipped. 2010-05-30 06:29:13 +00:00
Dario Solera
4a91270ff1 Fixed and closed #542: log appending now correct when flushing old entries. 2010-05-20 12:48:58 +00:00