- 07 Apr, 2005 5 commits
-
-
Steven Wittens authored
- Fix bug in decode_entities() with double-escaped entities.
-
Dries authored
-
Dries authored
-
Dries authored
- By default, do not show comment controls.
-
- 06 Apr, 2005 3 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 05 Apr, 2005 2 commits
- 04 Apr, 2005 2 commits
-
-
Dries authored
-
Dries authored
- 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.
-
- 03 Apr, 2005 5 commits
-
-
Dries authored
-
Dries authored
- 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.
-
Dries authored
-
Dries authored
- 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.
-
Dries authored
-
- 02 Apr, 2005 1 commit
-
-
Steven Wittens authored
-
- 01 Apr, 2005 2 commits
-
-
Dries authored
- 31 Mar, 2005 2 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 29 Mar, 2005 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
- Tweak code style.
- 27 Mar, 2005 7 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- 24 Mar, 2005 1 commit
-
-
Steven Wittens authored
-
- 23 Mar, 2005 4 commits
- 22 Mar, 2005 1 commit
-
-
Dries authored
-
- 21 Mar, 2005 2 commits
-
-
Dries authored