Commit Graph

181 Commits

Author SHA1 Message Date
Mats Schwieger
00aa27ed00 elegantere Formulierungen? 2016-02-25 15:13:32 +01:00
Greg Neagle
a885e52a54 Merge pull request #553 from bruienne/master
Added try block to catch malformed Info.plist.
2016-01-22 08:46:57 -08:00
Pepijn Bruienne
877275dc1e Updated to more generically catch a bad Info.plist. 2016-01-06 16:02:03 -05:00
Maxim Ermilov
7affe037f9 more logging 2015-12-10 16:56:49 -05:00
Greg Neagle
4ad7237f23 Display error alert if MSC.app can't save user choices to the SelfServManifest. Addresses issue #519 2015-12-09 12:56:37 -08:00
Greg Neagle
d30aa2ca44 Merge pull request #540 from munki/samuel-docs
Minor internal text updates
2015-12-09 11:30:39 -08:00
Pepijn Bruienne
91d830252e Added try block to catch malformed Info.plist.
convertIconToPNG() would cause MSC Updates tab to hang
when processing applications with a malformed Info.plist file.
2015-12-08 10:31:45 -05:00
Justin McWilliams
c4b5206e6c setup MSC logging before making logging calls 2015-11-30 18:20:26 -05:00
Greg Neagle
758f7ebe19 Fix copyright and licensing info in main.m's comments 2015-11-24 14:04:51 -08:00
Greg Neagle
a96d55ca49 Track items that were in SelfServeManifest's managed_installs -- when a removal is requested and then cancelled, item should be re-added to SelfServeManifest's managed_installs. Addresses issue #546. 2015-11-23 16:56:21 -08:00
Greg Neagle
8fc18792c8 Show preupgrade_alert if applicable when adding an item from the updates list view; show preuninstall_alert if applicable when removing an item from the My Items view. Addresses issue 545 and jessepeterson's comment on issue 507. 2015-11-23 13:50:19 -08:00
Samuel Keeley
23d2e85545 Merge branch 'master' into samuel-docs 2015-11-20 14:54:19 -08:00
Greg Neagle
6ad9066933 Update more Base SDK references in Xcode project files to "macosx"/"Latest OS X" 2015-11-19 09:17:00 -08:00
Greg Neagle
cbe21d36ff Change Base SDK for apps to 'Latest OS X' and OS X Deployment Target to 'OS X 10.6' 2015-11-18 16:36:06 -08:00
Greg Neagle
0c11978c84 Remove print statement added when debugging 2015-11-18 14:26:02 -08:00
Greg Neagle
0908595ab1 Better handling of character references when parsing description HTML 2015-11-18 14:24:08 -08:00
Samuel Keeley
b44ae33ca0 Update OS X text 2015-11-13 20:57:25 -08:00
Samuel Keeley
67513852fc Replace internal documentation URLs with HTTPS versions 2015-11-13 20:42:50 -08:00
Samuel Keeley
5c12185da4 Replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0 2015-11-13 20:35:24 -08:00
Greg Neagle
0f8a51f9e7 Ignore _mbsetupuser when checking for other GUI users prior to logout/restart 2015-08-20 10:42:54 -07:00
Greg Neagle
8378d43fbf Add missing installSessionErrorAlert method to AlertController 2015-08-20 10:22:33 -07:00
Erik Gomez
0bcf01693e preupgrade_alert support 2015-08-17 09:33:00 -05:00
Greg Neagle
364206acdf Removing notifier from master branch 2015-08-06 09:17:45 -07:00
Takanori TANIGUCHI
1cf8414c48 Check and fix Japanese strings 2015-07-25 17:51:48 +09:00
Takanori TANIGUCHI
ec4e98aae2 Correct year. 2015-07-25 17:44:32 +09:00
Greg Neagle
45b3fbf785 Update project settings for Managed Software Center and MunkiStatus to add Japanese localization 2015-07-08 15:25:36 -04:00
Allister Banks
d4233edf31 add localization for japanese, haven't modified project settings
munkiStatus and MSC Japanese localizations. MSC’s is tested thoroughly.
Not including additional line in build script that calls localize,
leaving that to @gregneagle
2015-07-08 14:15:21 -04:00
Greg Neagle
c92a0ba042 Protect against empty strings being passed as button labels for preinstall/preuninstall_alerts 2015-07-04 12:53:17 -07:00
Greg Neagle
1a3d82291e html-escape labels for additional updates always; add missed template with escaped fields 2015-06-16 17:03:41 -07:00
Greg Neagle
73a1a33e80 HTML escape and/or JavaScript quote item fields that are substituted into templates to prevent invalid HTML/JavaScript. 2015-06-10 14:19:14 -07:00
Timothy Sutton
4c02751b3d Check for a nil NSNotification.userInfo dict on applicationDidFinishLaunching_()
- seems to be nil/NoneType on 10.6
2015-06-04 10:40:06 -04:00
Greg Neagle
4cec7f7366 Another attempt to fix toolbar display issues on Yosemite 2015-05-06 09:42:09 -07:00
Greg Neagle
6e977c74ec Replace Updates toolbar image with png in attempt to fix unexpected icon size changes under Yosemite 2015-04-25 19:06:53 -07:00
Greg Neagle
3748463791 Check value of returned object when serializing or deserializing instead of the value of the error 2015-04-16 09:22:25 -07:00
Greg Neagle
42e2cf17f1 Begin Notification Center support: notifier helper app; docktileplugin, support for NSUserNotificationCenterDelegate methods 2015-04-15 10:44:37 -07:00
Greg Neagle
9ae150a6b7 Don't go crazy if force_install_after_date for an item is not actually a date object. 2015-03-26 16:29:47 -07:00
Samuel Keeley
b9c1f63bfc Fix DPI for icons 2015-03-10 14:01:04 -07:00
Samuel Keeley
dbb9dacc3d optimized icns from optimized pngs 2015-03-09 11:17:00 -05:00
Samuel Keeley
b868bc41a0 lossless optimization of PNG assets 2015-03-09 09:34:00 -05:00
Greg Neagle
b5bc93bf8d Make MSC responsible for triggering a restart if needed and GUI user is present to avoid process synchronization issues 2015-02-25 15:35:42 -08:00
Greg Neagle
3238ce4ded Add main window frame autosave attribute to .xib and remove it from MSCMainWindowController.py; this way window frame is restored as the window is displayed instead of shortly after. 2014-12-08 10:18:24 -08:00
Greg Neagle
2a0005d788 Use NSWindow's setWindowFrameAutosaveName: method to cause the main window's rectangle to be automatically saved and restored. 2014-12-05 08:53:14 -08:00
Richard Lafontaine
a6e6818b40 Fix for issue #428 (only valid for French translation) - typo. 2014-12-05 09:08:30 -05:00
Richard Lafontaine
443738b021 Fix for issue #428 (only valid for French translation). 2014-12-05 08:58:24 -05:00
Greg Neagle
34b08ddf45 Merge pull request #427 from little2112/patch-2
InfoPlist RU
2014-12-03 08:24:09 -08:00
little2112
ad00691d9e InfoPlist RU
Just a tiny bit to complete Russian localization. ;)
2014-12-03 18:47:49 +03:00
little2112
864c6af585 Main Menu RU
The only thing I didn't get is just what on Earth is there "Narrow
Space" for and thus how to interpret it... Also "AMainMenu" seems more
like an error to me...
The rest is pretty much straight forward.

Greg, would you please shed some light on Narrow Space and stuff? ;)
2014-12-03 18:44:01 +03:00
Greg Neagle
b7a54a952c Updated Russian localization. Thanks to little2112@gmail.com 2014-12-03 07:08:45 -08:00
Greg Neagle
ec3489d8b8 Bug fix: os.mkdirs() should be os.makedirs() Silly Python. 2014-11-21 06:17:28 -08:00
Samuel Keeley
0637de069c change google code text to github 2014-11-06 11:14:00 -08:00