Skip to content
  1. Jun 15, 2004
    • Dries Buytaert's avatar
      - Patch #8405 by Adrian: · 6bd267c6
      Dries Buytaert authored
         + Fixed duplicated view.
         + Fixed node types not being picked up correctly.
         + Improved error handling in case a particular node has not been found.
      6bd267c6
  2. 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
      · ae5136e5
      Dries Buytaert authored
      - Patch #5111 by Bart: fixed inconsistent default values.
      ae5136e5
    • 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
  3. Feb 08, 2004
  4. Jan 21, 2004
    • Dries Buytaert's avatar
      · 9c044fff
      Dries Buytaert authored
      - Patch #5281: removed hardcoded table and CSS from the queue module.  Made
        the queue page-able.  Patch by Stefan.
      9c044fff
  5. Jan 19, 2004
    • Dries Buytaert's avatar
      · 43e9bd79
      Dries Buytaert authored
      - Patch 5256: code improvements: theme('header') + theme('footer') -> theme('page').
        Patch by Gerhard.
      43e9bd79
  6. Dec 29, 2003
  7. Dec 18, 2003
    • Dries Buytaert's avatar
      · 7bbf8440
      Dries Buytaert authored
      - Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
      7bbf8440
  8. Dec 04, 2003
    • Dries Buytaert's avatar
      · d45bf0f1
      Dries Buytaert authored
      - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf, etc.
      d45bf0f1
  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
      · f505fb9c
      Dries Buytaert authored
      - Synchronized some page and link titles.
      f505fb9c
    • 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 09, 2003
    • Dries Buytaert's avatar
      · 951b553a
      Dries Buytaert authored
      - Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.
      951b553a
  13. Nov 08, 2003
    • Dries Buytaert's avatar
      · 92995414
      Dries Buytaert authored
      - Committed stage 1 of the menu callbacks improvements.  Patch by Jonathan.
      92995414
  14. Oct 09, 2003
    • 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
    • Dries Buytaert's avatar
      · f2a9d01d
      Dries Buytaert authored
      - Bugfix: inserting and updating paths was not working.  Patch by Matt.
      
      - Bugfix: updated the queue module menu so the "view submission" link appears
        in the navigation when enabled.  Patch by Matt.
      f2a9d01d
  15. 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
  16. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  17. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  18. Sep 23, 2003
  19. 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
  20. Aug 25, 2003
    • Dries Buytaert's avatar
      · 2e22798a
      Dries Buytaert authored
      - More help system updates by Michael F.
      2e22798a
  21. Aug 12, 2003
    • Dries Buytaert's avatar
      · c6b215c0
      Dries Buytaert authored
      - Heavily modified version of Gerhard's patch #82: the queue module does now
        inform the user about the status of his or her post.
      c6b215c0
  22. Jul 17, 2003
    • Dries Buytaert's avatar
      · d1b175ce
      Dries Buytaert authored
      - Some queue module fixes by Trogeir.
      d1b175ce
  23. Jul 16, 2003
    • Dries Buytaert's avatar
      · 1252d512
      Dries Buytaert authored
      - Changed some INNER JOINs back to LEFT JOINs.  Patch by Gerhard.  Not tested
        by me.
      1252d512
  24. 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
  25. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  26. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  27. Jun 06, 2003
    • Dries Buytaert's avatar
      · 47ba929c
      Dries Buytaert authored
      - Removed a redundant check_input().
      47ba929c
  28. Jun 05, 2003
    • Dries Buytaert's avatar
      · de3b0796
      Dries Buytaert authored
      - Bugfix: better charset support for non-ISO-8859-1 languages.  Patch 0029.charset.fixes.patch by Al.  Could East Asia test this please.
      
      - Bugfix: made the "moderate" field behave.  Patch 0030.queue.module.help.and.settings.form.patch by Al.
      
      - Documentation: revised a large part of the help texts / documentation!  Al's 0024.* patches.
      
      - Documentation: added a glossary to the help module.  Patch 0025.help.module.glossary.patch by Al and Michael.
      
      - Usability: first step towards unifying the terminology used in the cloud module.  Patch by 0028.site.cloud.rationalize.name.patch Al.
      
      - Usability + CSS improvements: revamped the node form and removed all tables.  Patch 0027.node.form.rewrite.patch by Al.
      
      - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al.
      
      - Updated the MAINTAINERS file.
      de3b0796
  29. Jun 04, 2003
    • Dries Buytaert's avatar
      · 355d25e7
      Dries Buytaert authored
      - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4.  This fixes critical bug #1618.  Patch by Marco.
      
        ==> This fix requires to run update.php!
      
      - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register().  This fixes critical bug #1797.  Patch by Marco.
      
      - Bugfix: sometimes error messages where being discarded when previewing a node.  Patch by Craig Courtney.
      
      - Bugfix: fixed charset problems.  This fixes critical bug #1549.  Patch '0023.charset.patch' by Al.
      
      - Code improvements: removed some dead code from the comment module.  Patch by Marco.
      
      - Documentation improvements: polished the node module help texts and form descriptions.  Patch '0019.node.module.help.patch' by Al.
      
      - CSS improvements all over the map!  Patch '0021.more.css.patch' by Al.
      
      - GUI improvements: improved the position of Druplicon in the admin menu.  Patch '0020.admin.logo.patch' by Al.
      
      - GUI improvements: new logos for theme Marvin and theme UnConeD.  Logos by Kristjan Jansen.
      
      - GUI improvements: small changes to the output emitted by the profile module.  Suggestions by Steven Wittens.
      
      - GUI improvements: small fixes to Xtemplate.  Patch '0022.xtemplate.css.patch' by Al.
      
      TODO:
      
      - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register().  They should be updated.  We should setup a task on Drupal.
      
      - There is code emitting '<div align="right">' which doesn't validate.
      
      - Does our XML feeds validate with the charset changes?
      
      - The forum module's SQL doesn't work properly on PostgreSQL.
      355d25e7
  30. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  31. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  32. 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
  33. Mar 10, 2003
  34. Mar 09, 2003
    • Kjartan Mannes's avatar
      - Moved moderation logic back into node module. · 1421c878
      Kjartan Mannes authored
          * After having a chat with Dries we have agreed on the logics (or
            more specifically he told me how its supposed to work). The queue
            module is just a method to make moderation public, but its not
            necessarily the only way. This brings the power back.
      - Minor interface tweaks (names, case changes, etc).
      - Fixed error that would show when you tried to view the profile of a
        blocked user.
      1421c878
  35. Mar 08, 2003
  36. Mar 07, 2003
    • Kjartan Mannes's avatar
      - Renamed "form.admin" to "form admin". · 831ee213
      Kjartan Mannes authored
      - Added node_admin_settings() to let users set node defaults.
          * Added _nodeapi("conf")
      - Modified form_checkbox() to unset options. (Modified the patch from Ax.)
      - Removed the _save() hook.
      - Fixed a logical flaw in field_get() and field_set() which would break
        moderation.
      - Moved some admin menus around and cleaned up some typos.
      831ee213