source: OpenWorkouts-current

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c612889   5 years borja Added the mail queue directory to the .gitignore file currentfeature/docs
(edit) @9b2228b   5 years borja Commented out the deprecated monitor-address config parameter in … currentfeature/docs
(edit) @82a4c44   5 years borja Added several files under var/zeo to the .gitignore file currentfeature/docs
(edit) @7f335a4   5 years borja Improved the install script: - Added some messages so the user … currentfeature/docs
(edit) @4af38e8   5 years borja Fixed broken bin/install (wrong name when calling a method that fixes … currentfeature/docs
(edit) @76ebb1b   5 years borja (#29) Add user verification by email on signup. From now on, when a … currentfeature/docs
(edit) @d6da99e   5 years borja Fixed pep8/pycodestyle currentfeature/docs
(edit) @79f154d   5 years borja Added missing test covering the get_month_week_number method currentfeature/docs
(edit) @4d22068   5 years borja Fixed names of README and CHANGES files in setup.py currentfeature/docs
(edit) @bfbf428   5 years borja Renamed CHANGES.txt to CHANGES.rst currentfeature/docs
(edit) @7dc1f81   5 years borja Better str and repr representation for the User model. This … currentfeature/docs
(edit) @23b5569   5 years borja Fixed names of the test classes covering the migrations (tests were … currentfeature/docs
(edit) @d5429c5   5 years borja Removed old ignore file for darcs repos currentfeature/docs
(edit) @d517001   5 years borja (#58) Set a title automatically when adding manually a workout without … currentfeature/docs
(edit) @d459ee2   5 years borja Renamed README.txt to README.rst currentfeature/docs
(edit) @aa99826   5 years segun.2 update navigation to hide dashboard button on responsive currentfeature/docs
(edit) @f556d1e   5 years segun.2 fix #55 Replace the "no map" temporary image with something nicer currentfeature/docs
(edit) @0fa21cd   5 years segun.2 Merge branch 'hotfix/#50' currentfeature/docs
(edit) @f0e64eb   5 years borja (#51) Fixed profile images were too big: - Added new dependency … currentfeature/docs
(edit) @5cf7630   5 years segun.2 Fix #57 currentfeature/docs
(edit) @0fbc805   5 years segun.2 FIx #50 currentfeature/docs
(edit) @eb20dc8   5 years borja (#45) - Added ZODB migrations support currentfeature/docs
(edit) @57dcceb   5 years borja (#46) - Move session_factory and authn_policy salt hashes to the … currentfeature/docs
(edit) @c6abc0c   5 years borja Preparations for release of 0.1.0: - Updated README file with a … currentfeature/docs 0.1.0
(edit) @c660deb   5 years borja (#54) - ensure map tiles are loaded from https instead of http urls currentfeature/docs
(edit) @c999b73e   5 years borja (#54) - load fonts from https instead of http urls currentfeature/docs
(edit) @b3374f6   5 years borja (#52) - Make map screenshot generation async and non-blocker of the … currentfeature/docs
(edit) @f713dbc   5 years borja The bin/start helper runs pip and js_deps to ensure all python and js … currentfeature/docs
(edit) @02aee97   5 years borja (#52) Ensure the generated map screenshots have the proper permissions currentfeature/docs
(edit) @d6f8304   5 years borja (#52) - screenshots of the workouts maps were corrupted randomly. … currentfeature/docs
(edit) @93bbb89   5 years borja Added small modifications to the production.ini (ZEO zodb conn, log files) currentfeature/docs
(edit) @5934220   5 years borja (#47) - Added needed config files and helper scripts for the deploy to … currentfeature/docs
(edit) @be56db9   5 years borja Fixed dashboard loading for users without workouts currentfeature/docs
(edit) @d98641b   5 years borja Fixed permissions on the helper scripts under bin/ currentfeature/docs
(edit) @bd367d6   5 years borja Replaced <Li> tag with the proper <li> tag currentfeature/docs
(edit) @e547af5   5 years borja Fixed title on the "change password" page currentfeature/docs
(edit) @d7a9df5   5 years borja Done some improvements on the dashboard: - Remove hr/speed/cad info … currentfeature/docs
(edit) @6662a84   5 years borja Added missing separator on the stats shown with the weekly activity chart currentfeature/docs
(edit) @aa2130b   5 years borja Added link to the user profile page in the dashboard (both in the … currentfeature/docs
(edit) @f29d4b4   5 years borja pep8/codestyle fixes currentfeature/docs
(edit) @bddf042   5 years borja (#7) Allow users profiles to be accessed using a more friendly url: … currentfeature/docs
(edit) @4226ce0   5 years borja Merge branch 'feature/ui' currentfeature/docs
(edit) @56caf3d   5 years borja Fix calls to d3.json() in both weekly and monthly charts in the … currentfeature/docs
(edit) @78af3d1   5 years borja Fix permissions. From now on users can see (and edit, delete, etc) … currentfeature/docs
(edit) @6edc367   5 years segun.2 Merge branch 'feature/ui' of … currentfeature/docs
(edit) @2a71053   5 years segun.2 update favicon and responsive navigation currentfeature/docs
(edit) @55470f9   5 years borja Fixed some tests broken during the last code changes. Fixed a bug in … currentfeature/docs
(edit) @c9991fed   5 years borja Workout.rounded_distance() returns distance rounded with 2 decimals now currentfeature/docs
(edit) @20782ac   5 years borja Added round() on distance information in delete workout and update … currentfeature/docs
(edit) @fb327e1   5 years borja Fixed title(s) on the edit workout template. Round distance value … currentfeature/docs
(edit) @feab169   5 years segun.2 Merge branch 'master' of … currentfeature/docs
(edit) @59515ab   5 years segun.2 update delete workout form currentfeature/docs
(edit) @b437d1e   5 years borja Show the currently selected month in the dashboard, by the total … currentfeature/docs
(edit) @be886df   5 years segun.2 Added favicon for openworkouts currentfeature/docs
(edit) @713de61   5 years segun.2 fix semantics on reset password currentfeature/docs
(edit) @fc01180   5 years segun.2 Merge branch 'master' into feature/ui currentfeature/docs
(edit) @b05824e   5 years segun.2 fix forms for edit profile anda change password currentfeature/docs
(edit) @4985618   5 years borja Removed the minimum values for hr and cad from dashboard and profile … currentfeature/docs
(edit) @0bf3bd6   5 years borja Remove the "edit, update, delete" links from the dashboard list of … currentfeature/docs
(edit) @01674ff   5 years segun.2 Update forms and fix detail workout view currentfeature/docs
(edit) @978575d   5 years segun.2 update map on workout detail currentfeature/docs
(edit) @a3c3baa   5 years borja Show the totals in the user profile, for the selected month/week … currentfeature/docs
(edit) @40ee398   5 years borja Fixed broken selectors in the last-12-months chart in the user profile page currentfeature/docs
(edit) @eed2019   5 years borja Split user profile bio and workout notes into paragraphs in the user … currentfeature/docs
(edit) @0b6c6fc   5 years borja Merge branch 'feature/ui' currentfeature/docs
(edit) @ded7d95   5 years borja Split the description/notes of the workout into several paragraphs if … currentfeature/docs
(edit) @688fb7d   5 years borja Ensure the gpx data is loaded into the full page map available under … currentfeature/docs
(edit) @3169fe4   5 years borja Set proper permissions on bin/js_deps and bin/screenshot_map currentfeature/docs
(edit) @5f05e83   5 years borja Replaced Leaflet.Elevation with a newer, improved version (fork of the … currentfeature/docs
(edit) @cf12619   5 years segun.2 basic changes on profile less currentfeature/docs
(edit) @d24a64a   5 years segun.2 update profile header currentfeature/docs
(edit) @ffd6bb5   5 years segun.2 update profile header ui currentfeature/docs
(edit) @d52ba50   5 years segun.2 fix links anchors on profile currentfeature/docs
(edit) @6993c72   5 years segun.2 Merge branch 'master' into feature/ui # Conflicts: … currentfeature/docs
(edit) @3357e47   5 years borja Merged patches from darcs currentfeature/docs
(edit) @5cf5787   5 years borja Show weekly/monthly versions of the "last 12 months" workout stats … currentfeature/docs
(edit) @63df989   5 years borja Added a method to the User model that returns workouts stats for the … currentfeature/docs
(edit) @1d2acd4   5 years borja The workouts() method of the User model accepts a new parameter, week, … currentfeature/docs
(edit) @9ab0fe3   5 years borja Added method to return the number of week a given day is (1, 2, 3, … currentfeature/docs
(edit) @bf01534   5 years segun.2 update workout detail layout and ui currentfeature/docs
(edit) @1183d5a   5 years borja Merged patches from darcs currentfeature/docs
(edit) @dbfab70   5 years borja (#7) Show workouts in the profile page related to the … currentfeature/docs
(edit) @10c8e6e   5 years segun.2 update basic layout on workout detail currentfeature/docs
(edit) @8fedd17   5 years borja Updated README file, removed old, non-valid, contents currentfeature/docs
(edit) @d4cabcc   5 years borja Remove dependency_links from setup.py. There is no need to keep … currentfeature/docs
(edit) @67fc2ed   5 years segun.2 Updated ui for profile basic interface currentfeature/docs
(edit) @594fbe8   5 years segun.2 Added profile basic ui currentfeature/docs
(edit) @22eb5de   5 years segun.2 Merge branch 'master' into feature/ui # Conflicts: # ow/static/js/ow.js currentfeature/docs
(edit) @3e48af6   5 years segun.2 update gitignore to hide maps currentfeature/docs
(edit) @1fe89ea   5 years segun.2 update dashboard layout ui currentfeature/docs
(edit) @ed7e9d7   5 years borja Merged patches from darcs currentfeature/docs
(edit) @bd8eeb4   5 years borja (#7) Yearly (last 12 months) per month chart in the user profile with … currentfeature/docs
(edit) @6dc1846   5 years borja Ensure datetime objects generated in the dashboard view are timezone-aware currentfeature/docs
(edit) @bed4f06   5 years borja (#7) Added method to gather monthly stats + view to export them currentfeature/docs
(edit) @4bab6c1   5 years borja Use the chart_selector variable when looking for the element where the … currentfeature/docs
(edit) @d0fc76b   5 years segun.2 Merge branch 'master' into feature/ui currentfeature/docs
(edit) @7783f97   5 years borja Modified the install script, added a function to ensure all shell … currentfeature/docs
(edit) @26220ba   5 years borja Merge patches from darcs currentfeature/docs
(edit) @5bdfbfb   5 years borja (#7) Show year/month/weekly stats in the dashboard for the user, … currentfeature/docs
(edit) @421f05f   5 years borja (#7) Added week_stats view, that returns a json-encoded stream of data … currentfeature/docs
Note: See TracRevisionLog for help on using the revision log.