Skip to content
Snippets Groups Projects
  1. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  2. Jan 05, 2003
  3. Jan 04, 2003
    • Dries Buytaert's avatar
      · 520416d9
      Dries Buytaert authored
      - In the taxonomy administration pages, the dropdown to select a term's
      parent is supposed to exclude terms that are descendants of the current
      term, to avoid creating cycles. However, the terms with the first few
      term IDs are excluded instead.  Patch by JonBob.
      520416d9
    • Dries Buytaert's avatar
      · 56e5c29b
      Dries Buytaert authored
      - Added a check for register_globals.
      56e5c29b
    • Dries Buytaert's avatar
      · 2da18e8d
      Dries Buytaert authored
      - The statistics module would sometimes mistake a non-node ID with that
        of a node.  Thanks David and Jeremy.
      2da18e8d
    • Dries Buytaert's avatar
      · 8a636465
      Dries Buytaert authored
      - Added an extra parameter to watchdog() which lets you specifiy an "action"
        or "operation" link.
      
      - Made the main page of the administration section show an overview of all
        watchdog entries with such action link.
      
      - Fixed typo in PostgreSQL database scheme.
      8a636465
  4. Jan 02, 2003
    • Dries Buytaert's avatar
      · 7a6b8e3d
      Dries Buytaert authored
      - Added Michael's dummy print.css to avoid watchdog errors.
      
      - Added a comment to explain why we include a dummy stylesheet.
      7a6b8e3d
    • Dries Buytaert's avatar
      · 408bf86a
      Dries Buytaert authored
      - Usability improvement; the drop-down menu showed the first vocabulary in
        the list even though it has not been selected.  Reported by Adam Shand.
      408bf86a
    • Dries Buytaert's avatar
      · 2b5dfdaf
      Dries Buytaert authored
      Bugfix: when we have to extract a comment's title from the comment's body,
      first strip the body's HTML tags or we might get an empty title after all.
      2b5dfdaf
    • Dries Buytaert's avatar
      · a728900d
      Dries Buytaert authored
      - Bugfix: some variables were not being reset causing wrong links to be
        displayed.  Patch by Ax.
      a728900d
  5. Jan 01, 2003
    • Dries Buytaert's avatar
      · 56da7ebf
      Dries Buytaert authored
      - Fixed bug that prevented results containing multiple occurences of the
        search word(s).  Patch by Ax.
      56da7ebf
  6. Dec 31, 2002
    • Dries Buytaert's avatar
      · de95001c
      Dries Buytaert authored
      - Tidied up the use of check_output().  Might make rendering pages a bit
        snappier (performance improvement).
      de95001c
    • Dries Buytaert's avatar
      · 8cb66b21
      Dries Buytaert authored
      - Improvement: remove vi left-overs.
      8cb66b21
    • Dries Buytaert's avatar
      · c97e36fb
      Dries Buytaert authored
      - Simplified the page module.  Patch by Marco.
      c97e36fb
    • Dries Buytaert's avatar
      · 92758279
      Dries Buytaert authored
      - Bugfix: wrapped an RSS item's description in a check_output() to ensure
        proper markup.
      92758279
    • Dries Buytaert's avatar
      · 3c7d0f95
      Dries Buytaert authored
      - Fixed typo.  Patch by Marco.
      3c7d0f95
  7. Dec 30, 2002
    • Dries Buytaert's avatar
      · 84ad17f7
      Dries Buytaert authored
      Patch by Michael:
      
      admin.css:
      
      * Removed border-bottom for menu list items. The only work around to retain
      the border-bottom on lists with nested items is to use divs rather than li
      tags as far as I know. I think the list items are still readable this way.
      * Made title of site in sidenav more differentiated from menu.
      * Made color changes so that all headings are the same hue (navy bluish).
      * Modified th text-align: left; for better readability. Modified
      border-bottom: 1px solid #ccc; Black addded visual noise.
      * Modified tr.dark background-color: #ddd, tr.light background-color: #fff;
      * Changed all colors to #xxx three number hex shortcuts.
      * Added hr rule to make horizontal rules have height: 1px; color: #ccc;
      
      admin.php:
      
      * Added 1 line to admin.php to include <link rel="stylesheet" ...>. The
      stylesheet refers to a misc/print.css stylesheet which may not exist in your
      misc/ directory. This fixes the flash of unstyled content that users of Win
      IE 5+ are experiencing. You can use this to specify print styles if you
      like. See more about this here: http://www.bluerobot.com/web/css/fouc.asp
      84ad17f7
    • Dries Buytaert's avatar
      · 927cb12f
      Dries Buytaert authored
      - Fixed small braino in the cloud module table.
      927cb12f
    • Dries Buytaert's avatar
      · 105eef98
      Dries Buytaert authored
      - Small improvement to the links.
      105eef98
    • Dries Buytaert's avatar
      · e97c6a73
      Dries Buytaert authored
      - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"
        constructs.
      e97c6a73
    • Dries Buytaert's avatar
      · 5598417c
      Dries Buytaert authored
      - Some small improvements/fixes to the node system.  Suggested by Marco.
      5598417c
    • Dries Buytaert's avatar
      · 0475d4fb
      Dries Buytaert authored
      Patch by Marco:
      
      - rewrote taxonomy_get_tree() for improved performance and cleaner code
      - fixed a bug in _taxonomy_term_select() with multiple parents
      - added hooks in vocabulary and term insert, update and delete
      - fixed a bug in taxonomy_save_vocabulary() (cache_clear_all() was never
      called)
      0475d4fb
    • Dries Buytaert's avatar
      · cc01e613
      Dries Buytaert authored
      - Bugfix: user_save() should not be called for anonymous users.  Patch by
        Marco.
      cc01e613
    • Dries Buytaert's avatar
      · 769ebb66
      Dries Buytaert authored
      - Check input given to table rendering functions to avoid warning.
      769ebb66
  8. Dec 29, 2002
    • Dries Buytaert's avatar
      · f281f0a7
      Dries Buytaert authored
      - Fixed a typo in the documentation, as well as extended the documentation
        while I was at it.
      f281f0a7
    • Dries Buytaert's avatar
      · 62fa5541
      Dries Buytaert authored
      - Added pager support to watchdog.  Based on modified patch from Moshe.
      62fa5541
    • Dries Buytaert's avatar
      · c9ca1c6c
      Dries Buytaert authored
      - Usability improvement: made the locale module tables use the new table
        rendering functions.
      
      - Usability improvement: a couple of strings could not be translated.
      c9ca1c6c
    • Dries Buytaert's avatar
      · df650e54
      Dries Buytaert authored
      - Usability improvement: made the cloud module table use the new table
        rendering functions.
      
      - Usability improvement: a couple of strings could not be translated.
      
      - Bugfix: removed redundant links.
      df650e54
    • Dries Buytaert's avatar
      · 3a43fdd4
      Dries Buytaert authored
      - Usability improvement: made the access log, referrer logs and popular post
        tables use the new table rendering functions.
      
      - Usability improvement: a couple of strings could not be translated.
      3a43fdd4
    • Dries Buytaert's avatar
      · e9148b91
      Dries Buytaert authored
      - Usability improvement: made the access log, referrer logs and popular post
        tables use the new table rendering functions.
      
      - Usability improvement: a couple of strings could not be translated.
      e9148b91
    • Dries Buytaert's avatar
      · 50cac553
      Dries Buytaert authored
      - Removed table markup from watchdog module; should be done in admin.css.
      50cac553
    • Dries Buytaert's avatar
      · bef0244c
      Dries Buytaert authored
      - Usability improvement: made the theme selector and module selector pages
        use the new table rendering functions.
      bef0244c
    • Dries Buytaert's avatar
      · d626a6cf
      Dries Buytaert authored
      CHANGES:
      
      - Usability improvement: made the block administration pages use the
        new table rendering functions.  By the way, the old code rendered
        invalid HTML code.
      
      - Usability improvement: saving block changes will now show a status
        message.
      
      - Usability improvement: quite a few strings could not be translated.
      
      TODO:
      
      - I think the "enabled" and "custom" field are somewhat confusing.
        Suggestions?
      d626a6cf
    • Dries Buytaert's avatar
      · 20208535
      Dries Buytaert authored
      - Usability improvements: made the taxonomy administration pages use
        the new table rendering functions, made the overview table's HTML
        code a lot simpler, tidied up the status messages, and removed some
        redundant check_output()s.
      20208535
    • Dries Buytaert's avatar
      · 74d315b3
      Dries Buytaert authored
      - Usability improvement: made the remaining user administration pages use
        the new table rendering functions; access rule table, permission table,
        role table, etc.
      
      - Usability improvement: made the permission table translatable.  Requested
        by Stefan.
      
      - Code improvement: removed some redundant check_output()s.
      74d315b3
    • Dries Buytaert's avatar
      · d9919f50
      Dries Buytaert authored
      CHANGES:
      
      - Usability improvement: made the user administration pages use the
        new table rendering functions.
      
      - Usability improvement: added pager support to the user administration
        pages.
      
      - Code improvement: fixed code indentation.
      d9919f50
    • Dries Buytaert's avatar
      · 1011e874
      Dries Buytaert authored
      CHANGES:
      
      - Usability improvement: made the comment administration pages use the
        new table rendering functions.
      
      - Usability improvement: new comments will also be marked as new in the
        administration pages.
      
      - Code improvement: changed the comment administration pages to use the
        default pager instead of a custom pager.
      
      - Bugfix: "yes" and "no" were not translatable.
      
      - $ diffstat comment.patch
        comment.module |   45 +++++++--------------------------------------
        1 files changed, 7 insertions, 38 deletions
      
      TODO:
      
      - Comment module: remove other custom pagers in the comment module.
      
      - Pager/database: it would be nice if the functions db_query_range()
        and pager_query() would have the same semantic as db_query(); that
        is, using a variable number of arguments that are automatically
        escaped/checked.
      1011e874
    • Dries Buytaert's avatar
      · 24af61ed
      Dries Buytaert authored
      - Put back the node table paging.
      24af61ed
    • Dries Buytaert's avatar
      · 14158fbc
      Dries Buytaert authored
      - Added table rendering functions.  As an example, I changed the node module
        to take advantage of it.
      14158fbc
Loading