Skip to content
  1. Jul 15, 2001
    • Dries Buytaert's avatar
      · f0867798
      Dries Buytaert authored
      - import.module:
         + added new "tab" to import.module called "news sources".
         + improvement to import.module navigation.
      
      - theme.inc:
         + renamed 'your contributions' to 'your submissions'.
      f0867798
  2. Jul 14, 2001
    • Dries Buytaert's avatar
      · cd16e265
      Dries Buytaert authored
      - blog.module:
          + added RSS 0.91(5) feeds to the blog module which makes it possible
          to both syndicate an particular user's latest blog entries, or the
          latest entries of all users.
      cd16e265
    • Dries Buytaert's avatar
      · e724f18d
      Dries Buytaert authored
      - blog.module:
         + added RSS 0.91(5) feeds to the blog module which makes it possible
           to both syndicate an particular user's latest blog entries, or the
           latest entries of all users.
      e724f18d
    • Dries Buytaert's avatar
      · b99d4d7a
      Dries Buytaert authored
      - theme system:
          + added $theme->images()
      
      - blog.module:
          + improved user-friendliness and rewrote most of the output routines
          + made quoted text /italic/ by default
          + integrated discussion system like it should
          + ...
      
      - marvin.theme:
          + small visual improvements
      b99d4d7a
    • Steven Wittens's avatar
      Update of the box function in themes to allow a difference in... · e62e3417
      Steven Wittens authored
      Update of the box function in themes to allow a difference in style/output/look of a box() depending on the position on the page.
      Basically this is a 'nice version' of a hack that you could do as a theme author.
      I've updated all the standard themes, but 3rd party themes will of course have to be updated by their authors, in the following manner:
      
      - Replace the box() declaration:
      < function box($subject, $content) {
      > function box($subject, $content, $region = "main") {
      
      - Replace the theme_account call:
      < theme_account($this);
      > theme_account("region", $this);
      
      Note that you'll have to replace "region" with the correct region that the box is placed in. However if you have a one-column theme, you should use "all", and not for example "left" (if all boxes are on the left).
      Usually the "region" here should be the same as the nearest theme_blocks() call.
      
      Those theme authors who want to can make boxes that appear in the center look different from those that appear in the sides for example.
      e62e3417
  3. Jul 12, 2001
    • Dries Buytaert's avatar
      · e81c0149
      Dries Buytaert authored
      - blog.module:
         + fixed visual glitch with 'read more' link (blog comments)
         + made it possible to delete your last blog item
         + fixed timestamp bug when previewing a new blog
         + fixed potential problem with blog_save()
         + fixed a few HTML/XHTML tinkos.
      
      - statistics.module:
         + "yoursite.com" should no longer show up under "external referrers"
         + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug
         + xhtml-ified
      
      - node.inc:
         + fixed watchdog message
      
      - import.module:
         + small block improvement
      e81c0149
  4. Jul 11, 2001
    • Dries Buytaert's avatar
      · d6d60de3
      Dries Buytaert authored
      - Added blog.module to replace diary.module (contrubeted by Julian):
         + feedback wanted
      
      - Added updated import.module (contributed by Julian):
         + user page do browse the headlines by feed and bundle, to display
           the item descriptions, etc.
      
      - Fixed small bug in common.inc.
      
      - Updated database.mysql
      d6d60de3
  5. Jul 07, 2001
    • Dries Buytaert's avatar
      · 5077cafd
      Dries Buytaert authored
      - account.php:
          + tidied up the texts
      
      - common.inc:
          + undid bad coding style
          + fixed typo in permissions
      
      - poll.module:
          + (automatically) removed tabs and trailing whitespaces
      5077cafd
    • Dries Buytaert's avatar
      · adfbda3d
      Dries Buytaert authored
      - Tidied up some stuff in account.php and theme.inc.
      - Tidied up the box() API.
      adfbda3d
  6. Jul 03, 2001
    • Dries Buytaert's avatar
      · 6a21940c
      Dries Buytaert authored
      - common.inc:
         + Made '$na' translatable on popular demand.
      
      - node.module:
         + replaced a confusing configuration description, as suggested by
           Remco.
      
      - statistics.module:
         + Added a 'most recent referers'-table sorted by timestamp.
      
      - drupal.module:
         + Small update of the links.
      6a21940c
  7. Jul 01, 2001
    • Dries Buytaert's avatar
      · 8674cf09
      Dries Buytaert authored
      - Small updates
      8674cf09
  8. Jun 30, 2001
    • Dries Buytaert's avatar
      · 87575929
      Dries Buytaert authored
      - Introduced caching support.
      87575929
    • Dries Buytaert's avatar
      · e6a67118
      Dries Buytaert authored
      - Made search.php a module, being search.module.
      
      - Updated the permission names to be more consistent.
      
      - Small improvement to node.php.
      e6a67118
    • Dries Buytaert's avatar
      · f56e7453
      Dries Buytaert authored
      - Tidied up node.inc and node.php a bit.
      
      - Fixed annoyance in comment.inc.
      f56e7453
  9. Jun 29, 2001
    • Dries Buytaert's avatar
      · 9c43e8fc
      Dries Buytaert authored
      Extremely large commit:
      
      - Fixed tiny quote problem in account.php.
      
      - Fixed tiny bug in comment.inc.
      
      - Fixed tiny bug in comment.module.
      
      - Fixed tiny bug in meta.module.
      
      - Simplified user_access() API.
      
      - Rewrote link system: still needs fine-tuning and testing so don't
        upgrade if you are running a production site. ;)
      
        Updated all modules and themes to reflect this change.  All other
        themes and modules need updating too!
      9c43e8fc
  10. Jun 27, 2001
    • Dries Buytaert's avatar
      · 124694ee
      Dries Buytaert authored
      - Fixed bug node.module bug:
      
          + the node scheduler did not un-schedule a node!
      
      - Fixed comment bugs (as a result of the formification):
      
          + no signatures where being attached to the comments.
      
          + check_input was used where is should have been check_output,
            with broken filters as the immediate result.
      124694ee
  11. Jun 26, 2001
    • Dries Buytaert's avatar
      · 73b855f7
      Dries Buytaert authored
      - Fixed typo in comment.inc as result of form-ification.  Replying to
        a node was not possible: clicking the Preview button redirected you
        the main page.
      73b855f7
  12. Jun 25, 2001
    • Dries Buytaert's avatar
      · b8a31dba
      Dries Buytaert authored
      - Fixed a few tiny bugs in comment.inc (introduced by the form-ification).
      b8a31dba
  13. Jun 24, 2001
  14. Jun 23, 2001
    • Dries Buytaert's avatar
      · 5ff9dd65
      Dries Buytaert authored
      - Made it possible to enter longer username such as 'Gerhard K*llesreit'.
      
      - Updated database.mysql.
      5ff9dd65
  15. Jun 20, 2001
    • Dries Buytaert's avatar
      · 72065fb8
      Dries Buytaert authored
      - Added a brand-new access.module which allows you to manage 'roles'
        (groups) and 'permissions' ... (inspired by Zope's system).
      
          + Once installed, click the help-link for more information.
      
          + See updates/2.00-to-x.xx.sql for the SQL updates.
      
      - Modified loads of code to use our new access.module.  The system
        still has to mature though: new permissions have to be added and
        existing permissions need stream-lining.  Awaiting suggestions.
      
      - As a direct result of the new access system, I had to rewrite the
        way the top-level links in admin.php are rendered and displayed,
        and xhtml-ified admin.php while I was at it.
      
      TODO
      
      - Home-brewed modules need updating, home-brewed themes not.
        (Examples: file.module, trip_link.module)
      
      - As soon we *finished* the refactoring of the user system (KJ has
        been working on this refactoring already) we should consider to
        embed this role and permission code into account.module ...
      72065fb8
  16. Jun 19, 2001
    • Dries Buytaert's avatar
      · d67486f7
      Dries Buytaert authored
      - Changed '?meta=' to 'index.php?meta='.  Patch by Simone.
      d67486f7
    • Dries Buytaert's avatar
      · 29e0e0fc
      Dries Buytaert authored
      - Made it so that usernames can contain spaces.  Like that, people can
        use their full name as their username.
      29e0e0fc
  17. Jun 18, 2001
    • Kjartan Mannes's avatar
      Changes · 8367d662
      Kjartan Mannes authored
      - Modifed form_select() to accept an optional 6th parameter which is appeneded
        to the select tag. $value can now also be an array. This allows for multiple
        selects:
        form_select($header, $name, $values, $options, $help, "multiple=\"true\" size=\"10\"");
      - Updated account.module to use the extended form_select() functionality.
      8367d662
    • natrak's avatar
      Changes · 6e646914
      natrak authored
      - Moved account_password() and account_validate() to user.inc.
      - Greatly reduced the number of SQL calls in account_save() when editing an
        account. Now uses one db_query() call instead of 1 + (2 * # of access
        granted).
      - Fixed access not being saved when account was added.
      - Should now be possible to edit and add accounts. There were certain bugs
        before that would cause odd errors.
      6e646914
  18. Jun 17, 2001
    • Dries Buytaert's avatar
      · 3d73a48e
      Dries Buytaert authored
      - Merged "system settings" and "module settings" into one page.  IMHO
        it wasn't a good idea to split them up in first place, and it turned
        out to be quite hard to decide where to put some variables.
      
        Also moved some variables around and even renamed a few variables
        while doing so.
      
      - Added a page_header() and page_footer() to all top-level .php pages.
      3d73a48e
    • Dries Buytaert's avatar
      · 03c06a86
      Dries Buytaert authored
      Oops, a rather large commit:
      
      - Changed meta.module, node.module and index.php to use comma-seperated
        lists of attributes rather then "foo=a,bar=b" lists.  This makes it a
        a lot easier to use both modules.  In addition, error handling can be
        discarded as it can't be made any simpler, really ...
      
        It fits rather nicely in Drupal's design so I'm getting more and more
        happy with this meta.module (but we are not 100% there yet).
      
      - node.module, node.inc:
      
         + Improved the node-related admin interface so that navigating back
           and forth the administrative menus is made both easier and faster.
      
         + Removed some redundant database fields from the node table.  See
           2.00-to-x.xx.sql!
      
         + Added 2 news hooks called "node_insert" and "node_update".  Just
           like this is the case with the existing hook "node_delete" these
           new hooks will automatically get called when a node has been
           inserted or udpated.  Note that this is an optional call-back that
           only needs to be implemented when required.  With the addition of
           these two hooks, the node mechanism (version 1) is pretty well
           completed.
      
      - watchdog.module:
         + Fixed bug whit the 'regular messages' query in the watchdog.module.
      
      - book.module:
         + Fixed bug in book.module: the 'parent' was not set properly when
           updating a book page.
         + Made it so that older versions of a book page are automatically
           reactived upon deletion of the most recent version, i.e. when
           doing a version roll-back.
      
      - comment.inc:
         + Undid Remco's patch to comment.inc; it does not work in some cases.
      
      
      - conf.module:
         + Fine-tuned some of the options in conf.module a bit.
      
      - marvin.theme:
         + Visual changes to make it look better on Windows browsers.  Mind
           to give some feedback on this?
         + Fixed 3 HTML typos/bugs.
         + XHTML-ified the theme at a best effort basis; I didn't carry the
           XHTML specification with me.
         + Made use of the theme_slogan variable to display the site's slogan.
         + As soon we have at least one valid XHTML theme we can wonder on how
           to integrate other XML namespaces (cfr. MathML story at drop.org).
      
      - database.mysql:
         + Updated database.mysql so that it contains all the latest "database
           patches".
      03c06a86
    • natrak's avatar
      - Minor bug fix in node_links(). · d388033e
      natrak authored
      d388033e
  19. Jun 15, 2001
    • natrak's avatar
      Changes · a7fddeb8
      natrak authored
      - Modified comment.inc to use form_*() functions. Might have some
        side-effects I haven't found yet. Report any problems.
      a7fddeb8
    • Kjartan Mannes's avatar
      Changes · 7f58ef29
      Kjartan Mannes authored
      - Added a conf option to disable/enable user registrations.
      - Added a add account feature to account.module.
      - Moved some functions from account.php to account.module.
      
      Todo
      - Move most (all?) of account.php to account.module.
      7f58ef29
    • natrak's avatar
      - Fixed an error in variable_get(). If a variable was set to 0 it would return the · abcef73d
      natrak authored
        default value instead.
      abcef73d
    • Dries Buytaert's avatar
      · 96576a6e
      Dries Buytaert authored
      - Added meta.module, an improved index.module that allows you to
        associate different collections - think "combobox" here - with
        different content types, all hardcoded references to "section"
        have been removed and the admin-friendliness of the meta admin
        section has been slightly improved.
      
        I'll keep working on it during the weekend - if time allows me
        to.  Moreover, I'll focus on the usability/user-friendlines of
        the meta admin section as well as graceful input-checking, and
        error-handling.
      
        Requires an SQL update, see updates/2.00-to-x.xx.sql!
      
        Index.module will be removed, or meta.module will be renamed as
        soon we can ditch one of them.  For now, having both coexist is
        not going to harm your setup and is useful to make a comparison
        and / or to migrate from index.module to meta.module.
      
        Index.module is de-coupled form the rest of the system so you
        will have to use meta.module after having upgraded.  You have
        been warned.
      
      - Updated CHANGELOG.
      96576a6e
  20. Jun 13, 2001
    • Dries Buytaert's avatar
      · db92d73b
      Dries Buytaert authored
      - Improved watchdog and submission throttle: removed redundant code,
        streamlined the existing code, added new watchdog type called "httpd"
        for Apache errors.  The latter should make it easier to add watchdog
        filters later on.
      
      - Clarified some watchdog messages.
      db92d73b
    • Dries Buytaert's avatar
      · 67cfb780
      Dries Buytaert authored
      - Fixed typo; missing ".
      67cfb780
    • Dries Buytaert's avatar
      · 2285afd1
      Dries Buytaert authored
      - Applied Remco's patch:
          the <LI>-bullets were not valid HTML and did only take up space.
      2285afd1
    • Dries Buytaert's avatar
      · a7f9a38a
      Dries Buytaert authored
      - Applied Remco's patch, but added a closing </LI>-tag as well.
      a7f9a38a
    • Dries Buytaert's avatar
      · 9c5cd7e2
      Dries Buytaert authored
      - Added missing </TD>.
        (Patched by Remco.)
      9c5cd7e2
  21. Jun 12, 2001