Skip to content
  1. May 21, 2004
  2. Apr 29, 2004
  3. Apr 21, 2004
  4. Mar 24, 2004
  5. Mar 12, 2004
  6. Feb 29, 2004
    • Dries Buytaert's avatar
      · c73305f6
      Dries Buytaert authored
      - Patch #6129 by Goba: fixed dependencies on search module.
      c73305f6
  7. Feb 26, 2004
    • Dries Buytaert's avatar
      · df2c0337
      Dries Buytaert authored
      - Patch 6066 by Adrian: PostgreSQL does not return 'affected rows' when doing
        a select statement.  Even though PEAR supports this functionality, it fails
        silently when using PostgreSQL.  We use the db_num_rows() function instead
        to return the amount of rows returned.  (According to Killes, the MySQL
        manual also states that it should not return affected rows on a 'select'
        statement.)
      df2c0337
  8. Feb 15, 2004
    • Dries Buytaert's avatar
      · 4b0b2d02
      Dries Buytaert authored
      - Patch by Steven: removed redundant permission checks.  These are no longer
        required thanks to the new 404 handling.
      4b0b2d02
    • Dries Buytaert's avatar
      · bd784227
      Dries Buytaert authored
      - Patch 5592 by Goba: let drupal_map_assoc() rule.  :-)
      
      - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
      bd784227
  9. Feb 11, 2004
    • Dries Buytaert's avatar
      - Patch 4902 by Goba: · f137b269
      Dries Buytaert authored
        + only adds an optional parameter to url() and l(), so individual links
          can be set to be absolute
        + modifies drupal_goto() to accept the parameters of url() without the
          $absolute parameter, so cleaner invocations can be used
        + rework of some code in node_feed, making it much better to look at
          (the current code uses foreach with an immediate brake to get the first
          key of the associative array, geeeeez)
        + added xml:base to the rss tag generated by node_feed()
        + set all user mail URLs to be absolute
        + fix a small fragmented URL in user.module
      f137b269
  10. Feb 09, 2004
  11. Feb 08, 2004
    • Dries Buytaert's avatar
      · 991cb5c9
      Dries Buytaert authored
      Patch 5554 by Goba (slightly modified):
      
        - Modifies _user_mail_text() to automatically override the default
          strings when needed and apply t() on the strings. This lets Drupal translators
          include default messages in translations, and also removes a lot of repeated code.
          Modified the internal $messageid of the approval message from
          welcome_approval_body/subject to approval_body/subject, so automatic variable
          name computation can be done. This does not affect any variable table keys, since
          the change was especially done to keep the variable names...
      
        - Adds %login_uri and %edit_uri to move away from the concatenation approach used in
          the default messages, thus making those messages visible for the .po extractor
      
        - Uses direct return in help text generation when no more action need to be taken
          on the help string (the '$output .=' approach was just plain silly looking and
          misleading, since there was no preceding or appended string in $output)
      991cb5c9
  12. Feb 07, 2004
    • Dries Buytaert's avatar
      · 229ac8de
      Dries Buytaert authored
      - Small bugfix.
      229ac8de
    • Dries Buytaert's avatar
      · e28bbf67
      Dries Buytaert authored
      - Batch two with profile module improvements:
         + Reworked the 'account administration' page.
         + Fixed bug in the 'edit account' page.
         + Removed some dead code from the system.module.
      e28bbf67
    • Dries Buytaert's avatar
      - First batch of profile module improvements: · 5a8129e0
      Dries Buytaert authored
         + Tidied up the profile configuration page: grouped form elements.
      
         + Tidied up the block configuration settings: removed hard-coded
           table.
      
         + Changed the profile API to return the preferred group name, and
           changed the user module to group settings.  Modules implementing
           the _user hook will need to be udpated.
      
         + Removed register_form and register_validate for now.
      5a8129e0
    • Dries Buytaert's avatar
  13. Feb 06, 2004
    • Dries Buytaert's avatar
      · fd64c56e
      Dries Buytaert authored
      - Removed the 'remember me' feature.  It has been broken for many months.
        When an elegant fix is found, it will reappear.
      fd64c56e
  14. Jan 31, 2004
    • Dries Buytaert's avatar
      · 384ae54c
      Dries Buytaert authored
      - Cleanup: modified some context-sensitive help, changed "s to 's, added
        <legend> and <fieldset> tags, used drupal_set_message() to print a
        status message and removed some dead code.
      384ae54c
  15. Jan 26, 2004
    • Dries Buytaert's avatar
      · 66190b17
      Dries Buytaert authored
      - Patch #5393 by Goba: changes the search hook return value, and requires an array
        containing two elements, the first being the requested title, and the second being
        the result list. Advantages:
          * Cleaner search code in common.inc
          * Po extraction is possible and works fine
          * No hardcoded exceptions for node and comment modules, since any module can
            return results in order of relevance (or another order)
      66190b17
  16. Jan 24, 2004
    • Dries Buytaert's avatar
      · 8a913ffe
      Dries Buytaert authored
      - Removed the 'Page not found' message after the initial install and removed
        some old user module logic to install the initial role IDs.
      8a913ffe
  17. Jan 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  18. Jan 21, 2004
    • Dries Buytaert's avatar
      · f1dfe063
      Dries Buytaert authored
      - Bug 5285: fixed broken URLs in user module.  Patch by Stefan.
      f1dfe063
  19. Jan 13, 2004
    • Dries Buytaert's avatar
      · eee72bfa
      Dries Buytaert authored
      - Patch 4859: new drupal_unpack() consolidates duplicate code and makes it
        easy to show avatars next to nodes and comments.  Patch by Moshe.  As a
        showcase, maybe Xtemplate should have an option to enable/disable avatars?
      eee72bfa
  20. Jan 11, 2004
  21. Jan 05, 2004
    • Dries Buytaert's avatar
      · 30fb2345
      Dries Buytaert authored
      - Changed some boxes to fieldsets/lengeds.
      30fb2345
  22. Dec 29, 2003
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · 90a5a6cf
      Dries Buytaert authored
      - Updated the user login block to validate as XHTML strict: the
        <div class="user-login-block"> is now inside the <form> instead of the
        other way around.
      
      - Simplified the user login block by removing some CSS that was no longer
        needed.  The block module already emits block-related classes and an id.
      90a5a6cf
  23. Dec 28, 2003
  24. Dec 26, 2003
    • Dries Buytaert's avatar
      · 097f6209
      Dries Buytaert authored
      - First take at improving the user module's code: replaced the custom error
        printing with calls to drupal_set_message().
      097f6209
  25. Dec 24, 2003
    • Dries Buytaert's avatar
      · de19dc51
      Dries Buytaert authored
      - Tiny change for sake of consistency: Blocked -> blocked, Active -> active.
      de19dc51
  26. Dec 22, 2003
    • Dries Buytaert's avatar
      · 770174b2
      Dries Buytaert authored
      - Updated documentation, small bug fix and small improvements to the <label>
        tags.
      
        To be discussed and investigated: when a form element has no title an empty
        <label> tag will be emitted (eg. "remember me" checkbox).  This doesn't make
        sense but is our best option for now.
      770174b2
    • Dries Buytaert's avatar
      · 0439e349
      Dries Buytaert authored
      - Fixed password field.
      0439e349
  27. Dec 18, 2003
    • Dries Buytaert's avatar
      · e06cdc57
      Dries Buytaert authored
      - Fixed bug 4667: users with the deleted role are put back in the authenticated
        users pool.
      e06cdc57
  28. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  29. Dec 13, 2003
    • Dries Buytaert's avatar
      · e728cfba
      Dries Buytaert authored
      - The 'my account' link is already part of the navigation block.
      e728cfba
    • Dries Buytaert's avatar
      · d33f3973
      Dries Buytaert authored
      - Committed Gerhard's user hook patch.  Patch 143.
      d33f3973
  30. Dec 08, 2003
    • Dries Buytaert's avatar
      - Improvements by Goba: · 712a30b5
      Dries Buytaert authored
        + removes the lots of pagers and indirect pager themeing
        + add the theme_pager() function, which should be called as
          theme("pager", ...) to get a pager.
      712a30b5
    • Dries Buytaert's avatar
      · 427364a5
      Dries Buytaert authored
      - Fixed visual glitch in "Who's online" block.  Patch by Jeremy.
      427364a5
  31. Dec 07, 2003
    • Dries Buytaert's avatar
      · 71eac6dd
      Dries Buytaert authored
      - Made the who's online block adhere better to the max user setting.
      71eac6dd