1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

19 Commits

Author SHA1 Message Date
Cameron
55980a29a8 Generated PHPDoc for all classes in e107_handlers where one was missing. toNumber() updated to always return int or float. 2022-04-04 10:54:24 -07:00
Cameron
296bc650a7 Keep button class in a logical order e107::getForm()->button(); and admin_button() modified. Test added.
'button' has been removed when the action == 'button' in order to avoid BC css conflict. Use button[type="button"] if needed.
2021-01-28 09:36:27 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
450b35f017 Removed redundant closing tags. 2020-06-05 11:34:17 -07:00
Cameron
95b336dea3 Fix for getUsersInClass() query. Chart class experiment (commented out) 2019-05-01 17:08:33 -07:00
Cameron
ca1fd4c40c Improved infopanel dashboard integration with e_dashboard addon. Charts now supports additional types. 2017-04-07 16:31:22 -07:00
Cameron
abb7f66dd7 Chart Class: added renderTable() function and js fix for charts inside tabs. 2017-04-07 11:12:14 -07:00
Cameron
ecef1f6ffa Date Class terms() method corrected. 'months' now uses the correct key. terms() method usage updated throughout.
Chart Class debug() method added
2017-04-06 11:02:54 -07:00
Cameron
27ba3ea90e Fix for slow loading google charts. 2017-02-03 11:10:19 -08:00
MikeyGMT
aeeb740ff8 Replace jsapi with loader.js in chart_class
This avoids 2 warnings when opening admin.
jsapi:22 A Parser-blocking, cross-origin script,
https://www.google.com/uds/?file=visualization&v=1&packages=corechart,
is invoked via document.write. This may be blocked by the browser if the
device has poor network connectivity. See
https://www.chromestatus.com/feature/5718547946799104 for more details.
Reference information:

http://stackoverflow.com/questions/39719334/javascript-google-visualization-selection-option
2016-12-23 17:31:00 +00:00
Cameron
7376e8e40e Notice removal. 2016-02-17 11:33:00 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
fb22dc7b11 PHP Warning removal. 2015-01-28 01:46:49 -08:00
Cameron
20d8aec3ba Notice and Error removal. 2014-11-14 18:13:18 -08:00
Cameron
a7e2a07b74 Google chart types added. 2014-08-03 12:15:57 -07:00
Cameron
f91d750578 Basic support for Google Charts added. 2014-07-17 23:48:22 -07:00
Cameron
150b27e1c7 Upgraded chart scripts and added enhanced class so that options may be set. 2014-06-22 16:58:18 -07:00
Cameron
92b63a3952 Update logstats plugin to use chart class. 2013-05-15 15:03:46 -07:00
Cameron
b473ba2fa2 Chart class added. 2013-05-14 23:46:48 -07:00