Commit graph

103 commits

Author SHA1 Message Date
Collin M. Barrett
aced13c2a2 re-order directory structure 2017-01-29 15:37:13 -06:00
Collin M. Barrett
29ac97c177 revert last 2017-01-29 14:19:37 -06:00
Collin M. Barrett
76e213d1de attempt logo center-align 2017-01-29 14:18:57 -06:00
Collin M. Barrett
093ff2b644 add logo 2017-01-29 14:17:17 -06:00
Collin M. Barrett
7a9d9b3384 add logos 2017-01-29 14:06:39 -06:00
Collin M. Barrett
06eef1b5f0 add link to legacy site 2017-01-28 10:12:48 -06:00
Collin M. Barrett
71afe8ee92 Update CONTRIBUTING.md 2017-01-23 15:03:15 -06:00
Collin M. Barrett
dd4cfd128f Update README.md 2017-01-23 14:50:49 -06:00
Collin M. Barrett
0e8b773b80 Update README.md 2017-01-23 14:48:05 -06:00
Collin M. Barrett
5f50f5a342 Update README.md 2017-01-23 14:11:51 -06:00
Collin M. Barrett
e261b10f43 Update README.md 2017-01-23 14:10:30 -06:00
Collin M. Barrett
d7a6fe6532 added "Building" 2017-01-23 14:09:51 -06:00
Collin M. Barrett
7a46525221 Update README.md 2017-01-23 14:05:24 -06:00
Collin M. Barrett
b3da8abbe3 add URL to body of readme 2017-01-23 14:05:06 -06:00
Collin M. Barrett
c1321a45be Update CONTRIBUTING.md 2017-01-21 15:57:46 -06:00
Collin M. Barrett
4beddda4ba Update README.md 2017-01-21 15:51:33 -06:00
Collin M. Barrett
48fbbbdde7 Update README.md 2017-01-21 15:47:38 -06:00
Collin M. Barrett
7ed1787664 fix url 2017-01-21 15:46:34 -06:00
Collin M. Barrett
0553191b51 updates, preparing for launch 2017-01-21 15:45:20 -06:00
Collin M. Barrett
0f0dc2272d fixes for Combo list type page 2017-01-21 15:28:13 -06:00
Collin M. Barrett
604c8baeaa updated lists, beautified all json
added missing viewUrls in forked.json, and ran all json through
atom-beautify
2017-01-21 12:04:07 -06:00
Collin M. Barrett
6b4f71d8b8 add functions for parsing Master list name 2017-01-17 12:03:24 -06:00
Collin M. Barrett
cc00528490 add refreshRegionPublic function 2017-01-17 11:34:41 -06:00
Collin M. Barrett
d111796175 update description 2017-01-16 11:12:04 -06:00
Collin M. Barrett
4edeeeea75 add cited blockquote to description 2017-01-16 10:42:31 -06:00
Collin M. Barrett
5588ebf1e6 finish on-demand updates for Global sheet 2017-01-11 08:31:21 -06:00
Collin M. Barrett
5804e188c5 Update README.md 2017-01-10 18:26:09 -06:00
Collin M. Barrett
10b3ed1d23 Update README.md 2017-01-10 18:03:41 -06:00
Collin M. Barrett
a0b45b118c Update README.md 2017-01-10 18:03:12 -06:00
Collin M. Barrett
0456b5d04b Update README.md 2017-01-10 17:58:38 -06:00
Collin M. Barrett
34396a8630 add links to the Google Sheets "db" 2017-01-10 17:56:30 -06:00
Collin M. Barrett
46e3739898 md typo 2017-01-10 17:33:14 -06:00
Collin M. Barrett
9e5775c6e9 updates to gs subdirectory explanation 2017-01-10 17:31:09 -06:00
Collin M. Barrett
b7fc11b025 explain gs subdirectories 2017-01-10 17:28:32 -06:00
Collin M. Barrett
ffc8584736 typo fix 2017-01-10 17:11:13 -06:00
Collin M. Barrett
9d6ea64461 run custom functions on-demand rather than auto
incremental, still in progress...
2017-01-10 15:07:24 -06:00
Collin M. Barrett
7b4a9e1bd4 remove trailing newline 2017-01-10 08:56:22 -06:00
Collin M. Barrett
f60ec349a2 add ImportJson to Interface 2017-01-10 08:53:43 -06:00
Collin M. Barrett
452976998e Revert "Revert "move ImportJson to lib, separate out RefreshData""
This reverts commit c138889eb4.
2017-01-10 08:53:04 -06:00
Collin M. Barrett
c138889eb4 Revert "move ImportJson to lib, separate out RefreshData"
This reverts commit 2736c225c0.
2017-01-10 08:51:50 -06:00
Collin M. Barrett
2736c225c0 move ImportJson to lib, separate out RefreshData 2017-01-10 08:51:15 -06:00
Collin M. Barrett
3daa39eba1 Revert "remove GAS library"
This reverts commit f62c14291f.
2017-01-10 08:44:37 -06:00
Collin M. Barrett
53f6b95983 Revert "combine most code into GeneralFunctions"
This reverts commit 50983107ac.
2017-01-10 08:44:19 -06:00
Collin M. Barrett
50983107ac combine most code into GeneralFunctions
to cut down on copy/paste into each of five spreadsheets' GAS code
2017-01-09 13:14:27 -06:00
Collin M. Barrett
f62c14291f remove GAS library
loading functions from a single GAS library is super buggy in published
Google Sheets. For now, I'll have to  maintain a copy of all code in the
GAS for each of the five types spreadsheets...
2017-01-09 13:08:16 -06:00
Collin M. Barrett
1e2e5cdb25 mod transform function to ignore null row index 2017-01-09 12:45:00 -06:00
Collin M. Barrett
ab51b7ea10 refresh data on-demand
By refreshing the data manually from the Google Sheets menu, Google Sheets loading errors should be avoided when WordPress tries to update it's data nightly.
2017-01-09 09:26:38 -06:00
Collin M. Barrett
bf1b141c87 refresh .gs code
mostly beautification
2017-01-07 12:42:06 -06:00
Collin M. Barrett
51f2cc8059 move AntiPubWeb to stale
anonymous report came in that this list now redirects to a french blog.
moving it to stale and pointing to archive.org backup until/if it can
be found again.
2017-01-07 12:07:07 -06:00
Collin M. Barrett
71eed3c80c Update CONTRIBUTING.md 2017-01-05 12:45:07 -06:00