The following warnings occurred:
Warning [2] Undefined variable $awaitingusers - Line: 33 - File: global.php(779) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(779) : eval()'d code 33 errorHandler->error
/global.php 779 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 837 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 837 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 4950 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 4950 errorHandler->error
/global.php 837 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1394 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1394 errorHandler->error
/inc/functions.php 1349 fetch_forum_permissions
/printthread.php 83 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 174 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 174 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 179 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 179 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 174 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 174 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 179 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 179 errorHandler->error
Warning [2] Undefined variable $css_align - Line: 1147 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_parser.php 1147 errorHandler->error
/inc/class_parser.php 1174 postParser->mycode_parse_img
[PHP]   postParser->mycode_parse_img_callback2
/inc/class_parser.php 481 preg_replace_callback
/inc/class_parser.php 177 postParser->parse_mycode
/printthread.php 184 postParser->parse_message
Warning [2] Undefined array key "showimages" - Line: 174 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 174 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 179 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 179 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 174 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 174 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 179 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 179 errorHandler->error



High Frontier Forums
fun with code-signing - Printable Version

+- High Frontier Forums (http://highfrontier.com/forum)
+-- Forum: General (http://highfrontier.com/forum/forumdisplay.php?fid=1)
+--- Forum: Dev Log (http://highfrontier.com/forum/forumdisplay.php?fid=15)
+--- Thread: fun with code-signing (/showthread.php?tid=63)



fun with code-signing - JoeStrout - 09-04-2015

Just to let everyone know what we're up to... we've finished most of the tickets for version 0.18, but now we're working on getting the apps properly code-signed.

Code signing is a necessary step to avoid those scary "Unknown publisher" dialogs that appear on both Mac and Windows.  Depending on what version of the OS you're running, these might claim the file is damaged or can't be run.  All untrue, of course.  But on recent versions of Mac OS X, you can't even run such an app by just double-clicking; you have to right-click, select "Open" from the contextual menu, and then click the Open button in the "Danger! Danger!" dialog that appears.

Code signing satisfies these nervous operating systems by creating a chain of encrypted "certificates" that lead back to some trusted authority, who has verified that we're a real entity on the up-and-up.  In the case of Mac OS X, that authority has to be Apple.  We've had an Apple developer account (actually, several) for years, so this was no problem.

In the case of Windows, Microsoft doesn't actually code-sign or issue trust certificates.  Instead they have a list of third-party certificate authorities that are known to the OS.  Unfortunately, Apple isn't one of these.  So, we're currently in the process of applying for a certificate from Codomo.  Since we have just relocated from Colorado to Arizona, that might be a bit thorny... please keep your fingers crossed!


Almost there... - JoeStrout - 09-11-2015

It's taken longer than we would have liked, but we got our code-signing certificates all squared away, and just today, worked out how to make a proper Windows installer.

There's still a bit of testing and rough-edge-sanding to be done, but we're really close now.

[Image: fydry.gif]

So check back soon — version 0.18 should be out within the next few days!



RE: fun with code-signing - Pye-rate - 10-08-2015

Mac 10.6.08 compatible?


RE: fun with code-signing - JoeStrout - 10-08-2015

(10-08-2015, 12:36 PM)Pye-rate Wrote: Mac 10.6.08 compatible?

I'm not sure, none of my work machines are running 10.6 anymore.  Why not try it and see?