Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ibericode/koko-analytics

Privacy-friendly, open-source and lightweight analytics for your WordPress site.
https://github.com/ibericode/koko-analytics

add test for trailing question mark in referrer url after query string has been stripped

d1c43b65aaa3625f3b94f548747cd69219779ae4 authored about 5 years ago by Danny van Kooten <[email protected]>
use mediumint for most stat columns to save 25% storage size for stat tables and another 60% for referrer_urls table

8b645cc24b273cee3766c4e1bd340086c52d6523 authored about 5 years ago by Danny van Kooten <[email protected]>
select distinct id's only while pruning referrer url's

14bfb78978478f120835c5538bca51065e92d61a authored about 5 years ago by Danny van Kooten <[email protected]>
delete unused referrer url's while pruning

5b7d61d84f9163fb0e2157b1929b4d139c48e17b authored about 5 years ago by Danny van Kooten <[email protected]>
minor css improvements

8528b72c7bddce776459b9c8b3d54e61095a8c97 authored about 5 years ago by Danny van Kooten <[email protected]>
add admin bar node to quickly access statistics from public area

916543d34aadcf4bc60c89ba878cdbcace19f841 authored about 5 years ago by Danny van Kooten <[email protected]>
update screenshots

904070af742de54592ab50e3e9329f1e8e1c34e8 authored about 5 years ago by Danny van Kooten <[email protected]>
add setting to automatically delete data older than X months. closes #7

e02ddfa21744976d50414498f4f09ae6fd0ab704 authored about 5 years ago by Danny van Kooten <[email protected]>
remove console.log statement

6bb29d2b8c981e76425f415bedf4d3a29651da82 authored about 5 years ago by Danny van Kooten <[email protected]>
add admin footer text on koko analytics pages

1c140fe2634e6e5cf2c52327a527d5cd8bfcd80e authored about 5 years ago by Danny van Kooten <[email protected]>
use our own version of React in all components and make prop-based components without internal state extend React.PureComponent

964be8895e7cae5f82d181574c302a7b3df3a8d8 authored about 5 years ago by Danny van Kooten <[email protected]>
parse dates from location at component init too

0c51a3118f456034e268654bacaeca5590ef7e3f authored about 5 years ago by Danny van Kooten <[email protected]>
set height on container element and set chart.responsive = true so that canvas auto-adjusts in case window resizes

3fea88ccd63292fb8295861b4cfa6ff9ee40a9f6 authored about 5 years ago by Danny van Kooten <[email protected]>
update URL's when choosing dates so we can refresh page. Also update dates when using browser history.

0c00ee4b56fa99b359f93682a94f90ee2b0a0a0b authored about 5 years ago by Danny van Kooten <[email protected]>
move nav into its own component

8e64b0ae941e94c3cea9287fdfc9ae2048ed4ec7 authored about 5 years ago by Danny van Kooten <[email protected]>
speed up totals component by wrapping both requests into promise.all

33cffb5edd44c63ec2b15ac2dfc71ef84adcec70 authored about 5 years ago by Danny van Kooten <[email protected]>
polyfill window.fetch and window.Promise

8c531ae4c36c0119776398a3bb9b2c32c2c53b53 authored about 5 years ago by Danny van Kooten <[email protected]>
finalise move to React: introduce routing, clean-up dashboard component, fix remaining issues

4119cf0fe866aea9993974205af77eb70ea2d7b9 authored about 5 years ago by Danny van Kooten <[email protected]>
convert code from mithril to react, just so people familiar with it from rest of wordpress can contribute

8f8d3852230930bac3cc8fe40941d7499c10ab34 authored about 5 years ago by Danny van Kooten <[email protected]>
always compare dates using their timestamp

4cd2c8c81ee4a80d1a65fa7eff29168ae1b71280 authored about 5 years ago by Danny van Kooten <[email protected]>
show absolute difference with previous period in totals

3d6d11972f5948136d66c507e65b2e64b97d3e6a authored about 5 years ago by Danny van Kooten <[email protected]>
make sure labels on x-axes never rotate

87325b687bedfbf94d2d58f6e1d961d12ceaf957 authored about 5 years ago by Danny van Kooten <[email protected]>
be explicit in chart configuration

430ab533fa45d2e50c655485ec5b8485647a564c authored about 5 years ago by Danny van Kooten <[email protected]>
add .idea to gitignore

