Skip to content
  1. Feb 25, 2011
  2. Jul 20, 2010
  3. Mar 11, 2010
  4. Mar 09, 2010
    • Wolfgang Ziegler's avatar
      fixed some comments exceeding 80chars · 4161eea6
      Wolfgang Ziegler authored
      4161eea6
    • Wolfgang Ziegler's avatar
      overhaueld the API: Basically it's reverting the last API overhaul, so class... · 30425774
      Wolfgang Ziegler authored
      overhaueld the API: Basically it's reverting the last API overhaul, so class extenders are instantiated again. That way we won't run into troubles with late static binding of PHP <5.3, can properly implement the interface in extenders and extenders can make use of per extendable object variables.
      However to ease explicit invocation of specific extenders an extender() method has been added to the faces extendable.
      Also a test case for easy benchmarking of faces has been added and extending single methods without an interface is possible with functions now.
      30425774
  5. Feb 26, 2010
  6. Feb 02, 2010
  7. Jan 19, 2010
  8. Jan 18, 2010
    • Wolfgang Ziegler's avatar
      overhauled the API: · 66d49070
      Wolfgang Ziegler authored
       * added a new FacesRoot base clase which allows Extenders to access protected class properties
       * changed Extender Classes to be not instantiated. This makes reuseing code easier and avoids garbage collection troubles with PHP 5.2. Thus the extended methods are now invoked statically and get the Extendable object passed as function callbacks.
       * Extender Classes need not implement the extended interfaces any more, so the    function signature may differ (e.g. to add the passed $element). Instead they have to    declare their faces in the implementsFaces() method.
       * improved faces.inc inclusion method to be more robust
      7.x-1.0-alpha1
      66d49070
  9. Nov 11, 2009
  10. Nov 06, 2009
  11. Oct 02, 2009
  12. Aug 13, 2009
  13. Aug 10, 2009
  14. Jul 30, 2009
  15. Jul 23, 2009
  16. Jul 18, 2009
  17. Jul 06, 2009