# # ChangeLog for / in OpenWorkouts-current # # Generated by Trac 1.0.17 # May 18, 2024, 12:30:47 PM Sat, 09 Feb 2019 20:53:03 GMT Borja Lopez [4226ce0] * ow/static/apple-touch-icon.png (modified) * ow/static/css/main.css (modified) * ow/static/favicon-16x16.png (modified) * ow/static/favicon-32x32.png (modified) * ow/static/favicon.ico (added) * ow/static/less/modules/header.less (modified) * ow/static/media/img/icon-logout.svg (added) * ow/static/media/img/icon-user.svg (added) * ow/static/media/img/logo-openworkouts.png (added) * ow/static/mstile-150x150.png (added) * ow/static/pyramid-16x16.png (deleted) * ow/static/pyramid.png (deleted) * ow/static/safari-pinned-tab.svg (modified) * ow/templates/base.pt (modified) * ow/templates/base_anonymous.pt (modified) * ow/templates/openworkouts.pt (added) * ow/views/root.py (modified) Merge branch 'feature/ui' Sat, 09 Feb 2019 20:51:48 GMT Borja Lopez [56caf3d] * ow/static/js/ow.js (modified) Fix calls to d3.json() in both weekly and monthly charts in the ... Sat, 09 Feb 2019 20:42:52 GMT Borja Lopez [78af3d1] * ow/models/user.py (modified) * ow/models/workout.py (modified) * ow/tests/models/test_user.py (modified) * ow/tests/models/test_workout.py (modified) * ow/views/workout.py (modified) Fix permissions. From now on users can see (and edit, delete, etc) ... Fri, 08 Feb 2019 16:20:26 GMT Segundo Fdez [6edc367] * ow/models/workout.py (modified) * ow/templates/add_manual_workout.pt (modified) * ow/templates/delete_workout.pt (modified) * ow/templates/edit_manual_workout.pt (modified) * ow/templates/update_workout_from_file.pt (modified) * ow/tests/models/test_workout.py (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) * ow/views/workout.py (modified) Merge branch 'feature/ui' of ssh://openworkouts/home/repos/git ...