Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20433 closed Uncategorized (fixed)

Extract catalog compilation code from javascript_catalog view

Reported by: Sébastien Fievet Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords: i18n jsi18n sprint2013
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The purpose of this ticket is to extract the JavaScript catalog generation part from the django.views.i18n.javascript_catalog view.
The motivations behind are two fold:

  • improve testability
  • allow code to be reusable by third party apps (like django-statici18n)

A patch available on GitHub will be provided soon.

Change History (4)

comment:2 by zyegfryed <zyegfryed@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 5e208d579d64cd62c9e1e57b2b96c4469d8f1faf:

Fixed #20433: Extract catalog compilation code from javascript_catalog view.

comment:3 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

In 06603d112ccf1e246eb5db5bb4b9a81405eb0afd:

Merge pull request #1090 from zyegfryed/ticket_20433

Fixed #20433: extracted catalog compilation code from view.

comment:4 by Sébastien Fievet, 11 years ago

Keywords: sprint2013 added
Note: See TracTickets for help on using tickets.
Back to Top