Commit Graph

73 Commits

Author SHA1 Message Date
Hugues Peccatte
dffc8c34e9 Remove logic code in declaration files.
Move declaration out of logic file.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-27 18:56:39 +01:00
Dan Ungureanu
91b97fadc2 Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Marc Delisle
a20dab9f0d Improve loose comparison
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-26 15:55:13 -04:00
Marc Delisle
146f790b47 Merge branch 'QA_4_4' 2015-04-16 09:01:20 -04:00
Marc Delisle
95868e896e Bug PHP 7 session_regenerate_id() warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-16 09:00:28 -04:00
Michal Čihař
1b1b3cdb67 Disable setting of session cookies for further session_start() calls.
See #1544 for discussion.

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-03-26 22:33:27 +01:00
Hugues Peccatte
5985894160 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-07 00:31:45 +02:00
Marc Delisle
52d1485feb Merge branch 'QA_4_2' 2014-07-10 11:54:11 -04:00
Marc Delisle
decb08c4d8 Clarify message
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-10 11:31:29 -04:00
Ann + J.M
6b778e09d9 Fix coding style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-22 16:34:34 +02:00
Michal Čihař
e984b2a609 The ini_set function takes string, not booleans or integers
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 11:57:10 +02:00
Michal Čihař
6c23112446 Better variable name and unset it after use
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-19 11:51:24 +01:00
Marc Delisle
daedc76dc6 Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-21 07:42:53 -05:00
Marc Delisle
e6b1391af9 Fix merge conflicts 2013-05-28 08:49:37 -04:00
Marc Delisle
ec6a47d8a0 bug #3957 Cookies must be enabled past this point 2013-05-28 08:46:04 -04:00
Michal Čihař
cf3b086e7e Various coding style improvements 2013-04-16 13:29:03 +02:00
Madhura Jayaratne
50b06fee56 Fix some style violations 2012-06-03 20:01:29 +05:30
Dieter Adriaenssens
543087f54c fix indentation 2012-04-29 00:40:12 +02:00
Madhura Jayaratne
ac83360796 Coding style improvements 2012-03-21 05:45:58 +05:30
Marc Delisle
63ffeebcf8 Merge branch 'QA_3_4' 2011-12-05 11:04:28 -05:00
Marc Delisle
d68c8bb8ed bug #3398788 [session] No feedback when result is empty (signon auth_type) 2011-12-05 11:04:16 -05:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Marc Delisle
13b31956ae For easier reading, replace "!isset" with "! isset" 2011-05-09 12:49:05 -04:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
c9253c0a0e Merge conflict resolved for Lori's tree merge to main 2010-08-22 12:42:54 +05:30
Michal Čihař
0f39dc040a Merge branch 'QA_3_3' 2010-08-17 15:31:06 +02:00
Michal Čihař
e8cf1ac677 Generate new token on forcible generating of session id. 2010-08-17 15:30:47 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
f8f7b5661b This can not use translations as they are initialized after sessions. 2010-05-17 11:35:29 +02:00
Marc Delisle
b05a903dc3 gettext conversion 2010-05-14 07:47:50 -04:00
Michal Čihař
b1109fa7f4 Convert session module warning to generic message function. 2010-05-05 11:36:10 +02:00
Michal Čihař
7f9126fde9 rfe #1379201 [core] Add option to configure session_save_path. 2010-01-22 17:46:55 +00:00
Michal Čihař
b29ef818d9 Properly initialize session cookie params.
This was mistakenly commented out. We can also use httponly parameter
instead of injecting it manually because PHP >= 5.2.0 supports it.
2010-01-21 13:01:27 +00:00
Michal Čihař
94c2f864ae [core] Remove config data from session as it brings chicken-egg problem.
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
60536d78e1 patch #2798592 [import] Progress bar 2009-07-02 12:12:06 +00:00
Michal Čihař
f38ec8587c bug #2355753 [core] do not bail out creating session on any PHP warning 2008-11-28 13:25:26 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
8ea82ad46c bug #2186823 [core] bad session.save_path not detected 2008-11-23 14:55:59 +00:00
Marc Delisle
9ff701560f bug #2032707 [core] PMA does not start if ini_set() is disabled 2008-08-01 19:15:01 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
5620fa7a1f bug #1955386 [session] Overriding session.hash_bits_per_character 2008-05-01 16:41:25 +00:00
Marc Delisle
3f1f70f0c7 bug #1763343 [session] Behavior with session.auto_start enabled 2007-11-25 13:33:54 +00:00
Sebastian Mendel
db1ee01a1e removed obsolete PHP < 5.2 code (doc) 2007-10-08 06:43:45 +00:00
Sebastian Mendel
da1b3a97dd removed obsolete PHP < 5.2 code 2007-10-08 06:29:55 +00:00
Marc Delisle
f5018d7f61 bug #1728590, last part of the fix 2007-06-05 16:32:49 +00:00