task
stringlengths 12
101
| input
stringlengths 0
6.4k
| output
stringlengths 1
6.03k
| options
sequence | pageTitle
stringlengths 0
632
| outputColName
stringlengths 1
710
| url
stringlengths 15
288
| wdcFile
stringlengths 66
75
|
---|---|---|---|---|---|---|---|
e4f6e100___Architecture___Project_Kenai__Description | [Component] XLog [Category] Database Access Components [Description] | Message driven bean that logs HIEOS transactions asynchronously. | [] | Health Information Exchange Open Source: Wiki: Architecture — Project Kenai | Description | https://kenai.com/projects/hieos/pages/Architecture | 39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_889478084_2.json |
e4f6e100___Architecture___Project_Kenai__Description | [Component] RepoImpl [Category] Database Access Components [Description] | XDS.b Repository storage mechanism. Currently configured to store XDS.b documents in an RDBMS. | [] | Health Information Exchange Open Source: Wiki: Architecture — Project Kenai | Description | https://kenai.com/projects/hieos/pages/Architecture | 39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_889478084_2.json |
e4f6e100___Architecture___Project_Kenai__Description | [Component] Web Service Framework (Axis2) [Category] Infrastructure [Description] | Provides web services infrastructure used by HIEOS. | [] | Health Information Exchange Open Source: Wiki: Architecture — Project Kenai | Description | https://kenai.com/projects/hieos/pages/Architecture | 39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_889478084_2.json |
e4f6e100___Architecture___Project_Kenai__Description | [Component] Java Database Connectivity (JDBC) [Category] Infrastructure [Description] | Provides database access layer to underlying RDBMS for all HIEOS storage requests. | [] | Health Information Exchange Open Source: Wiki: Architecture — Project Kenai | Description | https://kenai.com/projects/hieos/pages/Architecture | 39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_889478084_2.json |
e4f6e100___Architecture___Project_Kenai__Description | [Component] Application Server (GlassFish ESB) [Category] Infrastructure [Description] | Provides J2EE-compliant web application server environment. | [] | Health Information Exchange Open Source: Wiki: Architecture — Project Kenai | Description | https://kenai.com/projects/hieos/pages/Architecture | 39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_889478084_2.json |
e4f6e100___Architecture___Project_Kenai__Description | [Component] RDBMS (MySQL, PostGres) [Category] Infrastructure [Description] | Provides RDBMS storage mechanism for HIEOS. | [] | Health Information Exchange Open Source: Wiki: Architecture — Project Kenai | Description | https://kenai.com/projects/hieos/pages/Architecture | 39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_889478084_2.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] loadstart [Interface] ProgressEvent [PROGRESS] [Preconditions] networkState equals LOADING [Dispatched when...] | The user agent begins fetching the media data, synchronously during the load() method call. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] progress [Interface] ProgressEvent [PROGRESS] [Preconditions] networkState is more than EMPTY and less than LOADED [Dispatched when...] | The user agent is fetching media data. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] loadedmetadata [Interface] Event [Preconditions] networkState equals LOADED_METADATA [Dispatched when...] | The user agent is fetching media data, and the media resource's metadata has just been received. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] loadedfirstframe [Interface] Event [Preconditions] networkState equals LOADED_FIRST_FRAME [Dispatched when...] | The user agent is fetching media data, and the media resource's first frame has just been received. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] load [Interface] ProgressEvent [PROGRESS] [Preconditions] networkState equals LOADED [Dispatched when...] | The user agent finishes downloading the entire media resource. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] abort [Interface] ProgressEvent [PROGRESS] [Preconditions] error is an object with the code MEDIA_ERR_ABORTED. networkState equals either EMPTY or LOADED, depending on when the download was aborted. [Dispatched when...] | The user agent stops fetching the media data before it is completely downloaded. This can be fired synchronously during the load() method call. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] error [Interface] ProgressEvent [PROGRESS] [Preconditions] error is an object with the code MEDIA_ERR_NETWORK_ERROR or higher. networkState equals either EMPTY or LOADED, depending on when the download was aborted. [Dispatched when...] | An error occurs while fetching the media data. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] emptied [Interface] Event [Preconditions] networkState is EMPTY; all the DOM attributes are in their initial states. [Dispatched when...] | A media element whose networkState was previously not in the EMPTY state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the load() method was reinvoked, in which case it is fired synchronously during the load() method call). | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] stalled [Interface] ProgressEvent [Dispatched when...] | The user agent is trying to fetch media data, but data is unexpectedly not forthcoming. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] play [Interface] Event [Preconditions] paused is newly false. [Dispatched when...] | Playback has begun. Fired after the play method has returned. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] pause [Interface] Event [Preconditions] paused is newly true. [Dispatched when...] | Playback has been paused. Fired after the pause method has returned. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] waiting [Interface] Event [Preconditions] readyState is either DATA_UNAVAILABLE or CAN_SHOW_CURRENT_FRAME, and paused is false. Either seeking is true, or the current playback position is not contained in any of the ranges in buffered. It is possible for playback to stop for two other reasons without paused being false, but those two reasons do not fire this event: maybe playback ended, or playback stopped due to errors. [Dispatched when...] | Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] seeking [Interface] Event [Dispatched when...] | The seeking DOM attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] seeked [Interface] Event [Dispatched when...] | The seeking DOM attribute changed to false. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] timeupdate [Interface] Event [Dispatched when...] | The current playback position changed in an interesting way, for example discontinuously. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] ended [Interface] Event [Preconditions] currentTime equals the effective end; ended is true. [Dispatched when...] | Playback has stopped because the end of the media resource was reached. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] dataunavailable [Interface] Event [Preconditions] The readyState attribute is newly equal to DATA_UNAVAILABLE. [Dispatched when...] | The user agent cannot render the data at the current playback position because data for the current frame is not immediately available. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] canshowcurrentframe [Interface] Event [Preconditions] The readyState attribute is newly equal to CAN_SHOW_CURRENT_FRAME. [Dispatched when...] | The user agent cannot render the data after the current playback position because data for the next frame is not immediately available. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] canplay [Interface] Event [Preconditions] The readyState attribute is newly equal to CAN_PLAY. [Dispatched when...] | The user agent can resume playback of the media data, but estimates that if playback were to be started now, the media resource could not be rendered at the current playback rate up to its end without having to stop for further buffering of content. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] canplaythrough [Interface] Event [Preconditions] The readyState attribute is newly equal to CAN_PLAY_THROUGH. [Dispatched when...] | The user agent estimates that if playback were to be started now, the media resource could be rendered at the current playback rate all the way to its end without having to stop for further buffering. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] ratechange [Interface] Event [Dispatched when...] | Either the defaultPlaybackRate or the playbackRate attribute has just been updated. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] durationchange [Interface] Event [Dispatched when...] | The duration attribute has just been updated. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
d549031f_HTML_5__Dispatched_when___ | [Event name] volumechange [Interface] Event [Dispatched when...] | Either the volume attribute or the muted attribute has changed. Fired after the relevant attribute's setter has returned. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/video.html | 39/1438042989126.22_20150728002309-00059-ip-10-236-191-2_816582832_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-50 [Status] Resolved [Resolution] Won't Fix [By] Unassigned [Summary] | RFE: invalid parameters for #if directive should be a parse error? | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-62 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Macro scope nesting | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-70 [Status] Resolved [Resolution] Cannot Reproduce [By] Unassigned [Summary] | public members inherted from non-public classes are not valid references | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-92 [Status] Resolved [Resolution] Duplicate [By] Unassigned [Summary] | File names do not appear in ParseErrorExceptions | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-102 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Add Support for Static Utility Classes | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-146 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Macros not evaluated on the first attempt with #parse | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-149 [Status] Resolved [Resolution] Won't Fix [By] Unassigned [Summary] | allow for deeply nested macro calls | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-174 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | For consideration: #define()...#end directive to define a block of VTL as a reference | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-223 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | VMs that use a large number of directives and macros use excessive amounts of memory - over 4-6MB RAM per form | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-227 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | ResourceFactory not extensible | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-232 [Status] Resolved [Resolution] Won't Fix [By] Unassigned [Summary] | Add support for array.length | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-277 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | macros in #parsed files are not refreshed when including page is refreshed | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-297 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Maximum recursion depth for macro calls | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-333 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | RuntimeInstance.init(Properties p) doesn't inherit defaults | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-352 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Need translation of change to user's guide re: math operations | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-355 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | lost '#'s inside #literal()/#end | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-362 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | can't load macros in file loaded with #parse | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-365 [Status] Resolved [Resolution] Duplicate [By] Unassigned [Summary] | handle Lists & arrays similarly | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-395 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Semantics of escaping unclear | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-437 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Intercept output of objects | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-439 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Improve Resource existence detection | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-443 [Status] Resolved [Resolution] Fixed [By] Nathan Bubna [Summary] | Velocity 1.4 does not support Iterable collections. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-447 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | add documentation to explain precedence for resolving property | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-448 [Status] Closed [Resolution] Duplicate [By] Unassigned [Summary] | Can't define macro in separate file and use it in another file. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-450 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Reduce memory usage for Velocity templates | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-452 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | In ASTMethod.execute the IllegalArgumentException should be catched | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-455 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Error in chapter "Escaping VTL Directives" in the User Guide | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-466 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | Look into maven plugins for ant to use automatic deployment to maven repositories | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-467 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Throw more exceptions and log less errors | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-499 [Status] Resolved [Resolution] Fixed [By] Nathan Bubna [Summary] | Default Velocity LogChute implementations blabber too much | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-509 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Add new directive #evaluate | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-511 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | add notes on jar upgrade to README | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-512 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | fix dependency list in jar-dependencies.xml | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-514 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Rendering a template with inline macro concurrently causes VM error : Null AST | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-517 [Status] Closed [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | anchors do not appear in user guide | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-520 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | "\u0061" causes lexer exception | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-521 [Status] Resolved [Resolution] Fixed [By] Will Glass-Husain [Summary] | please do not force to use JDK 1.4 for running the package target in build.xml | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-524 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | MD5 files have incorrect format | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-525 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | Clean up the logic in SecureIntrospectorImpl to be more readable. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-526 [Status] Resolved [Resolution] Fixed [By] Henning Schmiedehausen [Summary] | Update our maven POM to match Apache standards. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-528 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Velocity 1.5 raises errors for templates that ran in 1.4. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-529 [Status] Closed [Resolution] Fixed [By] Unassigned [Summary] | Set a macro library programmatically for each individual page request | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-531 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Some user feedback / wishes from the O'Reilly blog | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-532 [Status] Resolved [Resolution] Cannot Reproduce [By] Unassigned [Summary] | $velocityCount in macro not processed | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-533 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Treat arrays like fixed-length lists | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-534 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Support varargs in method calls | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-536 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Velocity Engine throws NullPointer Exception when two people click on the same page at the same time for the first time | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-537 [Status] Resolved [Resolution] Fixed [By] Will Glass-Husain [Summary] | Multi-line comments causing ParseException in macros in Velocity engine 1.5 | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-538 [Status] Resolved [Resolution] Fixed [By] Will Glass-Husain [Summary] | Cannot add objects as values in Map creation unless last entry is quoted | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-541 [Status] Resolved [Resolution] Fixed [By] Nathan Bubna [Summary] | only possible to use one StringResourceLoader per application | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-543 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | download page refers to nightly builds which don't exist | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-544 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | BooleanPropertyExecutor refers to primitive boolean not object Boolean | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-545 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Fix memory leak in ParserPoolImpl. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-546 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Set current resource during directive initialization | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-547 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Add ablity to add directives programatically | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-548 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Allow user directives to have no content | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-549 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Allow directives to detect whether literals are constant | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-551 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | IncludeNotFound event handler not including the "notfound" page | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-552 [Status] Resolved [Resolution] Duplicate [By] Unassigned [Summary] | Lost $ within literal blocks when not followed by alpha | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-553 [Status] Open [Resolution] Unresolved [By] Unassigned [Summary] | Posibility to configure ReportInvalidReferences to don't report report variables,properties and method which exist, but only have null value | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-554 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Velocity sources and javadocs missing in the maven repository | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-556 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Another concurrency issue with macros | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-557 [Status] Resolved [Resolution] Duplicate [By] Unassigned [Summary] | Parsing error when defining a Map where the last entry is a reference | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-559 [Status] Resolved [Resolution] Fixed [By] Nathan Bubna [Summary] | Log4j logging configuration guide is outdated/wrong | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-560 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Should ExtendedProperties.convertProperties instead of ExtendedProperties.putAll | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-561 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Parse failures occur for cases involving a line comment that contains a multi-line comment. | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-563 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | VTL reference missing logical operators | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-565 [Status] Resolved [Resolution] Fixed [By] Will Glass-Husain [Summary] | EvaluateContext does not take account of inner.localContext | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-566 [Status] Closed [Resolution] Fixed [By] Unassigned [Summary] | EmptyStackException when rendering macros simultaneously | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-570 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | speed improvement of the tokenizer | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
611c9922_Apache_Velocity___JIRA_Report__Summary | [Key] VELOCITY-571 [Status] Resolved [Resolution] Fixed [By] Unassigned [Summary] | Glossary of significant terms and abbreviations | [] | Apache Velocity - JIRA Report | Summary | http://velocity.apache.org/engine/releases/velocity-1.6/jira-report.html | 39/1438042989126.22_20150728002309-00102-ip-10-236-191-2_248745751_0.json |
Subsets and Splits