Skip to content
  1. Nov 27, 2004
  2. Nov 23, 2004
  3. Nov 15, 2004
  4. Nov 08, 2004
  5. Nov 07, 2004
  6. Nov 06, 2004
  7. Nov 03, 2004
  8. Nov 02, 2004
  9. Oct 30, 2004
  10. Oct 29, 2004
  11. Oct 28, 2004
  12. Oct 26, 2004
  13. Oct 23, 2004
  14. Oct 20, 2004
  15. Oct 19, 2004
    • Dries Buytaert's avatar
      · 469b35bb
      Dries Buytaert authored
      - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
      
        Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
      469b35bb
  16. Oct 18, 2004
    • Dries Buytaert's avatar
    • The Great Git Migration's avatar
      This commit was manufactured as part of Drupal's Great Git Migration to · 4c5831a4
      The Great Git Migration authored
      create branch 'DRUPAL-4-5'.
      
      Sprout from master 2004-10-18 18:40:53 UTC Dries Buytaert <dries@buytaert.net> '- Fixed parentheses.'
      Delete:
          modules/aggregator/aggregator.module
          modules/archive/archive.module
          modules/block/block.module
          modules/blog/blog.module
          modules/blogapi/blogapi.module
          modules/book/book.module
          modules/comment/comment.module
          modules/drupal/drupal.module
          modules/filter/filter.module
          modules/forum/forum.module
          modules/help/help.module
          modules/legacy/legacy.module
          modules/locale/locale.module
          modules/menu/menu.module
          modules/node/node.module
          modules/page/page.module
          modules/path/path.module
          modules/ping/ping.module
          modules/poll/poll.module
          modules/profile/profile.module
          modules/search/search.module
          modules/statistics/statistics.module
          modules/story/story.module
          modules/system/system.module
          modules/taxonomy/taxonomy.module
          modules/throttle/throttle.module
          modules/tracker/tracker.module
          modules/upload/upload.module
          modules/user/user.module
          modules/watchdog/watchdog.module
      4c5831a4
    • Dries Buytaert's avatar
      - Fixed parentheses. · 25bbc0d4
      Dries Buytaert authored
      25bbc0d4
    • Dries Buytaert's avatar
      · 07cdcb43
      Dries Buytaert authored
      - Patch by James: made the blogapi module work again.
      07cdcb43
    • Dries Buytaert's avatar
      · 1362571d
      Dries Buytaert authored
      - Patch #11510 by Adrian: turned a non-ANSI SQL query into ANSI SQL so it works with PostgreSQL.
      1362571d
    • Dries Buytaert's avatar
      · c9d18949
      Dries Buytaert authored
      - Patch #11682: changed FILTER_DEFAULT_FORMAT to FILTER_FORMAT_DEFAULT to make the Blog API work.
      c9d18949
  17. Oct 17, 2004
  18. Oct 16, 2004
    • 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
  19. Oct 15, 2004