5db6b70212d5e64c3b603d716a842e3e35c8a5c9 authored about 5 years ago by Danny van Kooten <[email protected]>
Merge branch 'master' of github.com:ibericode/koko-analytics

* 'master' of github.com:ibericode/koko-analytics:
improve seed function
aggregate stats whe...

6eb1d20bdebaf1cab5c38d7aa45850a95a90b253 authored about 5 years ago by Danny van Kooten <[email protected]>
add editorconfig file

d0722ada95efb136d815661cd3cb4e4abf22fcaf authored about 5 years ago by Danny van Kooten <[email protected]>
improve seed function

0ea3f231b5598a262fac063d07645b3ea3ba42e5 authored about 5 years ago by Danny van Kooten <[email protected]>
aggregate stats whenever statistics page is opened so 1-minute delay is skipped

e06ce45b54699fb2a8f4bc7f04b2abda0e93d0a8 authored about 5 years ago by Danny van Kooten <[email protected]>
only update offset in table-like components if request succeeded

2ac0443cb2284fea2e2367a984fe5f4cc76c2c31 authored about 5 years ago by Danny van Kooten <[email protected]>
when querying posts, explicitly pass all post types vs post_type=any as the latter does not include post_types which use exclude_from_search=true when they are registered. fixes #18

fdbc718ce5a9c155be0f871189e8701800895792 authored about 5 years ago by Danny van Kooten <[email protected]>
order posts and referrers by multiple columns to ensure consistent order

3d2ec4788cd0d949a0efdbf22b12c6b295d8a922 authored about 5 years ago by Danny van Kooten <[email protected]>
updated languages

7c4fdcce62a2f1b227ce1ff1e9da5b7738546a29 authored about 5 years ago by Danny van Kooten <[email protected]>
v1.0.1

e5ca1d65ae3408e751cc6bb72752a2ff70e60ca6 authored about 5 years ago by Danny van Kooten <[email protected]>
updated languages

5308025805ee243ebc42e93a5a5ab3bebf4f2a32 authored about 5 years ago by Danny van Kooten <[email protected]>
run main plugin file through phpcs too

1f681204c2484639c8e0b3d708dc3a22e9cf59f0 authored about 5 years ago by Danny van Kooten <[email protected]>
limit chart height to half the window width

8ce0a5fb157b4839c3326bd48746507ab5447efe authored about 5 years ago by Danny van Kooten <[email protected]>
fix codestyling in rest class

224e57e8a9f50fe96f516c21a1eb157c829328ff authored about 5 years ago by Danny van Kooten <[email protected]>
minor styling adjustments

d670346c415e1bd9aa2d533eddd3e252dda8040a authored about 5 years ago by Danny van Kooten <[email protected]>
add simple pagination to page & referrers table

b4459eb8b540a70d9ea5d168bbe6b096985dcf06 authored about 5 years ago by Danny van Kooten <[email protected]>
use en_US language for screenshots

97a3e9d977df7571227f7345e2b9861f60cea8ef authored about 5 years ago by Danny van Kooten <[email protected]>
use screenshot that is not blue... hah

e8f48a913b4c4ac51cff66312ceffb748a4ba609 authored about 5 years ago by Danny van Kooten <[email protected]>
add screneshot of dashboard widget

e912b570c3e24404c633854a3c71a3a22ac1edc4 authored about 5 years ago by Danny van Kooten <[email protected]>
add dashboard widget showing site visits over last 14 days

95500ba6d440bb6069de1bf9deed033c78921377 authored about 5 years ago by Danny van Kooten <[email protected]>
add [koko_analytics_most_viewed_posts] shortcode

11918fe57e18aba8694e6c7cf2af1b562c0500ac authored about 5 years ago by Danny van Kooten <[email protected]>
cs fixes for new widget class & exclude useless whitespace alignment sniff

765389fefeb5c54bf123e41b8b6a7031cbdae884 authored about 5 years ago by Danny van Kooten <[email protected]>
add setting for choosing a post type in most viewed posts widget

f0fe25d4d97e9e6d6c2e55be0227bf9e41556a8c authored about 5 years ago by Danny van Kooten <[email protected]>
add screenshot showing most viewed posts widget

