Commit Graph

4313 Commits (b86a5d495a9f6e99f095fa5b7baee39194aa644e)

Author SHA1 Message Date
Dries Buytaert 495a03ae9d - Patch #12794 by assimonds: make sure the node module is optional. 2005-04-13 17:59:39 +00:00
Dries Buytaert b1392fb143 - Patch #20396 by Junyor: fixed broken watchdog message in user module. 2005-04-12 21:26:18 +00:00
Dries Buytaert 4a66d329b9 - Patch #20312 by mif: fixed problem with blog_link(). 2005-04-12 19:47:06 +00:00
Dries Buytaert dea2bd2123 - Modified patch by mikeryan: make it possible to administer system vocabularies. 2005-04-12 19:18:57 +00:00
Dries Buytaert c9c947619f - Added missing {}. 2005-04-12 18:55:33 +00:00
Dries Buytaert f33f9a5fcd - Patch #19965 by Robin Monks: fixed problem with duplicate block titles. 2005-04-12 18:52:47 +00:00
Dries Buytaert bbb746b814 - Patch by Gerhard: refinements and bugfixes for the 'access user profiles' patch. 2005-04-12 18:32:00 +00:00
Dries Buytaert b43a782b61 - Removed some dead code. 2005-04-12 16:55:11 +00:00
Dries Buytaert 2bd8840e3b - Patch #20349 by Gerhard: drop.org -> drupal.org 2005-04-12 05:13:17 +00:00
Dries Buytaert 444cf78ee5 - Patch by Morbus: added missing taxonomy_node_delete(). 2005-04-12 05:09:13 +00:00
Steven Wittens 23bccfd1c8 - #4166: Respect 'access userlist' permission for profile data. 2005-04-11 22:48:27 +00:00
Steven Wittens bc44805f3c - #20338: Improve api docs on $user field deletion. 2005-04-11 22:31:12 +00:00
Dries Buytaert 5b6472ef79 - Remove incorrect 2005-04-11 20:38:57 +00:00
Dries Buytaert e3d62d907b - Patch #19298 by Jeremy: loose caching!
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.)
2005-04-11 19:05:52 +00:00
Dries Buytaert d0d5b52ac1 - Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure 2005-04-11 18:21:59 +00:00
Dries Buytaert 5c56cd5b33 - Patch #19434 by nysus: improved the forum module help texts. 2005-04-11 17:54:13 +00:00
Dries Buytaert 2ecca2dcb7 - Patch #20216 by Gerhard/Kief: the queue module did not record any votes. 2005-04-11 16:42:28 +00:00
Dries Buytaert 9802b20a17 - 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. 2005-04-11 16:39:19 +00:00
Steven Wittens c4d24a48c5 - Unnecessary check_plain in contact.module 2005-04-11 11:06:01 +00:00
Steven Wittens 230db1039a - Missing check_url() in form(). 2005-04-10 10:22:40 +00:00
Dries Buytaert 8f18b9684f - Updated CHANGELOG 2005-04-08 15:01:38 +00:00
Dries Buytaert bf9d98d664 - Patch #19697 by Morbus: FOLKSONOMY.
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.
2005-04-08 14:59:14 +00:00
Dries Buytaert 47f1f7f90a - Patch #19609 by Daniel: fix problem with database prefixing 2005-04-08 14:24:03 +00:00
Dries Buytaert e722f0df58 - Patch #19474 by Daniel: extended documentation on database configuration. 2005-04-08 14:14:24 +00:00
Dries Buytaert 8f1e9cd720 - Modified patch #18215 by ankur: make sure the comment statistics update after approval in the moderation queue. 2005-04-08 13:34:10 +00:00
Dries Buytaert 2eb99e5fa2 - Added missing } 2005-04-08 13:18:58 +00:00
Dries Buytaert a21f084160 - Patch by Drumm: change the wording for clarity. 2005-04-08 13:06:37 +00:00
Dries Buytaert 58b326a838 - Fixed bug #19432, modified patch from Junyor: database update fails when a name contains a quote. 2005-04-08 12:28:14 +00:00
Dries Buytaert 67f7d6947e - Fixed bug #19868: undefined variable. 2005-04-08 11:24:46 +00:00
Dries Buytaert 38eef18e98 - Patch #19615 by chx: fixed problem forum container getting lets when editing a forum. 2005-04-08 11:07:57 +00:00
Steven Wittens 0f41706acc - #19874: Fix aggregator escaping after check_plain bug
- Fix bug in decode_entities() with double-escaped entities.
2005-04-07 22:46:55 +00:00
Dries Buytaert 7d3d5532df - Fixed warning. 2005-04-07 20:09:36 +00:00
Dries Buytaert 6ba8f32cca - Patch #13503 by chx: made the menu cache locale aware. 2005-04-07 20:00:48 +00:00
Dries Buytaert 961cf7af44 - By default, do not show comment controls. 2005-04-07 05:24:08 +00:00
Dries Buytaert 29f6541c5e - 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. 2005-04-07 05:21:30 +00:00
Dries Buytaert 2252aacc7c - Modified patch #19941 by willmoy: improve upgrade instructions. 2005-04-06 19:04:02 +00:00
Dries Buytaert 97bfa01725 - 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. 2005-04-06 07:43:10 +00:00
Steven Wittens 0f79c1e946 - Improve recursion in taxonomy_get_tree() (Morbus) 2005-04-06 04:48:39 +00:00
Dries Buytaert 18e852e4e7 - Patch #19933 by willmoy: stop output buffering once the page has been rendered. 2005-04-05 19:00:24 +00:00
Dries Buytaert 91e8b1b1e4 - Removed weird phpdoc line 2005-04-05 07:25:11 +00:00
Dries Buytaert 398ed04670 - Patch #19960 by Gerhard: removed left-over DISTINCT. Spotted by BuddaBoy. 2005-04-04 21:32:21 +00:00
Dries Buytaert c7c33cc174 - Modified patch #19694 by chx: makes sure that block.module deals by 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. 2005-04-04 12:27:05 +00:00
Dries Buytaert 9660db2c4e - Patch #19888 by jhriggs: fixed terms getting lost upon preview. 2005-04-03 09:27:01 +00:00
Dries Buytaert 6e1431705e - Patch #19768 by danielc: line 593 in version 1.109 of database.pgsql is problematic. The line creates a unique index for sid. But, sid is already a primary key so doesn't need a unique index on it. Let alone, the syntax is wrong due to wrapping the table name in {}'s. This patch removes the line. 2005-04-03 08:56:48 +00:00
Dries Buytaert 8adb531bd1 - Patch #19894 by Gerhard: provided defaults for the throttle module settings. 2005-04-03 08:53:52 +00:00
Dries Buytaert 69a066c4cd - Patch #19895 by Moshe: currently modules can inadvertently load all other modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable. 2005-04-03 08:03:18 +00:00
Dries Buytaert f98bbea2f0 - 'models' -> 'modules' 2005-04-03 08:02:27 +00:00
Steven Wittens d48351a027 - #19873: drupal_specialchars -> check_plain 2005-04-02 18:22:17 +00:00
Dries Buytaert a3e9b35afc - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
Dries Buytaert 71c021c6f7 - Patch #19588 by Uwe: INSTALL.txt updates. 2005-04-01 15:30:35 +00:00