Skip to content
  1. Feb 25, 2011
  2. Jan 04, 2007
  3. Jan 01, 2007
  4. Dec 05, 2006
  5. May 23, 2006
  6. Apr 10, 2006
  7. Mar 14, 2006
  8. Mar 04, 2006
    • Dries Buytaert's avatar
      - Patch #52265 by Zen: converted filter.module to file API: · 650f22bc
      Dries Buytaert authored
          * Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.)
          * On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0.
          * Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things.
          * Adds check_plain to the format name in admin_overview.
          * Removes unnecessary #type => 'markup'.
          * Moves hook_menu to below hook_help.
          * drupal_goto -> return.
      650f22bc
  9. Feb 28, 2006
  10. Feb 27, 2006
  11. Feb 26, 2006
  12. Feb 22, 2006
  13. Jan 27, 2006
  14. Jan 24, 2006
  15. Jan 21, 2006
  16. Jan 16, 2006
  17. Jan 10, 2006
  18. Jan 08, 2006
  19. Jan 04, 2006
  20. Dec 28, 2005
    • Dries Buytaert's avatar
      - Patch #41755 by Cvbge: · 753f11d8
      Dries Buytaert authored
         1. "int(10)" -> "int", fixed typo in index name [pgsql change only]
         2. added defaults for uid and hostname (needed for both)
         3. postgres supports "DROP column" syntax
         4. added missing DELETEs for new table in poll_delete() and poll_update()
      753f11d8
  21. Dec 27, 2005
  22. Dec 13, 2005
  23. Dec 08, 2005
    • Dries Buytaert's avatar
      - Patch #40341 by Neil: fixed problems with database schema versions. · c54234d7
      Dries Buytaert authored
        - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
        - system_get_files_database() now includes a 'schema_version' child of each file object.
        - That new information is re-saved when Drupal re-populates the system table.
        - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
      c54234d7
  24. Dec 07, 2005
  25. Dec 06, 2005
  26. Dec 05, 2005
  27. Nov 29, 2005
  28. Nov 14, 2005
  29. Nov 05, 2005
  30. Nov 03, 2005
  31. Oct 18, 2005
  32. Sep 27, 2005
  33. Sep 18, 2005
  34. Sep 14, 2005