Skip to content
Snippets Groups Projects
  1. Mar 11, 2003
  2. Mar 10, 2003
  3. Mar 09, 2003
  4. Mar 08, 2003
  5. Mar 07, 2003
    • Kjartan Mannes's avatar
      - Renamed "form.admin" to "form admin". · 831ee213
      Kjartan Mannes authored
      - Added node_admin_settings() to let users set node defaults.
          * Added _nodeapi("conf")
      - Modified form_checkbox() to unset options. (Modified the patch from Ax.)
      - Removed the _save() hook.
      - Fixed a logical flaw in field_get() and field_set() which would break
        moderation.
      - Moved some admin menus around and cleaned up some typos.
      831ee213
    • Dries Buytaert's avatar
      · 3aba0fda
      Dries Buytaert authored
      - Fixed typo: <base url=> --> <base href=>.  Patch by Moshe.
      3aba0fda
    • Dries Buytaert's avatar
      · 914bd030
      Dries Buytaert authored
      - Fixed typo: "data_format" -> "date_format_short".  Patch by walkah.
      914bd030
    • Dries Buytaert's avatar
      · d659fedb
      Dries Buytaert authored
      - Removed the path_uri() function in favor of the $base_url variable and
        fixes a handful of bugs introduced by the clean URL patch.
      d659fedb
  6. Mar 06, 2003
    • Dries Buytaert's avatar
      · d5fe0cfe
      Dries Buytaert authored
      - Fixed bug in search.module: slashes where escaped twice.
      d5fe0cfe
    • Dries Buytaert's avatar
      · ffc893d5
      Dries Buytaert authored
      - Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning.
      ffc893d5
    • Dries Buytaert's avatar
      · 25c5e597
      Dries Buytaert authored
      - Fixed broken URL in comment form.  Patch by Ax.
      25c5e597
  7. Mar 05, 2003
    • Dries Buytaert's avatar
      · a15bf99e
      Dries Buytaert authored
      - Fixed the links in the admin menu.  Patch by Ax.
      a15bf99e
  8. Mar 04, 2003
    • Dries Buytaert's avatar
      · 7775d5a3
      Dries Buytaert authored
      - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem:
        invoke module_init() *after* the locale module has been initialized.  The
        system module was translating string from within its init hook which is now
        possible/allowed.
      7775d5a3
    • Dries Buytaert's avatar
      - Two small fixes. · f26d8807
      Dries Buytaert authored
      f26d8807
    • Dries Buytaert's avatar
      · cf2802a7
      Dries Buytaert authored
      - Fixed typo: $node->tid -> $node->tid[].
      cf2802a7
    • Dries Buytaert's avatar
      · b10c5f42
      Dries Buytaert authored
      - Small improvement to locale_init().
      b10c5f42
    • Dries Buytaert's avatar
      · 0876e268
      Dries Buytaert authored
      - Fixed typo in admin.css: "li" -> "li.leaf".
      0876e268
    • Dries Buytaert's avatar
      · ae88a6de
      Dries Buytaert authored
      - Corrected coding style and fixed some "undefined index/variable" warnings.
        Patch by Ax.
      ae88a6de
    • Dries Buytaert's avatar
      · 40abf506
      Dries Buytaert authored
      - Fixed "undefined index/variable" warning.  Patch by Ax.
      40abf506
    • Dries Buytaert's avatar
      · f4cdeb1f
      Dries Buytaert authored
      - Calls set_error_handler("error_handler") before locale_init() /
      theme_init() so that errors happening there will be handled and don't
      result in warnings printed.  Patch by Ax.
      f4cdeb1f
Loading