Commit Graph
17185 Commits
Author SHA1 Message Date
Paul Gear f5f580e45e Merge pull request #96 from libertysys/laf-issue-87
More complete fix for laf:issue-87
2014-02-23 22:00:01 +10:00
laf 24b33b9253 Fixed the container width so that graphs no longer wrap. Width is no longer fixed either 2014-02-23 11:57:39 +00:00
Paul Gear 40526a1b97 Merge pull request #97 from libertysys/master
Test fix for a scrutinizer bug - Woot! https://scrutinizer-ci.com/g/librenms/librenms/inspections/ff397a4f-33fb-4913-b110-e6d2df824ac5 reports: "Good job, 1 issue was fixed."
2014-02-23 16:49:40 +10:00
Paul Gear 961be6def0 Test fix for a scrutinizer bug 2014-02-23 15:08:06 +10:00
Paul Gear 2adcb898f8 Merge pull request #73 from laf/issue-67
Change <title> to use page_title_suffix as the fall back
2014-02-23 14:38:04 +10:00
Paul Gear 48fe1d10ca More complete fix for laf:issue-87
- Align all columns
 - Move all of the common parts of each query to the front so differences can be seen easily
 - Fix mixup of deleted vs. ignored
 - Ensure deleted & ignored are checked correctly in each query
2014-02-23 13:53:56 +10:00
Paul Gear 593b5ddb69 Merge branch 'issue-87' of github.com:laf/librenms into laf-issue-87 2014-02-23 12:04:25 +10:00
Paul Gear e8815831f7 Merge pull request #93 from laf/issue-92
Resolved critical bugs from scrutinizer
2014-02-23 07:15:36 +10:00
laf e535ec2e47 Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
chriscbrock 36f7799fca Normalise offsetX and offsetY on the event
According to the W3C Working Draft, offsetX and offsetY should be
relative to the padding edge of the target element. The only browser
using this convention is IE. Webkit uses the border edge, Opera uses the
content edge, and FireFox does not support the properties.

Normalizing to the border edge is easiest to do.
2014-02-20 09:21:39 +13:00
Brandon Aaron 821f4fde0b update changelog 2014-02-19 11:38:44 -05:00
Brandon Aaron 09bb82c73c Fix issue with line height calculation when using older versions of jQuery 2014-02-19 11:37:18 -05:00
Brandon Aaron 1b6db9d499 bump version to 3.1.10-pre 2014-02-19 11:37:18 -05:00
neveldo b0e97e6eae Added map of France by region with DOM/TOM 2014-02-17 11:36:10 +01:00
neveldo eca88f041c Fixed map of France by region 2014-02-17 11:35:27 +01:00
neveldo 8a9d1e99f1 New options to set an initial zoom on the map : options.map.zoom.init.level and map.zoom.init.latitude, map.zoom.init.longitude (or map.zoom.init.x, map.zoom.init.y) 2014-02-17 11:28:04 +01:00
Tyler Christiansen c473b545e7 Merge pull request #83 from laf/issue-82
Added bootstrap3 fonts
2014-02-14 11:02:27 -08:00
Tyler Christiansen f1c4bfa27a Merge pull request #78 from laf/issue-77
Updated login page design
2014-02-14 11:02:09 -08:00
vieron 967984f16b Release v0.5.0 2014-02-14 13:13:39 +01:00
Vitaliy Velikodniy 073fdc40e0 feat(draggable): Add toggle draggable method. 2014-02-14 13:09:03 +01:00
ciaranj e21f63a05a fix(resize.stop): Call resize.stop at the latest possible moment
Previously the resize.stop callback was being called before the widget
had reached the end size that Gridster would make it (the widget grows
to match the placeholder size after releasing the drag)

This change pushes the resize.stop callback to the last possible moment
where the size of the widget the callback receives is more likely to be
correct.

Signed-off-by: ciaranj <[email protected]>

Conflicts:
	src/jquery.gridster.js
