Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2019-02-13 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"5e94c817ee26a13e141a11a2f429f9ee2cc37ab0" 5e94c817]:
 {{{
 #!CommitTicketReference repository=""
 revision="5e94c817ee26a13e141a11a2f429f9ee2cc37ab0"
 [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output
 strings.

 Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
 to avoid a crash when the user shell doesn't support non-ASCII characters.
 Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.6e8114f8191df6d8dc3242d00b74f1c6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2019-02-13 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac" 2bd8df24]:
 {{{
 #!CommitTicketReference repository=""
 revision="2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac"
 Fixed #30184 -- Removed ellipsis characters from shell output strings.

 Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
 to avoid a crash when the user shell doesn't support non-ASCII characters.
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.9d9bacc738877de87b6ba061c3daef0f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2019-02-12 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Dan Davis):

 * cc: Dan Davis (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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.02d87f6679194772021cc2b078cdc049%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2019-02-12 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham):

 There have been some reports of the ellipses causing crashes on the shell
 (#30184) so parts of this might be reverted.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.e00d58eb4e2fb6e14efd6d9fa0ecb879%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-28 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"5311a36da53f33645aa1938f6790228b57ea2d9a" 5311a36]:
 {{{
 #!CommitTicketReference repository=""
 revision="5311a36da53f33645aa1938f6790228b57ea2d9a"
 Refs #29654 -- Replaced three dots with ellipsis in DB creation output
 strings.
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.8b1ba82507424a8d6f6c3dca77063fb9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-22 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"50b8493581fea3d7137dd8db33bac7008868d23a" 50b84935]:
 {{{
 #!CommitTicketReference repository=""
 revision="50b8493581fea3d7137dd8db33bac7008868d23a"
 Refs #29654 -- Replaced three dots with ellipsis character in output
 strings.
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.c6f8b71139d55ff93e3b7adaee3fcdf4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-21 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Claude Paroz ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"201017df308266c7d5ed20181e6d0ffa5832e3e9" 201017df]:
 {{{
 #!CommitTicketReference repository=""
 revision="201017df308266c7d5ed20181e6d0ffa5832e3e9"
 Fixed #29654 -- Made text truncation an ellipsis character instead of
 three dots.

 Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the
 review.
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.c706be24bc2b6fe62e0942ca606e1700%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-21 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  string, truncator| Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham):

 * stage:  Accepted => Ready for checkin


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.4c0309d18fbb0c439e00d13cb1b84102%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-21 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
--+
 Reporter:  Sudhanshu Mishra  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  string, truncator | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by Claude Paroz):

 * needs_better_patch:  1 => 0


Comment:

 I added that [https://github.com/django/django/pull/10324 PR].

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.fa8c6571f991bb3a88eb010cb0a2369b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-16 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
--+
 Reporter:  Sudhanshu Mishra  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  string, truncator | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  1 |UI/UX:  0
--+

Comment (by Ove Lindström):

 I updated the test cases and the .po -files in PR
 https://github.com/django/django/pull/10306

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.60578d873ee9c7c45237c681f92a69f7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-09 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
--+
 Reporter:  Sudhanshu Mishra  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  string, truncator | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  1 |UI/UX:  0
--+

Comment (by Vishvajit Pathak):

 Sudhanshu,
 Do you mean the expected output should be like below :

 {{{
 >>> Truncator("Hello world is not so long").chars(18)[-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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.ac4d666d2833d177e13e640e4752e759%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-09 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
--+
 Reporter:  Sudhanshu Mishra  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  string, truncator | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  1 |UI/UX:  0
--+

Comment (by Claude Paroz):

 But there are many more occurrences in the Django source code and
 comments. We should be consistent. Does this need a discussion?

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.d2da3e1ecaa93bc8cd579cfe7f1a8e29%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-09 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
--+
 Reporter:  Sudhanshu Mishra  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Utilities |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  string, truncator | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  1 |UI/UX:  0
--+
Changes (by Claude Paroz):

 * needs_better_patch:  0 => 1
 * ui_ux:  1 => 0
 * component:  Template system => Utilities
 * version:  2.1 => master
 * stage:  Unreviewed => Accepted


Comment:

 I'd be in favour of this change.

 [https://github.com/django/django/pull/10280 PR]

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.be5c1ea46125110b224ac717ee409551%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29654: Truncate should use horizontal ellipsis character instead of three dots

2018-08-09 Thread Django
#29654: Truncate should use horizontal ellipsis character instead of three dots
-+-
 Reporter:  Sudhanshu Mishra |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Template system  |  Version:  2.1
 Severity:  Normal   |   Resolution:
 Keywords:  string, truncator| Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  1
-+-
Changes (by Sudhanshu Mishra):

 * has_patch:  0 => 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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.b28e1a9cb1c64878617418d984bc4d67%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.