4c3d40578d8bc8637069337d847ee86c82c6c61f authored about 5 years ago by Danny van Kooten <[email protected]>
add widget for showing most viewed posts

b0c8d0c962b4aada188952b1e0dc7935be7facb8 authored about 5 years ago by Danny van Kooten <[email protected]>
add views/ and migrations/ dir to codesniffer config

1622fd1615cfd730441b6cedc92d36456071d273 authored about 5 years ago by Danny van Kooten <[email protected]>
Merge branch 'master' of github.com:ibericode/koko-analytics

cda5b9d41efbfd39a1768956dea3ad4e557a6976 authored about 5 years ago by Danny van Kooten <[email protected]>
do not use charset from wordpress settings as we are not storing textual content anyway. ascii is enough to store dates and url's (and only takes up 1 byte per character). fixes #4

a27d9c7634ef5305498a8b4fe13ef2bd899bb7bb authored about 5 years ago by Danny van Kooten <[email protected]>
Merge pull request #5 from sdegetaus/master

Database clean up on uninstall, thanks @sdegetaus

61f607888c88a016db3e869714faf2143b507a78 authored about 5 years ago by Danny van Kooten <[email protected]>
add some more info to comments and adjusted some lines for better readability

a8c42aeafb34161dbe95100dea8a78cb3dd966c8 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
add test wordpress uninstall instructions

548743c4b61270286314e29fc26c13f4697596cb authored about 5 years ago by Santiago Degetau Sada <[email protected]>
only check for errors in ci codestyle check

23765734ffaf7c37af6863aa294c80253a138ce5 authored about 5 years ago by Danny van Kooten <[email protected]>
read file line by line to prevent memory issues when site is getting hammered

e10d74155f40b33e62e9a9b1c337f31fcfd64bb6 authored about 5 years ago by Danny van Kooten <[email protected]>
bump required wp version to 4.6

1afa4a9a7bdd1cec84c00834703fbc1d91d72163 authored about 5 years ago by Danny van Kooten <[email protected]>
link to wordpress.org translation project

3bcfb21667a3ea38ded07567a3bb9df4aa33c30a authored about 5 years ago by Danny van Kooten <[email protected]>
add travis badge to readme

7027b6c9a1c9d2f5237187e2a4dfb61c8074c5b3 authored about 5 years ago by Danny van Kooten <[email protected]>
set minimum supported wp version in phpcs to 4.5

3089181de34a3b05796f3d2f39af21b5d13285ed authored about 5 years ago by Danny van Kooten <[email protected]>
fix phpcs issues: use gmdate instead of date & do not use short array notation

c30a0a80ee81c55f1f2ad1f13c4fc6442b7b3956 authored about 5 years ago by Danny van Kooten <[email protected]>
update readme

47fe48c19b30309fee839777c6205fb7c4f80b47 authored about 5 years ago by Danny van Kooten <[email protected]>
fix code styling in admin class

399d840067b5e46957d37eaf479be75e0d95473d authored about 5 years ago by Danny van Kooten <[email protected]>
merge

c98b7b03986916a951114fd8ecdefed8301fe847 authored about 5 years ago by Danny van Kooten <[email protected]>
add phpcs sniffer

c99d3870d1160f536afe30c09b02f8aa5a2dbb91 authored about 5 years ago by Danny van Kooten <[email protected]>
Merge pull request #3 from sdegetaus/master

Use SASS for stylesheets. Thanks @sdegetaus!

6d8f40bc6d9531e8b2277f744f3ee3e89ea4619e authored about 5 years ago by Danny van Kooten <[email protected]>
change box mixin to koko-panel

8af2c028cc8c732a4cf34ee6c09c32f799c050c8 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
missed one import correct rename!

82ed507bdf074d551775f1ebb5ce83d6c908454b authored about 5 years ago by Santiago Degetau Sada <[email protected]>
correct rename to sass imports (it worked without throwing an error...)

b758506280269f634c184e7a81e3cff25ff4b042 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
move css to src > sass and chane its file type to .scss; quick adaptations to sass

f433bbf2b6c7b45cad83162ead25f4d1906b09b9 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
fix accidental files changed after pull request

1b3fe4054794fbeb75f14d17173b4294412adab5 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
change watch NODE_ENV

ab4d64773df96859dc9625638d44a18b78d98da0 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
change location of admin.scss

