Skip to content
Snippets Groups Projects
  1. Feb 14, 2004
    • Dries Buytaert's avatar
      · 69a9a445
      Dries Buytaert authored
      - Made the text files Windows-friendly.
      69a9a445
    • Dries Buytaert's avatar
      · 6dcb3c46
      Dries Buytaert authored
      - Code improvements by Mathias: made the path module use drupal_set_message().
      6dcb3c46
  2. Feb 13, 2004
    • Dries Buytaert's avatar
      · d2834d59
      Dries Buytaert authored
      - Made the logo sink to the baseline.
      d2834d59
  3. Feb 12, 2004
  4. 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
    • Dries Buytaert's avatar
      · d795565c
      Dries Buytaert authored
      - Patch 5789 by TDobes: added avatar support to the Xtemplate theme.
      d795565c
    • Dries Buytaert's avatar
      a333c05d
  5. Feb 10, 2004
    • Dries Buytaert's avatar
      · b8804054
      Dries Buytaert authored
      - Usability improvement: print a message if you are (not) allowed to print
        forum topics.
      b8804054
    • Dries Buytaert's avatar
      · 254ca4b9
      Dries Buytaert authored
      - Patch 5729 by Goba: removed dead code from page.module.
      254ca4b9
    • Dries Buytaert's avatar
      · 62bcb3a9
      Dries Buytaert authored
      - Patch #5744 by JonBob: tablesort does not call theme("image") correctly.
      62bcb3a9
    • Dries Buytaert's avatar
      · 6c99c2d8
      Dries Buytaert authored
      - Patch #5766 by Moshe: replace getenv() with $_SERVER.
      6c99c2d8
    • Dries Buytaert's avatar
      · 38e89dd0
      Dries Buytaert authored
      - Patch 5775 by Goba: fixes the only error currently reported by the doxygen
        parser in Drupal core, plus fixes some errorneous (copy-pasted) doxygen docs.
      38e89dd0
    • Dries Buytaert's avatar
      · 0d0d7276
      Dries Buytaert authored
      - Avoid SQL queries if possible.
      0d0d7276
    • Steven Wittens's avatar
      Fix bad default timezone format for timezone display. Would cause a bug on... · fda228a1
      Steven Wittens authored
      Fix bad default timezone format for timezone display. Would cause a bug on sites that haven't been configured completely yet.
      fda228a1
  6. Feb 09, 2004
  7. Feb 08, 2004
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · 325f9891
      Dries Buytaert authored
      - Added a welcome message written by Steven.
      325f9891
    • Dries Buytaert's avatar
      · 8239dd07
      Dries Buytaert authored
      - Changed some double quotes to single quotes.
      8239dd07
    • Kjartan Mannes's avatar
      - Readding queue message on node add removed in rev 1.86. · 3528f79e
      Kjartan Mannes authored
        Uses drupal_set_message() so the message doesn't interfeer with non-HTML
        formats (posting using blog API etc).
      3528f79e
    • Kjartan Mannes's avatar
      - Removing timezone fix that crept in. · 016a8f68
      Kjartan Mannes authored
      016a8f68
    • Kjartan Mannes's avatar
      bc407492
    • 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
    • Dries Buytaert's avatar
      · ebba90fe
      Dries Buytaert authored
      - Patch #5708 by Goba: moved the URL aliasing functions to a common place, so
        they will be part of the same documentation group, as well as created a new
        'formatting functions' group and added a lot of docs for them.  Also fixed
        some small errors reported by the doxygen parser.
      ebba90fe
    • Dries Buytaert's avatar
      · 6450c712
      Dries Buytaert authored
      - Fixed typo introduced by last archive module patch.
      6450c712
    • Dries Buytaert's avatar
      · bc8057df
      Dries Buytaert authored
      - Patch #5613 by Goba: fixed translation issue with archive module and removed
        some locale module code that is now part of extractor.php.
      bc8057df
    • Dries Buytaert's avatar
      - Added curly brackets around table name · 1afcfd10
      Dries Buytaert authored
      1afcfd10
    • Dries Buytaert's avatar
      · d0ffb479
      Dries Buytaert authored
      - Refined the regex to validate the input.
      d0ffb479
  8. Feb 07, 2004
    • Steven Wittens's avatar
      - Mentioning filter system updates. · 46140081
      Steven Wittens authored
      46140081
    • 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
      · 8c909397
      Dries Buytaert authored
      - Patch #5501: fixed invalid HTML in the comment and tracker module.
      8c909397
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · 26ee4145
      Dries Buytaert authored
      - Usability improvement: changed 'messages' to 'logs'.
      26ee4145
    • Dries Buytaert's avatar
      · 06b25311
      Dries Buytaert authored
      - Bug 4853: fixed invalid taxonomy query.
      06b25311
    • Dries Buytaert's avatar
      · d683e1d7
      Dries Buytaert authored
      - Patch #5569 by mathias: fixed jumpy menu behavior with konqueror.
      d683e1d7
Loading