Summary | spell checker remove "~~~" content |
Queue | IMP |
Queue Version | 6.1.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 08/26/2013 (4328 days ago) |
Due | |
Updated | 09/06/2017 (2856 days ago) |
Assigned | |
Resolved | 08/26/2013 (4328 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 0ef6b47f744ce1a8221e5cf6851bfea8a38562b8
Author: Justin Patrin <justinpatrin@php.net>
Date: Mon Dec 17 16:12:25 2007 +0000
Bug #12619allow any number of spaces before the list itemsgit-svn-id:
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@248434
c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/List.php | 46
++++++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 16 deletions(-)
http://github.com/horde/horde/commit/0ef6b47f744ce1a8221e5cf6851bfea8a38562b8
Assigned to Michael Slusarz
State ⇒ Resolved
commit d8fe38e0d9a6ee1ee316baa94a24930566fb2d2b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 26 13:22:44 2013 -0600
Use spellchecker delimiter that is less likely to appear in
spelling text (
Bug #12619)framework/Core/js/spellchecker.js | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d8fe38e0d9a6ee1ee316baa94a24930566fb2d2b
Priority ⇒ 1. Low
New Attachment: spellchecker_imp.zip
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ spell checker remove "~~~" content
Type ⇒ Bug
State ⇒ Unconfirmed
$conf['spell']['params']['path'] = '/usr/bin/aspell';
$conf['spell']['driver'] = 'aspell';