1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the ability to attach HTML fragment to DOM and then to call RenderResult::getWidget() to get the first widget that was rendered. More... about 12 years ago
sourceUrlResolver function works with paths not URLs (fixes problem when using in-place-deployment with source-mapping entries) More... about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs More... about 12 years ago
Adding "logger" variable which is needed for some error handling More... about 12 years ago
Changed method names for inserting rendered HTML into the DOM More... about 12 years ago
Upped version to 2.0.7 More... about 12 years ago
Converting sub attributes to camel case for ForNode properties More... about 12 years ago
Removed use of dash in property name More... about 12 years ago
Added code to make sure widget ID is always valid More... about 12 years ago
Removing use of dash separated properties in JS code More... about 12 years ago
Added ability to remove dashes from sub-attributes by converting to camel case More... about 12 years ago
Updating comment More... about 12 years ago
Minor updates to the raptor/component-renderer/RenderResult class More... about 12 years ago
Made change to preserve attribute names based on loaded attribute definition More... about 12 years ago
Preserving widget event attribute names More... about 12 years ago
Added override for preserving property names based in via tag attributes More... about 12 years ago
Fixing reference the widgets taglib package More... about 12 years ago
Restoring conversion of dash separated attributes to camel case More... about 12 years ago
PRES-5127 Added error message for when widget ID is not provided correctly More... about 12 years ago
PRES-5127 Fix to correctly convert widgets initialized as part of UI components rendered in the browser More... about 12 years ago
PRES-5127 Improved how widget IDs are generated by taking advantage of Context.uniqueId() More... about 12 years ago
Added change to allow both "process" and "render" method to be used for tag handlers More... about 12 years ago
Updated package for raptor/templating/compiler More... about 12 years ago
Enabled NativeObject wrapping for Java primitives (Java Strings are not treated as native JavaScript strings) More... about 12 years ago
Updated package.json for the raptor/render-context module to include Context_server.js for the server More... about 12 years ago
Updated the usage of eval in TemplateCompiler to allow compiled templates to be loaded using the optimized "eval" method for Rhino More... about 12 years ago
Fixed "logger" for TemplateCompiler More... about 12 years ago
Added helper toString for object module instances (outputs the name of the module) to avoid the less friendly "[object Object]" More... about 12 years ago
Added dependency of "raptor/dom" to the "raptor/component-renderer" module (needed for traversing the DOM) More... about 12 years ago
Defaulting to "c" prefix for unique IDs to ensure client generated IDs do not overlap with server-side unique IDs. More... about 12 years ago