1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-19 14:56:40 +02:00
Commit graph

939 commits

Author SHA1 Message Date
koalyptus 8ab9fca0e1 Merge pull request #286 from koalyptus/issue-264-autodoc
Finalised TableFilter documentation
2016-08-31 21:18:55 +10:00
Max Guglielmi 7ea7e5be5c Finalised TableFilter documentation 2016-08-31 21:13:01 +10:00
koalyptus 9e43398ab2 Merge pull request #285 from koalyptus/issue-264-autodoc
Issue 264 autodoc
2016-08-29 19:11:20 +10:00
Max Guglielmi 17ce8759ac Continued documentation for TableFilter 2016-08-29 19:03:32 +10:00
Max Guglielmi 3fb33c3a3d Merge branch 'master' into issue-264-autodoc 2016-08-24 14:23:26 +10:00
koalyptus c5c17c1659 Merge pull request #282 from archisgore/master
URL Encode State Hash
2016-08-23 15:14:04 +10:00
Archis Gore 03a5d251a1 Bumped package version
And ran grunt to update some files,
as well as validate all tests.
2016-08-22 20:44:06 -07:00
Archis Gore fb2f201f29 URL Encode State Hash
You'll notice a mild asymmetry in how hash was
saved vs retrieved.

The retrieval was:
    JSON.parse(decodeUrlComponent(hash))

The save was:
    JSON.stringify(hash)

I modified it to:
    JSON.stringify(encodeUrlComponent(hash))

The reason I noticed this is in one of my apps,
I wanted to be able to copy/share a stateful filter URL.

However without the url encoding, those auto-parsers
of URLs were missing the full filter.

TESTING CONDUCTED:
1. Updated the Hash unit tests to both parse the
   encoded string, as well as generate it.

2. Ran "grunt", which has built/tested/jslinted
   the code.
