Added member url click-throughs and page views data collection,
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 4 Aug 2016 18:07:03 +0000 (14:07 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 4 Aug 2016 18:07:03 +0000 (14:07 -0400)
commit51f9ad485a2c062baa6edbfa35197cf8cfcf47d8
tree2aa4ffa8717bddebec6d40a4e7220e4e74f7ce59
parenta2e0aa943f6dbf4f71822b3f2e2a730451108029
Added member url click-throughs and page views data collection,
Added reports for this data on the member dashboard,
Added a jquery lib to print portions of a page,
Added a simple php library to create graphs,
Added code to produce graphs from the url click-through and page view counte,
Cleaned up issue with the drop_database... script not having been updated,
Other minor issues and fixes.
76 files changed:
assets/graph.png [new file with mode: 0644]
classes/data/dataMemberInfo.php
controllers/admin.php
defines.php
index.php
js/PrintArea/PrintArea.jquery.json [new file with mode: 0755]
js/PrintArea/ReadMe.txt [new file with mode: 0755]
js/PrintArea/demo/FoesEnd.jpg [new file with mode: 0755]
js/PrintArea/demo/PrintArea.css [new file with mode: 0755]
js/PrintArea/demo/PrintArea.html [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/animated-overlay.gif [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-icons_222222_256x240.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-icons_228ef1_256x240.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-icons_ef8c08_256x240.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-icons_ffd27a_256x240.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/images/ui-icons_ffffff_256x240.png [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/jquery-ui-1.10.4.custom.css [new file with mode: 0755]
js/PrintArea/demo/css/ui-lightness/jquery-ui-1.10.4.custom.min.css [new file with mode: 0755]
js/PrintArea/demo/jquery-1.10.1.js [new file with mode: 0755]
js/PrintArea/demo/jquery-1.10.2.js [new file with mode: 0755]
js/PrintArea/demo/jquery-1.11.0.js [new file with mode: 0755]
js/PrintArea/demo/jquery-1.9.0.js [new file with mode: 0755]
js/PrintArea/demo/jquery-2.1.0.js [new file with mode: 0755]
js/PrintArea/demo/jquery-ui-1.10.4.custom.js [new file with mode: 0755]
js/PrintArea/demo/jquery-ui-1.10.4.custom.min.js [new file with mode: 0755]
js/PrintArea/demo/jquery.PrintArea.js [new file with mode: 0755]
js/PrintArea/jquery.PrintArea.js [new file with mode: 0755]
js/PrintArea/license.txt [new file with mode: 0755]
lib/phpgraphlib-master/LICENSE.txt [new file with mode: 0644]
lib/phpgraphlib-master/README.md [new file with mode: 0644]
lib/phpgraphlib-master/composer.json [new file with mode: 0644]
lib/phpgraphlib-master/examples/example1.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example10.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example11.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example2.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example3.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example4.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example5.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example6.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example7.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example8.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example9.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/index.html [new file with mode: 0644]
lib/phpgraphlib-master/phpgraphlib.php [new file with mode: 0644]
lib/phpgraphlib-master/phpgraphlib_pie.php [new file with mode: 0644]
lib/phpgraphlib-master/phpgraphlib_stacked.php [new file with mode: 0644]
models/admin/ajax/memberClickThrough.php [new file with mode: 0644]
models/admin/ajax/memberDetailClick.php [new file with mode: 0644]
models/admin/ajax/memberGraphs.php [new file with mode: 0644]
models/admin/ajax/membersListExport.php
models/admin/member/index.php
models/admin/members/list.php
models/front/members/detail.php
setup/databaseScripts/create_database_V1.1.11.sql [deleted file]
setup/databaseScripts/create_database_V1.1.12.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V1.1.12.sql [new file with mode: 0644]
setup/databaseScripts/drop_database_V1.1.9.sql [deleted file]
setup/databaseScripts/update_database_V1.1.12.sql [new file with mode: 0644]
setup/standardTemplateParams.php
setup/validActions.php
views/admin/ajax/membersListExport.html
views/admin/ajax/membersListExportCsv.html
views/admin/member/index.html
views/admin/members/list.html
views/front/members/detail.html
views/front/members/list.html