0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README More... about 2 years ago
Wraps database adapter into a function. On error, checks for database connectivity and connects if none exists (for "db has gone away" errors). More... over 13 years ago
Optimizes country detection with the faster strpos. More... over 13 years ago
Adds resource DOI to the KML. More... over 13 years ago
Refactors process bootstrap. More... over 13 years ago
Persists the connection to MySQL. More... over 13 years ago
Removes punctuation filtering from locality due to UTF-8 escape sequence incompatabilities. Fixes unneeded whitespace filtering. More... over 13 years ago
Filters out stop words and punctuation from locality string. More... over 13 years ago
Fine-tunes geocoding for all geolocation services. More... over 13 years ago
Adds request_uri to geolocations table. More... over 13 years ago
Reconceptualizes the geolocation process. More... over 13 years ago
Reconnects a disconnected database after catching an error. Adds error logging. More... over 13 years ago
Retries the process two more times if it encounters Zend_Http_Client_Exception. More... over 13 years ago
Moves the get total results code to a separate method and updates documentation. More... over 13 years ago
Removes unneeded SQL. Raises the KML limit. Adds a KML offset for large result sets. More... over 13 years ago
Adds a description column to searches table. More... over 13 years ago
Modifies process.php to run on the command line and record process start and end time. Corrects the require path to PHPExcel class. More... over 13 years ago
Removes 100 second timeout from geolocation service requests. May have been responsible for MySQL has gone away issues. More... over 13 years ago
Fixes a bug where the geolocation process did not account for new geolocation services. More... over 13 years ago
Alters the geolocation_services table. More... over 13 years ago
Changes the ingest and geolocation processes so they can be retried after a fatal error. More... over 13 years ago
Fixes a bug that displayed the incorrect year in the slider. Makes minor layout changes. More... over 13 years ago
Adds a jQuery slider for collection year. More... over 13 years ago
Changes the markup for better usability. More... over 13 years ago
Removes JavaScript from markup by adding listeners. More... over 13 years ago
For color coding, ignores unique values beyond the number of available icons. More... over 13 years ago
Generalizes color coding. More... over 13 years ago
Builds an array of available color coded icon images. More... over 13 years ago
Adds a herbarium color table when color coding. More... over 13 years ago
Enables color coding specimens by herbarium. Changes the way info windows render. More... over 13 years ago