Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 49)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#22 wontfix less to css generation borja
Description

For the UI (css) we are using less (source:OpenWorkouts/ow/static/less). From the less files we do generate a single (minimized) css file containing all the css code needed for the app.

Right now, to do that, we are using a set of nodejs tools, offline, to generate the main css file and then we push it to the repo.

First iteration: document the procedure to generate the css file offline

Second iteration: Evaluate the posibility of generate that css on-the-fly instead, specially if we can do it using python code instead of nodejs

#56 fixed i18n scripts, helpers and docs borja
Description

Add some scripts to make translators' lives a bit easier. All strings should be marked for translation now, but even so let's do a test-run of the usual pyramid internationalization machinery and see if anything is missing too.

#40 fixed git repos for OpenWorkouts development borja borja
Description

Create a clone of the darcs repos, but in git, so more developers could be involved in the development.

Steps:

  1. create git repos from darcs repos (more info here: http://darcs.net/Using/Convert)
  1. integrate git repos into trac
  1. create scripts to make maintainers life easier to merge changes from darcs to git and vice-versa
  1. maybe add hooks to automatically merge changes darcs<->git on push?
1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.