Skip to content
  1. Dec 29, 2007
  2. Dec 27, 2007
  3. Nov 24, 2007
  4. Oct 10, 2007
  5. Oct 01, 2007
  6. Sep 10, 2007
  7. Jul 30, 2007
  8. Jul 12, 2007
  9. Jan 11, 2007
  10. Dec 17, 2006
  11. Nov 01, 2006
  12. Oct 22, 2006
  13. Oct 20, 2006
  14. Oct 14, 2006
  15. Oct 11, 2006
  16. Sep 22, 2006
  17. Sep 21, 2006
  18. Sep 20, 2006
  19. Sep 08, 2006
  20. Aug 18, 2006
  21. Aug 17, 2006
    • Chad Phillips's avatar
      78247 -- move profile values into profile_values table. migrated profile... · 59d8c6e1
      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.
      59d8c6e1
  22. Jul 30, 2006
  23. Jul 15, 2006
  24. Jul 14, 2006
  25. Jul 13, 2006
  26. Jul 10, 2006
  27. Jul 09, 2006
    • Chad Phillips's avatar
      updated help text, adding info about the login successful message, and... · 1cf32cc9
      Chad Phillips authored
      updated help text, adding info about the login successful message, and removing the reference about setting the pre-auth role to anon user, as this is no longer supported.
      1cf32cc9
    • Chad Phillips's avatar
      disallowed selection of the anonymous user role as the pre-auth role--the new... · d94e501a
      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.
      d94e501a