Skip to content
  1. Jul 08, 2003
    • Dries Buytaert's avatar
      · f294f5e5
      Dries Buytaert authored
      - Fixed a number of translation issues.  Patches by Stefan.
      f294f5e5
  2. Jul 01, 2003
    • Dries Buytaert's avatar
      · dc15ba06
      Dries Buytaert authored
      - Improvement: don't perform XSS checks for trusted users.  Trusted users
        are those that have the "bypass input data check" permission set.  Should
        address bug #2147.
      
      - Improvement: simplified index.php and modules/admin.module.
      
      - Bugfix: fixed broken links in bloggerapi documentation.  Patch by Chris
        Johnson.  Fixes bug #2030.
      
      - Bugfix: fixed the date shown on a book module preview.  Reported as part
        of bug #2097.
      
      - Bugfix: fixed broken URL in the book module documentation.
      dc15ba06
  3. Jun 19, 2003
    • Dries Buytaert's avatar
      · 828ba665
      Dries Buytaert authored
      - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below.  Patch #33 by Al.
      
      - Bugfix: fixed translation problems in the user module and the block module.  Patch by Stefan.
      
      - Improvement: made it impossible to delete user role #1 and #2.  Patch #38 by Al.
      
      - Improvement: fixed the "Allowed HTML tag" issues.  Makes for better code and improved usability.  Patch #35 by Al.
      
        NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
      828ba665
  4. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  5. 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
  6. Jun 08, 2003
  7. Jun 05, 2003
    • Dries Buytaert's avatar
      · de3b0796
      Dries Buytaert authored
      - Bugfix: better charset support for non-ISO-8859-1 languages.  Patch 0029.charset.fixes.patch by Al.  Could East Asia test this please.
      
      - Bugfix: made the "moderate" field behave.  Patch 0030.queue.module.help.and.settings.form.patch by Al.
      
      - Documentation: revised a large part of the help texts / documentation!  Al's 0024.* patches.
      
      - Documentation: added a glossary to the help module.  Patch 0025.help.module.glossary.patch by Al and Michael.
      
      - Usability: first step towards unifying the terminology used in the cloud module.  Patch by 0028.site.cloud.rationalize.name.patch Al.
      
      - Usability + CSS improvements: revamped the node form and removed all tables.  Patch 0027.node.form.rewrite.patch by Al.
      
      - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al.
      
      - Updated the MAINTAINERS file.
      de3b0796
  8. Jun 03, 2003
    • Dries Buytaert's avatar
      - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents · 05288ac4
      Dries Buytaert authored
      to avoid XSS attacks!  Patch by Al, Moshe, Marco, Kjartan and me.
      
      - Bugfix: the admin module does now import drupal.css prior to admin.css.
      Patch by me.
      
      - Bugfix: the admin module was still emitting a <base href=""> tag.  I
      removed this as it is been taken care of by theme_head();  Patch by me.
      
      - Bugfix: made the tracker module's pager only consider published pages.
      Patch by Moshe.
      
      - Bugfix: cured some typos in the comment module's help function.  Patch by
      Marco.
      
      - Bugfix: fixed a typo in the pager_display() that caused optional
      attributes to be discarded.
      
      - Bugfix: made the Xtemplate emit empty boxes like any other theme does.
      Patch by Al.
      
      - Bugfix: fixed broken link on the statistics module's log page.
      Reported by Kjartan.
      
      - CSS improvements: made the HTML output emitted by the tracker module
      look nicer.  Patch by Moshe and Al.
      
      - CSS improvements: added CSS classes for form elements.  Patch by Al.
      
      - CSS improvements: added a vertical gap between the last form item and the
      submit button.  Patch by Al.  Note that Opera 6 is not picking up this
      CSS but apparently others browsers such as Konqueror do.
      
      - Xtemplate improvements: changed the color of the selected day in the
      archive module's calendar.  Patch by Al.
      
      - Usability improvements: made the "birthday" field of the profile module
      look nicer.  Patch by Al.
      
      ------
      
      - TODO: it might be a good idea to emit the following meta tag in the
      theme_head() function:
      
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      
      Currently, some themes (and modules!) emit this while others don't.  This
      would also make it possible to change the charset site-wide.
      
      - TODO: now we added support for td.dark and td.light to drupal.css, maybe
      it can be removed from admin.css as well as xtemplate.css?
      05288ac4
  9. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  10. May 24, 2003
    • Dries Buytaert's avatar
      · 45d5aad6
      Dries Buytaert authored
      - Updated Drupal to use "on output" filters.  Derived from Gerhard's patch.
      45d5aad6
  11. May 18, 2003
    • Dries Buytaert's avatar
      · 7e8aa526
      Dries Buytaert authored
      - Fixed bug in book_prev().  Patch by Andy Colson.
      
      - Book optimizations: updated to use inner joins.  Patch by Andy Colson.
        This should address bug #1373.
      
        TODO: add index to MSSQL database scheme.
      7e8aa526
  12. May 13, 2003
    • Dries Buytaert's avatar
      · 460b902d
      Dries Buytaert authored
      - Added a couple of checks to avoid pg_atoi problems using PostgreSQL.
        Reported by Michael Frankowski.
      460b902d
    • Dries Buytaert's avatar
      · bf300292
      Dries Buytaert authored
      - Made the teaser work for HTML book pages.  Patch by Nick.
      bf300292
    • Dries Buytaert's avatar
      · 0215c503
      Dries Buytaert authored
      - The book_admin_orphan() function is using the table() function to render
        the orphan pages.  Patch by Nick.
      
      - The "printer-friendly link" is only shown when the book page is not on
        the main page.  Patch by Nick.
      0215c503
    • 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
  13. 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
  14. Apr 21, 2003
    • Dries Buytaert's avatar
      · a956de78
      Dries Buytaert authored
      - Fixed some PHP "notices".
      a956de78
    • Dries Buytaert's avatar
      · e6cf829e
      Dries Buytaert authored
      - Bugfix: show the 'printer-friendly version' link for everybody not just for
        people with the update book permission.  Patch by Nick Berendsen.
      e6cf829e
  15. Apr 14, 2003
    • Dries Buytaert's avatar
      · bbab0437
      Dries Buytaert authored
      - Made book_tree_recurse() emit code that validates as XHTML.  Patch by Nick
        Berendsen.
      bbab0437
  16. Apr 04, 2003
  17. 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
  18. Mar 13, 2003
    • Dries Buytaert's avatar
      · df750672
      Dries Buytaert authored
      Patch by Ax:
      - the index link ("View this book's table of contents.") which pointed
      to http://drupal/book instead of to ... this book's table of contents.
      - it doesn't print "previous", "next", "up", "index" if there are no
      "previous", "next", "up", "index"
      - it doesn't print "index" if "up" /is/ the "index"
      - it swaps the order of "up" and "index", ie. "up" is in the row above
      "index", between "previous" and "next" now. this is more logical and the
      way all tree-browsing apps (python doc, info, ...) do it.
      df750672
  19. Mar 10, 2003
    • Dries Buytaert's avatar
      · 1a647c57
      Dries Buytaert authored
      - Committed Ax' book patch to "fix" the "next/prev" navigation.
      1a647c57
  20. Mar 09, 2003
  21. Mar 07, 2003
    • Kjartan Mannes's avatar
      - Renamed "form.admin" to "form admin". · 831ee213
      Kjartan Mannes authored
      - Added node_admin_settings() to let users set node defaults.
          * Added _nodeapi("conf")
      - Modified form_checkbox() to unset options. (Modified the patch from Ax.)
      - Removed the _save() hook.
      - Fixed a logical flaw in field_get() and field_set() which would break
        moderation.
      - Moved some admin menus around and cleaned up some typos.
      831ee213
  22. Mar 02, 2003
    • Dries Buytaert's avatar
      · 55a449f9
      Dries Buytaert authored
      - This commit fixes URLs, and makes the "edit book outline" link at the bottom
        of an "/admin/node/edit/n" page work properly.  Patch by Al.
      55a449f9
  23. Feb 26, 2003
  24. 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
  25. Feb 15, 2003
    • Dries Buytaert's avatar
      · 83f5d828
      Dries Buytaert authored
      - Everything is using theme("function") now instead of $theme->function().
      83f5d828
  26. Jan 23, 2003
  27. Jan 12, 2003
    • Dries Buytaert's avatar
      · 97f4bdb9
      Dries Buytaert authored
      - Made sure all table headers could be translated.
      
      - Made the book module use the new table rendering function.
      97f4bdb9
  28. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  29. 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
  30. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  31. Dec 22, 2002
  32. Dec 10, 2002
    • Dries Buytaert's avatar
      · 7ce686c1
      Dries Buytaert authored
      o Permission improvements:
      
         + Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc.
      
      o Usability improvements to teasers:
      
         + Teaser forms are no more.  Teasers are extracted automatically but can also be instructed using a delimiter "---".  Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore.
      
         + Added an option to set the teaser length, or to disable teasers all together.
      
         + When previewing a post, both the short (if any) and the full version of a post are shown.  This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post.
      
         + Forum posts can be teasered now.  This is particularly helpful in the context of drupal.org where we promote forum topics.
      
      o Bugfix: replaced all PHP short tags (<?) with long tags (<?php).
      
      o Bugfix: removed hard-coded dependence on comment module.
      
      o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages.
      
      o Bugfix: applied modified version of Marco's node_teaser() fix.
      7ce686c1
  33. Dec 02, 2002
    • Dries Buytaert's avatar
      · 5b39f676
      Dries Buytaert authored
      * Applied slightly modified version of Marco's taxonomy patch:
      
       - Fixed a bug with get_tree and multiple parents.
       - Fixed 3 wrong caches (this will avoid some queries).
       - Extension to taxonomy_term_count_nodes() (feature #159): "currently
         calling taxonomy_term_count_nodes() returns the amount of nodes in each
         term, would it be possible to extend this function so that it would only
         return the amount of nodes of a certain type under each term.
       - Confirm deleting a vocabulary or a term (requested by Moshe).
       - Use form_weight() in vocabulary and term forms.
       - After submitting a term, we end up at the term page (requested by Moshe).
       - Added status messages when adding, editing and deleting vocabularies and
         terms
       - Minor clean ups
      
      * Made sure all modules use the same link delimiter; "|" for now.
      5b39f676
  34. Nov 18, 2002
    • Dries Buytaert's avatar
      · 5c0558b5
      Dries Buytaert authored
      - Applied Natrak's "create PHP content" patch.
      5c0558b5