# # ChangeLog for ow/templates/base.pt in OpenWorkouts-current # # Generated by Trac 1.0.17 # Apr 27, 2024, 7:34:11 PM 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 ... 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 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 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 Mon, 17 Dec 2018 12:07:07 GMT borja [affc3f7] * ow/static/css/forms.css (added) * ow/static/css/main.css (added) * ow/templates/base.pt (modified) Added unminified main.css Added forms.css for html form specific styles 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: - ...