Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Chrome extension initial commit | mucek4 | 2014-06-30 | 4 | -0/+124 |
| | |||||
* | Added Chrome compatibility back. | mucek4 | 2014-05-25 | 1 | -7/+6 |
| | |||||
* | Fixed send2cgeo. Added https and download link | mucek4 | 2014-05-25 | 1 | -12/+15 |
| | |||||
* | Fix #3458, send2cgeo for opencaching.nl | rsudev | 2013-12-14 | 1 | -3/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-10-24 | 1 | -0/+0 |
|\ | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java | ||||
* | | Fix #3362, send2cgeo on oc.de not working with new (5digit) cache codes | rsudev | 2013-10-14 | 1 | -2/+3 |
| | | |||||
* | | Implements #3336, Send2cgeo for opencaching.pl | rsudev | 2013-10-09 | 1 | -0/+76 |
| | | |||||
* | | fix #3272: remove wrong extension from files | Samuel Tardieu | 2013-09-14 | 2 | -0/+0 |
| | | |||||
* | | Merge pull request #3101 from JavaJens/master | Samuel Tardieu | 2013-09-13 | 7 | -0/+238 |
|\ \ | |/ |/| | send2cgeo Firefox Add-On | ||||
| * | Initial commit for send2cgeo Firefox Add-on | JavaJens | 2013-08-05 | 7 | -0/+238 |
| | | |||||
* | | Fixes #3148, Send2cgeo for opencaching.de does no longer work | rsudev | 2013-08-21 | 1 | -8/+6 |
| | | |||||
* | | Increase version of send2cgeo script | Lars | 2013-08-09 | 1 | -1/+1 |
| | | | | | | Due to changes after publishing v0.28 we have to increase the version top allow automatic update for the users once the new script is published. | ||||
* | | Change from show() to css('display', 'block') as on nearby page iframes have ↵ | JavaJens | 2013-08-08 | 1 | -1/+1 |
| | | | | | | | | display:none | ||||
* | | Including nearby page and increasing version number | Lars | 2013-08-07 | 1 | -1/+2 |
| | | |||||
* | | Add recently viewed capability | JavaJens | 2013-08-04 | 1 | -1/+14 |
|/ | |||||
* | Merge pull request #2871 from rsudev/issue2396 | Bananeweizen | 2013-06-14 | 1 | -0/+78 |
|\ | | | | | DO NOT MERGE: Implements draft send2cgeo for oc.de | ||||
| * | Implements send2cgeo for oc.de | rsudev | 2013-06-10 | 1 | -0/+78 |
| | | |||||
* | | Workaround for #2851 | Lars | 2013-06-13 | 1 | -1/+3 |
|/ | | | | I inserted the include option for the new (temporary?) cache detail page and added an append command for the dd tag which is used instead of a p tag in the new cache page. I know that the append is called twice in this case. Maybe someone can optimize it but it has shown no side effects at tests with both URLs. | ||||
* | minor cleanup of send2cgeo script | Bananeweizen | 2012-10-25 | 1 | -4/+5 |
| | | | | | * more readable name * added icon * added missing semicolons | ||||
* | modernizes the send2cgeo userscript (see #2109). | Stefan Breunig | 2012-10-23 | 1 | -27/+68 |
| | | | | | | | * uses modern overlay popup instead of new tab. Which means - it doesn’t have to be closed manually - it works better with single window and "don't allow new tab/window" modes * in map view, the link may be middle clicked | ||||
* | Based on a proposal by SammysHP I've changed the @include for the new map to ↵ | BestHafr | 2012-02-16 | 1 | -1/+1 |
| | | | | | http://www.geocaching.com/map/* This is supposed to fix #1122. | ||||
* | Updated send2cgeo.user.js to adapt the map changes done by Groundspeak on ↵ | BestHafr | 2012-02-16 | 1 | -5/+5 |
| | | | | 2012-02-14. | ||||
* | Also change versionnumber for script | BudBundi | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | Change var for GC Code so script working again. See #620 | BudBundi | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | new Eclipse project with initial send2cgeo sources | bananeweizen | 2011-09-29 | 5 | -0/+74 |
* as discussed in forum * You need the Eclipse Javascript development tools installed in Eclipse, if you want to have more than a pure text editor... |