45dd500604246cd0a7b0d86a5059eec06fece574 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
lowercase event attributes

5feb357bec353ad055ba50200c2a93ce31c72812 authored about 5 years ago by Danny van Kooten <[email protected]>
add settings link to plugin row on plugins overview page

5e107cd6e0cc9ae28d4b08eb6bbcccd67beec866 authored about 5 years ago by Danny van Kooten <[email protected]>
moved and renamed admin css to scss and applied to admin js

487c9d864549705aa01c3c7a56008bc787956ecf authored about 5 years ago by Santiago Degetau Sada <[email protected]>
adapted watch script

8458538c9fd6ff331cb3543b3d39a961e29ce122 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
add node-sass and sass-loader

6d478a470c9e4e617d922d62f70d57ca39508f67 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
Removed custom gitignore

905298b218df9567010cc4facd197059f5867f94 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
Adjusted gitignore for my workspace

10c3f5d2581ec8da6783774d01329e4a7670f598 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
Added empty page to the languages folder

1001c5c27de83c31a0e99502b64c87fb555c4384 authored about 5 years ago by Santiago Degetau Sada <[email protected]>
add banners & new icons

34d0aa71909c3b2232e0f8166bb8b6b80d6e45c6 authored about 5 years ago by Danny van Kooten <[email protected]>
add banner images

403c1de7dfb19bd478f8c5b17413e3218b791b31 authored about 5 years ago by Danny van Kooten <[email protected]>
get rid of tabbed nav and use small links in top-right corner instead

3b32d858226cfee619288b6f7cdc31dc85cc8547 authored about 5 years ago by Danny van Kooten <[email protected]>
update screenshot & store both in version control

4069f9c908119e57f96fe503ab27dc4d616167d1 authored about 5 years ago by Danny van Kooten <[email protected]>
use dynamic aspectRatio

c59877c7697d8ba359794913711f4f551c9146bb authored about 5 years ago by Danny van Kooten <[email protected]>
fix spacing

afde6e31e24222da7456e2aa5d546c4f5cc0edc9 authored about 5 years ago by Danny van Kooten <[email protected]>
add async attr but using wp_enqueue_script so that script can be bundled using plugin

755883922073809a892f23d4e7a719b32deb08e9 authored about 5 years ago by Danny van Kooten <[email protected]>
load script asynchronously

ca940258725e0699c1ebdd07801bfb116407ea4a authored about 5 years ago by Danny van Kooten <[email protected]>
add calendar icon to datepicker

f1ff6b724be5d8aeb81dff2caa8b6e9d48fcc580 authored about 5 years ago by Danny van Kooten <[email protected]>
get rid of title taking up valuable screen height, add plugin review text to settings tab

06406bf0b34e25a3eff9f59b574baebaa70fccfc authored about 5 years ago by Danny van Kooten <[email protected]>
add icon & make sure it's copied to dist dir

e8f814d6c2cbfa2a0b0deeca3a19fde527570aac authored about 5 years ago by Danny van Kooten <[email protected]>
add some badges

4addbd0274030eb01c04ad5943ec5968cecf6b8a authored about 5 years ago by Danny van Kooten <[email protected]>
update readme

5eea8a2a0184fb7f3cee7cea80cfa69b220ea1c8 authored about 5 years ago by Danny van Kooten <[email protected]>
clarify migrations code

968de2ae268bacca8ee47e682b2fc51742a26804 authored about 5 years ago by Danny van Kooten <[email protected]>
v1.0

d577a52ba3122a1b806431f40caf410525616bc6 authored about 5 years ago by Danny van Kooten <[email protected]>
updated languages

3e5a1e909b18bc6c4ced5cde65103b9138a4dde3 authored about 5 years ago by Danny van Kooten <[email protected]>
fix variable ref

5fdefc171bb78bf80e76241b961d7657088ac60b authored about 5 years ago by Danny van Kooten <[email protected]>
Merge branch 'master' of github.com:ibericode/koko-analytics

* 'master' of github.com:ibericode/koko-analytics:
add simple file syntax test for each class
...

4153a1a90701808469e459b59e0133deec1d7d07 authored about 5 years ago by Danny van Kooten <[email protected]>
add simple file syntax test for each class

af5b9644fc75527b2beff612fdd6ea7a9b060719 authored about 5 years ago by Danny van Kooten <[email protected]>