Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch by Adrian: postgresql fixes | Dries Buytaert | 2005-04-14 |
| | |||
* | - Patch #20235 by chx: fixed problem with db_set_active(). | Dries Buytaert | 2005-04-14 |
| | |||
* | - Patch #19800 by Daniel: make default $db_url informative and unique. | Dries Buytaert | 2005-04-14 |
| | |||
* | - Patch #20457 by Morbus: removed hardcoded <br /> | Dries Buytaert | 2005-04-13 |
| | |||
* | - Patch #19406 by David: fixed problem with posting using BloggerAPI. | Dries Buytaert | 2005-04-13 |
| | |||
* | - Patch #20451 by Moshe: some ancient code was assuming that all apges in a ↵ | Dries Buytaert | 2005-04-13 |
| | | | | book are of type 'book'. | ||
* | - Patch #20058: move user_module_invoke('load', $array, $user) after loading ↵ | Dries Buytaert | 2005-04-13 |
| | | | | of roles. | ||
* | - Patch #12794 by assimonds: make sure the node module is optional. | Dries Buytaert | 2005-04-13 |
| | |||
* | - Patch #20396 by Junyor: fixed broken watchdog message in user module. | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch #20312 by mif: fixed problem with blog_link(). | Dries Buytaert | 2005-04-12 |
| | |||
* | - Modified patch by mikeryan: make it possible to administer system ↵ | Dries Buytaert | 2005-04-12 |
| | | | | vocabularies. | ||
* | - Added missing {}. | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch #19965 by Robin Monks: fixed problem with duplicate block titles. | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch by Gerhard: refinements and bugfixes for the 'access user profiles' ↵ | Dries Buytaert | 2005-04-12 |
| | | | | patch. | ||
* | - Removed some dead code. | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch #20349 by Gerhard: drop.org -> drupal.org | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch by Morbus: added missing taxonomy_node_delete(). | Dries Buytaert | 2005-04-12 |
| | |||
* | - #4166: Respect 'access userlist' permission for profile data. | Steven Wittens | 2005-04-11 |
| | |||
* | - #20338: Improve api docs on $user field deletion. | Steven Wittens | 2005-04-11 |
| | |||
* | - Remove incorrect | Dries Buytaert | 2005-04-11 |
| | |||
* | - Patch #19298 by Jeremy: loose caching! | Dries Buytaert | 2005-04-11 |
| | | | | | | 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.) | ||
* | - Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure | Dries Buytaert | 2005-04-11 |
| | |||
* | - Patch #19434 by nysus: improved the forum module help texts. | Dries Buytaert | 2005-04-11 |
| | |||
* | - Patch #20216 by Gerhard/Kief: the queue module did not record any votes. | Dries Buytaert | 2005-04-11 |
| | |||
* | - Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it ↵ | Dries Buytaert | 2005-04-11 |
| | | | | 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. | ||
* | - Unnecessary check_plain in contact.module | Steven Wittens | 2005-04-11 |
| | |||
* | - Missing check_url() in form(). | Steven Wittens | 2005-04-10 |
| | |||
* | - Updated CHANGELOG | Dries Buytaert | 2005-04-08 |
| | |||
* | - Patch #19697 by Morbus: FOLKSONOMY. | Dries Buytaert | 2005-04-08 |
| | | | | | | | | | | | 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. | ||
* | - Patch #19609 by Daniel: fix problem with database prefixing | Dries Buytaert | 2005-04-08 |
| | |||
* | - Patch #19474 by Daniel: extended documentation on database configuration. | Dries Buytaert | 2005-04-08 |
| | |||
* | - Modified patch #18215 by ankur: make sure the comment statistics update ↵ | Dries Buytaert | 2005-04-08 |
| | | | | after approval in the moderation queue. | ||
* | - Added missing } | Dries Buytaert | 2005-04-08 |
| | |||
* | - Patch by Drumm: change the wording for clarity. | Dries Buytaert | 2005-04-08 |
| | |||
* | - Fixed bug #19432, modified patch from Junyor: database update fails when a ↵ | Dries Buytaert | 2005-04-08 |
| | | | | name contains a quote. | ||
* | - Fixed bug #19868: undefined variable. | Dries Buytaert | 2005-04-08 |
| | |||
* | - Patch #19615 by chx: fixed problem forum container getting lets when ↵ | Dries Buytaert | 2005-04-08 |
| | | | | editing a forum. | ||
* | - #19874: Fix aggregator escaping after check_plain bug | Steven Wittens | 2005-04-07 |
| | | | | - Fix bug in decode_entities() with double-escaped entities. | ||
* | - Fixed warning. | Dries Buytaert | 2005-04-07 |
| | |||
* | - Patch #13503 by chx: made the menu cache locale aware. | Dries Buytaert | 2005-04-07 |
| | |||
* | - By default, do not show comment controls. | Dries Buytaert | 2005-04-07 |
| | |||
* | - Patch #20103 by Neil: Removing another place where we have hard coded HTML ↵ | Dries Buytaert | 2005-04-07 |
| | | | | 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. | ||
* | - Modified patch #19941 by willmoy: improve upgrade instructions. | Dries Buytaert | 2005-04-06 |
| | |||
* | - Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' ↵ | Dries Buytaert | 2005-04-06 |
| | | | | between the title and the textarea. This makes it easier for simply textarea enhancements like quicktags to add a toolbar just above the textarea. | ||
* | - Improve recursion in taxonomy_get_tree() (Morbus) | Steven Wittens | 2005-04-06 |
| | |||
* | - Patch #19933 by willmoy: stop output buffering once the page has been ↵ | Dries Buytaert | 2005-04-05 |
| | | | | rendered. | ||
* | - Removed weird phpdoc line | Dries Buytaert | 2005-04-05 |
| | |||
* | - Patch #19960 by Gerhard: removed left-over DISTINCT. Spotted by BuddaBoy. | Dries Buytaert | 2005-04-04 |
| | |||
* | - Modified patch #19694 by chx: makes sure that block.module deals by ↵ | Dries Buytaert | 2005-04-04 |
| | | | | default only with regions 0 and 1 as it does now but lets you use block_list with any region you define. This opens many possibilites. You may do a multi region module, with your admin UI using the blocks table as storage and the block_list matcher. Or you may do a sections module using the block matcher without cluttering the current blocks list. | ||
* | - Patch #19888 by jhriggs: fixed terms getting lost upon preview. | Dries Buytaert | 2005-04-03 |
| |