Ticket #23 (closed task: fixed)

Opened 3 years ago

Last modified 8 months ago

Theme support for merengue

Reported by: anonymous Owned by: msaelices
Priority: major Milestone: 0.1
Component: general development Version:
Keywords: Cc:
Revisado por el equipo de calidad: Necesita revisión de diseño gráfico:
Revisado por el equipo de diseño: Necesita revisión de calidad:
Revisor: Requisito: theme
Imprevisto: Fuera de contrato:
Duración estimada: Unit test is needed:

Description (last modified by msaelices) (diff)

Have to refactor directories to these:

/templates/
  |-- base/
  |    |-- base.html
  |    |-- inc.footer.html
  |    `-- ...
  |-- themes/
  |    |-- bluesky/
  |    `-- ...
/media/
  |-- themes/
  |    |-- bluesky/
  |    `-- ...

A Theme developer will create a TGZ with these directories:

/templates/themes/bluesky/...
/media/themes/bluesky/...

Change History

comment:1 Changed 3 years ago by msaelices

  • Description modified (diff)

comment:2 Changed 3 years ago by msaelices

  • Status changed from new to closed
  • Resolution set to fixed

(En [42]) Implemented a themes mechanism :). Fixes #23.

comment:3 Changed 3 years ago by msaelices

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:4 Changed 3 years ago by msaelices

  • Status changed from reopened to closed
  • Resolution set to fixed

(En [43]) Include theme support into project. Fixes #23. no-pyflakes.

comment:5 Changed 3 years ago by msaelices

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:6 Changed 3 years ago by msaelices

  • Status changed from reopened to closed
  • Resolution set to fixed

(En [50]) Three things:

  • I forgot upload some files:
    • templates/themes/ directory, with two example dummy themes
    • apps/themes/checker.py
    • apps/base/templates/base.html
  • Refactor, putting updating theme info logic into model.
  • Improve checker function to make transaction aware.

Fixes #23.

comment:7 Changed 8 months ago by pmartin

  • Requisito set to theme
Note: See TracTickets for help on using tickets.