# # ChangeLog for / in OpenWorkouts-current # # Generated by Trac 1.0.17 # Apr 27, 2024, 9:36:48 AM Thu, 28 Feb 2019 08:51:46 GMT Borja Lopez [3ea428a] * ow/templates/profile.pt (modified) Fixed a bug in the yearly stats chart in the profile page, which ... Thu, 28 Feb 2019 08:50:55 GMT Borja Lopez [a596867] * ow/static/js/ow.js (modified) (#68) Weeks for the current month were displayed in the wrong part of ... Wed, 27 Feb 2019 22:42:25 GMT Borja Lopez [cef474f] * ow/tests/views/test_workout.py (modified) Added more missing tests, raising coverage Wed, 27 Feb 2019 17:28:07 GMT Borja Lopez [24596da] * ow/tests/models/test_root.py (modified) * ow/tests/models/test_user.py (modified) * ow/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) Added missing tests, raised overall coverage Tue, 26 Feb 2019 23:36:26 GMT Borja Lopez [68d00f5] * ow/tests/views/test_user.py (modified) Fixed time-based bug on the dashboard view tests Tue, 26 Feb 2019 22:54:11 GMT Borja Lopez [ac3af33] * ow/templates/dashboard.pt (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) (#69) Ensure month and weekday names are translated. This is a ... Tue, 26 Feb 2019 22:52:44 GMT Borja Lopez [e171dc2] * ow/models/user.py (modified) * ow/schemas/user.py (modified) * ow/templates/edit_profile.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) (#69) Added translations for User gender. (+ added a third gender ... Tue, 26 Feb 2019 22:50:30 GMT Borja Lopez [aad4954] * .gitignore (modified) Added backup .po files to the git ignore file Tue, 26 Feb 2019 22:49:48 GMT Borja Lopez [520b188] * ow/locale/OpenWorkouts.pot (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (modified) Updated main translations .pot file and es/spanish translation files ... Tue, 26 Feb 2019 16:14:21 GMT Borja Lopez [723588b] * ow/templates/workout.pt (modified) Fixed wrong position of the labels telling the units on distance, hr, ... Tue, 26 Feb 2019 16:13:49 GMT Borja Lopez [737eb6c] * ow/locale/OpenWorkouts.pot (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (modified) * ow/template_helpers.py (modified) * ow/templates/add_manual_workout.pt (modified) * ow/templates/add_workout.pt (modified) * ow/templates/change_password.pt (modified) * ow/templates/delete_workout.pt (modified) * ow/templates/edit_profile.pt (modified) * ow/templates/login.pt (modified) * ow/templates/signup.pt (modified) * ow/templates/update_workout_from_file.pt (modified) * ow/tests/views/test_user.py (modified) Fixed missing translations for submit buttons all over the place. Tue, 26 Feb 2019 10:20:01 GMT Borja Lopez [1c54633] * ow/tests/models/test_root.py (modified) Added missing test coverting the update_indexes() method of the ... Tue, 26 Feb 2019 10:18:19 GMT Borja Lopez [a4e4799] * .gitignore (modified) * bin/new_translations (added) * bin/update_translations (added) * ow/locale/OpenWorkouts.pot (added) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (added) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (added) * ow/templates/403.pt (modified) * ow/templates/404.pt (modified) * ow/templates/500.pt (modified) * ow/templates/add_manual_workout.pt (modified) * ow/templates/base.pt (modified) * ow/templates/dashboard.pt (modified) * ow/templates/update_workout_from_file.pt (modified) (#56) Added i18n helper scripts and spanish (es) translations. Done ... Tue, 26 Feb 2019 10:11:43 GMT Borja Lopez [fd6da93] * ow/models/user.py (modified) * ow/schemas/user.py (modified) * ow/static/css/main.css (modified) * ow/static/less/ui/form.less (modified) * ow/templates/edit_profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) (#56) Add support for different locale/language: - Let users ... Tue, 26 Feb 2019 10:09:00 GMT Borja Lopez [d411dae] * bin/install (modified) * setup.py (modified) (#56) Added lingua and babel as dependencies (needed for i18n) Thu, 21 Feb 2019 20:54:45 GMT Borja Lopez [8bae554] * ow/models/user.py (modified) * ow/templates/login.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) (#67) Allow users to send again the verification link (up to 3 times) ... Thu, 21 Feb 2019 06:58:54 GMT Borja Lopez [38171c6] * ow/tests/test_mail.py (modified) Fixed broken test after adding premailer to the ... Wed, 20 Feb 2019 20:31:22 GMT Borja Lopez [1829fbf] * ow/mail.py (modified) * ow/static/css/main.css (modified) * ow/static/less/pages/verify_account.less (modified) * setup.py (modified) (#61) Several fixes for the multipart/alternative (text+html) version ... Wed, 20 Feb 2019 20:28:44 GMT Borja Lopez [42d775c] * setup.py (modified) (#61) Switched the repoze.sendmail dependency to our own repository ... Tue, 19 Feb 2019 17:58:39 GMT Borja Lopez [b8ef4ab] * ow/mail.py (modified) * ow/static/css/main.css (modified) * ow/static/less/main.less (modified) * ow/static/less/pages/verify_account.less (added) * ow/templates/mail_verify_account_html.pt (added) * ow/templates/mail_verify_account_txt.pt (moved) * ow/tests/test_mail.py (modified) (#61) Better templates for "verify your account" emails: - Send a ... Tue, 19 Feb 2019 11:46:30 GMT Borja Lopez [07f5190] * ow/templates/signup.pt (modified) Fixed #60 - signup form does not keep values on error Tue, 19 Feb 2019 09:21:35 GMT Borja Lopez [91517b1] * bin/install (modified) Added a couple more functions to the install script, that show ... Tue, 19 Feb 2019 09:07:32 GMT Borja Lopez [3e6467c] * bin/send_emails (added) Added a shell script helper that can be used to run the mail queue ... Tue, 19 Feb 2019 07:20:50 GMT Borja Lopez [93c19e4] * production.ini (modified) * staging.ini (modified) Added the pyramid_mailer settings to staging.ini and production.ini ... Mon, 18 Feb 2019 20:59:15 GMT Borja Lopez [b8fb06f] * setup.py (modified) Bump version to 0.2.0a0, the first alpha of the 0.2 release Mon, 18 Feb 2019 20:58:17 GMT Borja Lopez [75383e6] * .gitignore (modified) Add several log files generated by the install, start and stop ... Mon, 18 Feb 2019 20:37:43 GMT Borja Lopez [2142a49] * bin/start (modified) * bin/stop (added) * development.ini (modified) Use ZEO in development mode too. (we will need it once we start ... Mon, 18 Feb 2019 17:29:52 GMT Borja Lopez [591ae81] * development.ini (modified) Modified the default logging facilities in development.ini: - Set ... Mon, 18 Feb 2019 17:26:57 GMT Borja Lopez [b5d87e0] * .gitignore (modified) * ow/tasks/__init__.py (added) * ow/tasks/mail.py (added) * ow/tasks/manager.py (added) * ow/tasks/run.py (added) * ow/tests/tasks/__init__.py (added) * ow/tests/tasks/test_mail.py (added) * ow/tests/tasks/test_manager.py (added) * ow/tests/tasks/test_run.py (added) (#29) Added a tasks module, implemented a task to run the mail queue ... Mon, 18 Feb 2019 16:06:49 GMT Borja Lopez [ec51ffa] * bin/install (modified) Fixed creationg of the mail queue maildir by the install script Mon, 18 Feb 2019 15:46:26 GMT Borja Lopez [1d8d5cd] * bin/install (modified) More improvements for the install script: - If an existing env is ... Mon, 18 Feb 2019 15:45:54 GMT Borja Lopez [c612889] * .gitignore (modified) Added the mail queue directory to the .gitignore file Mon, 18 Feb 2019 15:16:40 GMT Borja Lopez [9b2228b] * etc/zeo.conf (modified) Commented out the deprecated monitor-address config parameter in ... Mon, 18 Feb 2019 15:16:04 GMT Borja Lopez [82a4c44] * .gitignore (modified) Added several files under var/zeo to the .gitignore file Mon, 18 Feb 2019 12:14:27 GMT Borja Lopez [7f335a4] * bin/install (modified) Improved the install script: - Added some messages so the user ... Mon, 18 Feb 2019 12:01:05 GMT Borja Lopez [4af38e8] * bin/install (modified) Fixed broken bin/install (wrong name when calling a method that ... Mon, 18 Feb 2019 11:54:45 GMT Borja Lopez [76ebb1b] * development.ini (modified) * ow/__init__.py (modified) * ow/mail.py (added) * ow/migrations/1.py (added) * ow/models/user.py (modified) * ow/templates/mail_verify_account.pt (added) * ow/templates/verify.pt (added) * ow/tests/test_mail.py (added) * ow/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) * setup.py (modified) (#29) Add user verification by email on signup. From now on, when a ... Mon, 18 Feb 2019 11:25:06 GMT Borja Lopez [d6da99e] * ow/tests/test_utilities.py (modified) Fixed pep8/pycodestyle Mon, 18 Feb 2019 09:11:20 GMT Borja Lopez [79f154d] * ow/tests/test_utilities.py (modified) Added missing test covering the get_month_week_number method Sun, 17 Feb 2019 21:30:23 GMT Borja Lopez [4d22068] * setup.py (modified) Fixed names of README and CHANGES files in setup.py Sun, 17 Feb 2019 21:29:28 GMT Borja Lopez [bfbf428] * CHANGES.rst (moved) Renamed CHANGES.txt to CHANGES.rst Sun, 17 Feb 2019 17:25:52 GMT Borja Lopez [7dc1f81] * ow/models/user.py (modified) * ow/tests/models/test_user.py (modified) Better __str__ and __repr__ representation for the User model. This ... Fri, 15 Feb 2019 17:30:56 GMT Borja Lopez [23b5569] * ow/tests/test_migrate.py (modified) Fixed names of the test classes covering the migrations (tests were ... Fri, 15 Feb 2019 17:25:13 GMT Borja Lopez [d5429c5] * .boring (deleted) Removed old ignore file for darcs repos Fri, 15 Feb 2019 17:09:04 GMT Borja Lopez [d517001] * ow/tests/test_utilities.py (modified) * ow/tests/views/test_user.py (modified) * ow/tests/views/test_workout.py (modified) * ow/utilities.py (modified) * ow/views/workout.py (modified) (#58) Set a title automatically when adding manually a workout ... Fri, 15 Feb 2019 11:51:00 GMT Borja Lopez [d459ee2] * README.rst (moved) Renamed README.txt to README.rst Fri, 15 Feb 2019 11:24:34 GMT Segundo Fdez [aa99826] * ow/static/css/main.css (modified) * ow/static/less/modules/header.less (modified) update navigation to hide dashboard button on responsive Fri, 15 Feb 2019 11:15:31 GMT Segundo Fdez [f556d1e] * ow/static/media/img/no_map.gif (added) * ow/static/media/img/no_map.png (deleted) * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) fix #55 Replace the "no map" temporary image with something nicer Fri, 15 Feb 2019 10:38:15 GMT Segundo Fdez [0fa21cd] * ow/static/css/main.css (modified) * ow/static/less/modules/workout.less (modified) * ow/static/less/pages/login.less (modified) * ow/static/less/pages/profile.less (modified) Merge branch 'hotfix/#50' Fri, 15 Feb 2019 10:00:35 GMT Borja Lopez [f0e64eb] * ow/templates/dashboard.pt (modified) * ow/templates/edit_profile.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) * setup.py (modified) (#51) Fixed profile images were too big: - Added new dependency ... Thu, 14 Feb 2019 17:17:10 GMT Segundo Fdez [5cf7630] * ow/static/css/main.css (modified) * ow/static/less/pages/profile.less (modified) Fix #57 Thu, 14 Feb 2019 12:46:26 GMT Segundo Fdez [0fbc805] * ow/static/css/main.css (modified) * ow/static/less/modules/workout.less (modified) * ow/static/less/pages/login.less (modified) FIx #50 Wed, 13 Feb 2019 12:52:38 GMT Borja Lopez [eb20dc8] * ow/migrate.py (added) * ow/migrations/README.rst (added) * ow/migrations/__init__.py (added) * ow/tests/migrations/1.py (added) * ow/tests/migrations/2.py (added) * ow/tests/migrations/__init__.py (added) * ow/tests/test_migrate.py (added) (#45) - Added ZODB migrations support Wed, 13 Feb 2019 12:12:57 GMT Borja Lopez [57dcceb] * development.ini (modified) * ow/__init__.py (modified) * production.ini (modified) * staging.ini (modified) (#46) - Move session_factory and authn_policy salt hashes to the ... Wed, 13 Feb 2019 09:47:59 GMT Borja Lopez [c6abc0c] * AUTHORS.txt (added) * CHANGES.txt (modified) * LICENSE.txt (added) * README.txt (modified) * setup.py (modified) Preparations for release of 0.1.0: - Updated README file with a ... Tue, 12 Feb 2019 17:19:08 GMT Borja Lopez [c660deb] * ow/static/js/ow.js (modified) (#54) - ensure map tiles are loaded from https instead of http urls Tue, 12 Feb 2019 17:13:59 GMT Borja Lopez [c999b73e] * ow/static/css/main.css (modified) * ow/static/less/main.less (modified) (#54) - load fonts from https instead of http urls Tue, 12 Feb 2019 16:55:33 GMT Borja Lopez [b3374f6] * ow/models/workout.py (modified) * ow/static/js/ow.js (modified) * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/helpers.py (modified) * ow/tests/models/test_workout.py (modified) * ow/views/workout.py (modified) (#52) - Make map screenshot generation async and non-blocker of the ... Mon, 11 Feb 2019 20:47:37 GMT Borja Lopez [f713dbc] * bin/start (modified) The bin/start helper runs pip and js_deps to ensure all python and js ... Mon, 11 Feb 2019 18:17:54 GMT Borja Lopez [02aee97] * ow/utilities.py (modified) (#52) Ensure the generated map screenshots have the proper permissions Mon, 11 Feb 2019 17:55:55 GMT Borja Lopez [d6f8304] * bin/install (modified) * bin/screenshot_map (deleted) * ow/models/workout.py (modified) * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/models/test_workout.py (modified) * ow/tests/test_utilities.py (modified) * ow/utilities.py (modified) * setup.py (modified) (#52) - screenshots of the workouts maps were corrupted randomly. ... Mon, 11 Feb 2019 09:19:18 GMT Borja Lopez [93bbb89] * production.ini (modified) Added small modifications to the production.ini (ZEO zodb conn, log ... Mon, 11 Feb 2019 09:17:01 GMT Borja Lopez [5934220] * bin/uwsgi_start (added) * bin/uwsgi_stop (added) * etc/staging.wsgi (added) * etc/uwsgi_staging.ini (added) * staging.ini (added) * var/log/README (added) * var/run/README (added) (#47) - Added needed config files and helper scripts for the deploy ... Sun, 10 Feb 2019 12:01:28 GMT Borja Lopez [be56db9] * ow/templates/dashboard.pt (modified) Fixed dashboard loading for users without workouts Sun, 10 Feb 2019 09:32:31 GMT Borja Lopez [d98641b] * bin/install (modified) * bin/start (modified) * bin/zeo_backup (modified) * bin/zeo_pack (modified) * bin/zeo_start (modified) * bin/zeo_stop (modified) Fixed permissions on the helper scripts under bin/ Sun, 10 Feb 2019 07:40:30 GMT Borja Lopez [bd367d6] * ow/templates/dashboard.pt (modified) Replaced
  • tag with the proper
  • tag Sun, 10 Feb 2019 07:40:05 GMT Borja Lopez [e547af5] * ow/templates/change_password.pt (modified) Fixed title on the "change password" page Sun, 10 Feb 2019 07:28:44 GMT Borja Lopez [d7a9df5] * ow/models/workout.py (modified) * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/models/test_workout.py (modified) Done some improvements on the dashboard: - Remove hr/speed/cad ... Sun, 10 Feb 2019 07:00:39 GMT Borja Lopez [6662a84] * ow/templates/dashboard.pt (modified) Added missing separator on the stats shown with the weekly activity chart Sun, 10 Feb 2019 07:00:07 GMT Borja Lopez [aa2130b] * ow/templates/dashboard.pt (modified) Added link to the user profile page in the dashboard (both in the ... Sun, 10 Feb 2019 06:59:20 GMT Borja Lopez [f29d4b4] * ow/views/root.py (modified) pep8/codestyle fixes Sun, 10 Feb 2019 06:56:34 GMT Borja Lopez [bddf042] * ow/models/root.py (modified) * ow/templates/profile.pt (modified) * ow/tests/models/test_root.py (modified) * ow/tests/test_catalog.py (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) (#7) Allow users profiles to be accessed using a more friendly url: ... 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 ... Fri, 08 Feb 2019 16:20:08 GMT Segundo Fdez [2a71053] * 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) update favicon and responsive navigation Fri, 08 Feb 2019 12:41:41 GMT Borja Lopez [55470f9] * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) * ow/views/workout.py (modified) Fixed some tests broken during the last code changes. Fixed a bug in ... Fri, 08 Feb 2019 12:15:43 GMT Borja Lopez [c9991fed] * ow/models/workout.py (modified) * ow/tests/models/test_workout.py (modified) Workout.rounded_distance() returns distance rounded with 2 decimals now Fri, 08 Feb 2019 12:11:48 GMT Borja Lopez [20782ac] * ow/templates/delete_workout.pt (modified) * ow/templates/update_workout_from_file.pt (modified) Added round() on distance information in delete workout and update ... Fri, 08 Feb 2019 11:53:00 GMT Borja Lopez [fb327e1] * ow/templates/add_manual_workout.pt (modified) * ow/templates/edit_manual_workout.pt (modified) * ow/views/workout.py (modified) Fixed title(s) on the edit workout template. Round distance value ... Fri, 08 Feb 2019 11:18:03 GMT Segundo Fdez [feab169] * ow/templates/dashboard.pt (modified) Merge branch 'master' of ssh://openworkouts/home/repos/git ... Fri, 08 Feb 2019 11:17:17 GMT Segundo Fdez [59515ab] * ow/templates/delete_workout.pt (modified) update delete workout form Fri, 08 Feb 2019 11:13:11 GMT Borja Lopez [b437d1e] * ow/templates/dashboard.pt (modified) Show the currently selected month in the dashboard, by the total ... Thu, 07 Feb 2019 18:56:07 GMT Segundo Fdez [be886df] * ow/static/apple-touch-icon.png (added) * ow/static/favicon-16x16.png (added) * ow/static/favicon-32x32.png (added) * ow/static/safari-pinned-tab.svg (added) * ow/static/site.webmanifest (added) * ow/templates/base.pt (modified) Added favicon for openworkouts Thu, 07 Feb 2019 18:29:00 GMT Segundo Fdez [713de61] * ow/templates/change_password.pt (modified) fix semantics on reset password Thu, 07 Feb 2019 18:23:04 GMT Segundo Fdez [fc01180] * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) Merge branch 'master' into feature/ui Thu, 07 Feb 2019 18:21:22 GMT Segundo Fdez [b05824e] * ow/templates/change_password.pt (modified) * ow/templates/edit_profile.pt (modified) fix forms for edit profile anda change password Thu, 07 Feb 2019 15:22:43 GMT Borja Lopez [4985618] * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) Removed the minimum values for hr and cad from dashboard and profile ... Thu, 07 Feb 2019 15:11:10 GMT Borja Lopez [0bf3bd6] * ow/templates/dashboard.pt (modified) Remove the "edit, update, delete" links from the dashboard list of ... Wed, 06 Feb 2019 18:11:48 GMT Segundo Fdez [01674ff] * ow/static/css/main.css (modified) * ow/static/less/layout/layout.less (added) * ow/static/less/layout/wrapper.less (added) * ow/static/less/main.less (modified) * ow/static/less/modules/forms.less (added) * ow/static/less/modules/workout.less (modified) * ow/static/less/pages/profile.less (modified) * ow/static/less/ui/buttons.less (modified) * ow/static/less/ui/form.less (modified) * ow/static/less/vendors/leaflet-elevation.less (modified) * ow/templates/add_manual_workout.pt (modified) * ow/templates/add_workout.pt (modified) * ow/templates/update_workout_from_file.pt (modified) * ow/templates/workout.pt (modified) Update forms and fix detail workout view Wed, 06 Feb 2019 12:49:51 GMT Segundo Fdez [978575d] * ow/static/css/leaflet-elevation.css (deleted) * ow/static/css/main.css (modified) * ow/static/less/main.less (modified) * ow/static/less/modules/workout.less (modified) * ow/static/less/variables.less (modified) * ow/static/less/vendors/leaflet-elevation.less (added) * ow/templates/base.pt (modified) * ow/templates/workout.pt (modified) update map on workout detail Wed, 06 Feb 2019 12:25:07 GMT Borja Lopez [a3c3baa] * ow/templates/profile.pt (modified) * ow/views/user.py (modified) Show the totals in the user profile, for the selected month/week ... Wed, 06 Feb 2019 12:02:29 GMT Borja Lopez [40ee398] * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) Fixed broken selectors in the last-12-months chart in the user ... Wed, 06 Feb 2019 11:01:21 GMT Borja Lopez [eed2019] * ow/templates/profile.pt (modified) Split user profile bio and workout notes into paragraphs in the user ... Wed, 06 Feb 2019 10:57:10 GMT Borja Lopez [0b6c6fc] * ow/static/css/main.css (modified) * ow/static/less/modules/workout.less (modified) * ow/static/less/pages/profile.less (modified) * ow/templates/profile.pt (modified) Merge branch 'feature/ui' Tue, 05 Feb 2019 17:49:42 GMT Borja Lopez [ded7d95] * ow/templates/workout.pt (modified) Split the description/notes of the workout into several paragraphs if ... Tue, 05 Feb 2019 17:48:44 GMT Borja Lopez [688fb7d] * ow/static/js/ow.js (modified) Ensure the gpx data is loaded into the full page map available under ... Tue, 05 Feb 2019 16:16:49 GMT Borja Lopez [3169fe4] * bin/js_deps (modified) * bin/screenshot_map (modified) Set proper permissions on bin/js_deps and bin/screenshot_map Tue, 05 Feb 2019 16:15:13 GMT Borja Lopez [5f05e83] * bin/js_deps (modified) * ow/static/css/leaflet-elevation.css (added) * ow/static/js/ow.js (modified) * ow/templates/workout.pt (modified) Replaced Leaflet.Elevation with a newer, improved version (fork of ...