# # ChangeLog for / in OpenWorkouts-current # # Generated by Trac 1.0.17 # Apr 28, 2024, 1:08:37 AM 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 ... Mon, 04 Feb 2019 16:57:57 GMT Segundo Fdez [cf12619] * ow/static/less/pages/profile.less (modified) basic changes on profile less Mon, 04 Feb 2019 16:56:13 GMT Segundo Fdez [d24a64a] * ow/static/css/main.css (modified) * ow/static/less/modules/workout.less (modified) * ow/templates/profile.pt (modified) update profile header Mon, 04 Feb 2019 16:48:44 GMT Segundo Fdez [ffd6bb5] * 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) update profile header ui Mon, 04 Feb 2019 12:29:15 GMT Segundo Fdez [d52ba50] * ow/views/user.py (modified) fix links anchors on profile Mon, 04 Feb 2019 12:10:40 GMT Segundo Fdez [6993c72] * README.txt (modified) * bin/install (modified) * ow/models/user.py (modified) * 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/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) * setup.py (modified) Merge branch 'master' into feature/ui # Conflicts: # ... Mon, 04 Feb 2019 11:38:29 GMT Borja Lopez [3357e47] * ow/models/user.py (modified) * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) Merged patches from darcs Mon, 04 Feb 2019 11:37:35 GMT borja [5cf5787] * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) Show weekly/monthly versions of the "last 12 months" workout stats ... Mon, 04 Feb 2019 11:32:07 GMT borja [63df989] * ow/models/user.py (modified) Added a method to the User model that returns workouts stats for the ... Mon, 04 Feb 2019 11:30:27 GMT borja [1d2acd4] * ow/models/user.py (modified) The workouts() method of the User model accepts a new parameter, ... Mon, 04 Feb 2019 11:29:21 GMT borja [9ab0fe3] * ow/utilities.py (modified) Added method to return the number of week a given day is (1, 2, 3, ... Fri, 01 Feb 2019 12:25:00 GMT Segundo Fdez [bf01534] * ow/static/css/main.css (modified) * ow/static/less/modules/workout.less (modified) * ow/templates/workout.pt (modified) update workout detail layout and ui Thu, 31 Jan 2019 14:25:08 GMT Borja Lopez [1183d5a] * README.txt (modified) * bin/install (modified) * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) * setup.py (modified) Merged patches from darcs Thu, 31 Jan 2019 11:33:38 GMT borja [dbfab70] * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) (#7) Show workouts in the profile page related to the ... Wed, 30 Jan 2019 12:54:50 GMT Segundo Fdez [10c8e6e] * ow/static/css/main.css (modified) * ow/static/less/main.less (modified) * ow/static/less/modules/workout.less (modified) * ow/templates/workout.pt (modified) update basic layout on workout detail Tue, 29 Jan 2019 20:14:04 GMT borja [8fedd17] * README.txt (modified) Updated README file, removed old, non-valid, contents Tue, 29 Jan 2019 20:11:03 GMT borja [d4cabcc] * bin/install (modified) * setup.py (modified) Remove dependency_links from setup.py. There is no need to keep ... Tue, 29 Jan 2019 17:39:18 GMT Segundo Fdez [67fc2ed] * 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) Updated ui for profile basic interface Tue, 29 Jan 2019 12:59:43 GMT Segundo Fdez [594fbe8] * ow/static/css/main.css (modified) * ow/static/less/main.less (modified) * ow/static/less/modules/workout.less (modified) * ow/static/less/pages/profile.less (added) * ow/templates/profile.pt (modified) Added profile basic ui Tue, 29 Jan 2019 11:58:08 GMT Segundo Fdez [22eb5de] * bin/install (modified) * ow/models/user.py (modified) * ow/static/js/ow.js (modified) * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) Merge branch 'master' into feature/ui # Conflicts: # ... Tue, 29 Jan 2019 11:56:22 GMT Segundo Fdez [3e48af6] * .gitignore (modified) update gitignore to hide maps Tue, 29 Jan 2019 11:54:29 GMT Segundo Fdez [1fe89ea] * ow/static/css/main.css (modified) * ow/static/js/ow.js (modified) * ow/static/less/main.less (modified) * ow/static/less/modules/workout.less (modified) * ow/templates/dashboard.pt (modified) update dashboard layout ui Tue, 29 Jan 2019 11:41:01 GMT Borja Lopez [ed7e9d7] * bin/install (modified) * ow/models/user.py (modified) * ow/static/js/ow.js (modified) * ow/templates/dashboard.pt (modified) * ow/templates/profile.pt (modified) * ow/tests/views/test_user.py (modified) * ow/views/user.py (modified) Merged patches from darcs Tue, 29 Jan 2019 11:35:08 GMT borja [bd8eeb4] * ow/static/js/ow.js (modified) * ow/templates/profile.pt (modified) (#7) Yearly (last 12 months) per month chart in the user profile ...