Bugs
Jump to navigation
Jump to search
Bugs / Issues
- [HIGH] System does not accept image uploads larger than 2Mb, should accept and downsample automatically
- [MED] Dropdown menu for when you select the location (e.g. World, North America, etc, etc) doesn't expand when hovering. It takes 2 tries for the next sub menu to appear.
- [MED] Dropdown menu for when you select the location (e.g. World, North America, etc, etc) expands when typing the name of the region, but if name is not completed and the region selected, all seems to work fine but the region saved to the page is just the fragment the user entered, not the one the user selected from the tree. We should use a different Dropdown module that is more user friendy.
- [MED] Need to figure out why UserAdmin breaks admin pages
New functionality / Improvements
- [LOW] Integrate weather forecast with canyon page, currently users have to click on "Weather" to get forecast. Requested by Anonymous
- [MED] Use different icons for canyons (red star) than for nontechnical canyons and scrambles and hikes (green star) than caves (black star) and other POIs. Requested by Morta
- [LOW] Merge Condition Reports and Reference Pictures, or allow to submit reference picture at same time as condition report. Requested by Tiffanie
- [LOW] When Map gets full screen, adjust zoom to expand. When gets back non full screen adjust zoom back. Requested by Luca
- [MED] Improve waterflow analysis to search for proper match +/- 1 day, since canyons drain different speeds. Requested by Evan Topinka
- [MED] Add support for multiple languages with automatic translation through MW extensions. Right now Chrome users use Google Translate as workaround. Requested by international users.
- [LOW] Implement Access Control, so that specific pages are only available to authorized users. Requested by Cavers
Fixed
- Canyons with apostrophes have broken features: Some of the built-in features of RopeWiki don't work when the canyon name contains an apostrophe (for instance, Devil's Drain Canyon). This includes the banner picture, and may include ratings or condition reports. Solution: A workaround was identified using #titleparts and templates were modified to use this function which solved the issue. Lucach (talk) 21:24, 8 September 2015 (EDT)
- Canyon information does not update: Due to technical limitations of Mediawiki, some database information like having a banner image or KML map may not update correctly. Star rating a canyon will force a refresh of the information and fix the issue, so make sure you Star rate any canyon you add to the system and make sure to Star rate again after you add a banner pic or a kml map, just in case. To Star rate a canyon just click on the row of stars in the canyon page summary box. (more information). Solution: A workaround using the custom extension #semanticdependant solved most cases of the issue. Javascript monitors discrepancies between the page and the database and forces silent updates Lucach (talk) 21:24, 8 September 2015 (EDT)
- Google Map nearby is broken:
- GPS point for new canyon doesn't seem to save when entering in the location (gps coordinates). See "Cape Horn Falls" as an example
- There are bunch of yellow caution signs on the page (see "Cape Horn Falls" as an example)
- Maps
- Added “common” skin so stars show up.
- Removing UserAdmin because it was breaking admin pages.
- Enabled folderish page urls:
- These didn't work:
- ...but these did:
- Dav thinks this is related to cgi in nginx versus using apache - http://www.mediawiki.org/wiki/Manual:Short_URL#Goal