Skip to content
  1. Jun 17, 2003
    • Dries Buytaert's avatar
      · cc837807
      Dries Buytaert authored
      - Bugfix: made searching locale strings work.  Patch by Al.  Fixes bug #1986.
      cc837807
  2. Jun 15, 2003
    • Dries Buytaert's avatar
      · 10e1c075
      Dries Buytaert authored
      - Bugfix: locale module fix for bug # 1822 (translated/untranslated and search
        issues).  Patch #12 by Al.
      10e1c075
  3. Jun 12, 2003
    • Dries Buytaert's avatar
      · 1a257603
      Dries Buytaert authored
      - Bugfix: charset fixes/clean-up.  Patch #52 by Al.
      
      - Improvement: renamed some theme functions of the forum module for sake of consistency/readability.  Patch #2 by Kristjan.
      
      - Improvement: usability improvements to the Xtemplate theme.  Patch #3 by Kristjan.
      
      - Improvement: CSS'ified the book module pages.  Patch #3 by Al.  (I simplified the "l
      ocation" part.  Al's approach gave you a bit more power but I'm not sure anyone wants
      to change that.  Besides, this will change as soon we integrate the menu system so I kept it easy for now.)
      1a257603
  4. Jun 11, 2003
    • Dries Buytaert's avatar
      · 3b8c99d9
      Dries Buytaert authored
      - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason.  Patch by Kjartan.
      
      - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values.  Patch by Kjartan.
      
      - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes.  Example:
      
        <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" />
      
        IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion.
      
      - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions.  Patch by Matt Westgate.
      
      - Improvement: improved the error checking and the error messages in the profile module.  Updated the code to match the Drupal coding conventions.  Modified patch from Matt Westgate.
      
      - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head().  Patch by Kristjan.
      
      - Improvement: don't execute any SQL queries when checking the permissions of user #1.  Patch by Kjartan.
      
      - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes.  Part of patch #51 by Al.
      
      - Improvement: removed some redundant print statements from the comment module.  Modified patch from Craig Courtney.
      3b8c99d9
  5. Jun 05, 2003
    • Dries Buytaert's avatar
      · 522ed4d6
      Dries Buytaert authored
      - More charset patches by Al.
      522ed4d6
  6. Jun 04, 2003
    • Dries Buytaert's avatar
      · 355d25e7
      Dries Buytaert authored
      - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4.  This fixes critical bug #1618.  Patch by Marco.
      
        ==> This fix requires to run update.php!
      
      - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register().  This fixes critical bug #1797.  Patch by Marco.
      
      - Bugfix: sometimes error messages where being discarded when previewing a node.  Patch by Craig Courtney.
      
      - Bugfix: fixed charset problems.  This fixes critical bug #1549.  Patch '0023.charset.patch' by Al.
      
      - Code improvements: removed some dead code from the comment module.  Patch by Marco.
      
      - Documentation improvements: polished the node module help texts and form descriptions.  Patch '0019.node.module.help.patch' by Al.
      
      - CSS improvements all over the map!  Patch '0021.more.css.patch' by Al.
      
      - GUI improvements: improved the position of Druplicon in the admin menu.  Patch '0020.admin.logo.patch' by Al.
      
      - GUI improvements: new logos for theme Marvin and theme UnConeD.  Logos by Kristjan Jansen.
      
      - GUI improvements: small changes to the output emitted by the profile module.  Suggestions by Steven Wittens.
      
      - GUI improvements: small fixes to Xtemplate.  Patch '0022.xtemplate.css.patch' by Al.
      
      TODO:
      
      - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register().  They should be updated.  We should setup a task on Drupal.
      
      - There is code emitting '<div align="right">' which doesn't validate.
      
      - Does our XML feeds validate with the charset changes?
      
      - The forum module's SQL doesn't work properly on PostgreSQL.
      355d25e7
  7. Jun 02, 2003
    • Dries Buytaert's avatar
      · 54774aa8
      Dries Buytaert authored
      - Removed the module field from the locale search form.  It won't work and
        there is no easy replacement.
      
      - Wrapped the strings in htmlentities() such that one can see the HTML.
      54774aa8
  8. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  9. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  10. May 07, 2003
    • Dries Buytaert's avatar
      · a161110a
      Dries Buytaert authored
      - Applied  Michael Caerwyn's "%s -> %d" patch.
      
      - Changed all occurences of '%d' to %d as suggested on the mailing list.
      a161110a
  11. Apr 22, 2003
    • Dries Buytaert's avatar
      · 4c0d7da0
      Dries Buytaert authored
      - Added admin description suggested by Gunnar (slightly modified).
      4c0d7da0
  12. Mar 16, 2003
    • Dries Buytaert's avatar
      · 170b674a
      Dries Buytaert authored
      - All LIMIT queries must go through the pager or through db_query_range().
        The syntax for db_query_range() was enhanced so it matches db_query(). So
        you may pass extra arguments of the SQL statement which are checked via
        check_query() and then substituted into the SQL statement. After these
        optional arguments, you always pass $from and $count parameters which
        define your range.  Most often, the $from is 0 and the count is the max
        number of records you want returned.  Patch by Moshe.
      
      - The pager_query() function for PEAR was enhanced so that it adds  proper
        GROUP BY statement counting the number of records to be paged. Patch by
        James Arthur.
      
      - MSSQL database scheme by Moshe.
      170b674a
  13. Feb 26, 2003
  14. Feb 20, 2003
    • Dries Buytaert's avatar
      · 277ceae5
      Dries Buytaert authored
      - New menu houskeeping.  Prototyped by Zbynek.
      
        The following modules need updating:
          * glossary module
          * feed module (Breyten's version)
          * mailhandler module
          * notify module
          * project module
          * smileys module
          * admin module
          * style module
          * taxonomy_dhtml module
      
        To avoid unexpected problems menu_add() is deprecated (it will print an
        error message when used) and menu() should be used instead.
      277ceae5
  15. Jan 21, 2003
  16. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  17. 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
  18. Dec 29, 2002
    • 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
  19. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  20. Dec 11, 2002
    • Dries Buytaert's avatar
      · b6b24c28
      Dries Buytaert authored
      Applied patch by Natrak:
      
      - page_header() now adds Last-Modified and ETag http headers.
      - When running PHP as an Apache module page_header() will check the HTTP
        headers for conditional gets, and will only push the content when it
        fails. (Works for html and xml pages as they are all cached). Note:
        this is a PHP limitation, so until PHP makes it work for other web
        servers this won't work for them.
      - Added created field to cache database to hold the timestamp when the
        cache was created.
      - Changed cache_get() to return an object with ->data and ->created.
      - Update forum and locale modules.
      b6b24c28
  21. Oct 29, 2002
    • Dries Buytaert's avatar
      · 54aba8d5
      Dries Buytaert authored
      - Applied Stefaan's locale patches.  The statistics.module patch failed to
        apply.
      54aba8d5
  22. Sep 08, 2002
  23. Jun 20, 2002
    • Dries Buytaert's avatar
      - Fixed two small bugs in the locale module: · ccba91d6
      Dries Buytaert authored
        1. The locale admin menu items 'untranslated "langcode" strings'
           'translated "langcode" strings' were not properly localized.
      
        2. When inserting new locale strings the uri which generated the
           new string was not properly set (the 'location' field in
           locale table).
      
        Patch by Ori.
      ccba91d6
  24. Jun 09, 2002
    • Dries Buytaert's avatar
      · 52e00d08
      Dries Buytaert authored
      - Documentation update: "%s/ drupal / Drupal /cg".  In documentation we
        prefer "Drupal" instead of "drupal".
      52e00d08
  25. Jun 08, 2002
    • Kjartan Mannes's avatar
      - improved module descriptions. · 5d36c704
      Kjartan Mannes authored
      - removed admin options for queue and comment module if the modules are not
        loaded.
      - nodes are now auto promoted when queue module isn't enabled.
      - moderation result block is now visible by the node author.
      5d36c704
    • Dries Buytaert's avatar
      · 19736b42
      Dries Buytaert authored
      - Removed the redundant option to enable or disable the locale module.
      19736b42
  26. Jun 01, 2002
    • Kjartan Mannes's avatar
      - adding descriptions to modules (thanks Joe + Scott). · 4a28077f
      Kjartan Mannes authored
      - fixed comment flat list view missing 1 comment.
      - changed update.php around a bit.
          * security check isn't in effect if the db hasn't been updated.
          * instructions re-organized.
          * fixed some minor updates.
      - updated database.mysql done by UnConeD.
      - changelog update.
      4a28077f
  27. May 20, 2002
    • Steven Wittens's avatar
      Locale.module: · 52bfb710
      Steven Wittens authored
      Added a piece of code to insert common strings (currently weekdays and month-names) into the locale table. It's triggered whenever you visit the locale admin pages, but executes only once.
      52bfb710
  28. Apr 22, 2002
    • Kjartan Mannes's avatar
      - bug fixes: · de5b9a16
      Kjartan Mannes authored
          * fixed mails not being parsed properly.
          * tracker now shows user name when you view your own recent
            comments.
          * link to submission queue now points to the right place.
          * fixed jabber module.
          * theme is now activated when changed.
      - applied Gerhards coding style patch.
      de5b9a16
  29. Apr 20, 2002
    • Dries Buytaert's avatar
      · 8043cb99
      Dries Buytaert authored
      - Applied Marco's big patch, including contributions from Moshe:
      
          + Changed the db_query() API.
      
          + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.
      
          + XHTML-ified some HTML.
      
          + Wrapped a lot of text in the administrative pages in a t()
            function.
      
          + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().
      
          + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
            RSS code).
      
          + Fixed some bugs in the taxonomy module (eg. tree making bug), added
            new functionality (eg. new APIs for use by other modules), included
            Moshe's taxonomy extensions, and some documentation udpates.
      
          + ...
      8043cb99
  30. Jan 12, 2002
    • Dries Buytaert's avatar
      · f84dc3a4
      Dries Buytaert authored
      - Applied Marco's locale improvements / clean-ups.
      f84dc3a4
  31. Jan 05, 2002
    • Dries Buytaert's avatar
      · 09d054a4
      Dries Buytaert authored
      - Integrated Marco's locale patch.
      09d054a4
  32. Nov 01, 2001
    • Dries Buytaert's avatar
      · 336b713a
      Dries Buytaert authored
      - A large batch of updates, amongst them a rewritten node system.  More
        information available on the mailing list.
      336b713a
  33. Oct 20, 2001
  34. Oct 14, 2001
    • Dries Buytaert's avatar
      · 625455b5
      Dries Buytaert authored
      - I tidied up most SQL tables to be more consistent with the rest of the
        tables: I changed all "id"s to "xid"s where "x" is the first letter of
        the table name.  I also renamed all remaining "userid"s to "uid"s as I
        mentioned I would do.  Take a look at ./drupal/updates/3.00-to-x.xx.sql
        for the MySQL updates.
      625455b5
  35. Sep 28, 2001
    • Dries Buytaert's avatar
      · 0cce47f1
      Dries Buytaert authored
      - fixed small glitch in node_del()
      
      - fixed small glitch in comment_del()
      
      - changed the API of the form() function.  The first parameter, the
        "action"-attribute in the <form>-tag has been made optional.  By
        default, it will be set to "$REQUEST_URI".
      
        Why? Because in 98% of the cases we would do:
      
          global $REQUEST_URI;
          $form = form($REQUEST_URI, $form_content);
      
        while we can do:
      
          $form = form($form_content);
      
        now.
      
        Update your modules (and sorry for the inconvenience)!
      0cce47f1
  36. Aug 08, 2001
    • Kjartan Mannes's avatar
      locale.module · 876536a9
      Kjartan Mannes authored
      - search is now default.
      - search remembers your settings.
      - save will dump you back to your last search.
      876536a9
  37. Aug 07, 2001
  38. Aug 06, 2001
    • Kjartan Mannes's avatar
      locale.module · 896b4dc7
      Kjartan Mannes authored
      - renamed locale_search() locale_filter() so it does not show up on
        node searches.
      896b4dc7
  39. Aug 04, 2001
    • Dries Buytaert's avatar
      · 97fe958d
      Dries Buytaert authored
      - various improvements and small additions
      97fe958d