Screwturn Compatible Hosting – Click Here for 3 Months Free!
Twitter Follow us on Twitter          Search: »
ScrewTurn Wiki
Welcome, GuestLogin
Jump to

ScrewTurn Wiki - Previous Versions

RSS
Modified on Tue, 03 Nov 2009 08:01 by Dario Solera Categorized as Uncategorized

Downloads (v2)







  • Version 2.0.32 is not available






  • Version 2.0.26 is not available






























History (v2)

2009/07/30 - Version 2.0.37
  • Fixed session-related bugs in RSS.aspx
  • Fixed issue with non-ASCII filenames in Edit.aspx (JsFileTree.ascx)
  • Added Polish translation

2009/01/10 - Version 2.0.36
  • Enabled ViewState by default in web.config
  • Fixed regression bug introduced with "Process Single Line Breaks" fix in v2.0.35 (Snippets ending with HTML markup were corrupted)
  • Fixed bug occurring when "Process Single Line Breaks" is enabled (the Formatter appended a newline at the end of the content, which is now correctly removed after regex processing)
  • Fixed incorrect behavior of CAPTCHA control in Edit.aspx occurring when editing a meta-file
  • Fixed possible session issue occurring after user logout
  • Added simplified option for resetting a user's password (require only username OR email, not both)
  • Added Danish translation

2008/09/28 - Version 2.0.35
  • Fixed bug in Edit.aspx toolbar (Link File added {UP} two times)
  • Improved performance of Link Page filter in Edit.aspx
  • Fixed content escaping problem with AJAX preview in Edit.aspx
  • Fixed bug in Breadcrumbs Manager, occurring when deleting a page
  • Fixed bug in Formatter occurring with empty [[]] links
  • Fixed bug that appended a new line after Snippets when the "Process Single Line Breaks" option was enabled
  • Changed how {BR} works when "Process Single Line Breaks" is enabled ({BR} always processed)

2008/08/19 - Version 2.0.34
  • Added IHost.FindUser method
  • Optimized Users.UserLink method
  • Added '@' as special char in Edit.aspx
  • Fixed bugs in image browser in Edit.aspx
  • Fixed bug in Formatter ('C:' links to categories with dot in name were not formatted correctly)
  • Fixed bug with Public MainPage in a Private wiki
  • Added Romanian translation
  • Fixed bug with CustomToolbarItem class (not marked Serializable)
  • Fixed bug in {CLOUD} generation (categories cloud not updated after page rebind)

2008/06/10 - Version 2.0.33
  • Fixed bug in Username and Password validation in Register.aspx and Admin.aspx
  • Fixed bug that allowed page names containing square brackets to be created
  • Added MessagePosted, MessageDeleted and MessageModified page activity types in IHost.PageActivity
  • Improved XHTML compliancy of Edit.aspx
  • Improved Users.UserLink behavior (in association with UserInfo.ToString())
  • Added CAPTCHA control to all publicly-accessible functionalities
  • Extended IHost.GetSettingValue options
  • Fixed possible memory leak in ViewState compression

2008/05/11 - Version 2.0.31
  • Fixed XSS vulnerability
  • Improved HTTP status codes and HTTP cache management in GetFile.aspx
  • Added Norwegian translation
  • Fixed bug in Users.Find
  • Fixed missing textbox focus in Message.aspx
  • Fixed typos in Login.aspx
  • Fixed bugs in page sorting algorithms
  • Fixed bug in Host.LogEntry
  • Fixed concurrency problem occurring during application startup under high load
  • Fixed bug in Zip.aspx that prevented nested folders in Upload to be backed up
  • Fixed bug in formatting pipeline context handling
  • Fixed bug in MasterPage.master that prevented Public pages to be viewed/edited by anonymous users when the wiki was set to Private
  • Added possibility to hide image description (using '#')

