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
R
RaptorJS - A Modular JavaScript Toolset
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 07, 2024 — Jan 07, 2025
Showing page 27 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed includes so all resources were included (not just **/*.java)
Patrick Steele-Idem
More...
about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs
Patrick Steele-Idem
More...
about 12 years ago
Merge branch 'master' of https://github.com/patrick-steele-idem/raptorjs
Patrick Steele-Idem
More...
about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs
Patrick Steele-Idem
More...
about 12 years ago
Updating Sublime project files
Patrick Steele-Idem
More...
about 12 years ago
Fixed bug that caused re-discovering taglibs to fail
Patrick Steele-Idem
More...
about 12 years ago
Added support for legacy "raptor.extend"
Patrick Steele-Idem
More...
about 12 years ago
Updated legacy adapter and tests
Patrick Steele-Idem
More...
about 12 years ago
Exposing the "define" properties and the "require" properties so that they can be extended and used externally
Patrick Steele-Idem
More...
about 12 years ago
Performance optimizations and size reductions (1.72KB gzipped -> 1.66KB gzipped)
Patrick Steele-Idem
More...
about 12 years ago
Added a "raptor-legacy" module and corresponding test cases (work in-progress)
Patrick Steele-Idem
More...
about 12 years ago
Minor reformatting
Patrick Steele-Idem
More...
about 12 years ago
Made "find" a method of the "raptor" module
Patrick Steele-Idem
More...
about 12 years ago
Improved exception stack trace reporting for JavaScript (i.e. RhinoException) errors thrown while requiring a module
Patrick Steele-Idem
More...
about 12 years ago
Changed how the "raptor.require()" method is invoked from Java
Patrick Steele-Idem
More...
about 12 years ago
Removed reference to deleted init script (rhino-resource-search-path-adapter.js)
Patrick Steele-Idem
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
Patrick Steele-Idem
More...
about 12 years ago
Explicitly using the "raptor.require" method instead of the top-level require function to load a Raptor module
Patrick Steele-Idem
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)
Patrick Steele-Idem
More...
about 12 years ago
Added code to bridge the JavaScript resource search path and the Java resource search path
Patrick Steele-Idem
More...
about 12 years ago
Using a RaptorJS logger object instead of the console object to log errors
Patrick Steele-Idem
More...
about 12 years ago
Added "require" as a property of the "module" object to match Node
Patrick Steele-Idem
More...
about 12 years ago
Updated references to "templating" and "templating.compiler" to be "raptor/templating" and "raptor/templating/compiler"
Patrick Steele-Idem
More...
about 12 years ago
Fixing arguments for factory function passed to "define"
Patrick Steele-Idem
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).
Patrick Steele-Idem
More...
about 12 years ago
Moved code for "rhino-resource-search-path-adapter.js" into "raptor-main_rhino.js". Deleted old file.
Patrick Steele-Idem
More...
about 12 years ago
Changes to support bootstrapping RaptorJS under Rhino
Patrick Steele-Idem
More...
about 12 years ago
Deleted empty directory
Patrick Steele-Idem
More...
about 12 years ago
Added AMD support on the server by injecting a "define" function into all module execution scopes
Patrick Steele-Idem
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.
Patrick Steele-Idem
More...
about 12 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
47
48
→
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