- 08 Aug, 2004 2 commits
-
-
Steven Wittens authored
-
Dries authored
- Patch #9866 by njivy: when the links are generated for each item in a list-type profile field, double quotes in the item name can break the link. To fix this, this patch gives drupal_specialchars() the ENT_QUOTES parameter to convert quotes into HTML entities. This fix is also applied to selection-type profile fields which can have the same problem.
-
- 07 Aug, 2004 6 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
- #1322: Adding a warning if the cron fails to complete. - Simplifying odd commenting syntax
-
Steven Wittens authored
-
Dries 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.
-
Dries authored
- Made the taxonomy module use drupal_goto() to fix up the interaction behavior.
-
- 06 Aug, 2004 9 commits
-
-
Steven Wittens authored
Added an upgrade path for old URL aliases to node/view, book/view and user/view. This is amongst other things required for old node aliases to appear in the node form.
-
Dries authored
-
Steven Wittens authored
-
Steven Wittens authored
- #9811: Remove session ID before matching block path
-
Steven Wittens authored
-
Steven Wittens authored
-
- 05 Aug, 2004 5 commits
-
-
Dries authored
- Patch by Jeremy: usability improvements for the statistics.module's GUI.
-
Steven Wittens authored
- Removing gAMA chunk from xtemplate logo.png for less to avoid more gamma issues.
- 04 Aug, 2004 8 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 03 Aug, 2004 3 commits
- 01 Aug, 2004 3 commits
- 31 Jul, 2004 4 commits