Skip to content
  1. Oct 19, 2004
    • Dries Buytaert's avatar
      · 469b35bb
      Dries Buytaert authored
      - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
      
        Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
      469b35bb
  2. Oct 18, 2004
  3. Oct 16, 2004
    • Dries Buytaert's avatar
      - Patch #11505 by Steven: 'my account' information is not saved. · 869a91b7
      Dries Buytaert authored
        + Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes).  The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect).
      
        + On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.
      869a91b7
  4. Oct 13, 2004
  5. Oct 08, 2004
  6. Oct 06, 2004
    • Dries Buytaert's avatar
      · 67925ce0
      Dries Buytaert authored
      - Patch #11232 by David: fixed bug in upgrade path of the aggregator module.
      67925ce0
  7. Sep 27, 2004
    • Dries Buytaert's avatar
      · 3525d9df
      Dries Buytaert authored
      - Patch #11094 by Allen Chandler and Adrian: fixed PostgreSQL related SQL problem in aggregator module.
      3525d9df
  8. Sep 23, 2004
  9. Sep 22, 2004
    • Dries Buytaert's avatar
      · 29b8977a
      Dries Buytaert authored
      - Bugfix: the access rule mask does not have to be unique.  It should be possible to use a particular mask for both e-mail and username rules.  This also avoids an SQL query error.  Fixes bug report #10551.
      29b8977a
  10. Sep 20, 2004
    • Dries Buytaert's avatar
      · 228b3c7c
      Dries Buytaert authored
      - Patch #10945 by Adrian: more PostgreSQL fixes/updates.
      228b3c7c
  11. Sep 19, 2004
    • Dries Buytaert's avatar
      · 6dbd0bcf
      Dries Buytaert authored
      - Patch #6500 by Mathias with help from Steven: made it possible to add fields to the registration form.  This feature used to exist.
      6dbd0bcf
  12. Sep 15, 2004
  13. Sep 14, 2004
    • Steven Wittens's avatar
      updates.inc: · 318ce81a
      Steven Wittens authored
      Fixing some missing db prefix braces and some bad indentation. Adding a TODO for PGSQL to update_105.
      318ce81a
    • Dries Buytaert's avatar
      - Fixed typo in upgrade script · d3fff02f
      Dries Buytaert authored
      d3fff02f
    • Dries Buytaert's avatar
      · c09158c3
      Dries Buytaert authored
      - Patch #10308 by Bart Jansens/ccourtne: fixed shadow copies.
      
      - Patch #10308 by ccourtne: performance improvements: comment statistics are now cached in a new SQL table which significantly improves performance of the forum block and the forum pages.  These pages are about 3 times faster now!
      c09158c3
  14. Sep 13, 2004
  15. Sep 11, 2004
  16. Sep 09, 2004
    • Dries Buytaert's avatar
      · b84b6e42
      Dries Buytaert authored
      - Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
      b84b6e42
  17. Sep 08, 2004
    • Dries Buytaert's avatar
      · 7b716e8e
      Dries Buytaert authored
      - Patch #10622 by Adrian: fixes various PostgreSQL related problems.
      
        1) Menu problems with Postgres (this is a highly critical 1 line fix)
        2) Archive module fails with Postgres
        3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch)
        4) Book module fails with Postgres
        5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug.
        6) Creating accregator_item_table in PostgreSQL
        7) Postgres - Polls not displayed on Poll Page
        8) Blog module has sql errors with postgres
      
        This should not affect MySQL users (hopefully).
      7b716e8e
  18. Sep 07, 2004
  19. Sep 06, 2004
  20. Sep 05, 2004
  21. Sep 01, 2004
  22. Aug 22, 2004
  23. Aug 21, 2004
    • Steven Wittens's avatar
      The patch for renumbering the filter.module filters (after the legacy.module... · f5289871
      Steven Wittens authored
      The patch for renumbering the filter.module filters (after the legacy.module patch) forgot about updates.inc. Fixed.
      f5289871
    • Dries Buytaert's avatar
      · cfe20d0b
      Dries Buytaert authored
      - Patch #9654 by Bart Jansens: added some missing {} and fixed the upgrade path from Drupal 4.4.x.
      cfe20d0b
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  24. Aug 20, 2004
  25. Aug 17, 2004
    • Dries Buytaert's avatar
      · 78b052a6
      Dries Buytaert authored
      - The upload (filehandler) module has landed!
      78b052a6
  26. Aug 14, 2004
    • Steven Wittens's avatar
      #10012 - Profile.module: · 6a380525
      Steven Wittens authored
      - Restoring broken update path.
      - Adding birthday/date function back, with update path.
      - Show private fields when viewing your own profile, or for admins.
      - Do not allow browsing of private fields for non admins (403)
      - Throw a 404 for browsing unbrowsable fields, rather than an SQL error
      - Fixing input processing: nothing is filtered twice anymore, and I replaced several strip_tags with specialchars (more flexible).
      - Minor admin UI tweaks + added friendly field type names.
      6a380525
  27. Aug 12, 2004
  28. Aug 11, 2004
    • Dries Buytaert's avatar
      · 1831e1b6
      Dries Buytaert authored
      - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.
      
        The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext).
      
        Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.
      1831e1b6
  29. Aug 10, 2004
    • Steven Wittens's avatar
      The Input formats - filter patch has landed. I still need to make update... · 660f9928
      Steven Wittens authored
      The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs.
      
      Here's an overview of the changes:
      1) Multiple Input formats: they are complete filter configurations (what filters to use, in what order and with which settings). Input formats are admin-definable, and usage of them is role-dependant. For example, you can set it up so that regular users can only use limited HTML, while admins can free HTML without any tag limitations.
      The input format can be chosen per content item (nodes, comments, blocks, ...) when you add/edit them. If only a single format is available, there is no choice, and nothing changes with before.
      
      The default install (and the upgrade) contains a basic set of formats which should satisfy the average user's needs.
      
      2) Filters have toggles
      Because now you might want to enable a filter only on some input formats, an explicit toggle is provided by the filter system. Modules do not need to worry about it and filters that still have their own on/off switch should get rid of it.
      
      3) Multiple filters per module
      This was necessary to accomodate the next change, and it's also a logical extension of the filter system.
      
      4) Embedded PHP is now a filter
      Thanks to the multiple input formats, I was able to move the 'embedded PHP' feature from block.module, page.module and book.module into a simple filter which executes PHP code. This filter is part of filter.module, and by default there is an input format 'PHP', restricted to the administrator only, which contains this filter.
      This change means that block.module now passes custom block contents through the filter system.
      As well as from reducing code duplication and avoiding two type selectors for page/book nodes, you can now combine PHP code with other filters.
      
      5) User-supplied PHP code now requires <?php ?> tags.
      This is required for teasers to work with PHP code. Because PHP evaluation is now just another step in the filter process, we can't do this. Also, because teasers are generated before filtering, this would result in errors when the teaser generation would cut off a piece of PHP code.
      
      Also, regular PHP syntax explicitly includes the <?php ?> tags for PHP files, so it makes sense to use the same convention for embedded PHP in Drupal.
      
      6) Filter caching was added.
      Benchmarking shows that even for a simple setup (basic html filtering + legacy URL rewriting), filtercache can offer speedups. Unlike the old filtercache, this uses the normal cache table.
      
      7) Filtertips were moved from help into a hook_filter_tips(). This was required to accomodate the fact that there are multiple filters per module, and that filter settings are format dependant. Shoehorning filter tips into _help was ugly and silly. The display of the filter tips is done through the input format selector, so filter_tips_short() no longer exists.
      
      8) A more intelligent linebreak convertor was added, which doesn't stop working if you use block-level tags and which adds <p> tags.
      660f9928
  30. Aug 07, 2004
  31. Aug 06, 2004