Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2012-09-08 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+-
 Reporter:  taojian  |Owner:  thomaspurchas
 Type:  New feature  |   Status:  closed
Component:  contrib.markup   |  Version:  master
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  markup markdown  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 contrib.markup has been deprecated (#18504) and will be removed in Django
 1.6. We won't add any new feature to it, and we encourage users to create
 external apps or contribute to an existing one. Closing as obsolete.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2012-08-18 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+-
 Reporter:  taojian  |Owner:  thomaspurchas
 Type:  New feature  |   Status:  assigned
Component:  contrib.markup   |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  markup markdown  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by thomaspurchas):

 Replying to [comment:7 lrekucki]:
 > 1. The patch needs unittests to show that it works correctly.
 > 2. It needs documentation. Current docs for {{{markup}}} are not very
 user friendly, but at least the doc string gives you some clue how to use
 it. Updating the docstring is a minimum. Write proper docs for those
 template tags for bonus points :)
 > 3. It needs some more work. My biggest annoyance is
 {{{markdown.HTML_REMOVED_TEXT}}} - I could live with it's content if it
 was translatable, but changing it to something more human-friendly is
 desirable. Also, while there probably are no extensions called "remove",
 "escape"  and "replace" the names are a bit confusing. I propose using
 something like {{{ {{ text|markdown:"safe=replace,more_extensions" }} }}}
 instead.

 lrekucki I have implemented the safe mode setting using {{{ {{
 text|markdown:"safe=replace,more_extensions" }} }}} as you suggested, the
 attached patch also includes some new tests as well.

 Also if you can still remember could you clarify what you mean by:

 > My biggest annoyance is {{{markdown.HTML_REMOVED_TEXT}}} - I could live
 with it's content if it was translatable, but changing it to something
 more human-friendly is desirable.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2012-08-18 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+-
 Reporter:  taojian  |Owner:  thomaspurchas
 Type:  New feature  |   Status:  assigned
Component:  contrib.markup   |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  markup markdown  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by thomaspurchas):

 * cc: thomaspurchas (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2012-08-18 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+-
 Reporter:  taojian  |Owner:  thomaspurchas
 Type:  New feature  |   Status:  assigned
Component:  contrib.markup   |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  markup markdown  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by thomaspurchas):

 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2012-08-18 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+-
 Reporter:  taojian  |Owner:  thomaspurchas
 Type:  New feature  |   Status:  new
Component:  contrib.markup   |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  markup markdown  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by thomaspurchas):

 * owner:  nobody => thomaspurchas
 * status:  reopened => new


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2011-12-01 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+
 Reporter:  taojian  |Owner:  nobody
 Type:  New feature  |   Status:  reopened
Component:  contrib.markup   |  Version:  SVN
 Severity:  Normal   |   Resolution:
 Keywords:  markup markdown  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+
Changes (by anonymous):

 * ui_ux:   => 0
 * easy:   => 0


Comment:

 +1!

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2011-04-04 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
---+---
   Reporter:  taojian  |Owner:  nobody
   Type:  New feature  |   Status:  reopened
  Milestone:  1.4  |Component:  contrib.markup
Version:  SVN  | Severity:  Normal
 Resolution:   | Keywords:  markup markdown
   Triage Stage:  Accepted |Has patch:  1
Needs documentation:  1|  Needs tests:  1
Patch needs improvement:  1|
---+---
Changes (by d1b):

 * cc: d1b (added)
 * severity:   => Normal


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2011-02-15 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
-+--
   Reporter:  taojian| Owner:  nobody 
 Status:  reopened   | Milestone: 
  Component:  Contrib apps   |   Version:  SVN
 Resolution: |  Keywords:  markup markdown
   Triage Stage:  Someday/Maybe  | Has patch:  1  
Needs documentation:  0  |   Needs tests:  0  
Patch needs improvement:  0  |  
-+--

Comment (by Dana Woodman ):

 This ticket has been sitting around for 2 years. Any chance we can see it
 implemented?

 It is a simple, straightforward fix that works and does not cause any
 backward-incompatible changes. It enables the use of Markdown's VERY
 useful HTML replacing, which many (including me) need in our projects.

 Is there a reason it hasn't been implemented? If not, when could we expect
 it integrated?

 Who can I bribe with a beer to get this thing put into core?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #6526: Add remove/escape/replace functions to markdown filter

2008-09-26 Thread Django
#6526: Add remove/escape/replace functions to markdown filter
+---
  Reporter:  taojian| Owner:  nobody 
Status:  reopened   | Milestone: 
 Component:  Contrib apps   |   Version:  SVN
Resolution: |  Keywords:  markup markdown
 Stage:  Someday/Maybe  | Has_patch:  1  
Needs_docs:  0  |   Needs_tests:  0  
Needs_better_patch:  0  |  
+---
Comment (by [EMAIL PROTECTED]):

 Fixed a typo: line 65 should be a comparison (==) not assignment (=)...

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---