nstarzynski / munki

Automatically exported from code.google.com/p/munki
Other
0 stars 0 forks source link

Munki 2 - Custom URL handler pull request #311

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have included an URL handler in my clone of the Munki2 branch and, if no one 
has any objection, would like to get it merged into the main branch.

https://code.google.com/r/nbalonso-spanish-translation/source/list?name=Munki2

This will help me centralise all the software documentation in an internal site 
and offer two-click installs for Munki and SCCM.

Comments/objections are welcome

Original issue reported on code.google.com by nbalonso on 5 Apr 2014 at 2:23

GoogleCodeExporter commented 8 years ago
This is great. It was something I wanted to get around to eventually, so thanks 
for the submission. I might want to tweak some stuff down the line, but I think 
your code can be merged as a start.

Original comment by gregnea...@mac.com on 5 Apr 2014 at 7:14

GoogleCodeExporter commented 8 years ago
Merged here: 
https://code.google.com/p/munki/source/detail?r=bd33069ae564d4299bffcf701b11282a
7712d031&name=Munki2

Original comment by gregnea...@mac.com on 5 Apr 2014 at 7:32

GoogleCodeExporter commented 8 years ago
Made a few tweaks here:

http://code.google.com/p/munki/source/detail?r=4b7ff9a3d395

No need now for ".html" at the end of a munki: URL. So these are all fine:

open munki://category-all
open munki://category-internet
open munki://detail-googlechrome
open munki://developer-google
open munki://filter-google%20chrome
open munki://categories
open munki://myitems
open munki://updates

'.html' at the end is still legal:

open munki://updates.html

Original comment by gregnea...@mac.com on 5 Apr 2014 at 8:06

GoogleCodeExporter commented 8 years ago
thanks for the pull and the tweaks

Original comment by nbalonso on 7 Apr 2014 at 6:02