261 Commits

Author SHA1 Message Date
Iristyle
a96bf479f8 Helpers for merging JSON / PSCustomObject
- For instance, take a stock file and merge in a partial JSON file, filling
   in the differences
 - Handles merging arrays of strings, sorting and removing dupes
 - Handles merging named primitive values over
 - Handles merging together two simple key/value pair maps
 - Handles merging an array of simple key/value pair maps
 - Can convert ConvertTo-Json's hideous Unicode escaping to real chars
 - Provides a workaround for a PS3 bug where JSON strings cannot
   contain " characters
   https://connect.microsoft.com/PowerShell/feedback/details/735978/convertto-json-in-psv3-beta-does-not-support-values-containing-double-quotes
2013-03-07 20:43:18 -05:00
Iristyle
03d686432d Bumped SourceCodePro to 1.017
- Totally overhauled font install process since the previous version
 required lots of interaction / prompting to upgrade existing fonts
 AND had a clunky UI dialog when installing fonts for the first time
 - Leveraging Windows Powershell sample script that compiles C# on
 the fly to call Win32 APIs that deal with fonts
 - Elevate to admin to run the new stuff - no reboot required
2013-03-07 15:33:12 -05:00
Iristyle
dda4898b0d EthanBrown.ChromeDevExtensions 0.0.1
Includes

Batarang
Clear Cache
DevTools AutoSave
PageSpeed Insights
Simple REST Client
Speed Tracer
CoffeeConsole
YSlow

Does Not Include

CoffeeScript IDE - Requires login
PostMan - Requires login
LiveReload - Not necessary with grunt
Grunt DevTools - Evaluating
Tincr - Might be superceded by Chrome workspaces
2013-03-01 14:45:50 -05:00
Iristyle
4eeec18ce9 EthanBrown.ChromeCanaryDevExtensions 0.0.1
Includes

Batarang
Clear Cache
DevTools AutoSave
PageSpeed Insights
Simple REST Client
Speed Tracer
CoffeeConsole
YSlow

Does Not Include

CoffeeScript IDE - Requires login
PostMan - Requires login
LiveReload - Not necessary with grunt
Grunt DevTools - Evaluating
Tincr - Might be superceded by Chrome workspaces
2013-03-01 14:41:15 -05:00
Iristyle
7a84f6df89 Add ToolsRoot so Chocolatey_Bin_Root is \tools 2012-12-03 14:31:12 -05:00
Iristyle
ddbf24cbf7 Set OPENSSL_CONF variable to point to openssl.cfg 2012-11-27 23:09:20 -05:00
Iristyle
fc3c34104a CouchPotato is touchy about paths
Only add "" around a file if it has spaces
2012-11-04 18:16:53 -05:00
Iristyle
44f5b0d162 CouchPotato
Installs CouchPotato from source
- Registers as Windows Service
- Configures SABNzbd+
- Configures alternative post-processing script
2012-11-04 12:35:18 -05:00
Iristyle
d2519cc82c SickBeard warns about SABnzbd+ scripts, doesn't delete
Behavioral change since it's possible that these scripts are being
used by CouchPotato as well
2012-11-04 11:55:55 -05:00
Iristyle
fba8dcf8df CouchPotato alternate post-processing scripts
https://couchpota.to/forum/showthread.php?tid=343
2012-11-04 11:37:19 -05:00
Iristyle
df53bf35c1 Changed package name to SickBeard 2012-11-04 11:01:00 -05:00
Iristyle
45bbd1f522 Minor updates to Ini scripts
- Allow files ending in .conf in addition to .ini
- Space out values for readability in final output
2012-11-04 10:59:39 -05:00
Iristyle
e232bf45aa SABnzbd Upgraded to 0.7.5 2012-11-04 10:18:43 -05:00
Iristyle
8047727bed PyWin32 - Python Extensions for Windows Build 218 2012-11-03 20:28:56 -04:00
Iristyle
9bd5055f3a Updated ResourceKit 2003 tags
Fixed version to use year first
2012-11-02 14:21:32 -04:00
Iristyle
eebee0a022 HipChat 1.2.103402 (really 1.20120926103402) 2012-10-24 09:01:05 -04:00
Iristyle
903db12902 Adobe AIR 3.4.0.2710 2012-10-24 07:59:27 -04:00
Iristyle
9c15f4f306 Google Chrome Dev Channel 24.0.1297.0 2012-10-23 15:28:35 -04:00
Iristyle
8e3164ac34 Casing on SickBeard fixed
Somehow SickBeard was Sickbeard which caused some issues in Git
2012-10-22 15:35:05 -04:00
Ethan J. Brown
a42878049f Merge pull request #11 from Iristyle/sickbeard
Sickbeard
2012-10-22 12:25:49 -07:00
Iristyle
c20713cc9b Don't dump StartInfo from Process.Start 2012-10-22 15:19:26 -04:00
Iristyle
89bb12428f Move Get-IniContent, Out-IniFile, WaitForSuccess
- These scripts are universally useful and should be maintained once
2012-10-22 15:18:32 -04:00
Iristyle
dd0265e871 SickBeard - Additional installer code
- Complete uninstall script undoes configuration changes to SABNzbd
 - Use new WaitForSuccess helper
 - Wait for SickBeard to be accepting reqs before modifying config.ini
 - PATH and PYTHONHOME need to be set for MACHINE so that SABNzbd