2008/04/22 - Version 2.0.30
  • Updated Russian translation
  • Replaced all occurrences of Encoding.UTF8 with UTF8Encoding.UTF8 to fix some Unicode encoding problems
  • Improved Search page (select all/none/invert categories filter)
  • Added Serbian translation
  • Improved Special Chars list in Edit.aspx
  • Generally improved page layouts

2008/04/14 - Version 2.0.29
  • Fixed bug in wiki bootstrap that produced an empty MainPage
  • Fixed bug in Edit.aspx which prevented the pages and snippet list from being displayed when editing a meta-file
  • Changed behavior of pseudo-cache: when the Cache is disabled in the global settings, the pseudo-cache does not store data
  • Improved thread-safety of some parts
  • Added Preliminary support for single line breaks processing (opt-in)

2008/04/09 - Version 2.0.28
  • Fixed bug in Formatter
  • Added IHost.ClearCache
  • Enforced options management in Default.aspx (History, Code, Discuss, Code, NoRedirect)
  • Added missing ALT attribute for CAPTCHA image in Register.aspx
  • Globally improved JavaScript interaction with Server-Side ASP.NET controls' IDs
  • Improved Traditional Chinese translation
  • Added property IHost.AllUsers
  • Added UserAccountActivity and PageActivity events to IHost
  • Added search tool for linking pages in Edit.aspx
  • Added Quick Upload tool in Edit.aspx, and slightly rebuilt layout
  • Fixed issue with parameterized snippets (placeholders with no value are now removed)

2008/03/02 - Version 2.0.27
  • Improved page listing in AllPages.aspx
  • Improved support for parameterized Snippets in Edit.aspx
  • Fixed bug in Users that allows inactive users to login
  • Added new option in IHost.AddToolbarItem (SpecialTagWrap)
  • Fixed bug in RSS.aspx which tried to load inexistent pages
  • Cleared CSS layout in Admin.aspx
  • Improved Basic Stats Plugin (Monthly Sessions)
  • Fixed bug in Preview.aspx which didn't generate a full preview. The process now performs Phase1, Phase2 and Phase3 via the FormattingPipeline
  • Fixed bug in autogenerated TOC, which wasn't left aligned in IE

2008/02/11 - Version 2.0.25
  • Improved Log and Recent Changes management code
  • Added new {FTSEARCHBOX} special tag (full-text search box)
  • Added support for parameterized snippets

2008/02/07 - Version 2.0.24
  • Added Turkish translation
  • Fixed more culture-specific issues
  • Fixed concurrency problem in Recent Changes management
  • Fixed security issue in Edit.aspx

2008/01/27 - Version 2.0.23
  • Added ?History=1 support for pages
  • Added Language and Redirect query string parameters in Language.aspx
  • Fixed bug in Admin.aspx occurring during browser check when the User Agent is null
  • Fixed bug in RSS.aspx which caused continuous updates of global feed because the item GUIDs were dynamic and changed at every request, causing problems with some RSS readers
  • Improved Search Engine, which now displays preview for full-text results, and computes their relevance
  • Improved Plugin Framework, now supporting custom special tags for Providers (listed in the Editing Toolbar)
  • Added new interface IExtendedUsersStorageProvider in the Plugin Framework, and updated the engine to support it
  • Added username of the user editing the page when an editing conflict is detected (Edit.aspx)
  • Added possibility to customize the text in Login.aspx
  • Improved Images and Links formatting code (alt and title)

