Skip to content
  1. Jan 21, 2021
  2. Apr 20, 2017
  3. Jun 04, 2015
  4. Jul 04, 2014
  5. Jul 22, 2012
  6. Jul 20, 2012
  7. Nov 09, 2011
  8. Feb 25, 2011
  9. Feb 07, 2010
  10. Oct 21, 2009
  11. Oct 19, 2009
  12. Oct 17, 2009
  13. Oct 16, 2009
  14. Aug 20, 2009
  15. Mar 11, 2009
  16. Mar 08, 2008
  17. Nov 24, 2007
  18. Nov 23, 2007
  19. Nov 20, 2007
  20. Oct 11, 2006
  21. Sep 21, 2006
  22. Sep 20, 2006
  23. Aug 17, 2006
    • Chad Phillips's avatar
      78247 -- move profile values into profile_values table. migrated profile... · 5ce6d4ca
      Chad Phillips authored
      78247 -- move profile values into profile_values table.  migrated profile values from users table, data column, into proper place in profile_values table.  this was caused by a bug in the LT registration function.  also fixed LT update 2, which was corrupting the user data by inserting extra escape characters.  NOTE: if you ran a db upgrade on LT between March 13th, 2006, and August 16th, 2006, the serialized data in the data column of the users table was corrupted!  it's either missing necessary curly braces, or has extra escape characters that prevent the data from being properly unserialized.  custom repair of that data will be necessary if it needs to be recovered.
      5ce6d4ca
  24. Jul 10, 2006
  25. Jul 09, 2006
    • Chad Phillips's avatar
      disallowed selection of the anonymous user role as the pre-auth role--the new... · ac341e2e
      Chad Phillips authored
      disallowed selection of the anonymous user role as the pre-auth role--the new handling of roles in core makes this setting impossible. set it so the update code will automatically move the pre auth role to the auth user role if it is currently in the anon role. site maintainers are encouraged to create a new role w/ the same perms as the anon role, and set this new role as the LT pre-auth role--this will allow the same functionality as before (in this case it will also be necessary to manually add the new pre-auth role to any users who were unvalidated previous to this change.
      ac341e2e
  26. Jun 18, 2006
  27. May 19, 2006
  28. Mar 13, 2006