summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Unnecessary check_plain in contact.moduleSteven Wittens2005-04-11
|
* - Patch #19697 by Morbus: FOLKSONOMY.Dries Buytaert2005-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.
* - Modified patch #18215 by ankur: make sure the comment statistics update ↵Dries Buytaert2005-04-08
| | | | after approval in the moderation queue.
* - Patch by Drumm: change the wording for clarity.Dries Buytaert2005-04-08
|
* - Patch #19615 by chx: fixed problem forum container getting lets when ↵Dries Buytaert2005-04-08
| | | | editing a forum.
* - #19874: Fix aggregator escaping after check_plain bugSteven Wittens2005-04-07
| | | | - Fix bug in decode_entities() with double-escaped entities.
* - Fixed warning.Dries Buytaert2005-04-07
|
* - By default, do not show comment controls.Dries Buytaert2005-04-07
|
* - Patch #20103 by Neil: Removing another place where we have hard coded HTML ↵Dries Buytaert2005-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.
* - Improve recursion in taxonomy_get_tree() (Morbus)Steven Wittens2005-04-06
|
* - Removed weird phpdoc lineDries Buytaert2005-04-05
|
* - Patch #19960 by Gerhard: removed left-over DISTINCT. Spotted by BuddaBoy.Dries Buytaert2005-04-04
|
* - Modified patch #19694 by chx: makes sure that block.module deals by ↵Dries Buytaert2005-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 Buytaert2005-04-03
|
* - Patch #19894 by Gerhard: provided defaults for the throttle module settings.Dries Buytaert2005-04-03
|
* - 'models' -> 'modules'Dries Buytaert2005-04-03
|
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-04-01
| | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - Part of #17747 was not committed (pgsql fixes).Steven Wittens2005-03-29
|
* - #19515: Improved system/test clean URL checker.Steven Wittens2005-03-27
|
* - #18795: Display message to forum admin if there are no forums yet.Steven Wittens2005-03-27
|
* - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors.Steven Wittens2005-03-27
|
* - #17343: Fix safari CSS issues with node admin.Steven Wittens2005-03-27
|
* - #19405: Fix SQL in comment block for anonymous users.Steven Wittens2005-03-24
|
* - Patch #18732 by nysus and Morbus: improved the forum module's help texts.Dries Buytaert2005-03-23
|
* - Patch #18700 by Stefan and James: removed GD1 calls, improved error/status ↵Dries Buytaert2005-03-23
| | | | reporting, etc.
* - Patch #19169 by TDobes: allow the book navigation to be themed.Dries Buytaert2005-03-22
|
* - Patch #18093 by Junyor: clean up handling of image toolkit code in absence ofDries Buytaert2005-03-21
| | | | any toolkits.
* - Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles.Dries Buytaert2005-03-21
|
* - Added XML-icons on forum listings. Many people will find this useful to ↵Dries Buytaert2005-03-21
| | | | track updates/changes.
* - Patch #19009 by chx: fixed a bug with comment replies letting one access ↵Dries Buytaert2005-03-20
| | | | nodes.
* - Use format_plural() for search status (items left to index)Steven Wittens2005-03-18
|
* - Cleaner handling of format ID number in URL, for hook_help.Steven Wittens2005-03-18
|
* - #19089: Remove depency on taxonomy.module by node.module (kjartan)Steven Wittens2005-03-18
|
* - Queue module: module_invoke -> node_invokeSteven Wittens2005-03-18
| | | | http://drupal.org/node/19012#comment-32381
* - Clean up some db queries in poll.moduleSteven Wittens2005-03-18
|
* - #14767: Do not display poll block when no polls are activeSteven Wittens2005-03-18
| | | | - Change double to single quotes.
* - #13738: Fix bug in configuring theme stylesSteven Wittens2005-03-18
|
* - #13550: Prettier RSS discovery URLs for taxonomy pages.Steven Wittens2005-03-18
|
* - #12401: Non-admins should obey workflow wrt revisions.Steven Wittens2005-03-18
|
* - #12211: Show link indicating that a node has attachments on the homepageSteven Wittens2005-03-18
|
* - #18597: Resolve conflict in column name between queue.module and poll.module.Steven Wittens2005-03-18
|
* - #18939 (Stefan): Always use paragraph tags around page help text.Steven Wittens2005-03-18
|
* - #19063: Use module_implements instead of hand-rolled routine.Steven Wittens2005-03-18
|
* - Patch #17161 by Morbus: increase 40-character limit in URL field for comments.Dries Buytaert2005-03-16
|
* - Patch #18927 by Periastron: as one navigates down through the forum ↵Dries Buytaert2005-03-16
| | | | taxonomy, the title used to change to the current term, but now it always just displays the vocabulary name. I have attached a patch that restores the previous behaviour. It looks like the regression may have been introduced in some changes to theme_forum_display.
* - Patch #13738 by TDobes: theme system fixes:Dries Buytaert2005-03-16
| | | | | | | | | | * Fix a bug which would cause the "configure" link for styles to be broken. * Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme) * Correct an inaccurate comment in theme.inc * Populate the default primary links with an "edit primary links" link for consistency with the secondary links * remove some unnecessary variables in the theme administration which had misleading and confusing names * replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists * usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.)
* - Patch #18983 by Ber: small code improvement.Dries Buytaert2005-03-16
|
* - Patch #14109 by wulff/Morbus: added missing t() funcitonDries Buytaert2005-03-16
|