Skip to content
  1. Apr 12, 2004
  2. Mar 15, 2004
    • Dries Buytaert's avatar
      · 46798d68
      Dries Buytaert authored
      - Patch #6484 by Goba:
        + A small typo on tracker module, which prevented the help from displaying.
        + For for a HTML tag closing buglet which made Opera completely mess up
          the page.
        + Translation fixes in story.module.
      46798d68
  3. Feb 21, 2004
  4. 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
  5. Feb 07, 2004
    • Dries Buytaert's avatar
      · 8c909397
      Dries Buytaert authored
      - Patch #5501: fixed invalid HTML in the comment and tracker module.
      8c909397
  6. Jan 31, 2004
    • Dries Buytaert's avatar
      · fb119525
      Dries Buytaert authored
      - Fixed tracker bug: tracker module has a line of faulty code which tries
        to get the node name in the old way.  Patch by JonBob.
      fb119525
  7. Dec 14, 2003
    • Dries Buytaert's avatar
      · 451bc948
      Dries Buytaert authored
      - Fixed capitalization.
      451bc948
  8. 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
  9. Nov 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  10. Nov 23, 2003
    • Dries Buytaert's avatar
      · 26735ac5
      Dries Buytaert authored
      - Committed phase 3 of JonBob's menu changes.  Adds an API for modules to
        define titles and breadcrumbs for their pages, and updates the theme
        system to display them.
      26735ac5
  11. Nov 20, 2003
    • Dries Buytaert's avatar
      · 4bdac433
      Dries Buytaert authored
      - Patch by JonBob:
      
        Phase 2 of the menu system integration project. This unifies the interface
        used by admin and non-admin pages, and deprecates the _page hook in favor of
        explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
        as a result of this patch; they will return in the phase 3 patch, printed
        by the theme.
      4bdac433
  12. Nov 13, 2003
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  13. Nov 09, 2003
    • Dries Buytaert's avatar
      · 951b553a
      Dries Buytaert authored
      - Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.
      951b553a
  14. Nov 08, 2003
    • Dries Buytaert's avatar
      · 92995414
      Dries Buytaert authored
      - Committed stage 1 of the menu callbacks improvements.  Patch by Jonathan.
      92995414
  15. Oct 09, 2003
    • Dries Buytaert's avatar
      · 71ebc04a
      Dries Buytaert authored
      - Fixed some link titles that were no longer correct due to the menu changes.
      
      - Made sure that the link titles match the page titles.
      71ebc04a
    • Dries Buytaert's avatar
      · 1a5fcacd
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      1a5fcacd
  16. Oct 07, 2003
    • Dries Buytaert's avatar
      · 22c889e7
      Dries Buytaert authored
      - Help system improvements: eliminated the _system hook.  Patch by Michael.
      
      - Bloggerapi module fixes.  Patch by Kjartan.
      
      - Coding style fixes.  Patch by Michael.
      22c889e7
  17. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  18. Sep 30, 2003
    • Dries Buytaert's avatar
      · 5a667eb5
      Dries Buytaert authored
      - Url aliasing improvements.  Patch by Matt.  See mailing list for more
        information.
      5a667eb5
  19. Sep 28, 2003
    • Dries Buytaert's avatar
      · 32e8d77c
      Dries Buytaert authored
      - Associate a callback with the menu links!  (This callback is not yet being
        called but will be as soon the remaining links have been transformed to use
        the menu system.)
      
      - Made sure the menu does not render links with no callback and no children.
        Like this, the 'create content' link is not being shown when the user has
        no permission to add any content.
      32e8d77c
  20. Sep 27, 2003
    • Dries Buytaert's avatar
      · fe09d5a7
      Dries Buytaert authored
      - Committed Al's new admin link texts.  Remarks:
      
        1) As explained by Al, there is still a glitch with the 'create content'
           menu.
        2) The user module part of the patch did not apply due to Kjartan's earlier
           patch.
      fe09d5a7
  21. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  22. Sep 09, 2003
    • Dries Buytaert's avatar
      · 8e657f64
      Dries Buytaert authored
      - Gerhard's uid 0 patches.  These patches bring various performance
        improvements.  Requires a database update.
      8e657f64
  23. Sep 06, 2003
    • Dries Buytaert's avatar
      · 1cadcafe
      Dries Buytaert authored
      - Fixed the tracker author sort.  Patch by Moshe.
      1cadcafe
  24. Aug 25, 2003
    • Dries Buytaert's avatar
      Patches from Moshe: · 9abe339c
      Dries Buytaert authored
       - Tracker module: adds a missing call to tablesort_pager().
       - Tablesort:
         + add 'title' attributes
         + let arbitrary querystring params flow through to pager links
         + removed ugly border around the arrow
      9abe339c
  25. Aug 21, 2003
    • Dries Buytaert's avatar
      · 8d013b16
      Dries Buytaert authored
      - Applied Moshe's tablesort patch!  Note that I changed the arrow images
        because those of Moshe where not identical.
      8d013b16
  26. Aug 20, 2003
    • Dries Buytaert's avatar
      · 47797714
      Dries Buytaert authored
      - Updated the tracker module to the new help system scheme.
      47797714
  27. Aug 15, 2003
    • Dries Buytaert's avatar
      · f7bc6af7
      Dries Buytaert authored
      - Bugfix: changed 'INNER JOIN' back to 'LEFT JOIN'.
      f7bc6af7
  28. Jul 16, 2003
    • Dries Buytaert's avatar
      · 8759ca73
      Dries Buytaert authored
      - Commited the URL aliasing patch.  Thanks Matt.
      
        This update requires you to run update.php!
      8759ca73
    • Dries Buytaert's avatar
      · 1252d512
      Dries Buytaert authored
      - Changed some INNER JOINs back to LEFT JOINs.  Patch by Gerhard.  Not tested
        by me.
      1252d512
  29. Jul 12, 2003
    • Dries Buytaert's avatar
      · 22b6d2f3
      Dries Buytaert authored
      - Performance improvement: changed a fair amount of "left joins" to "inner
        joins".  Patch by Gerhard.
      22b6d2f3
  30. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  31. Jul 09, 2003
  32. Jul 08, 2003
    • Dries Buytaert's avatar
      · bfd68e80
      Dries Buytaert authored
      - Made it easier to translate some text on the tracker page.  Patch #71 by
        Stefan.
      bfd68e80
  33. Jun 03, 2003
    • Dries Buytaert's avatar
      - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents · 05288ac4
      Dries Buytaert authored
      to avoid XSS attacks!  Patch by Al, Moshe, Marco, Kjartan and me.
      
      - Bugfix: the admin module does now import drupal.css prior to admin.css.
      Patch by me.
      
      - Bugfix: the admin module was still emitting a <base href=""> tag.  I
      removed this as it is been taken care of by theme_head();  Patch by me.
      
      - Bugfix: made the tracker module's pager only consider published pages.
      Patch by Moshe.
      
      - Bugfix: cured some typos in the comment module's help function.  Patch by
      Marco.
      
      - Bugfix: fixed a typo in the pager_display() that caused optional
      attributes to be discarded.
      
      - Bugfix: made the Xtemplate emit empty boxes like any other theme does.
      Patch by Al.
      
      - Bugfix: fixed broken link on the statistics module's log page.
      Reported by Kjartan.
      
      - CSS improvements: made the HTML output emitted by the tracker module
      look nicer.  Patch by Moshe and Al.
      
      - CSS improvements: added CSS classes for form elements.  Patch by Al.
      
      - CSS improvements: added a vertical gap between the last form item and the
      submit button.  Patch by Al.  Note that Opera 6 is not picking up this
      CSS but apparently others browsers such as Konqueror do.
      
      - Xtemplate improvements: changed the color of the selected day in the
      archive module's calendar.  Patch by Al.
      
      - Usability improvements: made the "birthday" field of the profile module
      look nicer.  Patch by Al.
      
      ------
      
      - TODO: it might be a good idea to emit the following meta tag in the
      theme_head() function:
      
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      
      Currently, some themes (and modules!) emit this while others don't.  This
      would also make it possible to change the charset site-wide.
      
      - TODO: now we added support for td.dark and td.light to drupal.css, maybe
      it can be removed from admin.css as well as xtemplate.css?
      05288ac4
  34. May 07, 2003
    • Dries Buytaert's avatar
      · a161110a
      Dries Buytaert authored
      - Applied  Michael Caerwyn's "%s -> %d" patch.
      
      - Changed all occurences of '%d' to %d as suggested on the mailing list.
      a161110a
  35. May 02, 2003
  36. Apr 21, 2003
    • Dries Buytaert's avatar
      · a956de78
      Dries Buytaert authored
      - Fixed some PHP "notices".
      a956de78
  37. Mar 16, 2003
    • Dries Buytaert's avatar
      · 603f6041
      Dries Buytaert authored
      - Added a pager to the tracker page.
      603f6041