2016-08-22 09:31:03 -07:00
koalyptus 48ce8bf3db Merge pull request #281 from koalyptus/issue-264-autodoc
Issue 264 autodoc
2016-08-17 17:50:55 +10:00
Max Guglielmi e770b13320 Additional comments in TableFilter 2016-08-17 17:31:41 +10:00
Max Guglielmi 900e5b1b2e Merge branch 'master' into issue-264-autodoc 2016-08-17 16:48:19 +10:00
koalyptus a14a27a920 Merge pull request #280 from koalyptus/issue-264-autodoc
Continued TableFilter
2016-08-14 14:23:52 +10:00
Max Guglielmi ed2f638bf2 Continued TableFilter 2016-08-14 14:14:52 +10:00
koalyptus 2ea8830ecf Merge pull request #279 from koalyptus/issue-264-autodoc
Started comments for auto-generated doc in TableFilter
2016-08-11 17:44:47 +10:00
Max Guglielmi 34cc60ace9 Started comments for auto-generated doc in TableFilter 2016-08-11 17:25:00 +10:00
koalyptus 4d08db4874 Merge pull request #277 from koalyptus/issue-264-doco
Issue 264 doco
2016-08-08 19:06:47 +10:00
Max Guglielmi d222f32674 Added comments to Storage for auto-generated documentation 2016-08-08 17:22:25 +10:00
Max Guglielmi 4f5fa9b708 Merged master in 2016-08-08 17:01:03 +10:00
koalyptus d5d2ec0554 Merge pull request #276 from koalyptus/greenkeeper-grunt-gh-pages-2.0.0
Update grunt-gh-pages to version 2.0.0 🚀
2016-08-08 09:22:14 +10:00
greenkeeperio-bot 60b85d2221 chore(package): update grunt-gh-pages to version 2.0.0
https://greenkeeper.io/
2016-08-08 02:24:36 +10:00
koalyptus 895d9978a0 Merge pull request #275 from koalyptus/issue-264-doco
Issue 264 doco
2016-08-07 01:01:41 +10:00
Max Guglielmi f43ccbfd50 Added comments to StatusBar for auto-generated documentation 2016-08-07 00:48:00 +10:00
Max Guglielmi 0b1256d571 Added comments to State for auto-generated documentation 2016-08-06 19:46:26 +10:00
koalyptus 3dc579f176 Merge pull request #274 from koalyptus/issue-264-doco
Issue 264 doco
2016-08-06 01:38:07 +10:00
Max Guglielmi dc7ffd0321 Shortened RowsCounter properties names 2016-08-06 01:26:53 +10:00
Max Guglielmi 912433a032 Replaced var with let in RowsCounter 2016-08-06 00:53:32 +10:00
koalyptus 3edf79b035 Merge pull request #272 from koalyptus/issue-264-doco
Issue 264 doco
2016-08-04 16:24:19 +10:00
Max Guglielmi b5dafdb173 Shortened PopupFilter properties names 2016-08-04 16:11:19 +10:00
Max Guglielmi 10f843430d Added comments to PopupFilter for auto-generated documentation 2016-08-04 15:40:02 +10:00
Max Guglielmi 96ded0a079 Merged master in 2016-08-04 12:43:57 +10:00
koalyptus 31891cafa3 Merge pull request #268 from koalyptus/greenkeeper-grunt-esdoc-0.0.4
Update grunt-esdoc to version 0.0.4 🚀
2016-08-04 12:29:20 +10:00
greenkeeperio-bot 5639b16594 chore(package): update grunt-esdoc to version 0.0.4
https://greenkeeper.io/
2016-08-03 09:08:35 +10:00
Max Guglielmi 330755f78c Stashing changes 2016-08-01 09:28:33 +10:00
koalyptus bb34fa1ded Merge pull request #267 from koalyptus/issue-264-doco
Issue 264 doco
2016-07-31 22:03:27 +10:00
Max Guglielmi 01a34e082c Added comments to paging 2016-07-31 21:49:38 +10:00
Max Guglielmi 8c3597be4b Fixed no results container width for all browsers 2016-07-31 18:36:47 +10:00
Max Guglielmi 3fec7e3562 Merge branch 'master' into issue-264-doco 2016-07-31 18:17:34 +10:00
koalyptus c11674178e Merge pull request #266 from koalyptus/issue-264-doco
Issue 264 doco
2016-07-30 18:10:47 +10:00
Max Guglielmi 5e316bc778 Added tests for searching numeric columns with strings 2016-07-30 17:59:08 +10:00
Max Guglielmi a962c04213 Fixed no results container width calculation 2016-07-30 16:45:58 +10:00
Max Guglielmi 8c29e2c51d Merge branch 'master' into issue-264-doco 2016-07-28 17:37:38 +10:00
Max Guglielmi d5ee78a0ff Aligned comment in Loader 2016-07-28 17:37:03 +10:00
koalyptus 7616498fa6 Merge pull request #265 from koalyptus/issue-264-doco
Added comments for doco to HightlightKeyword and Loader
2016-07-27 18:27:35 +10:00
Max Guglielmi 2f042e68dd Added comments for doco to HightlightKeyword and Loader 2016-07-27 17:21:30 +10:00
koalyptus c0c0f1925b Merge pull request #262 from koalyptus/misc-refactor
Added documentation badge
2016-07-23 19:34:18 +10:00
Max Guglielmi a14bb9d6b8 Added documentation badge 2016-07-23 19:24:21 +10:00
koalyptus 82046dcbee Merge pull request #261 from koalyptus/misc-refactor
Misc refactor
2016-07-23 19:00:04 +10:00
Max Guglielmi 714fa5d91a Grunted 2016-07-23 18:48:15 +10:00
Max Guglielmi 04d854c669 Bumped version 2016-07-23 18:35:10 +10:00
Max Guglielmi fb56fab0c7 Added comments for autogenerated documentation (hash, help) 2016-07-23 18:34:19 +10:00