2014-02-14 13:09:03 +01:00
vieron 835c2df844 fix(autogrow): refining autogrow_cols behavior and grid width issues 2014-02-14 13:09:02 +01:00
Paul Gear df943b8d1f Merge pull request #89 from laf/issue-84
chmod +x on poller-wrapper.py
2014-02-14 18:12:46 +10:00
laf b5f9008d38 Fixed SQL queries for the top status box on homepage 2014-02-14 07:53:35 +00:00
laf 3aa4c8b8fc chmod +x on poller-wrapper.py 2014-02-14 07:31:26 +00:00
vieron 9796c44dc6 Release v0.4.4 2014-02-13 11:27:48 +01:00
vieron 7ca8deec85 feat(resize): add start/stop/resize event triggers 2014-02-13 11:26:56 +01:00
vieron 6121eb6888 Release v0.4.3 2014-02-11 01:05:24 +01:00
vieron f8b04f298e fix(generated-styles): cleaning cached serializations properly 2014-02-11 01:04:32 +01:00
laf 89c15af57a Added bootstrap3 fonts 2014-02-09 20:59:33 +00:00
vieron e76eed7ac4 Release v0.4.2 2014-02-07 18:28:23 +01:00
vieron 4774597834 fix: recalculate grid width when adding widgets 2014-02-07 18:27:07 +01:00
Javier Sánchez - Marín 7c1453c6be chore: fix mistakes in changelog 2014-02-07 15:15:30 +01:00
vieron 6eef93cc16 Release v0.4.1 2014-02-07 15:10:48 +01:00
vieron 5672edb05e fix: add resize.min_size option to default config object 2014-02-07 15:09:55 +01:00
vieron 46e0abe346 Release v0.4.0 2014-02-07 14:48:53 +01:00
Casey 1aee438bec chore: Updated node package dependencies to work on clean system.
qunit->qunitjs and jquery 2.0 isn't listed in npm repository so
replaced it with the git location.
2014-02-07 14:48:53 +01:00
Alex Coles 7ed79e5672 fix(gridster): leaking options with multiple Gridster instances
`defaults` was being overwritten.

See [jQuery documentation](http://api.jquery.com/jQuery.extend/):

> Keep in mind that the target object (first argument) will be modified, and will also be returned from $.extend().
2014-02-07 14:48:53 +01:00
Daniel Mattes 429c776aa9 feat(resize): add option to set min_size of a widget 2014-02-07 14:48:53 +01:00
Florian Ebeling e9d8d8d6e2 fix(readme): link title jsfiddle -> jsbin, edit 5) of process steps 2014-02-07 14:48:53 +01:00
Martin Woodward 6f20723039 fix(licenses): add required copyright message for underscore
Add the copyright message for the code taken from underscore as required
by the MIT license.
2014-02-07 14:48:53 +01:00
Pedro Almeida e9dc513457 fix(gridster): resize.axes default option only 'both'
If passing resize.axes option it will be
what is defined and not ['x','y','both'].
2014-02-07 14:48:53 +01:00
vieron 04cb32f6f3 Release v0.3.0 2014-02-07 14:48:53 +01:00
vieron b65a802964 feat(gridster): increase grid width when dragging or resizing 2014-02-07 14:48:52 +01:00
vieron 8fa3ad258f feat(draggable): method to set drag limits dynamically 2014-02-07 14:48:52 +01:00
vieron 3e426c9301 chore: rename calculate_positions to calculate_dimensions 2014-02-07 14:48:52 +01:00
vieron b0b4464a5c feat(draggable): support horizontal scrolling while dragging 2014-02-07 14:48:52 +01:00
vieron 381a881501 chore: use $ instead of jQuery inside gridster 2014-02-07 14:48:52 +01:00
Paul Gear b8b865d03f Merge pull request #81 from laf/issue-80
Changed top X boxes to fade rather than scroll
2014-02-06 08:58:55 +10:00
laf d9194a12b8 Changed top X boxes to fade rather than scroll 2014-02-05 22:33:33 +00:00