2008/01/02 - Version 2.0.22
  • Replaced, when appropriate, string.ToLower() with string.ToLowerInvariant() in order to avoid some culture-specific errors
  • Added wildcard support in search engine
  • Fixed bug in Edit.aspx preventing page preview to work with JavaScript disabled
  • Added decent write permissions check in Global.asax
  • Fixed graphical glitch in Edit.aspx
  • Fixed bug in JsFileTree.ascx and JsImageBrowser.ascx causing a JavaScript error with files/folders containing single quotes in their names
  • Fixed errors in RSS feeds generation; all feeds now pass the W3C RSS validation service (http://validator.w3.org/feed)
  • Fixed issue affecting email addresses containing an ampersand
  • Fixed problem in DataMover which broken categories binding while moving pages

2007/11/30 - Version 2.0.21
  • Added check in ProviderLoader that avoids to instantiate abstract classes
  • Fixed bug in Post.aspx (SCRIPT Tags not checked)
  • Fixed bug in CAPTCHA control (Register.aspx)
  • Fixed bug in category renaming (Admin.aspx)
  • Fixed toolbar bug in Edit.aspx affecting image insertion in IE
  • Updated #ZipLib to version 0.85.4

2007/11/10 - Version 2.0.20
  • Removed unused variable in RSS.aspx
  • Improved Provider loading code
  • Fixed bug in Formatter affecting Script tags with empty lines in them
  • Added Traditional Chinese translation

2007/10/21 - Version 2.0.19
  • Removed bin\Exchange.dll (merged into bin\Core.dll)
  • Fixed bug in page rendering process (Default.aspx performed Phase3 2 times)
  • Added Dutch translation

2007/10/03 - Version 2.0.18
  • Fixed regression bug in Page renaming, which broke Page deletion
  • Fixed bug in page content extraction (LocalPagesProvider)
  • Fixed slow loading of Edit.aspx with many images in the upload directory

2007/09/23 - Version 2.0.17
  • Added Hungarian translation
  • Fixed localization issues
  • Fixed critical bug in Page renaming

2007/09/13 - Version 2.0.16
  • Fixed performance problems with Categories
  • Fixed Provider configuration display problems in Admin.aspx
  • Fixed problems with TOC and Headers
  • Fixed issue with SMTP password storage

2007/09/01 - Version 2.0.15
  • Fixed bug in images linked to URLs with multiple query string parameters (...&...)
  • Fixed security bug in GetFile.aspx
  • Fixed bug in PagesStorageProvider
  • Inhibited use of '#' in page names

2007/08/09 - Version 2.0.14
  • Fixed JavaScript error in Edit.aspx
  • Improved load time for Edit.aspx
  • Fixed problem with ampersands in page links (no more allowed)

2007/07/27 - Version 2.0.13
  • Improved Editing page (after saving a specific page section, the user is redirected to it instead of the to the top of the page)
  • Improved exception handling in EmailSender
  • Fixed problem with WikiMarkup inside headers and TOC

2007/07/16 - Version 2.0.12
  • Fixed errors in resource files
  • Fixed bug in Recent Changes and RSS management
  • Fixed bug in @@...@@ and {{{{...}}}} tags (line breaks not displayed in IE)

2007/07/03 - Version 2.0.11
  • Added Slovak translation
  • Fixed JavaScript error in Default.aspx when Breadcrumbs Trail is disabled

2007/06/26 - Version 2.0.10
  • Fixed error in Public Directory name management
  • Added Czech translation

2007/06/24 - Version 2.0.9
  • Fixed error in anchor ID generation (headers with commas)
  • Fixed issue in URL rewriting
  • Fixed formatting error in page discussion
  • Fixed broken layout in message deletion page
  • Fixed JavaScript errors in Edit.aspx and Admin.aspx

2007/06/12 - Version 2.0.8
  • Implemented warning when leaving the Editing page without saving
  • Fixed problem with page names with a trailing dot
  • Fixed problem with malformed HTML Head (a Span tag was inserted)
  • Fixed problem with RSS times (now using GMT time)
  • Fixed problem with {{{{...}}}} and indent (:) which rendered too many <br /> tags
  • Fixed problem in search engine with Headers (first word not found)

2007/05/27 - Version 2.0.7
  • Fixed URL-escaping problem while saving a page
  • Fixed problem with HTML comments and page transclusion
  • Fixed bug in Local Pages Provider
  • Fixed problem with pages management (pages created with version 1.x had an invalid creation date/time)

2007/05/09 - Version 2.0.6
  • Fixed formatting error in History
  • Added authentication for RSS feeds in case of Private Mode
  • Fixed error with the ~~~~ tag (wrong link for the User)
  • Fixed problem with '+' in page names ('+' not allowed anymore)

2007/05/01 - Version 2.0.5
  • Fixed Chinese translation
  • Fixed error in "View Page Code" (missing HTML encoding)
  • Fixed error on accessing Settings
  • Fixed problem with Section Editing and Save & Continue (content corruption)

2007/04/18 - Version 2.0.4
  • Fixed issue with HTML Head (MasterPage)
  • Fixed issue with source code codepages
  • Fixed cache issue with transcluded pages
  • Fixed layout error in Edit.aspx
  • Fixed bug in Admin.aspx (Configuration tab)
  • Fixed problem with page names with apostrophes (which are not allowed anymore)
  • Added Chinese translation

2007/04/09 - Version 2.0.3
  • Fixed problem with BasePage (crash in case of missing UserAgent in HTTP Request)
  • Fixed typo in Register.aspx (en-US)
  • Fixed problem with Snippets containing XHTML (exceeding BRs)

2007/03/17 - Version 2.0.2
  • Fixed problems with Russian translation
  • Fixed SMTP Password problem in Admin Page (the Password was displayed in clear-text)
  • Fixed issue with Categories sorting in Edit.aspx
  • Fixed problems with Page names with spaces coming from version 1.0.x

2007/03/14 - Version 2.0.1
  • Fixed problems with Russian translation
  • Fixed problem with Redirection
  • Fixed error related with Page deletion
  • Fixed NullReferenceException while loading settings
  • Fixed error with special characters in Search Engine
  • Fixed spelling error in Search.aspx (English)
  • Fixed regression bug in Anchor management
  • Fixed problem with Page names containing ampersands

2007/02/28 - Version 2.0.0
  • Final 2.0.0 version

2007/01/30 - Version 2.0 RC
  • More features added

2006/12/30 - Version 2.0 Beta
  • More features added

2006/11/29 - Version 2.0 Alpha
  • Initial 2.0 public release

History (v1)

2006/11/20 - Version 1.0.11
  • Fixed bug with line-breaks

2006/11/16 - Version 1.0.10
  • Fixed bug affecting malformed tables
  • Added support for links/images with two brackets [[Link]]

2006/11/09 - Version 1.0.9
  • Fixed bug in lists management in Admin.aspx
  • Restored missing file History.aspx

2006/11/06 - Version 1.0.8
  • Fixed bug in HTML Head generation
  • Fixed bug in User creation
  • Empty links are now ignored

2006/10/23 - Version 1.0.7
  • Fixed bug in the Formatter, affecting page names with dots
  • Fixed critical bug in the Formatter, affecting the NoWiki tag
  • Fixed bugs in URL-escaping
  • Fixed bug in URL-validation in Admin.aspx
  • Fixed errors in Spanish translation
  • Fixed bug in authorization verification in Upload.aspx
  • Improved AllPages performances
  • Added new CSS style for main Page's title
  • Added Account Creation feature in Admin.aspx

2006/10/11 - Version 1.0.6
  • Fixed bug in the RSS generator
  • Fixed critical bug in the Formatter (affecting empty NoWiki tags)
  • Fixed issues in French translation
  • Fixed issues in URL-escaping
  • Improved Cache management performances

2006/10/06 - Version 1.0.5
  • Fixed bug in Link escaping in the File List control
  • Fixed critical bug in Page Editing authorization
  • Added new tag Escape

2006/10/04 - Version 1.0.4
  • Fixed bug in formatting special tag RssPage
  • Fixed critical bug in Page Renaming
  • Fixed bug in Formatter (URLs starting with file:// were not correctly handled)
  • Added support for tables using WikiMarkup
  • Added auto-selection of correct textbox in Edit.aspx
  • Added support for text indentation

2006/10/01 - Version 1.0.3
  • Added support for horizontal lines ----
  • Fixed bug in History.aspx which prevented the handling of inexistent revisions
  • Fixed bug in the WebSetup package

2006/09/28 - Version 1.0.2
  • Fixed bug in Cookies' Path management
  • Fixed URL Encode bug in File List links and Formatter
  • Fixed bug in Error logging
  • Fixed bug in page name identification

2006/09/23 - Version 1.0.1
  • Fixed critical bug in Main URL validation in Admin.aspx
  • Fixed translation errors and omissions
  • Removed Page Count in Admin.aspx (redundant)
  • Improved performances in global cache management

2006/09/21 - Version 1.0.0
  • Added Clear Cache button in Admin.aspx
  • Added session keep-alive in Admin.aspx
  • Added messaging support for built-in admin account
  • Added new configuration option (allow anonymous file upload in Public Access mode)
  • Added new special tag PageCount
  • Added support for subdirectories in links [subdir/].
  • Fixed bug in Edit.aspx which allowed anonymous users to upload files
  • Fixed bug in Admin.aspx which conflicted with the default language selection
  • Fixed bug in the Formatter (malformed multilevel lists produced crashes)
  • Fixed bug in TOC generation (elements displayed in wrong order)
  • Fixed bug in AJAX Preview (non-ASCII characters lost during preview generation)
  • Fixed bug in bold+italic formatting
  • Fixed bug in HTML comments (they were confused with striked text)
  • Removed EditLink and CreateLink special tags
  • Changed extension for "content" pages from .aspx to .ashx to avoid naming conflicts with "system" pages

2006/09/03 - Version 1.0 RC released
  • Fixed bug in Zip.aspx when trying to ZIP locked files
  • Fixed bug in Login.aspx when 'admin' logs in through cookie
  • Fixed bug in session keep-alive in the case of application reboot while editing a Page (now the login is re-performed automatically)
  • Fixed bug in multi-level lists (lists ending with a level > 1 were not correctly closed)
  • Fixed bug that allowed editing of any file in the PublicDirectory (now only the "meta" files are actually editable)
  • Fixed bug in History.aspx (problems with revision number which got trunkated)
  • Fixed bug in multilevel lists (too many/too few closed tags)
  • Fixed minor bugs and issues
  • Redesigned Pages listing in AllPages.aspx (now supports sorting)
  • Redesigned Password Reset procedure to prevent vandalism
  • Redesigned Files listing in Upload.aspx and Edit.aspx (now use the UserControl FileList.ascx)
  • Redesigned search engine using Regular Expressions
  • Removed Default.aspx (it was useless), renamed Load.aspx into Default.aspx
  • Improved logging of Errors (now the StackTrace is recorded)
  • Improved Theme "Elegant"
  • Added Tree View in AllPages.aspx
  • Added Page History navigation in History.aspx
  • Added BOX formatting button in Edit.aspx
  • Added AJAX Preview in Edit.aspx (disabled by default with Konqueror)
  • Added Language.aspx which allows Language selection
  • Added Default Language configuration option
  • Added resize buttons for the textarea in Edit.aspx
  • Added hidden backup for system files (Users, Pages, Config)
  • Refactored PageInfo.Backups (now it contains the list of the Revision numbers)

2006/08/03 - Version 1.0 Beta3 released
  • Fixed bug in automatic login in Edit.aspx
  • Fixed URL escaping
  • Fixed bug in BR management
  • Fixed textarea dimension bug in Message.aspx
  • Fixed bug in Page deletion methods
  • Fixed bug in Online Users count
  • Fixed bug in Page links with anchors
  • Fixed bug in logging username when updating a Page
  • Added Captcha control in Register.aspx
  • Added Config Options editability at runtime (except PublicDirectory and MasterPassword)
  • Added experimental HTTP Compression support
  • Added PRE WikiMarkup {{{{...}}}} and modified CODE WikiMarkup {{...}}
  • Added BOX WikiMarkup (((...)))
  • Added support for multi-level lists
  • Added more DIVs to allow fine layouting
  • Added visual hints on input errors
  • Added new configuration options (MaxFileSize, UsersCanUploadFiles, AdminsCanAccessConfig)
  • Added <nowiki> tag (excludes WikiMarkup parsing and formatting)
  • Added new option ImageAuto for images
  • Added custom Notice at the top of Edit.aspx
  • Added view filters in the Administration page for Users, Pages and Log Entries
  • Added Data backupd download (ZIP file, using #ZipLib) (Zip.aspx supports custom login for scripted backup download (only for Admins, not for built-in admin account))
  • Added special tag {TOP}
  • Added automatic TOC generation for Page (added special tag {TOC})
  • Added support for media types in themes (MediaName_*.css)
  • Added RandPage.aspx
  • Removed special tags {RANDPAGELINK} and {RANDPAGE}
  • Changed caching strategy for Header/Sidebar/Footer (cached already formatted)
  • Changed caching strategy for Page content (formatted text is cached at first usage)
  • Changed caching algorithm (MRU, Most Recently Used)

2006/07/10 - Version 1.0 Beta2 released
  • Fixed RSS updating bug
  • Fixed bug in authorization checking in Edit.aspx
  • Added new theme "Elegant"
  • Added localization support for formatting links in Edit.aspx
  • Added Configuration checkup and defaulting
  • Added more content caching (Header, Sidebar, Footer, XHTML head)
  • Added automatic session renewal in Edit.aspx
  • Added ViewState compression in Admin.aspx (with new configuration options)
  • Optimized Admin.aspx (bandwidth usage reduced by 900%)
  • Enabled partial and experimental WikiMarkup support
  • Enabled WikiMarkup in formatting links

2006/07/04 - Version 1.0 Beta released
  • Fixed bug in online version detection
  • Fixed bug in XHTML anchors management
  • Fixed auto-login bug in Edit.aspx
  • Fixed bug in authorization checking in Edit.aspx
  • Fixed bug in LoginCookie deletion on logout
  • Fixed Edit.aspx menus' position
  • Fixed JavaScript malformed links
  • Fixed textarea's width bug in Edit.aspx and Message.aspx
  • Added H1, H2, H3, PRE formatting links
  • Added Log disk space usage computation
  • Added File list in Edit.aspx
  • Added special tag {CLEAR}
  • Added Cache Cut Size setting

2006/06/22 - Version 1.0 Alpha released
  • Added version notification
  • Added special tag {UP}
  • Added formatting tags toggling in Edit.aspx
  • Added RSS 2.0 notifications for single Pages and global updates
  • Added inline image support
  • Added Page renaming
  • Added full cache management
  • Added full theming support
  • Added anchors support
  • Added Page history
  • Added upload file types restriction
  • Added per-Page permissions (Locked, Normal, Public)
  • Added DateTime format customization
  • Added SCRIPT protection
  • Fixed namespaces problems (ScrewTurn.Wiki)
  • Fixed Link insertion tool in Edit.aspx
  • Fixed Username check during account registration
  • Fixed cookies overriding on the same domain and different pathes
  • Removed RootDirectory configuration option (it's now detected automatically)
  • Redesigned Administration interface

2006/06/14 - Version 0.1 Alpha released

Side Projects

  • RESX Synchronizer allows to synchronize multi-language .resx files (used for the development of ScrewTurn Wiki).
  • Pixel Picker enables to pick the color of pixels on your screen — very handy for day-to-day graphics-related activities.

About

  • Copyright ©2006-2010 Threeplicate Srl. All rights reserved. Some of the icons created by FamFamFam.
  • See our Privacy Policy.
  • Powered by ScrewTurn Wiki 3.0.2.507.
  • This namespace contains 23 pages.