Commit Graph

1379 Commits

Author SHA1 Message Date
Greg Neagle
085e659e97 Don't raise an exception when processing removals and a manifest refers to a non-existent catalog 2014-03-22 09:22:10 -07:00
Greg Neagle
a37b9d9e64 More detailed description of dependencies when an optional item requires another optional item 2014-03-17 16:47:23 -07:00
Greg Neagle
72fd2ad0e6 Display insufficent disk space info if relevant 2014-03-17 16:05:12 -07:00
Greg Neagle
7643f03052 Handle optional items that are required by other optional items 2014-03-16 10:57:00 -07:00
Greg Neagle
ae6eafbb53 Update info in project settings 2014-03-14 16:25:02 -07:00
Greg Neagle
ab4de6978a Fix display of update item detail when there are multiple updates with the same name (IE Office2011_update--14.1.0 and Office2011_update--14.3.9 both in available installs) 2014-03-14 16:24:10 -07:00
Greg Neagle
20a8466836 Send an update notification after a 'managedsoftwareupdate --installonly' run so any open instance of MSC.app updates its display 2014-03-14 16:21:27 -07:00
Greg Neagle
52695b9c6a After a successful install, set 'needs_update' to false for optional item info. Fixes issue 293 2014-03-14 16:19:42 -07:00
Greg Neagle
deacb4a2d1 UI adjustments to MSC, separator between web view and toolbar, content top border set to stop texture flicker, custom button view sizing. Courtesy Christopher Grande <cgrande@mxcc.edu> 2014-03-14 09:04:38 -07:00
Greg Neagle
61dccd3fbb installer.py should not raise an exception if 'RemovalResults' or 'InstallResults' is missing from the report. 2014-03-11 16:32:12 -07:00
Greg Neagle
5ba01634ec Fix for MunkiItems.getEffectiveUpdateList() 2014-03-11 16:20:52 -07:00
Greg Neagle
4f9ad4e3a9 Showcase image now has overflow:hidden. CSS change courtesy rfitzwater. Fixes issue 291. 2014-03-06 11:54:37 -08:00
Greg Neagle
97950aa2ba Better handling of cascading alert panels; a different strategy for tracking SelfService changes 2014-03-05 21:12:56 -08:00
Greg Neagle
f04861e86b Redisplay Updates view after warning about blocking apps. Fixes issue 285 2014-03-04 16:55:39 -08:00
Greg Neagle
2fa7fa9213 Simplify alert on quit when there are pending updates 2014-03-04 09:05:23 -08:00
Greg Neagle
3cc570fea1 Fix looping issue when updating an existing optional install. Fixes issue 282 2014-03-04 08:41:09 -08:00
Greg Neagle
64593614de Add support for category, developer and icon_name to munkiimport 2014-03-03 10:38:47 -08:00
Greg Neagle
044f6ab9d7 Add --category, --developer, and --icon-name options to makepkginfo 2014-03-03 10:32:13 -08:00
Greg Neagle
43bf4d5890 Fix update detail display 2014-03-02 16:26:25 -08:00
Greg Neagle
142d323772 Copy category, developer and icon_name if available to managed_installs and removals in InstallInfo.plist for use by Managed Software Center.app 2014-03-02 16:03:18 -08:00
Greg Neagle
c3dc505586 Fix display of "More.." lists in detail view 2014-03-02 15:57:59 -08:00
Greg Neagle
fd1c44e73c Copy category, developer and icon_name if availble to optional_installs in InstallInfo.plist for use by Managed Software Center.app 2014-03-02 15:14:57 -08:00
Greg Neagle
4b53219c6e Moved methods and instance variables from App delegate to window delegate; didn't update all references 2014-03-02 15:00:59 -08:00
Greg Neagle
0e2dd88817 More doc strings for methods 2014-03-02 14:59:40 -08:00
Greg Neagle
9df5cab5ac Add doc strings to all functions and methods 2014-03-01 16:15:26 -08:00
Greg Neagle
7ecd97e6e2 Handling alerts for updates to be forced soon. 2014-02-27 16:07:57 -08:00
Greg Neagle
e8c43f9ad7 Implement more of warnings/alerts for pending updates 2014-02-27 13:51:26 -08:00
Greg Neagle
ee99e86be1 Make sure clicking the cancel button breaks us out of an updateNow loop 2014-02-26 22:22:52 -08:00
Greg Neagle
bdc24f6ecd Switch to updates list view when warning about need to logout or restart to install. 2014-02-26 18:56:24 -08:00
Greg Neagle
454950d75a Change billboard image cross fade interval to 7.5 seconds (up from 5) 2014-02-26 16:15:55 -08:00
Greg Neagle
e883f36ef9 Add localize and embed version info build phases to MSC.app's build settings 2014-02-26 14:59:36 -08:00
Greg Neagle
a6b3d53799 fix update of update warning message text 2014-02-26 14:56:46 -08:00
Greg Neagle
c5d6d10e1e Add Localization and auto-version generation build phases to MunkiStatus.app build settings 2014-02-26 14:55:42 -08:00
Greg Neagle
cca26f6751 Replace MonitorProcess thread with CheckProcess timer like we did in MSC.app 2014-02-26 14:01:31 -08:00
Greg Neagle
807af76db5 Start implementation of all the various warning and confirmation alerts... 2014-02-26 13:31:37 -08:00
Greg Neagle
452476a62b Factor out most of the html generation from MUSMainWindowController.py into msuhtml.py 2014-02-25 08:21:00 -08:00
Greg Neagle
0fed3dabf6 Better method for determining if we need to run a check before install 2014-02-24 21:17:46 -08:00
Greg Neagle
d4c0c55c03 Fix method name called when timer determines managedsoftwareupdate is dead 2014-02-24 17:05:13 -08:00
Greg Neagle
372258e001 Replace thread that checks for managedsoftwareupdate with an NSTimer. 2014-02-24 17:00:07 -08:00
Greg Neagle
d2576f6cd0 Get rid of unused return values from various build_foo_pge methods 2014-02-24 16:59:04 -08:00
Greg Neagle
d1044e00f1 Show that an item will be removed in updates list view 2014-02-24 15:45:30 -08:00
Greg Neagle
7b67bf4455 Refactoring code in Managed Software Center.app into smaller source modules 2014-02-24 14:55:17 -08:00
Greg Neagle
64597994ae Make sure the need to restart is not lost when Munki updates need a restart but Apple updates do not. 2014-02-21 08:43:11 -08:00
Greg Neagle
f3ec0e0bbd Changes to make updates after a Munki session completes visually smoother, elimnating the reload flash when possible. 2014-02-20 15:17:35 -08:00
Greg Neagle
4b35a7c962 Restored universal (32bit/64bit) Intel build settings to MSC.app 2014-02-19 08:20:31 -08:00
Greg Neagle
53e7ab9006 Fix one missed instance of old Managed Software Update name 2014-02-19 07:11:15 -08:00
Greg Neagle
012ee67cbf Add start_selected JavaScript to launchd pkg choice so it is not initially selected if the same version is already installed. 2014-02-19 07:03:03 -08:00
Greg Neagle
b60036b496 pkg build script updated for Munki2 components, pkgbuild and productbuild 2014-02-18 21:47:08 -08:00
Greg Neagle
b80fb9a463 Finish rename of Managed Software Update.app to Managed Software Center.app 2014-02-18 21:45:34 -08:00
Greg Neagle
f2c3f66420 implement more of the inter-process plumbing, including monitoring the managedsoftwareupdate process for failure to start or unexpected termination 2014-02-18 17:44:01 -08:00