Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Dec 20, 2003
  4. Dec 19, 2003
  5. 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
    • Dries Buytaert's avatar
      · aa2f6162
      Dries Buytaert authored
      - Fixed typo: $outpout -> $output.  Fixed bug 4690.
      aa2f6162
  6. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
    • Dries Buytaert's avatar
      · 928c113b
      Dries Buytaert authored
      Patch by Kjartan:
        - Adds possibility to hide menu item when it has no children. (Fixes the
          node/add problem when user doesn't have access to create any node
          types.)
        - More doxygen comments.
      928c113b
    • Dries Buytaert's avatar
      · b4a19a56
      Dries Buytaert authored
      - Moved to grey arrow buttons instead of orange ones.  Updates by Kristjan.
      b4a19a56
    • Dries Buytaert's avatar
      a591cc5f
  7. Dec 16, 2003
    • Kjartan Mannes's avatar
      - Type in comment block. · 3e3f3972
      Kjartan Mannes authored
      3e3f3972
    • Dries Buytaert's avatar
      · 670a2922
      Dries Buytaert authored
      - Reworked 404 (page not found) handling.  Patch by walkah.  You can specify a
        custom 404 page in the administration page.  As a result, error.php could be
        removed.
      670a2922
    • Dries Buytaert's avatar
      · 595c790a
      Dries Buytaert authored
      - CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row
        padding, more subtle color to watchdog special messages.
      595c790a
  8. Dec 15, 2003
    • Dries Buytaert's avatar
      · ce5d3a06
      Dries Buytaert authored
      - Added some Apache 2 specific instructions.
      ce5d3a06
    • Dries Buytaert's avatar
      · 9c96417b
      Dries Buytaert authored
      - Updated the CHANGELOG.
      9c96417b
    • Dries Buytaert's avatar
      · 4a526ca7
      Dries Buytaert authored
      - Added a new theme derived from Kristjan's styleswitcher theme.
      4a526ca7
    • Dries Buytaert's avatar
      · eadda128
      Dries Buytaert authored
      - Fixes another 'xtemplate.inc removes "$xx" from content'.  Patch by Ax.
      eadda128
Loading