Files
ICEcoder/lib
Matt Pass 3d66db04ae Working with GitHub diff mode
Now an HTML type file, had no doctype, header etc previously. Now does
and also loads in 2 x JS files for GitHub API control
Gets full list of files, considers .gitignore files and gets an excluded
list
Always has a GET location now, so no need to consider
If in GitHub diff mode, for each file in our list get file contents and
put the name, SHA and type into 3 arrays
Work out GitHub repo path and set up JS arrays the same as PHP arrays
Then start a github object and begin examining tree for differences
recursively, adding to arrays and removing DOM elems from branch DIV as
needed
With that done, we need to cover the dirs not yet opened and if they
contain no changes, remove them
Finally, remove .gitignore excluded filrs
showFile function set up mostly as per previous code, but now also adds
files that are deleted (ie, to make them show up in the tree)
Error catching and helpful messages and redirections added such as when
you have no diffs or used up your GitHub API rate limit
2014-07-28 07:00:56 +01:00
..
2014-06-27 11:22:47 +01:00
2014-04-23 07:12:13 +01:00
2014-04-10 10:04:28 +01:00
2014-06-23 08:42:49 +01:00
2014-07-28 07:00:56 +01:00
2014-06-27 08:52:26 +01:00
2014-07-27 12:49:39 +01:00
2014-03-15 13:24:42 +00:00
2014-06-27 09:54:39 +01:00
2014-07-27 12:39:00 +01:00
2013-04-30 17:48:54 +01:00
2013-07-07 15:27:09 +01:00
2013-04-20 16:12:32 +01:00
2013-12-29 14:41:18 +00:00
2012-10-09 07:57:28 +01:00
2014-05-20 07:26:05 +01:00