Skip to content
  1. Feb 25, 2011
  2. Aug 28, 2005
  3. Aug 17, 2005
  4. Jul 23, 2005
  5. Jul 13, 2005
  6. Jun 22, 2005
  7. 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
  8. Aug 12, 2004
    • Dries Buytaert's avatar
      · 0f088b79
      Dries Buytaert authored
      - Patch #9983 by Stefan: various code style improvements.
      0f088b79
  9. Aug 04, 2004
    • Dries Buytaert's avatar
      · a52cf829
      Dries Buytaert authored
      - Patch #7458 by killes: conditionally include xmlrpc.inc.
      a52cf829
  10. Jan 26, 2004
    • Dries Buytaert's avatar
      · c325e684
      Dries Buytaert authored
      - Changed the order of include statements.
      c325e684
  11. 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
  12. 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
  13. Oct 20, 2001
  14. 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
  15. 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