Skip to content
Snippets Groups Projects
  1. Dec 28, 2003
  2. Dec 27, 2003
  3. Dec 26, 2003
    • Dries Buytaert's avatar
      · 15f289a8
      Dries Buytaert authored
      - Added file handling.  Work by Kjartan.
      15f289a8
    • Dries Buytaert's avatar
      · c1898456
      Dries Buytaert authored
      - Removed the import module's custom menu.  Added a 'news aggregator' menu to
        the navigation block.
      c1898456
    • Dries Buytaert's avatar
      · fb45b6b7
      Dries Buytaert authored
      - Removed the ID from radio buttons for now: duplicate IDs confuse the browser.
      fb45b6b7
    • 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
  4. Dec 24, 2003
    • Dries Buytaert's avatar
      · cb7c2e09
      Dries Buytaert authored
      - Fixed the breadcrumb trail of nested forums.  Patch by Goba.
      cb7c2e09
    • Dries Buytaert's avatar
      - Fixed bug 4710: comment module should use drupal_set_message() correctly. · 4c06410d
      Dries Buytaert authored
      - Fixed the title and breadcrumb trail of the comment delete page, added
      missing cache flush, improved usability and made it so that when you delete
      a comment replies are deleted as well.
      
      - Added 'delete comment' links to the comments on node pages.  Hopefully
      this will make it easier to maintain old threads such as those attached to
      the book pages on drupal.org.
      
      - Comment module maintenance: added missing t() functions and improved
      consistency of the calls to drupal_set_message(), used radio buttons instead
      of a selection box.
      4c06410d
    • Dries Buytaert's avatar
      · 01f252ab
      Dries Buytaert authored
      - Refactored form_radios() such that less HTML code is emitted and such that
        the options are not rendered in bold.
      01f252ab
    • Dries Buytaert's avatar
      · ff14f14d
      Dries Buytaert authored
      - Some CSS improvements and better XHTML (<strong> vs <b>).
      ff14f14d
    • Dries Buytaert's avatar
      · de19dc51
      Dries Buytaert authored
      - Tiny change for sake of consistency: Blocked -> blocked, Active -> active.
      de19dc51
  5. Dec 22, 2003
    • Dries Buytaert's avatar
      · 2dcb8904
      Dries Buytaert authored
      - Fixed bug #4771: variable_get(site_name, ...) -> variable_get('site_name', ...);
      2dcb8904
    • Dries Buytaert's avatar
      · 6cde7fd9
      Dries Buytaert authored
      - Translation fixes: fixed three usages of format_interval().  Patch by Goba.
      6cde7fd9
    • Dries Buytaert's avatar
      Patch by Goba: · 0529e79a
      Dries Buytaert authored
       - put text directly into t(), which also means that multipart help text becomes
         a multiline string
       - use modern XHTML tagging, no <b> and <i>
       - put links and URLs out of the translated text where appropriate
       - let referred menu items and form elements get the same name as in the menu /
         form, so only one translation would be needed
       - use %variable instead of $variable when variables need to go into the string
       - add translation to form items previously untranslated
       - use example.com in example URLs
      0529e79a
    • Dries Buytaert's avatar
      · 7883ea6e
      Dries Buytaert authored
      - Accessibility improvement: changed a <b>-tag to a <strong>-tag, used to
        indicated the current page.
      7883ea6e
    • 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
      · 8f226513
      Dries Buytaert authored
      - Removed the "img { border: 0; }"s from the CSS files as this is now part of
        drupal.css.
      8f226513
    • Dries Buytaert's avatar
      · d26711ec
      Dries Buytaert authored
      - Improvement: made it so that by default, images have no borders.
      d26711ec
    • Dries Buytaert's avatar
      · 0439e349
      Dries Buytaert authored
      - Fixed password field.
      0439e349
    • Dries Buytaert's avatar
      · 01979d43
      Dries Buytaert authored
      - Accessibility improvement: made the search box use the alt-tag.
      01979d43
    • Dries Buytaert's avatar
      · 54a74aba
      Dries Buytaert authored
      - Accessibility improvements: made the <label>-tags use the 'for'-attribute.
      54a74aba
    • Dries Buytaert's avatar
      - The introduction of the $page parameter for the node _view() hooks and · bf51896e
      Dries Buytaert authored
        the theme functions left the poll module's poll_view() function in a
        state where it does not display the poll results or vote forms on their
        own pages, since it uses another (proprietary) $block parameter to
        handle the case when the poll is rendered to be displayed in a block.
        Patch by Goba.
      bf51896e
    • Dries Buytaert's avatar
      · 6ab85955
      Dries Buytaert authored
      - Usability improvements to the 'create content' section.  Patch by Goba.
      6ab85955
    • Dries Buytaert's avatar
      · 1c03a576
      Dries Buytaert authored
      - Don't display the title when there is no title.
      1c03a576
    • Dries Buytaert's avatar
      · 1080e6c0
      Dries Buytaert authored
      - Fixed bug 4722.  Patch by James.
      1080e6c0
  6. Dec 20, 2003
  7. Dec 19, 2003
  8. 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
    • Dries Buytaert's avatar
      · 23c7a4aa
      Dries Buytaert authored
      - Fixed bug 4703: don't display the help text when the user has no access
        rights for a page.  That is, only return the help text if an active
        handler exists.
      23c7a4aa
    • Dries Buytaert's avatar
      · 7bbf8440
      Dries Buytaert authored
      - Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
      7bbf8440
    • Dries Buytaert's avatar
      · 033b2e2c
      Dries Buytaert authored
      - Direct 404s to Drupal.  Suggested by Goba.
      033b2e2c
    • Kjartan Mannes's avatar
      - Fixing wrong superglobal usage. · 3d9e2f2c
      Kjartan Mannes authored
      3d9e2f2c
    • Dries Buytaert's avatar
      - Small update · 09b660a6
      Dries Buytaert authored
      09b660a6
Loading