1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-01 22:32:49 +02:00
Commit graph

805 commits

Author SHA1 Message Date
Max Guglielmi 51453d6191 Added index.js 2016-09-07 21:37:22 +10:00
koalyptus 90bc10b52a Merge pull request #291 from koalyptus/issue-264-sortable-adapter
Issue 264 sortable adapter
2016-09-06 11:54:06 +10:00
Max Guglielmi 32ea4a28cc Finalised sortable table adapter 2016-09-06 11:45:27 +10:00
Max Guglielmi a0019df507 Started adapterSortabletable doco 2016-09-05 23:05:20 +10:00
Max Guglielmi 2bed4c656a Finalised grid layout doco 2016-09-05 19:39:57 +10:00
koalyptus f394ef236a Merge pull request #290 from koalyptus/issue-264-filters-visibility
Added comments for auto-generated docs
2016-09-04 18:30:03 +10:00
Max Guglielmi 37c6b70f7e Added comments for auto-generated docs 2016-09-04 18:17:54 +10:00
koalyptus f0607403c8 Merge pull request #289 from koalyptus/issue-264-cols-visibility
Issue 264 cols visibility
2016-09-03 23:40:53 +10:00
Max Guglielmi af75fe5236 Continued commenting for auto-documentation 2016-09-03 23:30:31 +10:00
Max Guglielmi b20d3c1726 Initial commit 2016-09-03 13:19:55 +10:00
koalyptus 35b2b2d173 Merge pull request #288 from koalyptus/issue-264-advanced-grid
initial commit
2016-09-02 19:57:01 +10:00
Max Guglielmi c723b962bf initial commit 2016-09-02 19:26:21 +10:00
koalyptus 84b5287d73 Merge pull request #287 from koalyptus/refactor-col-ops
Refactor col ops
2016-09-02 13:41:03 +10:00
Max Guglielmi aee9c11551 Fixed doco 2016-09-02 13:32:59 +10:00
Max Guglielmi a173feb26f Started ColOps 2016-09-01 18:27:02 +10:00
Max Guglielmi 6d32d6b5bd Moved clear button CSS class definition in ClearButton class 2016-09-01 18:07:24 +10:00
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