Skip to content
Snippets Groups Projects
  1. Sep 08, 2002
  2. Sep 01, 2002
    • Dries Buytaert's avatar
      · 411bcd55
      Dries Buytaert authored
      - Removed the bloggerapi_watchdog() function.
      411bcd55
  3. Aug 26, 2002
    • Dries Buytaert's avatar
      · 58c99266
      Dries Buytaert authored
      - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.
      58c99266
    • Dries Buytaert's avatar
      · 547ac22a
      Dries Buytaert authored
      - Fixed function prototype of db_error().  Patch by James.
      
        One-liners are great! :)
      547ac22a
    • Dries Buytaert's avatar
      · b72bb5cf
      Dries Buytaert authored
      - Fixed typo in CSS.  Patch by James.
      b72bb5cf
    • Dries Buytaert's avatar
      · a28f8180
      Dries Buytaert authored
      - Changed "$watchdog->message" from type "varchar(255)" to type "text".
        Patch by James.  For sake of consistency, I updated the MySQL scheme
        and added a new update entry to "update.php".
      a28f8180
    • Dries Buytaert's avatar
      · 3cdfcaf8
      Dries Buytaert authored
      - Made two INSERT queries ANSI compliant.  Patch by James, slightly modified
        by Dries.
      3cdfcaf8
  4. Aug 22, 2002
    • Dries Buytaert's avatar
      · 5c66243d
      Dries Buytaert authored
      - Committed (a slightly modified version of) PiAir's Blogger API documentation
        patch.
      5c66243d
    • Dries Buytaert's avatar
      · 15a9b6c5
      Dries Buytaert authored
      - Fixed statistics module.
      15a9b6c5
    • Dries Buytaert's avatar
      · 2fe2a123
      Dries Buytaert authored
      - Removed the unused table and included the sequences table.   Patch by
        jaa.
      2fe2a123
  5. Aug 21, 2002
    • Dries Buytaert's avatar
      · fd05ff03
      Dries Buytaert authored
      - Fixed typo.  Patch by Marco.
      fd05ff03
  6. Aug 20, 2002
    • Dries Buytaert's avatar
      · 8cae7b07
      Dries Buytaert authored
      - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) in
        the drupal.module.  Fixed a couple of typos and small inconsistencies.
      8cae7b07
    • Dries Buytaert's avatar
      · bfe5b85d
      Dries Buytaert authored
      - Applied a (modified) version of Marco's SQL sequence patch.
      bfe5b85d
  7. Aug 19, 2002
    • Dries Buytaert's avatar
      · afd87425
      Dries Buytaert authored
      - Replaced MySQL-ism by its ANSI SQL counterpart.  Patch by jaa.
      afd87425
  8. Aug 18, 2002
    • Dries Buytaert's avatar
      · c34d7785
      Dries Buytaert authored
      - Bugfix: changed the PostgreSQL database scheme of the session field in
        the user table.  Patch by jaa.
      c34d7785
    • Dries Buytaert's avatar
      · 9df234e6
      Dries Buytaert authored
      - Removed a MySQL-ism from the user module.  Patch by James.
      
      - Fixed the "uid < 0" issue.  Fix by Marco.
      9df234e6
    • Dries Buytaert's avatar
      · 9c0cfb85
      Dries Buytaert authored
      - Made James the new PostgreSQL maintainer and marked the PostgreSQL
        port as being maintained.
      9c0cfb85
    • Dries Buytaert's avatar
      · 8b9c05d2
      Dries Buytaert authored
      - Bugfix: fixed some SQL queries and tidied up many queries.  Patch by
        Marco.
      8b9c05d2
  9. Aug 16, 2002
    • Dries Buytaert's avatar
      · d4a918b8
      Dries Buytaert authored
      - Renewed the PostgreSQL database scheme!  Patch by jaa.
      d4a918b8
    • Dries Buytaert's avatar
      · e04f6d23
      Dries Buytaert authored
      - Made the rating module and its SQL table ASNI compliant.  Patch by jaa.
      e04f6d23
    • Dries Buytaert's avatar
      · fc143e79
      Dries Buytaert authored
      - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant.  Patch by jaa.
      fc143e79
    • Dries Buytaert's avatar
      · 333e47ac
      Dries Buytaert authored
      - Made sure the selection boxes don't grow too long.  Requisted by kika,
        patch by Marco.
      333e47ac
  10. Aug 15, 2002
    • Dries Buytaert's avatar
      · 2c77a388
      Dries Buytaert authored
      - Small cosmetic change to the system module.
      2c77a388
    • Dries Buytaert's avatar
      · 42abfd00
      Dries Buytaert authored
      - Commited kika's usability patch for the help module.
      42abfd00
    • Dries Buytaert's avatar
      · 6f9b79b8
      Dries Buytaert authored
      - Updated the URL with installation instructions.
      6f9b79b8
    • Dries Buytaert's avatar
      · d102bf73
      Dries Buytaert authored
      - Reverted module.inc to the old module_invoke() function.
      d102bf73
  11. Aug 14, 2002
    • Dries Buytaert's avatar
      · 343437e7
      Dries Buytaert authored
      - "module_invoke()" and "module_invoke_all()" can now be called with any
         number of arguments.  Patch by Gerhard.
      343437e7
    • Dries Buytaert's avatar
      · cc0980ec
      Dries Buytaert authored
      - Bugfix: moved the delete query down.  Patch by Marco.
      cc0980ec
  12. Aug 11, 2002
    • Dries Buytaert's avatar
      · e0357857
      Dries Buytaert authored
      - Added indices for the poll module.  Patch by Marco.
      e0357857
  13. Aug 08, 2002
    • Dries Buytaert's avatar
      · f5173ef2
      Dries Buytaert authored
      - Applied user.module patch from Marco's sandbox.
      - Added profile.module written by Marco.
      f5173ef2
    • Dries Buytaert's avatar
      · b8c815d2
      Dries Buytaert authored
      - An attempt to solve drupal_goto() in presence of session IDs.
      b8c815d2
    • Dries Buytaert's avatar
      · c3e91ce8
      Dries Buytaert authored
      - Patch by kika: "If a module is disabled on the "site configuration
        > modules" page, its operations (view, admin) should not be
        clickable (they should be present though, but as static text).
      c3e91ce8
  14. Jul 31, 2002
  15. Jul 26, 2002
  16. Jul 21, 2002
  17. Jul 13, 2002
    • Dries Buytaert's avatar
      · 36fca092
      Dries Buytaert authored
      - Added missing t() functions.  Patch by Ori.
      36fca092
    • Dries Buytaert's avatar
      · ef03e6a3
      Dries Buytaert authored
      - Fixed small bug in user.module.  Patch by Marco.
      ef03e6a3
    • Dries Buytaert's avatar
      · c3a60df5
      Dries Buytaert authored
      - Patch my Marco: "session in my users table is actually varchar(32), which is small. locale data was greater and so was not correctly recorded.  strangely, update_11() in update.php reads: update_sql("ALTER TABLE users ADD session TEXT;"); but in database.mysql.inc, line 496 session varchar(32) NOT NULL default '', so the update fails."
      c3a60df5
Loading