Skip to content
Snippets Groups Projects
  1. Nov 12, 2003
    • Dries Buytaert's avatar
      · e8de9721
      Dries Buytaert authored
      - Added missing print statements.  Patch #144 by CodeMonkeyX.
      e8de9721
    • Dries Buytaert's avatar
      · c629c7bd
      Dries Buytaert authored
      - Fixed bug #4080: comments shown against wrong node.  Reported by chrish.
      c629c7bd
  2. Nov 11, 2003
    • Dries Buytaert's avatar
      · df447293
      Dries Buytaert authored
      - Made the revisions a separate page/tab.
      df447293
    • Dries Buytaert's avatar
      · 00666649
      Dries Buytaert authored
      - Removed the output buffering from the Xtemplate theme.
      00666649
    • Dries Buytaert's avatar
      · 89cad349
      Dries Buytaert authored
      - Added missing break statements.  Patch by Chris.  Fixes bug 4055.
      89cad349
  3. Nov 10, 2003
    • Dries Buytaert's avatar
      · f3c26069
      Dries Buytaert authored
      User module patch by Kjartan:
      
      - Optimized user_external_load(), only need to fetch the data once.
      - Removed unused functions:
        user_get()
        user_set()
        theme_menu_list()
      - Fixed user_validate_name() to not accept \.
      - Modified user_validate_name() to use alnum, which varies depending on
        the system locale.
      - Optimized user_validate_name() to not use unnecessary regular
        expressions.
      - Optimized user_access() by using less logic to fetch permissions and
        cache.
      - Removed uncessary logic from user_deny().
      - Fixed user_fields() to properly cache $fields.
      - Optimized user_set_authmaps() to not perform unnecessary queries.
      - Removed return value from user_set_authmaps().
      f3c26069
    • Dries Buytaert's avatar
      · a75e97ae
      Dries Buytaert authored
      - Updated the CHANGELOG to document recent changes.
      a75e97ae
    • Kjartan Mannes's avatar
      - Spell checked the comments. · 22d3f6bd
      Kjartan Mannes authored
      22d3f6bd
    • Dries Buytaert's avatar
      · 36da307e
      Dries Buytaert authored
      - Improvement: made sure that the example theme uses the misc/drupal.css stylesheet.
      36da307e
  4. Nov 09, 2003
    • Dries Buytaert's avatar
      · 951b553a
      Dries Buytaert authored
      - Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.
      951b553a
    • Dries Buytaert's avatar
      · 00ee7f74
      Dries Buytaert authored
      - Removed the "return" link from the node submission confirmation page.
      00ee7f74
    • Dries Buytaert's avatar
      · c79eb8c9
      Dries Buytaert authored
      - Bugfix: made theme_footer() call theme_closure() instead of itself.  Patch by Bart.
      c79eb8c9
    • Dries Buytaert's avatar
      · f50a92b6
      Dries Buytaert authored
      - Removed debug statement.  Patch by Bart.
      f50a92b6
    • Dries Buytaert's avatar
      - Translation fix: the date in the calendar block could not be translated. Patch by Goba. · 5bed42e8
      Dries Buytaert authored
      - Translation fix: made the word 'permission' translatable in the system module' help text.  Patch by Goba.
      
      - Translation fix: the ping module's help text was translated twice.  Patch by Goba.
      5bed42e8
  5. Nov 08, 2003
    • Dries Buytaert's avatar
      · 1f273dac
      Dries Buytaert authored
      - Committed stage 1 of the theme system improvements.
      
        Some TODO's:
         * The sidebars of theme Marvin and theme UnConeD look unstyled.
         * CSS-ify theme UnConeD so we can remove the class around the functions.
         * Rewrite theme_init() not to use a class and simplify theme()
           accordingly.
      1f273dac
    • Dries Buytaert's avatar
      · 92995414
      Dries Buytaert authored
      - Committed stage 1 of the menu callbacks improvements.  Patch by Jonathan.
      92995414
  6. Nov 07, 2003
    • Dries Buytaert's avatar
      · 432852fb
      Dries Buytaert authored
      - Bugfix: added missing t() function.  Patch by Goba.
      432852fb
    • Dries Buytaert's avatar
      · ef0fa006
      Dries Buytaert authored
      - Usability improvement: replaced many selection boxes by radio buttons.
        Patch by Stefan.
      ef0fa006
    • Dries Buytaert's avatar
      · 7b915b3c
      Dries Buytaert authored
      - Avoid fieldsets being rendered one below another.  Patch by Ax.
      7b915b3c
  7. Nov 06, 2003
    • Dries Buytaert's avatar
      · 00d638ca
      Dries Buytaert authored
      - Usability improvement: replaced many selection boxes by radio buttons.
        Patch by Stefan.
      
      - Usability improvement: introduced a form_group() function and updated
        the node and comment module to take advantage of it.  Patch #149 by
        Eric Farris.
      00d638ca
  8. Nov 05, 2003
    • Dries Buytaert's avatar
      · 6735be09
      Dries Buytaert authored
      - Bugfix: PostgreSQL problem with locale module.   Fixed bug #3900.  Patch #139
        by Gerhard.
      
      - Forum module improvements.  Patch #138 by Ax.
      6735be09
  9. Nov 04, 2003
    • Dries Buytaert's avatar
      · ed774ccd
      Dries Buytaert authored
      - Improvement: better HTML/CSS for the example theme.  Patch by Adrian Simons.
      ed774ccd
  10. Nov 03, 2003
    • Dries Buytaert's avatar
      · eb95d6d7
      Dries Buytaert authored
      - Bugfix: fixed typo in cloud module.  Patch by Marky.
      
      - Bugfix: fixed menu glitch in book module.  Patch by Kjartan.
      eb95d6d7
  11. Nov 01, 2003
  12. Oct 31, 2003
    • Dries Buytaert's avatar
      · 4b4da3fb
      Dries Buytaert authored
      - Set the update_start variable for the Drupal 4.4.0 release.
      4b4da3fb
    • Dries Buytaert's avatar
      · ec332667
      Dries Buytaert authored
      - Improvement: made it possible to disable the comment controls and reworded some of the configuration settings.
      
      - Improvement: removed a left-over from Drupal 4.2.0 (dead code).
      
      - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon".
      
      - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block.  The "my account" link in the navigation menu will unfold.  Also removed the "delete account" link/functionality (for now).
      
      - Improvement: fix for "magic quotes" settings.  Patch by Steven.  I also removed check_php_settings().
      
      - Improvement: block themability improvements.  Modified patch from Ax and Steve/CodeMonkeyX.
      
      - Fixed bug #2617: editing user information does not work.  Patch by Kjartan.
      ec332667
  13. Oct 30, 2003
    • Dries Buytaert's avatar
      · f35eb376
      Dries Buytaert authored
      - Improvment: detect wrong mixed case variables, be more strict about XHTML.
      f35eb376
    • Dries Buytaert's avatar
      · 3c17d392
      Dries Buytaert authored
      - Added support for "special timezones".  Patch by Steven/UnConeD.
      3c17d392
  14. Oct 29, 2003
    • Dries Buytaert's avatar
      · 8f9a19b3
      Dries Buytaert authored
      - Bugfix: fixed problem with queue module.  Fixes bug #3839.
      8f9a19b3
  15. Oct 28, 2003
    • Dries Buytaert's avatar
      · dedb08a5
      Dries Buytaert authored
      - Small corrections to the punctuation.
      dedb08a5
    • Dries Buytaert's avatar
      · cf92958f
      Dries Buytaert authored
      - Bugfix: fixed usernames being shown in the "Who is online" block after
        you logged out.  Patch by Jeremy.
      
      - Bugfix: fixed the authmap table in the MSSQL scheme.  Patch by Moshe.
      
      - Bugfix: properly themes some error messages in the user module.  Patch
        by Moshe.
      cf92958f
  16. Oct 27, 2003
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · 7b0ddafc
      Dries Buytaert authored
      - Bugfix: fixed SQL errors with tablesort when 'order' is invalid.
        Patch by Kjartan.  Fixes bug #2613.
      7b0ddafc
    • Dries Buytaert's avatar
      · 43ba8cf9
      Dries Buytaert authored
      - Added an update to grow the 'name' field of the variables table.  Patch
        by Gerhard.
      43ba8cf9
    • Dries Buytaert's avatar
      · 1621ecdb
      Dries Buytaert authored
      - Bugfix: fixed bug #3807.
      1621ecdb
    • Dries Buytaert's avatar
      · 777c2129
      Dries Buytaert authored
      - Bugfix: made the bloggerapi respect the default promote setting.  Patch by
        Remco.
      
        TODO: the same should be done for the fields "comment", "moderate" and so
        on.
      
      - Improvement: made posts/updates through the Blogger API show up on the admin
        main page.  Modified patch from Remco.
      777c2129
    • Dries Buytaert's avatar
      · 43fb74b9
      Dries Buytaert authored
      - Bugfix: 'path' -> {url_alias}.  Patch by Mark Coady.
      43fb74b9
  17. Oct 26, 2003
    • Dries Buytaert's avatar
      · c3ede753
      Dries Buytaert authored
      - Properly initialized $contents and removed dead code.  Patch/suggestion by ax.
      c3ede753
    • Dries Buytaert's avatar
      · 48fd8bfa
      Dries Buytaert authored
      - Bugfix: increased the size of variable's tables the 'name' field.  Patch
        by Gerhard.
      48fd8bfa
Loading