- 12 Apr, 2005 9 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #19965 by Robin Monks: fixed problem with duplicate block titles.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 11 Apr, 2005 9 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries Buytaert authored
-
Dries Buytaert authored
Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.)
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it invokes to deal with the body of the node, but afterwards it only uses the teaser to generate the feed. So the nodeapi hook should be called with teaser processing in mind. This simple patch fixes that.
-
Steven Wittens authored
-
- 10 Apr, 2005 1 commit
-
-
Steven Wittens authored
-
- 08 Apr, 2005 10 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
This patch adds folksonomy support to Drupal (named internally as "Free tagging"). In a nutshell, the core difference is the input method: unlike normal taxonomies which are administratively controlled, a "free tagging" vocabulary allows tag creation when the node is submitted. It does this through an text input box, as opposed to a dropdown or selectbox. This patch: * Removes the useless "Preview form" of a vocabulary. * Alters the vocabulary table to include a new "tags" column. * Adds a new "Free tagging" preference on vocabulary creation/editing. * Modifies the vocabulary overview to support pagers for free tagging vocabs. The new code integrates tightly with the existing taxonomy code. The only additional processing occurs on node save and edit, where we parse through the tags associated with a node. All other display (and thus, code) remains the same.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Modified patch #18215 by ankur: make sure the comment statistics update after approval in the moderation queue.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 07 Apr, 2005 5 commits
-
-
Steven Wittens authored
- Fix bug in decode_entities() with double-escaped entities.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- By default, do not show comment controls.
-
Dries Buytaert authored
- Patch #20103 by Neil: Removing another place where we have hard coded HTML instead of the form functions. The unpublish selection actually didn't seem to work, so I removed it since we have delete. It should be implemented as a link anyway.
-
- 06 Apr, 2005 3 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' between the title and the textarea. This makes it easier for simply textarea enhancements like quicktags to add a toolbar just above the textarea.
-
Steven Wittens authored
-
- 05 Apr, 2005 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 04 Apr, 2005 1 commit
-
-
Dries Buytaert authored
-