aboutsummaryrefslogtreecommitdiffstats
path: root/send2cgeo
Commit message (Collapse)AuthorAgeFilesLines
* Chrome extension initial commitmucek42014-06-304-0/+124
|
* Added Chrome compatibility back.mucek42014-05-251-7/+6
|
* Fixed send2cgeo. Added https and download linkmucek42014-05-251-12/+15
|
* Fix #3458, send2cgeo for opencaching.nlrsudev2013-12-141-3/+4
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-10-241-0/+0
|\ | | | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java
* | Fix #3362, send2cgeo on oc.de not working with new (5digit) cache codesrsudev2013-10-141-2/+3
| |
* | Implements #3336, Send2cgeo for opencaching.plrsudev2013-10-091-0/+76
| |
* | fix #3272: remove wrong extension from filesSamuel Tardieu2013-09-142-0/+0
| |
* | Merge pull request #3101 from JavaJens/masterSamuel Tardieu2013-09-137-0/+238
|\ \ | |/ |/| send2cgeo Firefox Add-On
| * Initial commit for send2cgeo Firefox Add-onJavaJens2013-08-057-0/+238
| |
* | Fixes #3148, Send2cgeo for opencaching.de does no longer workrsudev2013-08-211-8/+6
| |
* | Increase version of send2cgeo scriptLars2013-08-091-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 ↵JavaJens2013-08-081-1/+1
| | | | | | | | display:none
* | Including nearby page and increasing version numberLars2013-08-071-1/+2
| |
* | Add recently viewed capabilityJavaJens2013-08-041-1/+14
|/
* Merge pull request #2871 from rsudev/issue2396Bananeweizen2013-06-141-0/+78
|\ | | | | DO NOT MERGE: Implements draft send2cgeo for oc.de
| * Implements send2cgeo for oc.dersudev2013-06-101-0/+78
| |
* | Workaround for #2851Lars2013-06-131-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 scriptBananeweizen2012-10-251-4/+5
| | | | | * more readable name * added icon * added missing semicolons
* modernizes the send2cgeo userscript (see #2109).Stefan Breunig2012-10-231-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 ↵BestHafr2012-02-161-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 ↵BestHafr2012-02-161-5/+5
| | | | 2012-02-14.
* Also change versionnumber for scriptBudBundi2011-10-081-1/+1
|
* Change var for GC Code so script working again. See #620BudBundi2011-10-081-1/+1
|
* new Eclipse project with initial send2cgeo sourcesbananeweizen2011-09-295-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...