Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 |
| | |||
* | - Patch #19768 by danielc: line 593 in version 1.109 of database.pgsql is ↵ | Dries Buytaert | 2005-04-03 |
| | | | | 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. | ||
* | - Patch #19894 by Gerhard: provided defaults for the throttle module settings. | Dries Buytaert | 2005-04-03 |
| | |||
* | - Patch #19895 by Moshe: currently modules can inadvertently load all other ↵ | Dries Buytaert | 2005-04-03 |
| | | | | 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. | ||
* | - 'models' -> 'modules' | Dries Buytaert | 2005-04-03 |
| | |||
* | - #19873: drupal_specialchars -> check_plain | Steven Wittens | 2005-04-02 |
| | |||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-04-01 |
| | | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook. | ||
* | - Patch #19588 by Uwe: INSTALL.txt updates. | Dries Buytaert | 2005-04-01 |
| | |||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - Patch #19590 by Moshe: lazy initialization of the theme system. Improves | Dries Buytaert | 2005-03-29 |
| | | | | | performance of pages that don't need the theme system (such as RSS feeds) and makes it easier to set a custom theme. | ||
* | - Part of #17747 was not committed (pgsql fixes). | Steven Wittens | 2005-03-29 |
| | |||
* | - #19517: Fix GD2 toolkit error. | Steven Wittens | 2005-03-29 |
| | | | | - Tweak code style. | ||
* | - #19515: Improved system/test clean URL checker. | Steven Wittens | 2005-03-27 |
| | |||
* | - Pngcrushed. | Steven Wittens | 2005-03-27 |
| | |||
* | - #18795: Display message to forum admin if there are no forums yet. | Steven Wittens | 2005-03-27 |
| | |||
* | - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors. | Steven Wittens | 2005-03-27 |
| | |||
* | - Typo in drupal.css | Steven Wittens | 2005-03-27 |
| | |||
* | - #16531: Fix weird IE crash on some admin pages with pushbutton. | Steven Wittens | 2005-03-27 |
| | |||
* | - #17343: Fix safari CSS issues with node admin. | Steven Wittens | 2005-03-27 |
| | |||
* | - #19405: Fix SQL in comment block for anonymous users. | Steven Wittens | 2005-03-24 |
| | |||
* | - Patch #18732 by nysus and Morbus: improved the forum module's help texts. | Dries Buytaert | 2005-03-23 |
| | |||
* | - Updated the start date of the updates. | Dries Buytaert | 2005-03-23 |
| | |||
* | - Patch #18700 by Stefan and James: removed GD1 calls, improved error/status ↵ | Dries Buytaert | 2005-03-23 |
| | | | | reporting, etc. | ||
* | - Patch by Matt and chx: improved performance of taxonomy queries. When many | Dries Buytaert | 2005-03-23 |
| | | | | terms are matched, the query would become very slow. | ||
* | - Patch #19169 by TDobes: allow the book navigation to be themed. | Dries Buytaert | 2005-03-22 |
| | |||
* | - Patch #18093 by Junyor: clean up handling of image toolkit code in absence of | Dries Buytaert | 2005-03-21 |
| | | | | any toolkits. | ||
* | - Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles. | Dries Buytaert | 2005-03-21 |
| | |||
* | - Added XML-icons on forum listings. Many people will find this useful to ↵ | Dries Buytaert | 2005-03-21 |
| | | | | track updates/changes. | ||
* | - Patch #19212 by chx: removed unused variables, and fixed the error reporting | Dries Buytaert | 2005-03-21 |
| | | | | in form_file(). | ||
* | - Patch #19009 by chx: fixed a bug with comment replies letting one access ↵ | Dries Buytaert | 2005-03-20 |
| | | | | nodes. | ||
* | - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess. | Dries Buytaert | 2005-03-20 |
| | |||
* | - Bug #18597: updated the database scheme. Renamed poll.voters to poll.polled. | Dries Buytaert | 2005-03-20 |
| | |||
* | - #19130: Handle trailing dot in hostname when scanning for config. | Steven Wittens | 2005-03-19 |
| | |||
* | - Use format_plural() for search status (items left to index) | Steven Wittens | 2005-03-18 |
| | |||
* | - Cleaner handling of format ID number in URL, for hook_help. | Steven Wittens | 2005-03-18 |
| | |||
* | - #19089: Remove depency on taxonomy.module by node.module (kjartan) | Steven Wittens | 2005-03-18 |
| | |||
* | - Queue module: module_invoke -> node_invoke | Steven Wittens | 2005-03-18 |
| | | | | http://drupal.org/node/19012#comment-32381 | ||
* | - #5900: Fix browser caching issues. | Steven Wittens | 2005-03-18 |
| | |||
* | - Clean up some db queries in poll.module | Steven Wittens | 2005-03-18 |
| |