Skip to content
  1. Apr 09, 2024
    • Alex Pott's avatar
      Issue #540008 by kristiaanvandeneynde, Spokje, daffie, clayfreeman, alexpott,... · 9baa4397
      Alex Pott authored
      Issue #540008 by kristiaanvandeneynde, Spokje, daffie, clayfreeman, alexpott, eelkeblok, michaelfavia, ianthomas_uk, zaporylie, johnwebdev, abhisekmazumdar, anmolgoyal74, greggles, quietone, shaal, catch, rivimey, AaronMcHale, Berdir, ndf, xjm, finne, Wim Leers, esolitos, heddn, webchick, Bojhan, andypost, efpapado, benjifisher, lauriii, Gábor Hojtsy, moshe weitzman, harings_rob: Add a container parameter that can remove the special behavior of UID#1
      9baa4397
  2. Feb 28, 2024
  3. Jun 14, 2023
  4. Apr 27, 2023
  5. Feb 14, 2023
  6. Nov 18, 2022
  7. Mar 25, 2020
  8. Jan 20, 2020
  9. Oct 30, 2019
  10. Mar 06, 2019
  11. Nov 22, 2018
  12. Sep 21, 2018
  13. May 08, 2017
  14. May 02, 2017
  15. Feb 09, 2017
  16. Jan 31, 2017
  17. Apr 27, 2016
  18. Aug 07, 2004
    • Dries Buytaert's avatar
      · bdbc34c9
      Dries Buytaert authored
      - Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, improved the code/Doxygen comments.
      
        As discussed before, the path "taxonomy/page/or/1,2" becomes "taxonomy/term/1+2" and the path "taxonomy/page/and/1,2" becomes "taxonomy/term/1,2". The most common case of listing nodes attached to a single term becomes simpler, since it doesn't require a meaningless "or" or "and". A depth of "0" is assumed, but a positive integer or "all" can be used. Feeds are available at "taxonomy/term/1+2/all/feed" and the like.
      
        This iteration of the patch also changes the structure of taxonomy_select_nodes(), since it was not following Drupal conventions. A handful of contrib modules call this function, and will need to be updated. Instead of passing in a $taxonomy object containing parameters for the function, the parameters are passed independently. This simplifies the code quite a bit. The queries were changed to only return node IDs for speed; all results from this function are passed through node_load() anyway, so the extra information returned was discarded. The AND query was also changed to avoid the strange trick and remove an extra query, at the expense of a table join per root term in the AND. This cleans up the code substantially while at the same time enabling the use of AND with a depth parameter.
      
        TODO: update contribution modules.
      bdbc34c9
  19. Mar 07, 2003
    • Dries Buytaert's avatar
      · d659fedb
      Dries Buytaert authored
      - Removed the path_uri() function in favor of the $base_url variable and
        fixes a handful of bugs introduced by the clean URL patch.
      d659fedb
  20. Jul 13, 2000
    • Dries Buytaert's avatar
      · e214bd06
      Dries Buytaert authored
      Updates:
      --------
      
      * URI/URL enhancements to make the URLs more comprehensive and shorter.
      * Fixed a bug in submit.php that slipped in during the latest commit.
      * Changed a few tidbits on the calendar.
      * Fixed a bug in most themes:
          $tid       --> $cid
          COUNT(tid) --> COUNT(cid)
        Updated most themes except for UnConeD's.
      * Fixed a handful of problems with Jeroen's theme.  However, Jeroen's
        theme is still not working yet - some features are completly missing,
        making the theme not very useful ...
      
      Any known bugs left?  If not, I'll head on tonight and add some new
      features.  I'll probably add basic admin tools to edit articles and
      such.  Once done, we can start on the comment moderation.
      e214bd06