Commit Graph

1668 Commits

Author SHA1 Message Date
Greg Neagle 7fe7ada571 Spaces can be important! 2014-10-17 08:16:19 -07:00
Greg Neagle 78d2dabf58 Update make_munki_mpkg_from_git.sh to pull from GitHub 2014-10-17 08:13:12 -07:00
Greg Neagle 8c780d10b1 Add Yosemite SUS catalog to list of default catalogs. 2014-10-17 08:07:47 -07:00
Pepijn Bruienne 42d2a211fb Change order of file discovery to match original order. 2014-10-15 11:20:22 -04:00
Pepijn Bruienne d300f043a3 Refactoring getFlatPackageInfo - Only extract the Distribution file or PackageInfo file(s) instead of the entire package. Works around an issue with bad xar compression with certain flat packages. 2014-10-15 10:31:36 -04:00
Pepijn Bruienne f967727d63 Refactor getFlatPackageInfo to better deal with bad xar compression. 2014-10-14 16:17:48 -04:00
Greg Neagle 17a8cdc853 Merge pull request #395 from bartreardon/user_agreement
Add optional preinstall_alert key to pkginfo plist.
2014-10-07 08:55:32 -07:00
Timothy Sutton f1515eb8a1 Move 'Embed version info' phase to end in Xcode project
- fixes issue where, in Xcode 6, the template app plists were not yet
  copied to the TARGET_BUILD_DIR during build
2014-10-07 10:29:23 -04:00
Bart Reardon 0b0a8c09af Reverted to preinstall_alert and preuninstall_alert to keep in the scheme of other pkginfo keys 2014-10-07 22:01:34 +11:00
bartreardon a7189c4d6a added pre uninstall capability as well 2014-10-07 11:13:30 +11:00
Bart Reardon 91d06b8a3c Revert "changes to allow MSC compile in xcode 6"
This reverts commit 13cd0d2caf.
2014-10-03 21:34:48 +10:00
Bart Reardon 13cd0d2caf changes to allow MSC compile in xcode 6 2014-10-03 20:51:34 +10:00
Bart Reardon c77eed698c changed pkginfo item from 'alert' to 'preinstall_alert'
moved preinstall alert code to it's own function (takes preinstall_alert dict as argument)
compliant use of NSLocalizedString so genstrings can do its thing
2014-10-03 07:34:58 +10:00
Bart Reardon 0363e721d6 Better support for alert with dict for specifying alert values. 2014-10-02 21:05:39 +10:00
bartreardon 0b4fe4e6d2 added more options for changing text, title and button text.
work in progress
2014-10-02 16:53:12 +10:00
Greg Neagle 5b9d9c445f Revert "munkicommon: remove tmpdir at exit" 2014-10-01 06:33:25 -07:00
Bart Reardon 09928ecd8c Added optional user_agreement key. Displays text that end users can agree or not before continuing with install 2014-10-01 21:58:26 +10:00
Russell Hancox f90723554d munkicommon: remove tmpdir at exit
Currently importing munkicommon has the side-effect of creating a temporary directory in /tmp and this temporary directory is never cleaned up. To fix this with as small a change as possible, register an atexit function to clean-up this directory when the importing script exits.

