4
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shot at fix for resolving sub-chains in expressions. WIP
Arjan Tijms
as arjan.tijms
More... over 9 years ago
Fix #56: get view ID via FacesLocal instead of Faces.
BalusC
as Bauke Scholtz
More... over 9 years ago
Method finding is now done based on name and argument count and limited overloading (the first method that could accept the given parameters is selected, not the best one).
Arjan Tijms
as arjan.tijms
More... over 9 years ago
Added constant for the default zero size array
Arjan Tijms
as arjan.tijms
More... over 9 years ago
Code cleanup, more consistency.
BalusC
as Bauke Scholtz
More... over 9 years ago
Actual parameter extraction and evaluation now taken from the EL implementation instead of doing it manually.
Arjan Tijms
as arjan tijms
More... over 9 years ago
Extended data that's available in MethodReference and now always using the "double tracing" method to capture those details.
Arjan Tijms
as arjan tijms
More... over 9 years ago
Fix for EL implementations shortcutting getType resolver chain when last element is a method (with parameters).
Arjan Tijms
as arjan tijms
More... over 9 years ago
Fix #54: some component libraries doesn't override all 3 createResource() methods.
BalusC
as Bauke Scholtz
More... over 9 years ago
Clarify (dis)advantages of dataURI.
BalusC
as Bauke Scholtz
More... over 9 years ago
Some code improvements.
BalusC
as Bauke Scholtz
More... over 9 years ago
Moved multiple "api.paths" from showcase to @see in Javadoc.
BalusC
as Bauke Scholtz
More... over 9 years ago
Refactored InputStream-byte[] read to Utils#toByteArray()
BalusC
as Bauke Scholtz
More... over 9 years ago
Improved GraphicImage javadocs.
BalusC
as Bauke Scholtz
More... over 9 years ago
Refactored dataURI so that it can also be used on regular JSF resources.
BalusC
as Bauke Scholtz
More... over 9 years ago
Minor javadoc fix.
BalusC
as Bauke Scholtz
More... over 9 years ago
Merge branch 'master' of https://github.com/omnifaces/omnifaces.git
BalusC
as Bauke Scholtz
More... over 9 years ago
Fixed javadocs.
BalusC
as Bauke Scholtz
More... over 9 years ago
Merge branch 'master' of [email protected]:omnifaces/omnifaces.git
Arjan Tijms
as arjan.tijms
More... over 9 years ago
Fixed some small grammar errors
Arjan Tijms
as arjan.tijms
More... over 9 years ago
Stupid Eclipse import autocomplete.
BalusC
as Bauke Scholtz
More... over 9 years ago
Add support to conditionally disable CDN and Combined resource handlers via context param (supporting EL expressions).
BalusC
as Bauke Scholtz
More... over 9 years ago
Add support for data URI format in <o:graphicImage>.
BalusC
as Bauke Scholtz
More... over 9 years ago
Added <o:graphicImage>.
BalusC
as Bauke Scholtz
More... over 9 years ago
Refactored DefaultResourceHandler out of all resource handlers and refactored DynamicResource out of CombinedResource. Removed handleResourceRequest() methods as JSF 2.1/2.2 now properly returns 404 on null InputStream.
BalusC
as Bauke Scholtz
More... over 9 years ago
Refactored DefaultResource from UnmappedResource and CDNResource. Refactored "get Mojarra or MyFaces default resource max age" into Hacks class.
BalusC
as Bauke Scholtz
More... over 9 years ago
Remove unused code.
BalusC
as Bauke Scholtz
More... over 9 years ago
Fixes #51: o:massAttribute should be applied on NEW children only.
BalusC
as Bauke Scholtz
More... over 9 years ago
Allow JSF 2.1 specific API.
BalusC
as Bauke Scholtz
More... over 9 years ago
Removed explicit JSF 2.2 check (as the codebase is as of now technically just backwards compatible with JSF 2.1) and clarified BeanManager exception message.
BalusC
as Bauke Scholtz
More... over 9 years ago