Commit History

Author SHA1 Message Date
  pdontthink ea52535e53 Added "Secured Configuration" mode 17 years ago
  pdontthink dbbbf4ce15 sqsetcookie is called every time sqsession_is_active is called, which results in headers-already-sent notices after output has been initiated... here is a fix 17 years ago
  jangliss 8ef79891ad Added code to stop PHP using 'deleted' as a value for the session cookies on expiring them, and forcing a really old date for the expiry time (#1829098). 17 years ago
  pdontthink 55de62d7d3 Adding debug mode to core. Please run the configuration utility once after retrieving this update. Note that this update includes a change that makes it possible to use SquirrelMail constants in the configuration file(s). 17 years ago
  pdontthink d54a607107 Adding new function that allows us to stop using the @ error suppression operator but still keep notices and errors off screen. Includes two sample uses: file uploads on the compose screen and session_start(), although the latter is very noisy in both the logs and in DEVEL's on-screen developer error handler display. It might be best to add a flag to turn these errors off in the logs too. 17 years ago
  pdontthink f583a44d45 Was a nice idea, but not all that useful and some processes might hang under certain conditions; remove all the sq_popen() stuff. 18 years ago
  pdontthink f3d08902ec Typos in sqsetcookie. This might explain a few things. :-) 18 years ago
  pdontthink 85527a0081 Few tweaks to list_files() and add new sq_popen() and friends. PLEASE NOTE that the lass commit mistakenly added sq_htmlspecialchars(), but I think we can leave it in. 18 years ago
  pdontthink b060e92949 Handle change of behavior with session ID being left after session close (see #1685031) 18 years ago
  pdontthink 0a3f173e15 Revert last change, which caused nasty sesion ID errors, although now we still have a problem wherein other cookies that are intentionally set to an empty string are revalued as 'deleted', and the caller may not expect such 18 years ago
  pdontthink 1f7e9eb6cc Using the string 'deleted' in expired cookies can have unintented consequences for cookies treated as boolean, also 'deleted' could be a potential valid cookie value. Using empty string instead. Anyone know of any reason 'deleted' is actually useful? 18 years ago
  Fredrik Jervfors 7534282ca3 Going XHTML. 18 years ago
  Thijs Kinkhorst 21128837f7 drop call to session_register, this is redundant in PHP >4.1.0, 18 years ago
  pdontthink 57c36cc490 Allow admin to disable secure-only cookie transmission 18 years ago
  Thijs Kinkhorst 11b10ba5d1 increment year in copyright notices 18 years ago
  stekkel 0e2eb346ca Stop warning about invalid session_id 18 years ago
  stekkel fb39d099cc HttpOnly cookies support. I hope this does not break SquirrelMail on certain 18 years ago
  pdontthink ac4bdcb2f2 Increase max limit for sqGetGlobalVarMultiple search "radius". 18 years ago
  pdontthink 7f6a42ad93 Clarify docs 18 years ago
  pdontthink a1aeecdf50 Fixed broken GO button in compact paginator (when javascript is off) -- problem was that startMessage was already in <form> action attribute, so naming the <select> widget startMessage was incorrect, and a compounding issue was that there were two <select> widgets with the same name. Whew. 18 years ago
  pdontthink 443aa4fe0f list_files can handle dirs now, etc 19 years ago
  stevetruckstuff 7b61cc8f70 list_files does not work correctly if not extension is given. 19 years ago
  stevetruckstuff 60769f3bd8 Additional safety check 19 years ago
  pdontthink 7fb385ed0a Moving sm_print_r back to globals.php; tired of it not being available when developing - that's what it's for, more than being available for actual code use as a string function in a file that's not included high enough. Also new directory parsing fxn. 19 years ago
  pdontthink 8ac4e87d23 Move sqm_array_merge to arrays.php and subsequently move inclusion of arrays.php to init.php for global access. 19 years ago
  pdontthink 996b6343b9 Forgot since tag 19 years ago
  pdontthink a184f6d46d New 'nice' array_merge function that doesn't overwrite array values 19 years ago
  pdontthink 118b2a9ce8 Default was overriding legitimate values in sqgetGlobalVar due to recent addition of typecast logic 19 years ago
  tokul e44b81b3e7 Suppress SID constant notices in older PHP versions. 19 years ago
  pdontthink 776962b16b Use constants for sqgetGlobalVar() typecasting 19 years ago