From 079f2aea187cd5ecb8d188f6b7da0cd9dab148c8 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 24 Apr 2009 20:29:51 -0700 Subject: [PATCH] Updated Changes, crediting Catalan translation, removing a duplicate item about preview width etc. --- Changes | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/Changes b/Changes index 2a201489..ed2a7c48 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + - many new tests, including live tests of chained formatters (dandv) + - main formatters (Textile, MultiMarkdown) are independent and clearly dispatched now (dandv) + 0.999028 2009-04-23 11:58:00 - Use oneshot timer instead of only_every to trigger preview update. - Make .profile smarter and link to it from .recent. @@ -18,19 +21,19 @@ - Add polish translation (linio) - Improved wikilinks (UTF-8, parentheses, anchors) and added tests - Fixes for paragraphs in toolbar (linio) - - Add Catalan language support - - limit width of preview area in split edit. + - Add Catalan language support (mateu) - expand_wikiword() only replaces underscores with spaces now. - - match display name of page title, breadcrumb final node, and search results. + - match display name of page title, breadcrumb final node, and search results - Make search results byline for last edit author. - - Limit preview width so long pre lines don't squash edit area. + - Limit preview width so that long
 lines don't squash edit area
         - Fix security check for attachments
         - Add Catalyst theme
         - Add tabs to "Syntax help" popup (batman)
         - Improved "Syntax help": does not cover textarea and features tabbed navigation (batman)
         - Improved templates: removed js, inline css and most templates use wrapper (batman)
-        - Changed font-size: Removed ever px-based font-size, and set default to 11pt (batman)
+        - Changed font-size: Removed ever px-based font-size, and set default to 0.9em (batman)
         - Improved w3c validation (batman)
+        - improved navigation, removed unused and out of place links (dandv)
 
 0.999027 2009-01-30 23:17:00
         - Fixed broken authors (users) pager links.
@@ -48,20 +51,20 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Make wantedpage list only apply to current subtree
         - Make tagged_descendant work for postgresql
         - Changed default search to AND using default_boolop of QueryParser.
-        - Edit search_inline.tt to display like search.tt. 
+        - Edit search_inline.tt to display like search.tt.
         - Improved search result layout and added content creation date.
         - Search results sorted by Kinosearch hit object score.
         - Fix create photo for pics with exif
         - Fixed chars count in page info
         - Resolve some fastcgi encoding issues
         - Link to revision in info page.
-        
+
 0.999025  2009-01-04 23:39:00
         - Updated language selector, add fr to choices.
         - Improved search setup error handling on startup
         - New formatter: SyntaxHighlight
-        - Fixed /.users to show logout-link correctly if user is logged in. 
-        
+        - Fixed /.users to show logout-link correctly if user is logged in.
+
 0.999024  2008-12-31 18:04:00
         - Get preference key/value from cache if possible.
         - Fix wanted pages.
@@ -112,7 +115,7 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Fix highlight causing layout being broken (plu)
         - Replace Crypt::PassGen with Text::Password::Pronounceable
         - Make mech tests optional
-        
+
 0.999019 2008-07-19 19:45:00
         - Eval plucene to let mojomojo work if it fails.
         - Support for re-requesting validation mails.
@@ -120,7 +123,7 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Fix recover password (plu)
         - Fix prefs button label
         - Fix: /foo.photo/1 was broken (plu)
-        - Add new config option to enforce login: 
+        - Add new config option to enforce login:
           enforce_login 1 (plu)
 
 0.999018 2008-07-16 19:45:00
@@ -143,10 +146,10 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Limit recent feed to 20 entries.
         - Add option to disable search
         - Make implicit wikiword linking disabled by default
-        - Hash passwords. 
+        - Hash passwords.
           WARNING! if you have an old installtion, you will need to
-          run ./script/hash_passwords.pl to 
-          hash the passwords for an existing install. Don't run this 
+          run ./script/hash_passwords.pl to
+          hash the passwords for an existing install. Don't run this
           more than once! (Script should complain tho)
 
 0.999015 2008-05-03 18:01:00
@@ -157,7 +160,7 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Fixed preview for unicode
         - Fixed styling issues with lists/strong/em
         - Redirect to edit for missing pages higher up in the path.
-        - Respect formatter pref in edithelp/toolbar. 
+        - Respect formatter pref in edithelp/toolbar.
         - Markdown formatter toolbar.
         - Recover password function
 
@@ -192,7 +195,7 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Put admin link on every page if admin
         - Fix incorrect url for change password.
         - Update minimum version for Controller::HTML::Widget
-        
+
 0.999008 2007-11-12 22:43:00
         - Fix ajax for tagging
         - Fix tag galleries
@@ -209,7 +212,7 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Fix comment formatter in preview
         - Updated photo exif formatting
         - Renamed photo action from p to photo
-        
+
 0.999005 2007-09-19 21:31:00
         - Better error reporting for upload dir.
         - More dependency fixes.
@@ -233,7 +236,7 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Fix links in navbar and header.
         - Made the insert attachment system template based and easily extensible.
         - Set up default page for admin
-        
+
 0.999002  2007-09-12 23:08:00
         - Fixed relative linking ([[../Sibling]])/
         - Cleaned up attachments.
@@ -243,13 +246,12 @@ o        - Switched from Cache::Store::Memory to Cache::FastMmap
         - Update default to be Path, rather than Private
         - Fix tests is t/c/
         - More documentation
-        - Updated Installation instructions. lib/MojoMojo/Installation.pod is 
+        - Updated Installation instructions. lib/MojoMojo/Installation.pod is
           now the master.
 
 0.999001  2007-08-29 16:29:00
-       - Initial Release. There are bugs, but the basic functionality works, 
+       - Initial Release. There are bugs, but the basic functionality works,
          and the test suite passes all tests here. Please contribute
          tests for bugs you want fixed.
-         
+
          Once we fix it all, we'll consider it 1.0
-