Commit History

Author SHA1 Message Date
  ADmad fdfd0260cb Merge branch 'master' into 3.next 8 years ago
  Eugene Ritter 6a50ccfa25 Defect 11686 8 years ago
  ADmad a094cde88d Merge branch 'master' into 3.next 8 years ago
  ADmad bca167d7c7 More phpstan related fixes. 8 years ago
  ADmad 63f1dd5aed Update inline docblocks. 8 years ago
  ADmad e475be71ee Fix errors reported by phpstan. 8 years ago
  Mark Story 3d6592547a Fix usage of deprecated features across the framework. 8 years ago
  Mark Story 668c087398 Merge branch 'master' into 3.next 8 years ago
  Marc Würth 3a6bd75832 Use HTTPS for the opensource.org URL 8 years ago
  Marc Würth c61ab5ee95 Use HTTPS for the cakefoundation.org URL 8 years ago
  Marc Würth 4c774ce4b7 Use HTTPS for the cakephp.org URL 8 years ago
  Robert Pustulka 89c2cda6b0 Change return type to string|bool to match the return valuesof App::className(). 9 years ago
  Robert Pustulka 29af1bcba4 Added the ability to count registry objects. 9 years ago
  Robert Pustulka 15a7e6fc2f Added the ability to iterate over registry objects. 9 years ago
  Robert Pustulka 0969847c68 Added magic methods __set() and __unset() for consistency. 9 years ago
  Robert Pustulka 907075c5a9 Added `return $this` for method chaining. 9 years ago
  Michael Hoffmann ed80cb61ed Throw an exception instead of an triggering error. Add event unload test to BehaviorRegistryTest 9 years ago
  Michael Hoffmann cacc214d1b Refactor ObjectRegistry unload 9 years ago
  Mark Story 888ff74326 Replace calls to config() with get/setConfig() 9 years ago
  dereuromark 7c23c08600 Fix up doblocks to be of more concrete type arrays 9 years ago
  ADmad 855c4d114b Fix CS error. 9 years ago
  Mark Story 353dcbee09 Only output _loaded if it exists. 10 years ago
  Robert defeff0a3e Renamed EventManagerTrait to EventDispatcherTrait to better reflect that it implements EventDispatcherInterface. 10 years ago
  Robert c123ca3148 Make registries implement EventDispatcherInterface. 10 years ago
  ADmad 9b857d090f Fix regression caused by PR #6942. 10 years ago
  Mark Story 94635f061c Allow `.` in ObjectRegistry keys. 10 years ago
  Robert fa1e23461a Rename deprecated attach() to on(). 11 years ago
  Robert 62e1e2a2d7 Make sure $object implements EventListenerInterface. 11 years ago
  mark_story 298aaf5b07 Port optimizations from #6232 11 years ago
  Mark Story 95fe3381e6 Update events to use new methods. 11 years ago