Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-12 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  New feature  |   Status:  new
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by atleta):

 It does not. In this case, cache busting doesn't work.

--
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/064.d167e9080510883d1d34e8cf2cbbf613%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-07 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  New feature  |   Status:  new
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by aaugustin):

 With the example above, `var sound = '{% static 'sounds/mysound' %}';`
 should be rendered as `var sound = '/static/sounds/mysound.e678b76a';`.
 How does Django determine the hash to insert there?

--
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/064.3c1705c67cf5ca94b54e28508faff6f6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-06 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  New feature  |   Status:  new
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * status:  closed => new
 * type:  Uncategorized => New feature
 * resolution:  needsinfo =>


Comment:

 Reopening for further consideration.

--
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/064.7dae1b77c14993a94107953c4b6836b9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-05 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by atleta):

 Nope, it isn't. What I'm doing is being able to use

 {{{
 {% static 'wherever/some/of/your/files/are/' %}
 }}}

 or e.g. (generated js)
 {{{
 var sound = '{% static 'sounds/mysound' %}';
 }}}

 and then append .mp3 or .ogg depending on the browser capabilities. Both
 files are present. Actually #18958 would still be an issue for the
 reporter after accepting my patch.

--
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/064.d57df16024348b187746f122440bf6f7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-05 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by aaugustin):

 Isn't this a duplicate of #18958?

--
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/064.7c359483eed619c0e93135eb6c9b11d8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-05 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by atleta):

 Pull request created. Can't remember the documentation that caused the
 confusion, it was over a month ago. Will let you know if I see it again.

--
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/064.fff03bf8974c8fbf9b33f8fa062dec3a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-05 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by timgraham):

 Pull requests are preferred. Let me know which documentation you were
 confused by so we can update it.

--
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/064.d61c2baf804f756cf32b0334892b134e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-05 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by atleta):

 The change I'm suggesting is that resolving a non-existent file name
 doesn't raise a ValueError when using ManifestStaticFilesStorage (change
 needed in HashedFilesMixin). Though it was 5 weeks ago, it seems I have
 done the fix back then.

 Do I attach a file containing the suggested fix here or do I create a pull
 request? (The documentation wasn't 100% clear.)

--
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/064.d83d08858fa5c21cbe9311756c3e64f0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-05 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

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


--
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/064.06d49d6042464725549f4a589ea9c66c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-03-03 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  assigned
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * easy:  1 => 0


Comment:

 Can you offer a patch for this issue? I'm having trouble understanding
 exactly what changes you're proposing to make?

--
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/064.e0929454b74877a5b92a1fbb1dbf4d6d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-01-29 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:
 Type:  Uncategorized|   Status:  new
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by atleta):

 After looking into it, now I see that I misunderstood the word 'fragment'
 in the comments and it refers to url fragments, not file name fragments
 (as in partial file names). However, what I have described above is still
 a valid behaviour and in line with the default
 django.contrib.staticfiles.storage.StaticFilesStorage behaviour.

--
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/064.2d1d5b1124346e7e6ea787ad9093c034%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-01-29 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  assigned
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by atleta):

 * owner:   => atleta
 * 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 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/064.7d0f590881dd728580951c355862c8dc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-01-29 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:
 Type:  Uncategorized|   Status:  new
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by atleta):

 * status:  assigned => new
 * owner:  atleta =>


--
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/064.a901cddd938fa30fd08f6a7247c5e0d7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24243: HashedFilesMixin doesn't handle file name fragments (thus the url template tag neither)

2015-01-29 Thread Django
#24243: HashedFilesMixin doesn't handle file name fragments (thus the url 
template
tag neither)
-+-
 Reporter:  atleta   |Owner:  atleta
 Type:  Uncategorized|   Status:  assigned
Component:  contrib.staticfiles  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by atleta):

 * owner:  nobody => atleta
 * needs_docs:   => 0
 * status:  new => assigned
 * needs_tests:   => 0
 * needs_better_patch:   => 0


--
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/064.e4f51a7eae40e8cd632fe2c19074c937%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.