Skip to content
Snippets Groups Projects
  1. Jun 30, 2001
    • Dries Buytaert's avatar
      · f56e7453
      Dries Buytaert authored
      - Tidied up node.inc and node.php a bit.
      
      - Fixed annoyance in comment.inc.
      f56e7453
  2. 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
  3. 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
  4. Jun 26, 2001
    • Steven Wittens's avatar
      The ever persistant typo..... · df30ccb0
      Steven Wittens authored
      df30ccb0
    • Steven Wittens's avatar
      Updated calendar.module: · 8d46b188
      Steven Wittens authored
       - Locale'd the day-of-the-week-letters. Don't worry, you won't find any "F" or "S" in your locale database, just "Friday" and "Sunday".
      
       - Fixed a bug with 28/20-day months. Skipping a month ahead from e.g. January 31st would have you end up on March 3rd. Same for skipping backwards.
      
       - Made the selected date always appear in bold.
      
       - Prevented all skipping into the future. This was still possible by skipping whole months.
      8d46b188
    • natrak's avatar
      - Fixed some HTML errors in the help. · 564e3ed3
      natrak authored
      564e3ed3
    • 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
  5. 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
    • Dries Buytaert's avatar
      · 56b35360
      Dries Buytaert authored
      - Fixed problem with book.module (reported by Jared).
      
      - Fixed problem with forum.module (reported by Jared).
      56b35360
    • Dries Buytaert's avatar
      · 168db4c9
      Dries Buytaert authored
      - Fixed problem with book.module (reported by Jared).
      
      - Fixed problem with forum.module (reported by Jared).
      168db4c9
    • Dries Buytaert's avatar
      · ca6af5ad
      Dries Buytaert authored
      - Fixed conf_save bug in node.module (reported by Jared).
      ca6af5ad
  6. Jun 24, 2001
  7. 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
    • Dries Buytaert's avatar
      · f890592b
      Dries Buytaert authored
      - Removed conf.module.
      f890592b
    • Dries Buytaert's avatar
      · 3754a54e
      Dries Buytaert authored
      - Small but significant improvements to block and box.module which
        makes the ever-confusing "rehash modules" (see module.module) no
        longer needed, hence making module.module redundant.  :-)
      
      - Removed module.module.
      
      - Renamed conf.module to system.module, and added some information
        about the available modules to system.module.
      
      - Various small changes.
      3754a54e
    • Dries Buytaert's avatar
      · 3e075294
      Dries Buytaert authored
      - Added locale documentation: written by Gerhard, revised by Dries.
      
      - Added import documentation: written by Gerhard, revised by Dries.
      
      TODO:
      
      - A quick introduction on content syndication needs to be written
        for import.module.
      
      - If some one who is native English could go over the these text,
        please do.
      3e075294
  8. Jun 22, 2001
    • Dries Buytaert's avatar
      · d565b6f3
      Dries Buytaert authored
      - Made the search result sort from new to old, instead of from old to new.
      d565b6f3
    • Dries Buytaert's avatar
      · b6820fe4
      Dries Buytaert authored
      - Fixed typo in node.php (patch by Simone).
      - Fixed type in 2.00-to-x.xx.sql (patch by Simone).
      b6820fe4
  9. Jun 21, 2001
    • Dries Buytaert's avatar
      · 6d107b08
      Dries Buytaert authored
      - Fixed bug in account.module (reported by Gerhard and Kristjan).
      
      - Incorporated some of the suggestions.  More to come.
      6d107b08
  10. Jun 20, 2001
    • Dries Buytaert's avatar
      - Added a brand-new access.module which allows you to manage 'roles' · 7c34f8f4
      Dries Buytaert authored
        (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 ...
      7c34f8f4
    • 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
  11. Jun 19, 2001
    • Dries Buytaert's avatar
      · 7752dc4c
      Dries Buytaert authored
      - Fixed small bug in account.php with some usernames not being tolerated.
      7752dc4c
    • Dries Buytaert's avatar
      · d67486f7
      Dries Buytaert authored
      - Changed '?meta=' to 'index.php?meta='.  Patch by Simone.
      d67486f7
    • Dries Buytaert's avatar
      · 8d31134d
      Dries Buytaert authored
      - Fixed small fix in poll.module.  Patch submitted by Simone.
      8d31134d
    • 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
  12. 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 · 542b60a1
      natrak 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.
      542b60a1
    • 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
    • Dries Buytaert's avatar
      · e381f5b3
      Dries Buytaert authored
      - Removed the default "Your search yielded no results." message as
        suggested by Kristjan.
      e381f5b3
    • Dries Buytaert's avatar
      · 9f2eec07
      Dries Buytaert authored
      - block.module:
          + renamed 'overview' to 'preview' as suggested by Kristjan.
      
      - meta.module:
          + renamed 'verify' to 'preview' to make it consistent with
            block.module.
          + fixed comma-bug with attribute list reported by Kristjan.
      
      - node.module:
          + fixed typo: "id$nid" should have been "id=$nid"
      9f2eec07
Loading