# # ChangeLog for ow in OpenWorkouts-current # # Generated by Trac 1.0.17 # Mar 28, 2024, 12:10:12 PM Sun, 13 Oct 2019 21:56:00 GMT Borja Lopez [8c2b094] * ow/static/css/main.css (modified) * ow/static/less/pages/login.less (modified) * ow/templates/signup.pt (modified) (#59) Errors in the sign up form are now readable Sun, 13 Oct 2019 21:40:24 GMT Borja Lopez [b9a2c00] * ow/locale/OpenWorkouts.pot (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (modified) Updated (es) translations Sun, 13 Oct 2019 18:13:04 GMT Borja Lopez [9cc65af] * ow/models/root.py (modified) * ow/tests/models/test_root.py (modified) Make root.emails return emails sorted alphabetically (makes our life ... Sun, 13 Oct 2019 18:12:17 GMT Borja Lopez [8340661] * ow/templates/bulk_files.pt (modified) * ow/templates/delete_bulk_file.pt (added) * ow/tests/views/test_bulk.py (modified) * ow/views/bulk.py (modified) (#77) Bulk workouts upload: - added option to delete existing ... Sun, 13 Oct 2019 14:45:30 GMT Borja Lopez [6211162] * ow/models/workout.py (modified) * ow/tests/models/test_workout.py (modified) Put duration/distance on the workout hash only if those values are there Sun, 13 Oct 2019 14:40:50 GMT Borja Lopez [715671f] * .gitignore (modified) * development.ini (modified) * ow/models/bulk.py (modified) * ow/schemas/bulk.py (modified) * ow/tasks/bulk.py (added) * ow/tasks/run.py (modified) * ow/templates/bulk_files.pt (modified) * ow/tests/fixtures/bulk-empty.zip (added) * ow/tests/fixtures/bulk-fit.tgz (added) * ow/tests/fixtures/bulk-fit.zip (added) * ow/tests/fixtures/bulk-gpx.tgz (added) * ow/tests/fixtures/bulk-gpx.zip (added) * ow/tests/fixtures/bulk-invalid.zip (added) * ow/tests/models/test_bulk.py (added) * ow/tests/tasks/test_bulk.py (added) * ow/tests/views/test_bulk.py (added) * ow/views/bulk.py (modified) * production.ini (modified) * staging.ini (modified) (#77) Bulk workouts upload: - Added methods to extract files from ... Mon, 30 Sep 2019 10:16:24 GMT Borja Lopez [fcf0ef3] * ow/migrations/3.py (added) * ow/models/__init__.py (modified) * ow/models/bulk.py (added) * ow/schemas/bulk.py (added) * ow/templates/add_bulk_file.pt (added) * ow/templates/base.pt (modified) * ow/templates/bulk_files.pt (added) * ow/views/bulk.py (added) (#77) Bulk workouts upload: - Added a new Folder-like object ... Sat, 28 Sep 2019 08:22:41 GMT Borja Lopez [dba0ae9] * ow/static/css/main.css (modified) * ow/static/less/modules/header.less (modified) Fixed broken "add workouts" submenu (at least for computers, we ... Fri, 27 Sep 2019 11:10:51 GMT Borja Lopez [c081c35] * ow/templates/update_workout_from_file.pt (modified) (#84) Added the loading spinner to the "update workout from tracking ... Fri, 27 Sep 2019 11:06:35 GMT Borja Lopez [c82fe79] * ow/static/css/main.css (modified) * ow/static/less/modules/workout.less (modified) * ow/static/media/img/loading.gif (added) * ow/templates/add_workout.pt (modified) (#84) Show a "loading" spinner while adding a workout by uploading a ... Thu, 18 Jul 2019 11:11:40 GMT Borja Lopez [f89b2f1] * ow/models/workout.py (modified) (#83) Fixed a bug when loading gpx files that lead to very long ... Tue, 23 Apr 2019 16:41:11 GMT Borja Lopez [4678c5e] * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) (#71) Keep the "distance/time/elevation" filter when clicking on bars ... Tue, 23 Apr 2019 14:59:47 GMT Borja Lopez [9f3c353] * ow/templates/workout.pt (modified) (#79) Add elevation info to the workout details page Mon, 22 Apr 2019 20:53:40 GMT Borja Lopez [a6fa857] * ow/locale/OpenWorkouts.pot (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (modified) (#39) duplicated workouts - translations Mon, 22 Apr 2019 20:47:55 GMT Borja Lopez [0dedfbe] * ow/tests/models/test_root.py (modified) * ow/tests/models/test_workout.py (modified) * ow/tests/views/test_workout.py (modified) (#39) Duplicated workouts, fixed broken tests, added more tests coverage Mon, 22 Apr 2019 16:14:53 GMT Borja Lopez [42baca4] * ow/migrations/2.py (added) * ow/models/root.py (modified) * ow/models/workout.py (modified) * ow/templates/add_workout.pt (modified) * ow/tests/models/test_root.py (modified) * ow/tests/test_catalog.py (modified) * ow/views/workout.py (modified) (#39) Do not allow duplicated workouts by default when uploading ... Fri, 19 Apr 2019 15:03:49 GMT Borja Lopez [e52a502] * ow/tests/views/test_workout.py (modified) * ow/views/workout.py (modified) (#73) Fixed broken "add workout manually" when provided with a ... Tue, 12 Mar 2019 22:20:44 GMT Borja Lopez [39dc0a6] * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) (#7) Pass in the selector name for the calendar heatmap tooltip ... Tue, 12 Mar 2019 20:29:22 GMT Borja Lopez [3ac70ca] * ow/static/css/main.css (modified) * ow/static/js/ow.js (modified) * ow/static/less/pages/profile.less (modified) * ow/templates/profile.pt (modified) * ow/views/user.py (modified) (#7) Improved tooltip that shows per-day workout stats when hovering ... Tue, 12 Mar 2019 17:39:46 GMT Borja Lopez [f2c9e20] * ow/static/js/ow.js (modified) (#7) Show an empty calendar heatmap chart for months with 0 workout ... Tue, 12 Mar 2019 17:39:17 GMT Borja Lopez [aedefa8] * ow/locale/OpenWorkouts.pot (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (modified) Updated profile page translations (es) Tue, 12 Mar 2019 11:50:20 GMT Borja Lopez [8ba32d9] * ow/static/less/main.less (modified) Disabled the current promo.less styles. They are empty anyway and ... Tue, 12 Mar 2019 11:47:38 GMT Borja Lopez [02b96c5] * ow/static/css/main.css (modified) * ow/static/js/ow.js (modified) * ow/static/less/pages/profile.less (modified) * ow/templates/profile.pt (modified) * ow/views/user.py (modified) (#7) Added calendar heatmap chart to the profile page. The calendar ... Tue, 12 Mar 2019 11:42:08 GMT Borja Lopez [d9453fc] * ow/static/css/main.css (modified) Another typo fix s/cotent/content Fri, 08 Mar 2019 10:09:17 GMT Borja Lopez [c24991d] * ow/templates/profile.pt (modified) Fixed broken profile page when loading it using the user nickname Thu, 07 Mar 2019 08:57:21 GMT Borja Lopez [4646069] * ow/templates/profile.pt (modified) Fixed typo s/cotent/content in another place Thu, 07 Mar 2019 08:47:52 GMT Borja Lopez [035792a] * ow/static/less/modules/workout.less (modified) * ow/templates/dashboard.pt (modified) Fixed typo, s/cotent/content Wed, 06 Mar 2019 12:07:45 GMT Segundo Fdez [c2a786e] * ow/static/less/main.less (modified) * ow/static/less/pages/promo.less (added) * ow/templates/openworkouts.pt (modified) update content for promo page Wed, 06 Mar 2019 11:40:39 GMT Borja Lopez [8d726ec] * ow/templates/profile.pt (modified) (#7) Fixed broken stats when workouts do not have maximum elevation Wed, 06 Mar 2019 10:25:01 GMT Borja Lopez [04c882d] * ow/models/user.py (modified) * ow/static/css/main.css (modified) * ow/static/less/pages/profile.less (modified) * ow/templates/profile.pt (modified) * ow/tests/models/test_user.py (modified) (#7) Improvements on the workout totals/stats in the user profile ... Tue, 05 Mar 2019 22:47:51 GMT Borja Lopez [aa6dcaf] * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/workout.py (modified) Fixed some cosmetic details (empty lines, whitespaces, indentation). ... Tue, 05 Mar 2019 22:45:32 GMT Borja Lopez [778d53d] * bin/js_deps (modified) * ow/models/user.py (modified) * ow/static/css/main.css (modified) * ow/static/js/ow.js (modified) * ow/static/less/main.less (modified) * ow/static/less/pages/profile.less (modified) * ow/static/less/ui/arrows.less (added) * ow/templates/profile.pt (modified) * ow/tests/models/test_user.py (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) (#7) Show per-sport stats in the profile page: - Show a dropdown ... Thu, 28 Feb 2019 10:47:34 GMT Borja Lopez [ea43725] * ow/static/______css/__forms.css (deleted) * ow/static/______css/__main.css (deleted) * ow/static/______css/__main.min.css (deleted) * ow/static/______css/__openworkouts.css (deleted) * ow/static/______css/common.css (deleted) * ow/static/______css/main.css (deleted) * ow/static/______css/modules/header.css (deleted) * ow/static/______css/pages/login.css (deleted) * ow/static/______css/ui/buttons.css (deleted) * ow/static/______css/ui/form.css (deleted) * ow/static/______css/variables.css (deleted) * ow/static/______css/vendors/normalize.css (deleted) Removed the leftover css files from early development stages Thu, 28 Feb 2019 09:42:54 GMT Borja Lopez [643af34] * ow/locale/OpenWorkouts.pot (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.mo (modified) * ow/locale/es/LC_MESSAGES/OpenWorkouts.po (modified) (#66) Translations for the new strings in the new layout Thu, 28 Feb 2019 09:41:34 GMT Borja Lopez [6d9d4a5] * ow/templates/verify.pt (modified) (#66) layout for the "wrong verification code" page 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: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 ... 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 ... 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 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 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 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: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: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 ... 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 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. ... 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 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