Commit History

Author SHA1 Message Date
  Thijs Kinkhorst f585138b19 replace CVS with SVN 18 years ago
  stekkel 1eb04b2d99 Setting the SQSESSID cookie with path "/" to deleted caused failed logins 18 years ago
  stekkel 5d6c8787b4 Remove sqsetcookieflush call 18 years ago
  pdontthink 329e123b47 Always add $base_uri to templates 18 years ago
  pdontthink dad2f33916 Use checkForJavascrip() instead of $javascript_on 18 years ago
  pdontthink 717be5c30c Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2 18 years ago
  pdontthink d5b9e374f3 Adding plugins on/off switch, which disables plugins completely (optionally for only one named user, otherwise for all users). 18 years ago
  pdontthink ff01b27d1b Signout.php needed the error class to be loaded earlier. 19 years ago
  pdontthink 701507b66d Reorg placement of plugin loading and add config_override hook. Wondering why we can't move SM version constants to top of file. Also considering removal of loading_constants hook. Anyone know what plugins use it? 19 years ago
  pdontthink 29f609f189 require instead of include_once 19 years ago
  pdontthink 539f8b5947 New static plugin hook registration has now been implemented. Looks to work with a handful of plugins, but keep your eyes out and TEST! Seems like this will be a winner. Everyone needs to run conf.pl once and just type 's' to save after updating their CVS trees. 19 years ago
  Alexandros Vellis feb3e317f9 Make authz available globally, if it exists. 19 years ago
  stevetruckstuff 5e2efcdc75 Make sure icon variables are setup on the login page. 19 years ago
  pdontthink 6e754ea52b Need to instantiate template object earlier so user prefs css theme selection can be verified 19 years ago
  stevetruckstuff d8ac66397f Add javascript_on to the list of variables that are always available to templates. 19 years ago
  tassium 748709f9aa Missing auth.php for redirect.php section was breaking fancy auth methods like digest-md5 19 years ago
  pdontthink f3cb34454d Abstract how we get default template; move template inclusion up top; clear template cache upon login 19 years ago
  stevetruckstuff 07807c7e2c Template object is referenced in load_prefs.php if icons are enabled. Need to include template class files before loaded load_prefs.php 19 years ago
  pdontthink d7b037b498 Oops, don't want multilogin plugin patch in here 19 years ago
  pdontthink 99839c20d9 Misc templating changes. Note that the global template set indicator is now called . 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 e5ee21760e Don't load prefs for serving stylesheets; instead grab template directory info from GET query string so we can make sure we are getting correct template set 19 years ago
  pdontthink 1edc1c288f Stylesheets provided with templates won't load unless we load up prefs for stylesheets too 19 years ago
  tokul 87e81b3e8f hook must be moved because include/constants.php is 19 years ago
  stevetruckstuff 62cee65521 Make sure $icon_theme_path is set correctly when users aren't logged in. 19 years ago
  stevetruckstuff dd7175b447 Move always included vars to init.php because it is confusing when not logged in. 19 years ago
  stevetruckstuff e15c5e99da Fix incorrect template assignment. 19 years ago
  tokul 3ab0b5eb63 loading default configuration before config.php in order to make sure 19 years ago
  tokul 070768ad60 code could be triggered to unset variables that are used in foreach or 19 years ago
  tokul 76e18fbaaa #1527493 typo in elseif. 19 years ago