Commit Verlauf

Autor SHA1 Nachricht Datum
  Fabien Potencier 27ba003e5e [HttpFoundation] changed the strategy introduced in a5ccda47b4406518ee75929ce2e690b6998c021b to fix functional tests and still allow to call save more than once for a Session vor 14 Jahren
  Magnus Nordlander ff99d80a8e Changed the behavior of Session::regenerate to destroy the session when it invalidates it. vor 14 Jahren
  Martin Mayer 34a1b53168 [HttpFoundation] Do not save session in Session::__destroy() when saved already vor 14 Jahren
  Fabien Potencier 7dcbcbe69d [HttpFoundation] tagged public @api vor 14 Jahren
  Johannes Schmitt 5e80c68fab fixes a naming inconsistency vor 14 Jahren
  Johannes Schmitt 3cb4b031b6 Revert "fixed inconsistent naming" vor 14 Jahren
  Johannes eaa173b788 fixed inconsistent naming vor 14 Jahren
  drm 9714cfc4f9 Fixes fatal error when intl module is not installed. vor 14 Jahren
  Jordi Boggiano f400124037 [HttpFoundation] Small optimization of Session flash handling vor 14 Jahren
  Fabien Potencier 1467a9bd9d [HttpFoundation] refactored Session vor 14 Jahren
  Fabien Potencier 570db760ae merged branch francisbesset/session_locale (PR #686) vor 14 Jahren
  Brikou CARRE 3dff029c37 [Session] added phpdoc about flash messages vor 14 Jahren
  Fabien Potencier b042366353 Merge remote branch 'stfalcon/patch-2' vor 14 Jahren
  Kris Wallsmith fc5992495f [HttpFoundation] updated session to only save on destruct if started vor 14 Jahren
  Kris Wallsmith ed8ecab7ea [HttpFoundation] fixed locale accessor after session clear vor 14 Jahren
  Kris Wallsmith a538344b3b [HttpFoundation] removed unnecessary method vor 14 Jahren
  Stepan Tanasiychuk c6206f8faf Small refact. Without this I get a php Notice and Warnig if try getFlash() after clearing the session: vor 14 Jahren
  Francis Besset 72c074a101 [Session] Used \Locale::setDefault() when the locale is setted vor 14 Jahren
  Pascal Borreli 8c0beea677 [Phpdoc] Cleaning/fixing vor 14 Jahren
  Fabien Potencier f77b94074f [HttpFoundation] replaced the option argument of Session by defaultLocale vor 14 Jahren
  Fabien Potencier bc6ffeef83 [HttpFoundation] fixed flash management vor 14 Jahren
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com vor 14 Jahren
  Robert Schönthal 58db452e21 [HttpFoundation] added a check for array keys existence. vor 14 Jahren
  Jeremy Mikola a72145bf5f [HttpFoundation] Add array type-hint to Session::setAttributes() param vor 14 Jahren
  Johannes Schmitt 6432dea07c adds migrate() to Session vor 14 Jahren
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files vor 14 Jahren
  Jordi Boggiano 584769dd16 [HttpFoundation] Added removeFlash & clearFlashes methods to the Session vor 14 Jahren
  Bernhard Schussek 48af2fc86e [Form][FrameworkBundle][HttpFoundation] The session is now automatically started when a form is CSRF protected vor 14 Jahren
  Jordi Boggiano cc05b09a29 [HttpFoundation] Standardize flash messages api vor 14 Jahren
  Fabien Potencier a45baed812 [HttpFoundation] removed optimization for setLocale() as it breaks when locale is not the default and the user wants to switch back to the default locale vor 14 Jahren