Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 49)

6 7 8 9 10 11 12 13 14 15 16 17
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

#52 fixed map screenshot not being generated properly (randomly) borja borja
Description

Basically, some times it seems chrome takes the screenshot before the map is fully loaded, which ends in maps like this:

map generated on staging.openworkouts.org

Which are totally useless.

We need a way to reliable generate those maps.

(hint: maybe look into how to make chrome wait for the map to be loaded?)

#60 fixed signup form does not keep values on error borja borja
Description

How to reproduce:

  1. go to the signup/join form
  1. fill the form, using an email of an user that already exists, submit.

The form will reload, showing the error message about the existing user, but all fields are empty/blank again. In order to signup you have to fill in all data again.

6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.