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 timing logs and optimized code to not calculate a checksum if not necessary More... about 12 years ago
Refactoring of the templating module to support working directories More... about 12 years ago
Added new "lastModified" method to Resource objects More... about 12 years ago
Updated jshint to detect trailing commas. Fixed trailing commas and use of "arguments" as a reserved word. More... about 12 years ago
Upped version to 2.0.14 after merging in CSS filter fixes More... about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs More... about 12 years ago
jsdoc fixes after switching to "runInThisContext" for evaluating compiled templates More... about 12 years ago
Merge pull request #16 from philidem/master More... about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs More... about 12 years ago
This shouldn't be in source control More... about 12 years ago
Fixing bug that was causing relative paths inside CSS files to not be calculated correctly when using relative URL prefix More... about 12 years ago
Browser is losing error stack trace because you're wrapping the error so not wrapping error More... about 12 years ago
Upped version to 2.0.13 More... about 12 years ago
Merge pull request #15 from philidem/master More... about 12 years ago
setTimeout arguments were in wrong order More... about 12 years ago
Upped version to 2.0.12 More... about 12 years ago
Fixing Jasmine tests after upgrade to latest version of jasmine-node More... about 12 years ago
jshint fix More... about 12 years ago
Disabled exception bubbling for widgets rendered on the server, but kept exception bubbling for widgets initialized on the client. More... about 12 years ago
Notify cannot be used as a synonym for "publish" since "notify" used to have old semantics and we need to maintain backwards compatibility More... about 12 years ago
Added code to prevent memory leak by detaching global document events and automatically invoking success callback for CSS loading after 300ms More... about 12 years ago
Merge pull request #14 from philidem/master More... about 12 years ago
Merge branch 'master' of https://github.com/raptorjs/raptorjs More... about 12 years ago
IE7 does not allow stylesheets to be added by inserting LINK element. Using document.createStyleSheet if available. More... about 12 years ago
Removing trailing comma and adding "notify" function which is an alias for "publish" More... about 12 years ago
Modifying error handling so that error bubbles to the top instead of simply being logged More... about 12 years ago
Created a release branch. See RAPTOR-3430 for details. prepare release RELEASE-2.0.X More... about 12 years ago
Updated test case to catch earlier bug in simple conditional parsing More... about 12 years ago
Added fix to ignore empty params for templates More... about 12 years ago
Bug fix for expression parsing in simple conditionals More... about 12 years ago