Skip to content
  1. Oct 18, 2004
  2. Oct 17, 2004
    • Dries Buytaert's avatar
      - Patch #11670 by TDobes: comment.module did not properly set a breadcrumb for... · a423eefe
      Dries Buytaert authored
      - Patch #11670 by TDobes: comment.module did not properly set a breadcrumb for creating/previewing new comments. The node on which your commenting and its location within the menu is not displayed. Instead, there is only a "Home" link. This is especially apparent when the "add new comment" form is set up to display on a separate page.
      a423eefe
    • Dries Buytaert's avatar
      · 3302104f
      Dries Buytaert authored
      - Patch by Gerhard: small update to INSTALL.txt.
      3302104f
  3. Oct 16, 2004
    • Steven Wittens's avatar
      #11449: Adding a failsafe check for an improperly prefixed menu sequence. This... · b228f018
      Steven Wittens authored
      #11449: Adding a failsafe check for an improperly prefixed menu sequence. This is a temporary fix, awaiting a proper install system to end manual prefixing ;).
      b228f018
    • Dries Buytaert's avatar
      - Patch #11505 by Steven: 'my account' information is not saved. · 869a91b7
      Dries Buytaert authored
        + Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes).  The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect).
      
        + On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.
      869a91b7
    • Dries Buytaert's avatar
      - Patch #11642 by Steven: when editing a user as an admin, you can choose the... · 5a2e0d03
      Dries Buytaert authored
      - Patch #11642 by Steven: when editing a user as an admin, you can choose the user's roles through form checkboxes. If the form validation fails and the form is redisplayed, the roles are lost. This is because the format for $user->roles is different from what form_checkboxes uses.
      5a2e0d03
    • Dries Buytaert's avatar
      · 2c45ab85
      Dries Buytaert authored
      - Fixed bug #9948: added some checks to system_setting_save() to avoid PHP warnings/errors.
      2c45ab85
    • Dries Buytaert's avatar
      · 7ebd772f
      Dries Buytaert authored
      - Patch #10664 by TDobes: fixed collapsed comments + updated the code comments.
      7ebd772f
    • Steven Wittens's avatar
      #7289: locale import fixes · ba276192
      Steven Wittens authored
      ba276192
  4. Oct 15, 2004
  5. Oct 14, 2004
  6. Oct 13, 2004
  7. Oct 12, 2004