[GitHub] sling pull request #213: SLING-6780 - org.apache.sling.scripting.sightly.js....

2017-04-13 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/213 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request #213: SLING-6780 - org.apache.sling.scripting.sightly.js....

2017-04-12 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/213 SLING-6780 - org.apache.sling.scripting.sightly.js.provider does not … …declare an version range for org.mozilla.javascript import * Added dependency

[GitHub] sling pull request #197: SLING-6428 - DateFormat is printed when date-value ...

2017-01-10 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/197 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request #197: SLING-6428 - DateFormat is printed when date-value ...

2017-01-09 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/197 SLING-6428 - DateFormat is printed when date-value is empty * Updated TCK to include tests for empty/undefined formatting input values * Updated implementation to return empty when

[GitHub] sling pull request #196: SLING-6445 - HTL scripts do not compile on Windows ...

2017-01-06 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/196 SLING-6445 - HTL scripts do not compile on Windows if the compiler needs to generate any warnings * Improved error/warning line and column computation to take into account any possible line

[GitHub] sling pull request #191: Added implementation for date and number formatting...

2016-12-12 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/191 Added implementation for date and number formatting to HTL * SLING-6102 - Adding formatter to HTL/Sightly dates … * SLING-6140 - Adding number formatting to Sightly/HTL You can merge

[GitHub] sling pull request #151: SLING-5813 - Allow a Resource to be used as a Sight...

2016-06-28 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/151 SLING-5813 - Allow a Resource to be used as a Sightly Use-Object with data-sly-use * Added a new UseProvider for Resource objects * Added tests You can merge this pull request into a Git

[GitHub] sling pull request #150: SLING-5811 - Properly handle actual Resource's in S...

2016-06-28 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/150 SLING-5811 - Properly handle actual Resource's in Sightly data-sly-resource * Added handling for actual Resource objects in data-sly-resource * Added tests You can merge this pull request

[GitHub] sling pull request #149: SlingSLING-5812 - Add option to include attributes ...

2016-06-27 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/149 SlingSLING-5812 - Add option to include attributes in request scope for Sightly data-sly-request and data-sly-include * Added new option named requestAttributes to allow setting specific

[GitHub] sling pull request: SLING-4957 - Sightly RenderContextImpl contain...

2015-09-03 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/101 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4957 - Sightly RenderContextImpl contain...

2015-09-03 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/101 SLING-4957 - Sightly RenderContextImpl contains utility methods that don't belong there - Moved utility methods from RenderContextImpl to RenderUtils - Made methods static

[GitHub] sling pull request: SLING-4562 - Sightly: Allow passing of custom ...

2015-04-01 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/82 SLING-4562 - Sightly: Allow passing of custom options to the I18n extension - Changed the I18nFilter to pass all options to the extension call - Changed the I18nRuntimeExtension to extract

[GitHub] sling pull request: SLING-4557 - Add JSON and XML validation to th...

2015-03-31 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/81 SLING-4557 - Add JSON and XML validation to the XSS Protection API - Added validator methods to the API - Added JSON validation implementation using Apache Commons JSON - Added XML

[GitHub] sling pull request: SLING-4525 - XSS protection path mangling issu...

2015-03-30 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/80 SLING-4525 - XSS protection path mangling issue - Added proper encoding for colons in query string - Added testcases based on Georg Koester's patch You can merge this pull request into a Git

[GitHub] sling pull request: SLING-4546 - Sightly: Improper handling of ext...

2015-03-25 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/77 SLING-4546 - Sightly: Improper handling of extension and selectors by data-sly-resource - Improved selector extraction for resource path (taking extensions into consideration) - Added

[GitHub] sling pull request: SLING-4499 - Sightly: Parsing errors should no...

2015-03-13 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/71 SLING-4499 - Sightly: Parsing errors should not show up in console/stdout * Added custom error listener to the Lexer as well, as per Sam Harwell's suggestion: http://stackoverflow.com/a/18137301

[GitHub] sling pull request: SLING-4493 Sightly: Create performance tests

2015-03-11 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/70 SLING-4493 Sightly: Create performance tests Added: - Sightly performance testing content and scripts - Test suite for JSP, JSP-EL, Sightly Java Use API and Sightly JS Use API You

[GitHub] sling pull request: SLING-4494 - Performance: update performance t...

2015-03-11 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/69 SLING-4494 - Performance: update performance test framework to allow comparison of results Performance testing features which allow us to not only log tests run time but also compare them

[GitHub] sling pull request: SLING-4093 Added performance tests to compare ...

2015-03-11 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/61 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4489 - Sightly: Hyphenated identifiers c...

2015-03-10 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/68 SLING-4489 - Sightly: Hyphenated identifiers cause a compilation exception in Sightly generated Java classes Added hyphen checks and parsing exception throwing. Added integration tests. You

[GitHub] sling pull request: SLING-4484 - XSS POM references wrong scm URLs

2015-03-09 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/67 SLING-4484 - XSS POM references wrong scm URLs Updated URLs to point to correct location. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] sling pull request: SLING-4484 - XSS POM references wrong scm URLs

2015-03-09 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/67 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4483 - Sightly: data-sly-resource does n...

2015-03-09 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/66 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4483 - Sightly: data-sly-resource does n...

2015-03-09 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/66 SLING-4483 - Sightly: data-sly-resource does not properly resolve relative paths Prepended current resource path to relative paths to make sure normalization doesn't break the paths. The same

[GitHub] sling pull request: SLING-4428 - Sightly: scriptComment and styleC...

2015-02-20 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/65 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4428 - Sightly: scriptComment and styleC...

2015-02-17 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/65 SLING-4428 - Sightly: scriptComment and styleComment contexts are not doing anything Added support for multiline comment validation in XSS API. Added implementation and test. Added

[GitHub] sling pull request: SLING-4093 Added performance tests to compare ...

2015-02-03 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/61 SLING-4093 Added performance tests to compare JSP and Sighlty Changes: - Added test content - Made improvements to performance module to allow results comparison and test failures

[GitHub] sling pull request: SLING-4177 - Added escaping for styleString co...

2015-01-06 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/52 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4177 - Added escaping for styleString co...

2014-12-03 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/52 SLING-4177 - Added escaping for styleString context * added a new method for style string escaping to XSS API * added implementation and tests * added string escaping in Sightly

[GitHub] sling pull request: SLING-4177 - Added escaping for styleString co...

2014-11-28 Thread vladbailescu
Github user vladbailescu closed the pull request at: https://github.com/apache/sling/pull/46 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] sling pull request: SLING-4177 - Added escaping for styleString co...

2014-11-20 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/46 SLING-4177 - Added escaping for styleString context * added a new method for style string escaping to XSS API * added implementation (using OWASP encoder) and tests * added string

[GitHub] sling pull request: SLING-4176 - Added validation/filtering for St...

2014-11-17 Thread vladbailescu
GitHub user vladbailescu opened a pull request: https://github.com/apache/sling/pull/38 SLING-4176 - Added validation/filtering for StyleToken context You can merge this pull request into a Git repository by running: $ git pull https://github.com/vladbailescu/sling Sightly