set up env, create main workout class
authorAlex-Laptop <[email protected]>
Tue, 19 Mar 2019 04:28:51 +0000 (21:28 -0700)
committerAlex-Laptop <[email protected]>
Tue, 19 Mar 2019 04:28:51 +0000 (21:28 -0700)
commitde7f2a78786aca6ef28e9cccdaa459c6889af78b
treebf9e81da9ed75981284281aa55f211d46b111b57
parentd25123433e45e6e7ee9e3f116e575da71b8e24a7
set up env, create main workout class
62 files changed:
.gitignore
README.md [new file with mode: 0644]
README.txt [deleted file]
old/WorkoutManagementAttributesManager/AttributesManagerRow/AttributesManagerRow.php [moved from WorkoutManagementAttributesManager/AttributesManagerRow/AttributesManagerRow.php with 100% similarity]
old/WorkoutManagementAttributesManager/AttributesManagerRow/AttributesManagerRow.php~ [new file with mode: 0644]
old/WorkoutManagementAttributesManager/WorkoutManagementAttributesManager.php [moved from WorkoutManagementAttributesManager/WorkoutManagementAttributesManager.php with 100% similarity]
old/WorkoutManagementAttributesManager/WorkoutManagementAttributesManager.php~ [new file with mode: 0644]
old/WorkoutManagementDaysAgoTableData/WorkoutManagementDaysAgoTableData.php [moved from WorkoutManagementDaysAgoTableData/WorkoutManagementDaysAgoTableData.php with 100% similarity]
old/WorkoutManagementWorkoutTable/WorkoutManagementWorkoutTable.php [moved from WorkoutManagementWorkoutTable/WorkoutManagementWorkoutTable.php with 100% similarity]
old/WorkoutManagementWorkoutTable/WorkoutManagementWorkoutTable.php~ [new file with mode: 0644]
old/WorkoutManagementWorkoutTable/WorkoutManagementWorkoutTableRows/WorkoutManagementWorkoutTableRows.php [moved from WorkoutManagementWorkoutTable/WorkoutManagementWorkoutTableRows/WorkoutManagementWorkoutTableRows.php with 100% similarity]
old/WorkoutManagementWorkoutTable/WorkoutManagementWorkoutTableRows/WorkoutManagementWorkoutTableRows.php~ [new file with mode: 0644]
old/class.module_workout_management.php [moved from class.module_workout_management.php with 100% similarity]
old/class.module_workout_management.php~ [new file with mode: 0644]
old/recent_workouts/RecentWorkoutsTableRow/RecentWorkoutsTableRow.php [moved from recent_workouts/RecentWorkoutsTableRow/RecentWorkoutsTableRow.php with 100% similarity]
old/recent_workouts/RecentWorkoutsTableRow/RecentWorkoutsTableRow.php~ [new file with mode: 0644]
old/recent_workouts/class.module_recent_workouts.php [moved from recent_workouts/class.module_recent_workouts.php with 100% similarity]
old/recent_workouts/class.module_recent_workouts.php~ [new file with mode: 0644]
old/recent_workouts/recent_workouts.php [moved from recent_workouts/recent_workouts.php with 100% similarity]
old/recent_workouts/recent_workouts.php~ [new file with mode: 0644]
old/recent_workouts/recent_workouts_data.php [moved from recent_workouts/recent_workouts_data.php with 100% similarity]
old/recent_workouts/recent_workouts_data.php~ [new file with mode: 0644]
old/recent_workouts/recent_workouts_delete.php [moved from recent_workouts/recent_workouts_delete.php with 100% similarity]
old/recent_workouts/recent_workouts_edit.php [moved from recent_workouts/recent_workouts_edit.php with 100% similarity]
old/recent_workouts/style.css [moved from recent_workouts/style.css with 100% similarity]
old/structure.php~ [new file with mode: 0644]
old/style.css [moved from style.css with 100% similarity]
old/style.css~ [new file with mode: 0644]
old/workout_management.php [moved from workout_management.php with 100% similarity]
old/workout_management.php~ [new file with mode: 0644]
old/workout_management_add_attribute.php [moved from workout_management_add_attribute.php with 100% similarity]
old/workout_management_add_new.php [moved from workout_management_add_new.php with 100% similarity]
old/workout_management_add_new.php~ [new file with mode: 0644]
old/workout_management_attribute_delete.php [moved from workout_management_attribute_delete.php with 100% similarity]
old/workout_management_attribute_save.php [moved from workout_management_attribute_save.php with 100% similarity]
old/workout_management_attributes_reorder.php [moved from workout_management_attributes_reorder.php with 100% similarity]
old/workout_management_data.php [moved from workout_management_data.php with 100% similarity]
old/workout_management_data.php~ [new file with mode: 0644]
old/workout_management_delete.php [moved from workout_management_delete.php with 100% similarity]
old/workout_management_delete.php~ [new file with mode: 0644]
old/workout_management_edit.php [moved from workout_management_edit.php with 100% similarity]
old/workout_management_options_change.php [moved from workout_management_options_change.php with 100% similarity]
old/workout_management_quick_tools_add_new_workout.php [moved from workout_management_quick_tools_add_new_workout.php with 100% similarity]
old/workout_management_quick_tools_data.php [moved from workout_management_quick_tools_data.php with 100% similarity]
old/workout_management_quick_tools_data.php~ [new file with mode: 0644]
old/workout_management_table_data.php [moved from workout_management_table_data.php with 100% similarity]
old/workout_management_table_data.php~ [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/classes/workout.js [new file with mode: 0644]
src/components/days.ago/days.ago.js [new file with mode: 0644]
src/components/header/header.js [new file with mode: 0644]
src/components/main/main.js [new file with mode: 0644]
src/components/manage.row/manage.row.js [new file with mode: 0644]
src/components/manage/manage.js [new file with mode: 0644]
src/components/recent.row/recent.row.js [new file with mode: 0644]
src/components/recent/recent.js [new file with mode: 0644]
src/index.js [new file with mode: 0644]
test/workouts.tests.js [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]
webpack.dev.config.js [new file with mode: 0644]
webpack.prod.config.js [new file with mode: 0644]