Skip to content
Snippets Groups Projects
  1. Jun 10, 2001
    • natrak's avatar
      Changes · 6b343106
      natrak authored
      - created a BaseTheme class in theme.inc.
      - added links($links = array(), $status = 0, $node = 0) to BaseTheme.
      - modified all themes to extend from BaseTheme.
      - modiefied theme_link() to take advantage of $theme->links().
      - theme_morelink() does not require a $theme argument.
      
      Todo
      - add the other standard variables and functions to BaseTheme.
      - some themes could use some more modifications.
      
      Weird
      - marvin.theme still has a story() function.
      6b343106
    • Kjartan Mannes's avatar
      Changes · 9e498458
      Kjartan Mannes authored
      - created a BaseTheme class in theme.inc.
      - added links($links = array(), $status = 0, $node = 0) to BaseTheme.
      - modified all themes to extend from BaseTheme.
      - modiefied theme_link() to take advantage of $theme->links().
      - theme_morelink() does not require a $theme argument.
      
      Todo
      - add the other standard variables and functions to BaseTheme.
      - some themes could use some more modifications.
      
      Weird
      - marvin.theme still has a story() function.
      9e498458
    • Steven Wittens's avatar
      Typo: "oparations". · 10c96ede
      Steven Wittens authored
      10c96ede
    • Dries Buytaert's avatar
      · 62615ce0
      Dries Buytaert authored
      - page.module:
         + we no longer wrap the output in a $theme->box().  If you want it in
           a box, just use $theme->box().
         + increased the sizes of the main "body"-form to make editing larger
           pages easier.
      62615ce0
  2. Jun 09, 2001
    • Steven Wittens's avatar
      - Added $theme->foreground and $theme->background vars to provide some general... · 959b77c3
      Steven Wittens authored
      - Added $theme->foreground and $theme->background vars to provide some general usable colors outside of a theme.
      - Updated poll.module to use the new $theme color variables
      959b77c3
    • Kjartan Mannes's avatar
      no message · 0e2fc70e
      Kjartan Mannes authored
      0e2fc70e
    • Dries Buytaert's avatar
      · 2c0866ec
      Dries Buytaert authored
      - Added a 'remove items' feature to reset a feed.
      
      - Slightly improved the parsing algorithm; in some cases, were tags
        have attributes, things went wrong.  We ignore attributes for now
        as we don't do anything with those.
      
        Example:
          <item rdf:about="http://foo.com"></item>
                ^^^^^^^^^^^^^^^^^^^^^^^^^
      2c0866ec
  3. Jun 08, 2001
  4. Jun 07, 2001
    • Dries Buytaert's avatar
      · f9298125
      Dries Buytaert authored
      - Fixed inconsistent behavior of 'node_save()' and simplified the
        algorithm a bit. --> Needs testing!  I improved this last night
        and only got around to testing this rather briefly/quickly.  It
        was to late already. ;-)
      
        (This is part of a larger set of changes I'm slowly working on
        which I will feed to CVS in steps after more testing.)
      
      - Added 2 new node functions called 'node_attribute_edit()' and
        'node_attribute_save()' used to 'hook in' any indexing system
        including your home-brewed stuff if you'd want to.
      f9298125
    • Dries Buytaert's avatar
      · 1383729e
      Dries Buytaert authored
      - Node filters: renamed 'Strip link tags' to 'Enable link tags'.
        (Suggestion by Remco.)
      1383729e
    • Dries Buytaert's avatar
      · 792de8c5
      Dries Buytaert authored
      - Fixed problem with account.module listings.
        (Reported by Remco.)
      792de8c5
    • Steven Wittens's avatar
      - Fixed block showing queued polls. Now only shows active, posted polls. · 28e6fdfb
      Steven Wittens authored
      - Fixed votes being reset to zero when updating a poll
      - Fixed that weird crashing bug on the poll form (Natrak)
      28e6fdfb
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · f9de04c9
      Dries Buytaert authored
      - Fixed bug in node_search of node.module.
      f9de04c9
  5. Jun 06, 2001
  6. Jun 05, 2001
    • Dries Buytaert's avatar
      · a286e9dd
      Dries Buytaert authored
      - Fixed bug in 'attribute editor'.
      a286e9dd
    • Dries Buytaert's avatar
      · f490fc26
      Dries Buytaert authored
      - Improved node_query such that an 'illegal offset' is less likekely to
        happen.
      f490fc26
  7. Jun 04, 2001
    • natrak's avatar
      - Sorted by n.nid in account_track_comments/nodes() so users can see the · ca908eb7
      natrak authored
        status on what they recently submitted. Will try and make this a little more
        configurable in the near future.
      ca908eb7
    • Kjartan Mannes's avatar
      - Modified error_handler() to ignore errors when @function() is used to · 949d4d95
      Kjartan Mannes authored
        suppress errors. If ya suppress them you normally have a good reason to do
        so :-)
      949d4d95
    • Dries Buytaert's avatar
      · d3de63ca
      Dries Buytaert authored
      - Fixed small bug in "search node" of node.module.
      d3de63ca
    • Dries Buytaert's avatar
      · b86d6a2f
      Dries Buytaert authored
      - Patched book.module to work with the new node.module (which makes the
        book.module quite a bit shorter/simpler).
      b86d6a2f
    • Dries Buytaert's avatar
      · 8fafe121
      Dries Buytaert authored
      CHANGES:
      
      - Improvement to node listings.
      
      - Patched story.module to work with new node.module!
      
      NOTE:
      
      - UnConeD: poll.module needs updating.  Let me know if you want me to do
                 it as I assume you will update it unless otherwise mentioned.
      8fafe121
    • Dries Buytaert's avatar
      CHANGES: · c75057bb
      Dries Buytaert authored
      - Added improved node scheduler:
      
         + Automatically post node at date 'xx/xx/xx, xx:xx'.
      
         + Automatically queue node at date 'xx/xx/xx, xx:xx'.
      
         + Automatically dump node at date 'xx/xx/xx, xx:xx'.
      
        Requires a database update, see ./updates/2.00-to-x.xx.sql!
      
      - Refactored the admin interface of node.module.  It is only a start
        but it should show the direction we are going.
      
         + The new interface is easier to extend with new functionality
           and operations.  New "edit xxx" links can easily be added on
           our way.
      
         + The new interface tries to cover all content- or node-related
           functions.  Thus making a special admin interface for each new
           node type redundant.  To demonstrate this, I removed the admin
           hook from page.module and forum.module.  This removes quite a
           bit of logic from the invidual modules which is a good sign if
           you ask me.
      
           A centralized GUI or interface covering all node-related
           administration should make Drupal easier to administer.
      
      TODO:
      
      - All node-related nodes need updating.  This should be trivial and
        I'll hapilly tackle this later tonight.
      
      - There will be bugs, and I'm still working on this but I would like
        to get some feedback (from Natrak et all) on both user-friendliness
        and usability of this new interface.  I'm still working on it as we
        speak ...
      c75057bb
    • Kjartan Mannes's avatar
      - Output disabled message when locale is disabled. · 2ecc3e4c
      Kjartan Mannes authored
      - If $languages is empty and locale is enabled output $na instead of script
        errors.
      2ecc3e4c
    • Kjartan Mannes's avatar
      - Changed form_select() to return NULL if called without $options. This should · 65633829
      Kjartan Mannes authored
        not have any impact, and makes things look nicer imo.
      65633829
    • natrak's avatar
    • Dries Buytaert's avatar
      · 0c89ef12
      Dries Buytaert authored
      - Fixed bug in "delete node".
      0c89ef12
Loading