- 11 Jan, 2005 7 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
- Fixing broken "pagerank" detection
-
- 10 Jan, 2005 5 commits
-
-
Steven Wittens authored
-
Dries authored
- Renamed 'visit' to 'view'.
-
Dries authored
- Watchdog improvement: added a 'view' link for 'access denied' messages.
-
- 09 Jan, 2005 9 commits
-
-
Steven Wittens authored
-
Dries authored
-
Dries authored
-
Dries authored
-
Dries authored
-
Steven Wittens authored
-
Dries authored
-
Dries authored
We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide.
-
Dries authored
-
- 07 Jan, 2005 3 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 06 Jan, 2005 2 commits
-
-
Dries authored
+ After mailing the password, set a message and go to the login form (was print a message as the entire page). + Provide feedback if neither field was filled in. + Make it a full menu callback instead of going through user_page(). + Fixed some indentation. + Changed some double quotes to single quotes. + Made sure all if statements have {}.
-
Steven Wittens authored
-
- 04 Jan, 2005 2 commits
- 03 Jan, 2005 1 commit
-
-
Steven Wittens authored
-
- 31 Dec, 2004 2 commits
-
-
Dries authored
-
Dries authored
1) The different types of search, which used to be radio button options in the search form, are now subtabs of "search" (default "search/node"). This seems better from a UI point of view, but also has another advantage: modules which implement a custom search form (flexinode, project) can add it as a subtab of search. This means that all search forms will be located in the same place, and also without needing an extra api call to search.module. 2) The current code was a bit hackish, as the indexing of comments along with nodes was hardcoded in node.module. Instead, I created a nodeapi operation "update index" which allows modules to add more data for a node that is being indexed. Comments are now indexed using this mechanism and from comment.module, which is a lot cleaner. 3) The search results format was also hardcoded to include "N comments". I replaced this with a nodeapi operation "search result" and moved the comment code to comment.module where it belongs. This op is quite useful, as for example I also modified upload.module to add "N attachments" to a search result if any are present.
-
- 30 Dec, 2004 1 commit
-
- 29 Dec, 2004 4 commits
- 28 Dec, 2004 3 commits
- 27 Dec, 2004 1 commit
-
-
Dries authored
-