Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tuning of properties loading. | Jiri Vanek | 2014-01-27 | 1 | -0/+1 |
| | | | | Jnlp runtime now correctly dies in case of ConfigurationException and initialisation of config is failing to defaults instead of die with NoClassDefFoundError | ||||
* | Improve PolicyTool launch method in PolicyPanel | Andrew Azores | 2014-01-24 | 1 | -0/+1 |
| | | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025971.html * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: added license header and javadocs. Launch PolicyTool by ProcessBuilder rather than calling PolicyTool.main directly, with reflective launch fallback method. * netx/net/sourceforge/jnlp/resources/Messages.properties: added message (CPPolicyEditorNotFound) | ||||
* | Added PolicyPanel to itweb-settings for custom policies | Andrew Azores | 2014-01-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | Added itweb-settings panel to explain custom policy files and allow launching a policy editor for user's policy file. * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java: (createMainSettingsPanel, createPolicySettingsPanel) added PolicyPanel * netx/net/sourceforge/jnlp/resources/Messages.properties: new messages for PolicyPanel * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: new panel to allow launching of external policy editor * tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html: new test to ensure custom user policy files work correctly * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplet.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplication.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesJnlpHref.html * tests/reproducers/simple/CustomPolicies/srcs/CustomPolicies.java * tests/reproducers/simple/CustomPolicies/testcases/CustomPoliciesTest.java | ||||
* | JNLPRuntime.config changed to proper singleton. | Jiri Vanek | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Messages.properties: added "It will be granted unrestricted access to your ↵ | Jiri Vanek | 2013-12-09 | 1 | -3/+3 |
| | | | | computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages. | ||||
* | Add units to cache size label in itweb-settings | Andrew Azores | 2013-12-05 | 1 | -1/+1 |
| | | | | PR1604 - no units shown for cache size label in TemporaryInternetFilesPanel | ||||
* | Better validation of crytical dirs with proper message on startup | Jiri Vanek | 2013-12-02 | 1 | -0/+3 |
| | |||||
* | Enabled file logging in plugin, user enabled to choose logs dir | Jiri Vanek | 2013-11-29 | 1 | -1/+3 |
| | |||||
* | Java console resurrected and connected to new logging. | Jiri Vanek | 2013-11-05 | 1 | -0/+18 |
| | |||||
* | Introduced logging bottleneck | Jiri Vanek | 2013-09-25 | 4 | -4/+10 |
| | |||||
* | Made temporary files location JFileChooser open at the currently specified ↵ | Jacob Wisor | 2013-09-11 | 4 | -2/+11 |
| | | | | | | | | | location Made temporary files location JFileChooser display a helpful title Removed misleading "All Files" file filter from JFileChooser Added new message to resources for JFileChooser's choose button Fixed a few inconsistent messages in resource files | ||||
* | about dialogue now available from itw-settings | Jiri Vanek | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | added some missing de and pl strings | Jiri Vanek | 2013-07-17 | 4 | -2/+15 |
| | |||||
* | Implemented new about dialogue (by Andrew Azores). Andrew added to authors | Jiri Vanek | 2013-07-10 | 5 | -17/+56 |
| | |||||
* | Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml files | Jiri Vanek | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | more detailed hint for CCannotClearCache | Jiri Vanek | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Remove 'serious' from error message in splash screen. | Adam Domurad | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | netx/net/sourceforge/jnlp/resources/Messages.properties: (CPJVMitwExec)fixed ↵ | Jiri Vanek | 2013-05-14 | 1 | -1/+1 |
| | | | | invalid unicode character | ||||
* | Added default, DE and PL localization's tweeks | Jiri Vanek | 2013-05-02 | 3 | -44/+116 |
| | |||||
* | Renamed cz locales to be more general | Jiri Vanek | 2013-05-02 | 1 | -0/+0 |
| | | | | | netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename. | ||||
* | Added polish transaltion and tests to it | Jiri Vanek | 2013-04-26 | 3 | -38/+576 |
| | | | | Also minor changes to En and De files | ||||
* | Improved and completed CZ localisation | Jiri Vanek | 2013-04-26 | 1 | -43/+140 |
| | |||||
* | Fixed gifar vulnereability with automated testcase | Jiri Vanek | 2013-04-17 | 2 | -0/+2 |
| | |||||
* | Present more information in unsigned applet confirmation. | Adam Domurad | 2013-04-12 | 1 | -2/+2 |
| | |||||
* | Added help for extended applets security and settings | Jiri Vanek | 2013-04-12 | 1 | -0/+144 |
| | |||||
* | Added dialogue to allow setting of custom JRE | Jiri Vanek | 2013-04-12 | 1 | -0/+24 |
| | |||||
* | Allow for remembered unsigned trust based on codebase | Adam Domurad | 2013-04-11 | 1 | -0/+2 |
| | |||||
* | Integration of unsigned applet confirmation dialogue. | Adam Domurad | 2013-03-26 | 1 | -0/+9 |
| | |||||
* | Jacob Wisor <[email protected]>, fixed strange sentences in default ↵ | Jiri Vanek | 2013-03-13 | 1 | -40/+40 |
| | | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties | ||||
* | Added initial German localization by Jacob Wisor <[email protected]> | Jiri Vanek | 2013-03-13 | 1 | -0/+536 |
| | | | | | * netx/net/sourceforge/jnlp/resources/Messages_de.properties: New file with German properties | ||||
* | Added backend and settings for extended applet security | Jiri Vanek | 2013-02-27 | 1 | -0/+61 |
| | |||||
* | Add unit tests for locales and locales fixed | Jiri Vanek | 2013-01-30 | 2 | -13/+17 |
| | | | | | | | | * netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added missing, filled empty and removed dangling items * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: New unittest for missing, empty, duplicate or dangling locales. | ||||
* | Splashscreen error report made more detailed by stored LaunchErrors | Jiri Vanek | 2013-01-30 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date. | ||||
* | Download indicator made compact for more then one jar | Jiri Vanek | 2013-01-10 | 2 | -0/+0 |
| | |||||
* | Converted Messages.properties to Unix format | Deepak Bhole | 2013-01-07 | 1 | -475/+475 |
| | |||||
* | Minor fix for possible NPE (non fatal) during splashscreen creation | Jiri Vanek | 2012-12-21 | 2 | -0/+6 |
| | |||||
* | PR1217: Add command line arguments for plugins | Saad Mohammad | 2012-12-05 | 1 | -0/+3 |
| | |||||
* | Fix grammar in splash screen exception message | Adam Domurad | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags. | Adam Domurad | 2012-12-04 | 2 | -0/+2 |
| | |||||
* | Added cz_CS locales with test | Jiri Vanek | 2012-11-02 | 1 | -0/+467 |
| | |||||
* | New message for when JNLP is fully signed by different certs | Adam Domurad | 2012-10-19 | 1 | -0/+2 |
| | |||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 1 | -2/+1 |
| | | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets. | ||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 1 | -1/+2 |
| | |||||
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 1 | -0/+24 |
| | |||||
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 1 | -3/+4 |
| | |||||
* | Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from ↵ | Danesh Dadachanji | 2012-07-20 | 1 | -1/+2 |
| | | | | certificate warning. | ||||
* | netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in ↵ | Jiri Vanek | 2012-05-23 | 1 | -4/+4 |
| | | | | PBadNonrelativeUrl | ||||
* | Added more debugging outputs (especially paths to keystores) for ↵ | Jiri Vanek | 2012-05-23 | 1 | -1/+3 |
| | | | | JNLPClassLoader and CertificateUtils | ||||
* | Validate the recently_used file at every load. This will fix the StringIndex- | Thomas Meyer | 2012-04-10 | 1 | -7/+2 |
| | | | | | | OutOfBoundsException for a corrupted path entry thrown in CacheUtil.pathToURLPath(). This Exception was catched in RessourceTracker.Downloader.run() and only printed in debug mode. | ||||
* | Fix JNLP parser to halt when required title and vendor elements are missing. | Danesh Dadachanji | 2012-03-16 | 1 | -0/+2 |
| |