Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed bug 5440: sort() -> asort(). Suggested by Goba. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Patch 5246 by Stefan: usability improvements for the locale module. | Dries Buytaert | 2004-01-26 |
| | |||
* | - Patch #5393 by Goba: changes the search hook return value, and requires an ↵ | Dries Buytaert | 2004-01-26 |
| | | | | | | | | | | | array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order) | ||
* | - Patch 5140 by Moshe: removed the theme("header") and theme("footer") ↵ | Dries Buytaert | 2004-01-26 |
| | | | | functions. | ||
* | - Patch 5395 by Goba: no need to have an 'enable' setting. | Dries Buytaert | 2004-01-26 |
| | |||
* | - Fixed bug 5140: Drupal does not work with PHP 4.2.1 and cleaned up the | Dries Buytaert | 2004-01-26 |
| | | | | bootstrap code. Patch by Kjartan. | ||
* | - Changed the order of include statements. | Dries Buytaert | 2004-01-26 |
| | |||
* | - Made it possible to assing taxonomy terms to forum nodes. Tidied up the | Dries Buytaert | 2004-01-25 |
| | | | | forum module code a bit. | ||
* | - Code improvements: changed some " to '. | Dries Buytaert | 2004-01-25 |
| | |||
* | - Improvement #5388: removed unnecessary SQL queries when no URL aliases are ↵ | Dries Buytaert | 2004-01-25 |
| | | | | defined. | ||
* | - Removed the 'Page not found' message after the initial install and removed | Dries Buytaert | 2004-01-24 |
| | | | | some old user module logic to install the initial role IDs. | ||
* | - Missing } | Dries Buytaert | 2004-01-24 |
| | |||
* | - Fixed table width. | Dries Buytaert | 2004-01-24 |
| | |||
* | - Fixed bug in image parsing: caused 'Array' to be printed on the screen. | Dries Buytaert | 2004-01-24 |
| | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Patch 5330 by Adrian: PostgreSQL updates and fixes. | Dries Buytaert | 2004-01-23 |
| | |||
* | - Patch #5351 by Kyber: fixed bug in field_get(). | Dries Buytaert | 2004-01-23 |
| | |||
* | - Some small forum changes. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Forum module improvements. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Patch #5281: removed hardcoded table and CSS from the queue module. Made | Dries Buytaert | 2004-01-21 |
| | | | | the queue page-able. Patch by Stefan. | ||
* | - Bug 5285: fixed broken URLs in user module. Patch by Stefan. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Patch 5283 by Stefan: fixed typos in comment module. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Added missing permission check. Patch by Ax. | Dries Buytaert | 2004-01-21 |
| | | | | - Added a $granularity field to format_interval(). | ||
* | Patch 5187 by Goba: | Dries Buytaert | 2004-01-21 |
| | | | | | | | | | - puts the long multiline help text into one string - fixes the ambiquity of calling two things on the same name: "custom block" now the user customizeable blocks are called custom blocks, and the admin defined blocks are called Administator Defined Blocks - added info on throttle to the explanation on when a block is displyed - also fixing some small typos | ||
* | - Patch 5256: code improvements: theme('header') + theme('footer') -> ↵ | Dries Buytaert | 2004-01-19 |
| | | | | | | theme('page'). Patch by Gerhard. | ||
* | - Changed some wording | Dries Buytaert | 2004-01-19 |
| | |||
* | - Removed instances of the 'throttle_enable' variable. | Dries Buytaert | 2004-01-19 |
| | |||
* | - Fixed bug 5247: active link marking invalidates HTML. Patch by Goba. | Dries Buytaert | 2004-01-19 |
| | |||
* | Removed left-over check in filter.module, fixes bug 5248. | Steven Wittens | 2004-01-19 |
| | |||
* | - Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text. | Dries Buytaert | 2004-01-18 |
| | |||
* | - Code beautifications: corrected indentation. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Small CSS improvements to help fix bug 5145. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Fixed incomplete input checking. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Reworked error/status reporting in the aggregator module to fix a bug. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Patch #5184: fixed block path and aliases. Patch by Nick. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Removed the 'enable/disable' setting from the throttle module. To disable | Dries Buytaert | 2004-01-17 |
| | | | | a module, disable it from the modules configuration page. | ||
* | - Comment setting improvements: updated the form descriptions, reorganized the | Dries Buytaert | 2004-01-17 |
| | | | | | settings in groups, fixed a warning, rewrote the comments per page settings, etc. | ||
* | - Fixed bug in session query that prevented sessions to work on PostgreSQL. | Dries Buytaert | 2004-01-17 |
| | | | | Patch by Adrian. | ||
* | - Removed the $help parameter from the _form hook. The help, typically | Dries Buytaert | 2004-01-17 |
| | | | | submission guidelines, should be emmitted using the _help hook. | ||
* | - Small cleanups | Dries Buytaert | 2004-01-15 |
| | |||
* | - Added default permissiona to the MySQL and PosgreSQL database scheme to | Dries Buytaert | 2004-01-15 |
| | | | | prevent 404s. The MS SQL database scheme still needs to be updated ... | ||
* | - Bugfix: display the correct author. Patch by Nick. | Dries Buytaert | 2004-01-15 |
| | |||
* | - Small bugfix | Dries Buytaert | 2004-01-15 |
| | |||
* | - Correction: I accidentically removed some $base_urls. | Dries Buytaert | 2004-01-14 |
| | |||
* | Patch 5114 by Kjartan: | Dries Buytaert | 2004-01-14 |
| | | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages. | ||
* | - Fixed 5218: book page "administer" removes original author. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Usability improvement: added a book navigation block. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Corrected some breadcrumb trails and added a paragraph about upgrading. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Patch 4859: new drupal_unpack() consolidates duplicate code and makes it | Dries Buytaert | 2004-01-13 |
| | | | | | easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars? | ||
* | - Fixing bug #5091: Inconsistent download method defaults. | Kjartan Mannes | 2004-01-13 |
| |