Skip to content
  1. Aug 28, 2005
  2. Aug 17, 2005
  3. Jul 23, 2005
  4. Jul 13, 2005
  5. Jun 22, 2005
  6. Aug 21, 2004
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  7. Aug 12, 2004
    • Dries Buytaert's avatar
      · 0f088b79
      Dries Buytaert authored
      - Patch #9983 by Stefan: various code style improvements.
      0f088b79
  8. Aug 04, 2004
    • Dries Buytaert's avatar
      · a52cf829
      Dries Buytaert authored
      - Patch #7458 by killes: conditionally include xmlrpc.inc.
      a52cf829
  9. Jan 26, 2004
    • Dries Buytaert's avatar
      · c325e684
      Dries Buytaert authored
      - Changed the order of include statements.
      c325e684
  10. 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
  11. Sep 14, 2003
    • Dries Buytaert's avatar
      · 9fbab016
      Dries Buytaert authored
      - Tidied up the usage of module_invoke() and module_invoke_all().  Patch by
        Jonathan Chaffer.
      9fbab016
  12. Oct 20, 2001
  13. Oct 16, 2001
    • Dries Buytaert's avatar
      · 33a3502d
      Dries Buytaert authored
      - Removed a node's link ID (lid) as discussed on the mailing list.  See
        'updates/3.00-to.x.xx.mysql' for the required MySQL updates.
      
      - Renamed some "author" fields to "uid" fields for sake of consistency.
      
      - Fixed the coding style of some PHP files.
      
      - Fixed the moderation queue (fairly untested though).
      
      - Re-introduced the temporary SQL table in _node_get().
      
      - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
      33a3502d
  14. Sep 09, 2001
    • Dries Buytaert's avatar
      · 1b7510ee
      Dries Buytaert authored
      - Added an XML-RPC server.  Modules that want to export remote procedure
        calls can implement the new 'xmlrpc' hook.
      
        Example:
      
         function mymodule_xmlrpc() {
           return array("drupal.myfunction" => array("function" => "mymodule_myfunction"));
         }
      1b7510ee