can find python.exe as SYSTEM to call sabToSickBeard.py
 - Config files should always be written as UTF8 (not Unicode or ASCII),
 - However, AutoProcess.cfg cannot have UTF8 BOM, so saving as ASCII
 - Replacing 0.0.0.0 with localhost
 - Support cloning into an empty Sick-Beard dir under site-packages
 - Minor logging tweaks
 - Use Season folders when sorting files
 - Make sure to trash processed files
2012-10-22 15:18:07 -04:00
Ethan J. Brown
f4084e7689 Merge pull request #10 from Iristyle/sabnzbdfixes
Bumped to 0.7.4.1
2012-10-22 04:45:02 -07:00
Iristyle
23c0459e8f Bumped to 0.7.4.1
Overhauled installer -- fixed a number of small bugs
Better output during installation
Complete uninstaller - removes services, etc
2012-10-21 20:54:03 -04:00
Ethan J. Brown
8da49af35d Merge pull request #9 from Iristyle/ChromeCanary
Google Chrome Canary 24.0.1300
2012-10-17 23:45:16 -07:00
Iristyle
823a2bb908 Google Chrome Canary 24.0.1300 2012-10-18 02:43:51 -04:00
Ethan J. Brown
30f4955043 Merge pull request #8 from Iristyle/meslo
MesloLG Monospaced Font 1.00 with dotted zeros
2012-10-17 23:09:25 -07:00
Iristyle
d94473f34e MesloLG Monospaced Font 1.00 with dotted zeros 2012-10-18 02:08:01 -04:00
Ethan J. Brown
589b625c06 Merge pull request #7 from Iristyle/sublimetext2.app
SublimeText 2.0.1 Build 2217 Full Installer
2012-10-17 21:41:38 -07:00
Iristyle
2a7c6a499c SublimeText 2.0.1 Build 2217 Full Installer 2012-10-18 00:39:50 -04:00
Iristyle
f3310f6f1a SickBeard - Auto-updating from Git
- Not quite complete - still needs testing
 - Seems to break SABnzbd+ when installing Python??
2012-10-16 01:44:06 -04:00
Iristyle
542015d081 Python Cheetah 2.4.4
- Requires easy_install to be installed, which in turn installs PIP
 - Will pip install Cheetah, then try to locate python.exe
 - Looks to PYTHONHOME, and if not falls back to which
 - Finds existing NameMapper, and copies in _namemapper.pyd
 - Include compiled pyd versions of _namemapper for 2.4 - 2.7
2012-10-16 00:48:02 -04:00
Iristyle
1c1ae21541 Added Windows Server 2003 Resource Kit
Slightly non-standard installer, but seems to work!
2012-10-13 15:37:39 -04:00
Ethan J. Brown
1c76a1a7eb Merge pull request #5 from Iristyle/SQL-2531
SQL 2008 Feature Pack, April 2009
2012-10-13 10:05:03 -07:00
Iristyle
80fb102d92 Install both SMO x86 and x64 on x64 OSes
SQL Powershell utils, which run on x86 and x64, require that the
matching SMO be installed :(
2012-10-13 13:00:17 -04:00
Iristyle
0e88769424 SQL 2008 Command Line Utilities 10.00.2531.00 2012-10-13 08:44:56 -04:00
Iristyle
cf070185ce SQL 2008 Powershell Extensions 10.00.2531.00 2012-10-13 08:43:40 -04:00
Iristyle
6cdabf1e2d SQL 2008 Feature Pack, April 2009 2012-10-13 07:59:28 -04:00
Iristyle
5a73b326ee Force installing both x86 and x64 on x64 OS
Both sets of Clr types are needed by dependendencies such as SMO
2012-10-12 19:15:38 -04:00
Iristyle
1bd30514e9 Typo in SMO package script - forced version bump 2012-10-12 18:53:59 -04:00
Ethan J. Brown
4357559fe9 Merge pull request #4 from Iristyle/SMO
Smo for SQL 2008
2012-10-12 14:27:10 -07:00
Iristyle
039c70efe7 SQL 2008 SMO 10.00.1600.22 2012-10-12 17:23:36 -04:00
Iristyle
1b962143d3 SQL 2008 Native Client 10.00.1600.22 2012-10-12 17:23:29 -04:00
Iristyle
275039e528 SQL 2008 CLR Types 10.00.1600.22 2012-10-12 17:17:51 -04:00
Iristyle
469af5990e MSXML6 SP1 6.10.1129.0 2012-10-12 16:44:26 -04:00
Iristyle
8f2dfaef3c Fixed bad icon link 2012-10-12 13:39:15 -04:00
Ethan J. Brown
7f3960c133 Merge pull request #3 from Iristyle/openssl
OpenSSL.Light for Win32 1.0.1c
2012-10-12 10:37:01 -07:00
Iristyle
0d1312bcf8 OpenSSL.Light for Win32 1.0.1c 2012-10-12 13:36:17 -04:00
Ethan J. Brown
46ae3872c7 Merge pull request #1 from Iristyle/sabnzbd
Updated to SABNzbd+ 0.7.4
2012-10-11 17:16:12 -07:00