Commit Graph
17185 Commits
Author SHA1 Message Date
Paul Gear 776e4a0d6a Merge pull request #54 from laf/issue-20
Added arp discovered device name and ip to eventlog
2014-01-12 14:37:33 -08:00
Paul Gear 2433560e96 Merge pull request #57 from paravoid/master
process_syslog: remove debugging statements
2014-01-12 14:31:32 -08:00
Faidon Liambotis af1e82ddbb process_syslog: remove debugging statements
Currently, filtered syslog messages (via syslog_filter) are spewed into
stdout (unlike unfiltered ones), presumably for debugging. When
syslog.php has been invoked from rsyslog, writing to stdout results in
an EPIPE which is unhandled and hence syslog.php dies. Remove them, as
they're completely redundant and of dubious gains to debugging.
2014-01-11 17:34:45 +02:00
Tyler Christiansen af591a1547 Merge pull request #55 from laf/issue-48
Merge laf's update to move the location redirect
2014-01-10 20:37:47 -08:00
Tyler Christiansen b099b21034 Merge pull request #53 from laf/issue-44
Merge laf's update to include device deletion confirmation.
2014-01-10 20:17:41 -08:00
laf b10ae234ac Moved the header call to after setcookie, also added an exit statement. 2014-01-09 10:41:40 +00:00
laf 2cb24743fb Added arp discovered device name and ip to eventlog 2014-01-09 10:34:39 +00:00
danzel 683bf4c341 Fix zoom out with a single circle marker. fixes #300 2014-01-08 10:25:33 +13:00
Ken Schwencke f7de94b053 fixed other style issues 2014-01-04 15:47:05 -08:00
Ken Schwencke 05f2131714 fixed tabs and spacing 2014-01-04 15:44:13 -08:00
Ken Schwencke f7bd0835c7 Update README.md
added reference to the maxClusterRadius function ability.
2014-01-04 15:36:08 -08:00
Ken Schwencke 9381d3ea92 Add ability to use a function for maxClusterRadius
I find it's necessary to use a different radius at different zoom levels. This patch lets you continue to use a single number for all zoom levels, but also lets you use a function to vary the radius for each zoom level.
2014-01-04 15:26:04 -08:00
neveldo 1ad20234f7 Added Northern Ireland 2014-01-02 10:53:24 +01:00
Rasmus Schultz 8d53c8a7c2 add a simple progress bar to the 50K sample 2013-12-24 16:48:01 -05:00
Rasmus Schultz 8732cb4f0a instrument time elapsed and report progress 2013-12-24 16:47:21 -05:00
markaspot 41b6101555 Retina display css fix 2013-12-21 21:19:52 +01:00
danzel c1d4a88728 Update build 2013-12-20 10:04:11 +13:00
danzel 289ae9059f Remove console.log lines 2013-12-20 10:03:00 +13:00
danzel e102ec0c96 Fix up a performance issue found, when adding markers we were doing a lot of unnecessary checks for duplicate markers. 2013-12-20 10:02:29 +13:00
danzel cf6f45e10e Use chunkedLoading for the 2 big examples 2013-12-20 10:01:37 +13:00
danzel 8b65285a06 Add chunkedLoading option. refs #292 2013-12-20 09:56:37 +13:00
Dave Leaver a7b91369b6 Merge pull request #291 from migmruiz/patch-1
correcting date of v0.4 changes in CHANGELOG.md
2013-12-19 00:31:27 -08:00
Miguel Mendes Ruiz a6628a605b correcting date of v0.4 changes in CHANGELOG.md 2013-12-19 03:21:50 -02:00
danzel 20cf8edd0d Update change log, bump to 0.4.0 and rebuild 2013-12-19 16:27:52 +13:00
danzel f0b1618e07 Fix some cases where zoomToShowLayer wouldn't work. Fixes #286 #228 #203 2013-12-19 16:03:55 +13:00
danzel 7e31b27f68 Slow the animation down, looks better :) 2013-12-19 15:38:50 +13:00
danzel c5efb23338 Fix quick zoom in/out in firefox making everything disappear. Fixes #140 Fixes #272 2013-12-19 15:34:20 +13:00
danzel 21ba129a78 Lowercase the name, waiting on #230 2013-12-18 14:20:40 +13:00
danzel 653b42004c Bump required leaflet version (as of the ie css changes) 2013-12-18 14:10:00 +13:00
danzel 5e2d10346f Update the changelog too! 2013-12-18 14:07:24 +13:00
danzel 9be0747010 Update the build 2013-12-18 13:47:05 +13:00
danzel 6835a777cc use getAllChildMarkers in this example. fixes #270 2013-12-18 11:24:26 +13:00
danzel 243c484597 Implementation of LayerGroup.getLayer with really bad performance. fixes #244 2013-12-18 11:21:06 +13:00
danzel 08275bb7e6 Bumping pages to 0.7 2013-12-18 10:32:41 +13:00
danzel d525b153f4 Fix broken tests 2013-12-18 10:32:11 +13:00
danzel 6d12053b5b Prevent multiple clustermouseover/off events if the icon is made up of stacked divs. Fixes #252.
Doesn't fix this bug in IE <= 8 as they don't support relatedTarget, could fix it by looking at the event type and using fromElement/toElement, but I'm not going to.
2013-12-18 10:16:14 +13:00
danzel 957a69dc2b If fitBounds wouldn't zoom us down, zoom us down instead. Fixes #144 2013-12-18 09:26:25 +13:00
Paul Gear 25368ccd34 Merge pull request #37 from laf/issue-35
Avoid PHP warnings in logs
2013-12-17 09:52:52 -08:00
Paul Gear 12f4a34a47 Merge branch 'wrapper' of github.com:librenms/librenms into wrapper 2013-12-18 03:48:36 +10:00
Paul Gear 1af146e39b Fix branding on poller-wrapper 2013-12-18 03:36:47 +10:00
Paul Gear 3306768e2d Load defaults in wrapper 2013-12-18 03:36:47 +10:00
Paul Gear 58620f5a9d Replace poller-wrapper with exact version from https://github.com/Atrato/observium-poller-wrapper 2013-12-18 03:36:47 +10:00
Tyler Christiansen 9effac039f update install instructions for poller-wrapper 2013-12-18 03:36:47 +10:00
Tyler Christiansen 42f6d3732d Change crontab to use poller-wrapper by default 2013-12-18 03:36:47 +10:00
Tyler Christiansen ef690cac7b add appropriate line 2013-12-18 03:36:12 +10:00
Tyler Christiansen b403921398 add poller-wrapper 2013-12-18 03:35:52 +10:00
neveldo 6bc6935440 Added map of European Union 2013-12-17 17:53:35 +01:00
danzel 5a8872a0ab Fix code for unit tests, refs #275 2013-12-17 10:20:13 +13:00
Dave Leaver 9165b873b5 Merge pull request #275 from Zombienaute/master
Map loses focus when zooming in on cluster with keyboard
2013-12-16 13:17:20 -08:00
Adam Bramley e3dac5cbf3 Remove check for undefined, reverted dist/* changes 2013-12-17 09:13:35 +13:00