This won't clean-up the directory in the event that the importing script exits with sys._exit or an un-handled exception. The cleanup function could be changed to remove any directory matching /tmp/munki-* if that were desirable.
2014-09-30 13:04:54 -04:00
Pepijn Bruienne c76fc99d6d Add entry to catch SwitchBoard.app in killStupidProcesses
The existing entry to kill off SwitchBoard.app being launched in the loginwindow context did not always work. Adding "/bin/bash /Library/Application Support/Adobe/SwitchBoard/SwitchBoard.app/Contents/MacOS/switchboard.sh" resolves this issue.
2014-09-26 12:55:47 -04:00
Greg Neagle 928683d76e Fix for sidebar categories pop-up menu 'All Categories' item when localized to non-English 2014-09-26 06:10:29 -07:00
Greg Neagle 6ed8117801 Update project URL for About dialog and Get Info display 2014-09-25 17:16:12 -07:00
Greg Neagle b04bc925ea Fix for issue where ClientResourcesFilename preferences is ignored. 2014-09-25 07:09:59 -07:00
Greg Neagle ac14ae82e3 Minor window tweaks 2014-09-23 11:13:19 -07:00
Greg Neagle 40e0f74fa5 makepkginfo: if -i/--item is specified, don't try to guess if a dmg contains an Adobe installer 2014-09-02 22:38:01 -07:00
Greg Neagle 2269fc864d Explicitly enable/disable toolbar buttons when main window is activated/deactivated to better match appearance and behavior of App Store 2014-09-02 22:06:34 -07:00
Greg Neagle f2d20f6316 Mass renaming of MSUfoo stuff to MSCfoo stuff. Hope I don't regret it. 2014-09-02 20:56:25 -07:00
Daniel Hazelbaker 1e7503d046 Add custom subclasses MSCToolbarButton and MSCToolbarButtonCell to allow clicking on toolbar item title. 2014-09-02 19:04:33 -07:00
Greg Neagle 72e171c75d Fix .strings file formatting issue for nb.lproj/Localizable.strings 2014-09-01 06:44:06 -07:00
Greg Neagle bf1dfeec61 Updated Norwegian Bokmal translation. Thanks to Frank Paul Silye. 2014-08-31 08:16:49 -07:00
Greg Neagle a83e293dae MunkiStatus: re-encode .strings files to UTF-8 to avoid build warnings 2014-08-30 08:17:41 -07:00
Greg Neagle dd52ff4b83 Re-encode Localized.strings as UTF-8 to eliminate build warnings 2014-08-30 08:06:38 -07:00
Greg Neagle 38a800d4cb Updated Swedish translation by Jonas Jöreskog 2014-08-28 12:56:53 -07:00
Greg Neagle ca7263206f Add Managed Software Center 10_6.icns without Retina resolutions; on launch on 10.6, swap the Dock icon with the 10_6 version to avoid display problems in the Dock and app switcher when the icon is badged. 2014-08-28 08:27:19 -07:00
Greg Neagle 82754b25bf Return search field to prior behavior where a search is triggered only on enter/return/end editing 2014-08-27 15:11:41 -07:00
Greg Neagle b6052fff8a Add translation for 'Running Adobe Setup' message from managedsoftwareupdate (copied from Managed Software Center's Localizable strings) 2014-08-27 08:36:46 -07:00
Greg Neagle 6a7eafe5ed Merge branch 'Munki2' of https://code.google.com/r/thomastvegaard-munki into Munki2
Conflicts:
	code/apps/MunkiStatus/MunkiStatus/da.lproj/MainMenu.strings
2014-08-27 08:31:49 -07:00
Greg Neagle ced7877c46 Updated all MunkiStatus MainMenu.strings 2014-08-27 08:26:59 -07:00
Hannes Juutilainen 018ad2dba5 Updates for Finnish localization (Issue 377). 2014-08-27 17:10:23 +03:00
Thomas Tvegaard 0f3b18238f Updated Localizable.strings and added missing translation and improved others. 2014-08-27 14:21:29 +02:00
Thomas Tvegaard 2ca2286de0 Update from original master. 2014-08-27 11:24:39 +02:00
Noel B. A ec41181a77 address Issue 375:Munki 2 ES possible localization issues 2014-08-26 21:06:12 +03:00
Greg Neagle cce8e32c67 Don't show images in descriptions in the pending/available updates list. 2014-08-25 22:39:46 -07:00
Greg Neagle dd4c90c67f Tweak toolbar button highlighting logic 2014-08-25 16:06:37 -07:00
Greg Neagle 459f95c11a Add <img> tags to the list of HTML tags not filtered from description HTML; this enables imgs in item descriptions. 2014-08-25 16:05:43 -07:00
thomas-dam 5350ed0585 Checked existing string and localized missing ones 2014-08-25 23:19:15 +02:00
thomas-dam 3f21f937a5 Checked existing string and localized missing ones 2014-08-25 23:09:27 +02:00
Greg Neagle c94ec6e1ce Merge branch 'Munki2_dutch_localization' of https://code.google.com/r/arjenvanbochoven-munki into Munki2 2014-08-25 13:46:21 -07:00
Arjen van Bochoven f95ebb0f87 Even more Dutch localizations 2014-08-25 22:42:22 +02:00
Greg Neagle e62250a7d1 Merge branch 'Munki2_dutch_localization' of https://code.google.com/r/arjenvanbochoven-munki into Munki2 2014-08-25 13:35:02 -07:00
Greg Neagle 6d20016150 Merge https://code.google.com/r/fridomac-munki-local into Munki2 2014-08-25 13:31:09 -07:00