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
Fixed includes so all resources were included (not just **/*.java) More... about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs More... about 12 years ago
Merge branch 'master' of https://github.com/patrick-steele-idem/raptorjs More... about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs More... about 12 years ago
Updating Sublime project files More... about 12 years ago
Fixed bug that caused re-discovering taglibs to fail More... about 12 years ago
Added support for legacy "raptor.extend" More... about 12 years ago
Updated legacy adapter and tests More... about 12 years ago
Exposing the "define" properties and the "require" properties so that they can be extended and used externally More... about 12 years ago
Performance optimizations and size reductions (1.72KB gzipped -> 1.66KB gzipped) More... about 12 years ago
Added a "raptor-legacy" module and corresponding test cases (work in-progress) More... about 12 years ago
Minor reformatting More... about 12 years ago
Made "find" a method of the "raptor" module More... about 12 years ago
Improved exception stack trace reporting for JavaScript (i.e. RhinoException) errors thrown while requiring a module More... about 12 years ago
Changed how the "raptor.require()" method is invoked from Java More... about 12 years ago
Removed reference to deleted init script (rhino-resource-search-path-adapter.js) More... about 12 years ago
Making the "global" scope available as a variable so global variables can be added to the actual global scope instead of a module's scope More... about 12 years ago
Explicitly using the "raptor.require" method instead of the top-level require function to load a Raptor module More... about 12 years ago
Updated Rhino to use the system path associated with a resource in order to load the module. System paths (i.e. URLs are supported by the UrlModuleSourceProvider) More... about 12 years ago
Added code to bridge the JavaScript resource search path and the Java resource search path More... about 12 years ago
Using a RaptorJS logger object instead of the console object to log errors More... about 12 years ago
Added "require" as a property of the "module" object to match Node More... about 12 years ago
Updated references to "templating" and "templating.compiler" to be "raptor/templating" and "raptor/templating/compiler" More... about 12 years ago
Fixing arguments for factory function passed to "define" More... about 12 years ago
In Rhino, modules are executed in their own scope and the only way to add true globals is to use the "global" variable (supported by Node and Rhino). More... about 12 years ago
Moved code for "rhino-resource-search-path-adapter.js" into "raptor-main_rhino.js". Deleted old file. More... about 12 years ago
Changes to support bootstrapping RaptorJS under Rhino More... about 12 years ago
Deleted empty directory More... about 12 years ago
Added AMD support on the server by injecting a "define" function into all module execution scopes More... about 12 years ago
Instead of using the implementation for "Require" that Rhino provides, we will be using our own "Require" function that actually works correctly. More... about 12 years ago