openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
ThinWire Ajax RIA Framework
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jul 21, 2024 — Jul 21, 2025
Showing page 5 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Corrected issue "1840747 - Security: Don't execute events for disabled / non-visible" BEHAVIOR CHANGE: This fix may break additional client-side code that is injected via the WebApplication.clientSide calls. If the injected code
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1840731 - Menu: Disabled second-tier is incorrectly exapandable"
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1854645 - clientSideIncludeFile doesn't support remote files". You can now include remote files properly. Additionally, the new include approach should load back-to-back scripts faster and more efficiently while still guaranteeing that each clientSideIncludeFile executes in the order called.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Merged bugfixes from 1.2 branch (r553)
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Fix for the shared 'thinwire.jar' feature.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Merged bugfixes from 1.2 branch (r541)
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Made the change necessary to support shared context thinwire.jar usage.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Made the change necessary to support shared context thinwire.jar usage.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Made the change necessary to support shared context thinwire.jar usage.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Made the change necessary to support shared context thinwire.jar usage.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Made the change necessary to support shared context thinwire.jar usage.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1840766 - RichText: i18n issue with rich text on any component". Richtext should work with all unicode characters now.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected recent IE bug mentioned here: http://sourceforge.net/forum/message.php?msg_id=4654026. Problem was caused by the recent rework of the EventManager. Since the event loop is not running constantly anymore, there is apparently a new situation that can occur, which is that IE's XHR may report that it is not ready for transmission. The current code would simply drop the transmission and therefore the server would never receive the event. The correction was simply to detect the non-ready state and then reschedule the event transmission for later, in this case 100ms later.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Added support for the shared 'thinwire.jar' feature.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Implemented feature request "1841802 - Support shared use of the thinwire.jar, extend WebServlet". You can now subclass WebServlet to create a servlet entry point within your application. For example, if your application package is com.mycompany.myapp, you might create a class called AppContextServlet that subclasses WebSevlet. Then you would configure your application's web.xml so that the servlet is AppContextServlet. If you do something similar for all of your ThinWire applications, you should then be able to have a single thinwire.jar that is placed in the shared library folder of the application server, which is 'shared/lib' in the case of Tomcat.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Cleaned out the old ThinWire stress test hooks because they are no longer necessary.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1840762 - EditMask: The acceptable year range is too broad."
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Fixed issue 1840713 - TableLayout: Last row / column is larger than others
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Checked in a new TableLayoutSizeTest to recreate the problem discussed here: http://sourceforge.net/forum/message.php?msg_id=4642076
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Implemented request "1662062 - Hyperlink.openLocation: Remove Toolbars". Added support for this feature at multiple levels. Hyperlink.openLocation now has two additional overloads to support the new 'visibleChrome' and 'resizeAllowed' options. By specifying 'false' for visibleChrome, the resulting popup window will have it's menubar, status, toolbar, locationbar and directoriesbar stripped provided the browser supports it. Likewise, specifying false for resizeAllowed will prevent the popup window from being resized.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Added support for the new target, visibleChrome & resizeAllowed properties on Hyperlink.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
←
1
2
3
4
5
6
7
8
9
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree