# # ChangeLog for ow/templates/profile.pt in OpenWorkouts-current # # Generated by Trac 1.0.17 # May 5, 2024, 8:35:59 AM 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 ... 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: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: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 ... 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 ... 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: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 ... Tue, 18 Dec 2018 09:25:24 GMT borja [d507f75] * ow/templates/profile.pt (modified) Show the user nickname in the profile page, instead of the user uid. Fri, 14 Dec 2018 11:57:33 GMT borja [39b1497] * ow/models/root.py (modified) * ow/schemas/user.py (modified) * ow/security.py (modified) * ow/templates/add_user.pt (modified) * ow/templates/profile.pt (modified) * ow/templates/user_list.pt (modified) * ow/tests/models/test_root.py (modified) * ow/tests/views/test_root.py (modified) * ow/views/root.py (modified) Replaced user_id leftovers with uid Thu, 13 Dec 2018 21:12:36 GMT borja [5ec3a0b] * CHANGES.txt (added) * MANIFEST.in (added) * README.txt (added) * bin/js_deps (added) * bin/zeo_backup (added) * bin/zeo_pack (added) * bin/zeo_start (added) * bin/zeo_stop (added) * development.ini (added) * etc/zeo.conf (added) * ow/__init__.py (added) * ow/catalog.py (added) * ow/locale/README (added) * ow/models/__init__.py (added) * ow/models/root.py (added) * ow/models/user.py (added) * ow/models/workout.py (added) * ow/schemas/__init__.py (added) * ow/schemas/blob.py (added) * ow/schemas/user.py (added) * ow/schemas/workout.py (added) * ow/security.py (added) * ow/static/components/README (added) * ow/static/css/main.min.css (added) * ow/static/css/openworkouts.css (added) * ow/static/js/ow.js (added) * ow/static/media/img/back-01.jpg (added) * ow/static/media/img/signup-01.jpg (added) * ow/static/media/img/signup-02.jpg (added) * ow/static/pyramid-16x16.png (added) * ow/static/pyramid.png (added) * ow/static/theme.css (added) * ow/templates/403.pt (added) * ow/templates/404.pt (added) * ow/templates/500.pt (added) * ow/templates/add_manual_workout.pt (added) * ow/templates/add_user.pt (added) * ow/templates/add_workout.pt (added) * ow/templates/base.pt (added) * ow/templates/base_anonymous.pt (added) * ow/templates/change_password.pt (added) * ow/templates/dashboard.pt (added) * ow/templates/delete_workout.pt (added) * ow/templates/edit_manual_workout.pt (added) * ow/templates/edit_profile.pt (added) * ow/templates/login.pt (added) * ow/templates/mytemplate.pt (added) * ow/templates/profile.pt (added) * ow/templates/signup.pt (added) * ow/templates/update_workout_from_file.pt (added) * ow/templates/user_list.pt (added) * ow/templates/workout.pt (added) * ow/tests/fixtures/20131013-without-elevation.gpx (added) * ow/tests/fixtures/20131013.gpx (added) * ow/tests/fixtures/20160129-with-extensions.gpx (added) * ow/tests/fixtures/empty.gpx (added) * ow/tests/fixtures/image.gif (added) * ow/tests/fixtures/image.jpeg (added) * ow/tests/fixtures/image.jpg (added) * ow/tests/fixtures/image.png (added) * ow/tests/fixtures/image.tiff (added) * ow/tests/fixtures/invalid.gpx (added) * ow/tests/models/__init__.py (added) * ow/tests/models/test_appmaker.py (added) * ow/tests/models/test_root.py (added) * ow/tests/models/test_user.py (added) * ow/tests/models/test_workout.py (added) * ow/tests/schemas/test_user.py (added) * ow/tests/test_catalog.py (added) * ow/tests/test_security.py (added) * ow/tests/test_utilities.py (added) * ow/tests/views/__init__.py (added) * ow/tests/views/test_error.py (added) * ow/tests/views/test_renderers.py (added) * ow/tests/views/test_root.py (added) * ow/tests/views/test_user.py (added) * ow/tests/views/test_workout.py (added) * ow/utilities.py (added) * ow/views/__init__.py (added) * ow/views/error.py (added) * ow/views/renderers.py (added) * ow/views/root.py (added) * ow/views/user.py (added) * ow/views/workout.py (added) * production.ini (added) * pytest.ini (added) * setup.py (added) * var/db/README (added) * var/zeo/README (added) Imported sources from the old python2-only repository: - ...