Commit Graph

2586 Commits (0f24a52770718be5340b26a5fded3e75da6dd82a)

Author SHA1 Message Date
Dries Buytaert db8dfcae39 - Patch by Morbus: removed hardcoded <br /> 2005-04-13 19:44:31 +00:00
Dries Buytaert f401bbf048 - Patch by David: fixed problem with posting using BloggerAPI. 2005-04-13 19:03:36 +00:00
Dries Buytaert 293daa4820 - Patch by Moshe: some ancient code was assuming that all apges in a book are of type 'book'. 2005-04-13 18:50:57 +00:00
Dries Buytaert 1bc5fe183b - Patch : move user_module_invoke('load', $array, $user) after loading of roles. 2005-04-13 18:02:48 +00:00
Dries Buytaert b1392fb143 - Patch by Junyor: fixed broken watchdog message in user module. 2005-04-12 21:26:18 +00:00
Dries Buytaert 4a66d329b9 - Patch 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 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 2bd8840e3b - Patch 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 - : Respect 'access userlist' permission for profile data. 2005-04-11 22:48:27 +00:00
Steven Wittens bc44805f3c - : Improve api docs on $user field deletion. 2005-04-11 22:31:12 +00:00
Dries Buytaert e3d62d907b - Patch 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 by Robin Monks: added help text for ?q=admin/forum/configure 2005-04-11 18:21:59 +00:00
Dries Buytaert 5c56cd5b33 - Patch by nysus: improved the forum module help texts. 2005-04-11 17:54:13 +00:00
Dries Buytaert 2ecca2dcb7 - Patch by Gerhard/Kief: the queue module did not record any votes. 2005-04-11 16:42:28 +00:00
Dries Buytaert 9802b20a17 - Patch 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
Dries Buytaert bf9d98d664 - Patch 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 8f1e9cd720 - Modified patch by ankur: make sure the comment statistics update after approval in the moderation queue. 2005-04-08 13:34:10 +00:00
Dries Buytaert a21f084160 - Patch by Drumm: change the wording for clarity. 2005-04-08 13:06:37 +00:00
Dries Buytaert 38eef18e98 - Patch by chx: fixed problem forum container getting lets when editing a forum. 2005-04-08 11:07:57 +00:00
Steven Wittens 0f41706acc - : 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 961cf7af44 - By default, do not show comment controls. 2005-04-07 05:24:08 +00:00
Dries Buytaert 29f6541c5e - Patch 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
Steven Wittens 0f79c1e946 - Improve recursion in taxonomy_get_tree() (Morbus) 2005-04-06 04:48:39 +00:00
Dries Buytaert 91e8b1b1e4 - Removed weird phpdoc line 2005-04-05 07:25:11 +00:00
Dries Buytaert 398ed04670 - Patch by Gerhard: removed left-over DISTINCT. Spotted by BuddaBoy. 2005-04-04 21:32:21 +00:00
Dries Buytaert c7c33cc174 - Modified patch 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 by jhriggs: fixed terms getting lost upon preview. 2005-04-03 09:27:01 +00:00
Dries Buytaert 8adb531bd1 - Patch by Gerhard: provided defaults for the throttle module settings. 2005-04-03 08:53:52 +00:00
Dries Buytaert f98bbea2f0 - 'models' -> 'modules' 2005-04-03 08:02:27 +00:00
Dries Buytaert a3e9b35afc - Patch 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 7bdcba1720 - Patch by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
Steven Wittens be14203534 - : Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
Steven Wittens a9091183e1 - Part of was not committed (pgsql fixes). 2005-03-29 03:28:02 +00:00
Steven Wittens 57af1cef64 - : Improved system/test clean URL checker. 2005-03-27 23:37:20 +00:00
Steven Wittens bbae5e815d - : Display message to forum admin if there are no forums yet. 2005-03-27 22:51:47 +00:00
Steven Wittens 54dfc577ba - : Fix 'submit' button behaviour wrt optional previewing and form errors. 2005-03-27 21:34:50 +00:00
Steven Wittens d8fad6e24f - : Fix safari CSS issues with node admin. 2005-03-27 15:54:44 +00:00
Steven Wittens 576c60803d - : Fix SQL in comment block for anonymous users. 2005-03-24 22:09:31 +00:00
Dries Buytaert 571369c62f - Patch by nysus and Morbus: improved the forum module's help texts. 2005-03-23 21:53:10 +00:00
Dries Buytaert f514f55112 - Patch by Stefan and James: removed GD1 calls, improved error/status reporting, etc. 2005-03-23 20:26:21 +00:00
Dries Buytaert a7fa9552ca - Patch by TDobes: allow the book navigation to be themed. 2005-03-22 18:34:20 +00:00
Dries Buytaert f8d634e38a - Patch by Junyor: clean up handling of image toolkit code in absence of
any toolkits.
2005-03-21 21:25:49 +00:00
Dries Buytaert 77a5d783f2 - Patch by CodeMonkeyX: made taxonomy_select_nodes() return node titles. 2005-03-21 20:58:56 +00:00
Dries Buytaert 8e1dd1d625 - Added XML-icons on forum listings. Many people will find this useful to track updates/changes. 2005-03-21 19:45:35 +00:00