Skip to content
  1. Mar 20, 2004
  2. Mar 01, 2004
    • Dries Buytaert's avatar
      · 0f980c24
      Dries Buytaert authored
      - Removed broken throttle.
      0f980c24
  3. Feb 19, 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 10, 2004
  6. Feb 08, 2004
  7. Feb 07, 2004
    • 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
  8. Jan 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  9. Jan 19, 2004
    • Dries Buytaert's avatar
      · 652fb347
      Dries Buytaert authored
      - Removed instances of the 'throttle_enable' variable.
      652fb347
  10. Jan 11, 2004
  11. Jan 05, 2004
    • Steven Wittens's avatar
      Committed filter separation patch: all filter-related things are now in... · c2151b52
      Steven Wittens authored
      Committed filter separation patch: all filter-related things are now in filter.module (which is a required module).
      To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage.
      
      (based on the patch by Goba)
      c2151b52
  12. Dec 29, 2003
  13. Dec 28, 2003
  14. Dec 26, 2003
    • Dries Buytaert's avatar
      · 15f289a8
      Dries Buytaert authored
      - Added file handling.  Work by Kjartan.
      15f289a8
  15. Dec 16, 2003
    • 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
  16. Dec 07, 2003
    • Dries Buytaert's avatar
      · bea3dbb7
      Dries Buytaert authored
      - Patch 0185 by Jeremy: made it possible to automatically disable modules when
        under heave load.
      bea3dbb7
  17. Dec 01, 2003
    • Dries Buytaert's avatar
      · 4e2c0b25
      Dries Buytaert authored
      - Introduced a drupal_set_message() and drupal_get_message() function.
      
        Contributed themes and modules need to be updated:
         - modules: status() is no more; use drupal_set_message() instead.
         - themes: use drupal_get_message() to check for status messages and
           visualize them.
      4e2c0b25
  18. Nov 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  19. Nov 23, 2003
    • Dries Buytaert's avatar
      · c2a4a5ec
      Dries Buytaert authored
      - Made the help text sharable by removing incorrect use of $base_url.  Patch
        by Goba.
      c2a4a5ec
    • Dries Buytaert's avatar
      · 2fa24977
      Dries Buytaert authored
      - Committed patch #165 by Moshe.
      2fa24977
  20. Nov 20, 2003
    • Dries Buytaert's avatar
      · e128d493
      Dries Buytaert authored
      - Improved theme configuration page.  Modified version of Adrian.
      e128d493
    • 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
  21. Nov 18, 2003
    • Dries Buytaert's avatar
      · a0640e66
      Dries Buytaert authored
      - Improved module loading when serving cached pages.  Moshe's bootstrap patch.
      
      - Used legend and fieldset tags for the configuration page.
      a0640e66
  22. Nov 13, 2003
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  23. Nov 09, 2003
  24. Nov 07, 2003
    • Dries Buytaert's avatar
      · ef0fa006
      Dries Buytaert authored
      - Usability improvement: replaced many selection boxes by radio buttons.
        Patch by Stefan.
      ef0fa006
  25. Oct 30, 2003
    • Dries Buytaert's avatar
      · 3c17d392
      Dries Buytaert authored
      - Added support for "special timezones".  Patch by Steven/UnConeD.
      3c17d392
  26. Oct 24, 2003
    • Dries Buytaert's avatar
      · 14d3b45d
      Dries Buytaert authored
      - Usability improvement: removed the cron setting.  It was dead code.
      14d3b45d
    • Dries Buytaert's avatar
      · c6b70a74
      Dries Buytaert authored
      - Documentation improvement: updated documentation to match menu item changes.
        Fixes critical bug #3453.  (In the end, someone has to do it ...)
      c6b70a74
  27. 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
  28. 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
  29. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  30. Oct 02, 2003
    • Dries Buytaert's avatar
      · 37da83ce
      Dries Buytaert authored
      - Removed dead code.  Patch by stefan.
      37da83ce
  31. Sep 30, 2003
    • Dries Buytaert's avatar
      · 392304da
      Dries Buytaert authored
      - Moved the locale settings from the user module to the locale module.
        Patch by Stefan.
      
      - Moved the theme settings from the user module to the system module and
        made the code more intelligent.  Patch by Stefan.
      392304da
  32. Sep 28, 2003
    • Dries Buytaert's avatar
      · 069e1bb8
      Dries Buytaert authored
      - More translation fixes for the menu items.  Patch by Gabor.
      069e1bb8
    • Dries Buytaert's avatar
      · 179ded04
      Dries Buytaert authored
      - Made sure the system module can be translated entirely.  Patch by Stefan.
      179ded04
    • Dries Buytaert's avatar
      · c8b28009
      Dries Buytaert authored
      - Made sure all menu items can be translated.  Path by Goba.
      c8b28009