|
bin
|
|
simplified rwgps.pl (and /etc/init.d/rwgps), adapted for plenv Perl 5.40, using Plack::Runner direct to avoid having to hard-code path to plackup
|
6 months ago
|
|
environments
|
|
enabled query output to console by default in dev, can be overridden using SQL_TRACE env param
|
6 months ago
|
|
lib
|
|
enabled query output to console by default in dev, can be overridden using SQL_TRACE env param
|
6 months ago
|
|
public
|
|
* new form option to test progress function without modifying db * put version on style.css link rel to force read on each request * padded smart comment with white space for legibility
|
4 years, 8 months ago
|
|
script
|
|
* simplified process_src_files() logic regarding actions and selected form options * removed redundant \$t0 variable, using DSL 'var' instead * added check for existence of file_id before deletion (otherwise get silent failure to delete) * db-update-only no longer automatically dumps file to t/ directory (TODO: provide a form opt) * using uri_for() in route redirects * more tests for file upload, changed behaviour regarding test db checking
|
4 years, 8 months ago
|
|
t
|
|
moved get_fileId_id() function to an attribute (ride_id) in attempt to reduce confusion over what is being requested, and to reduce the number of calls to getting the fileId PK
|
4 years, 8 months ago
|
|
views
|
|
moved progress bar increment code to own function to simplify process of determining increment values for different config scenarios (separate or combined analysis & db update stages, and reset progress bar for db updates or not)
|
4 years, 7 months ago
|
|
.gitignore
|
134B
|
* simplified process_src_files() logic regarding actions and selected form options * removed redundant \$t0 variable, using DSL 'var' instead * added check for existence of file_id before deletion (otherwise get silent failure to delete) * db-update-only no longer automatically dumps file to t/ directory (TODO: provide a form opt) * using uri_for() in route redirects * more tests for file upload, changed behaviour regarding test db checking
|
4 years, 8 months ago
|
|
MANIFEST
|
440B
|
initial commit - accepts 2 tcx/gpx files, returns combined xml
|
9 years ago
|
|
MANIFEST.SKIP
|
163B
|
initial commit - accepts 2 tcx/gpx files, returns combined xml
|
9 years ago
|
|
Makefile.PL
|
786B
|
initial commit - accepts 2 tcx/gpx files, returns combined xml
|
9 years ago
|
|
README.txt
|
3kB
|
enabled query output to console by default in dev, can be overridden using SQL_TRACE env param
|
6 months ago
|
|
config.json
|
97B
|
new empty config.json to trigger D2::Core::Role::ConfigReader to include config_local.json; bootstrap upload & reset buttons
|
9 years ago
|
|
config.yml
|
3kB
|
* set default dbname (test) in config, overriden in production * displays dbname in pager summary test, including if overriden by upload form
|
4 years, 8 months ago
|
|
cpanfile
|
1kB
|
moved smtp debug setting into development.yml file; updated cpanfile; used bootstrap 'label for' in upload radio selection
|
9 years ago
|
|
rwgps.sql
|
4kB
|
* Changed xml_only flag to more obvious db_update_only * New form param skip_save for scripts to skip saving xml to disk - could extend for app * Add return value to archive_data() to signify db update success or skip
|
4 years, 9 months ago
|