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