- 11 May, 2002 5 commits
-
-
Kjartan authored
This should give clearer notice to people which update they have to run manually.
-
Kjartan authored
- coding style clean ups. - fixed taxonomy causing errors.
-
Steven Wittens authored
-
Steven Wittens authored
- (forgot to mention in the last update) The side-block for the poll now has node-links - Prevented 'read more' links (there's nothing to 'read more' for polls)
-
Steven Wittens authored
- Fixed edit form not defaulting to the correct amount of choices.
-
- 09 May, 2002 1 commit
-
-
Steven Wittens authored
-
- 05 May, 2002 2 commits
- 04 May, 2002 2 commits
- 03 May, 2002 3 commits
- 02 May, 2002 12 commits
-
-
Kjartan authored
- added $Id$
-
Kjartan authored
- set blocks for new users.
-
Dries authored
- XHTML-ified a few things.
-
Kjartan authored
- added a basic help text.
-
Dries authored
Applied Moshe's user module improvements: - Admins may now change passwords for users. - Confirmation message for user_admin_edit is now formatted by standard status() function. - Improved user experience for anonymous users when they browse to an access controlled URL. Such users will now login and then are redirected to the destination URL. Previously, they received the message_access() text. - Added a "Who's new" block.
-
Kjartan authored
- some interface changes in block admin page.
-
Kjartan authored
-
Kjartan authored
or disabled as it will cause errors otherwise. - split status into status and custom. Status will turn the block on/off, and custom defined if the user can change the status. Requires sql update. - reintroduced user page to configure blocks.
-
Kjartan authored
-
Dries authored
- Included Moshe's guidelines on the use of t().
-
Kjartan authored
- patching weblogs.module.
-
Kjartan authored
-
- 01 May, 2002 3 commits
-
-
Kjartan authored
-
Kjartan authored
- got the _nasty_ Netscape 4 bug. Even wrote a nice blog about it. Now I need sleep. http://www.kjartan.net/node.php?id=53 - fixed the register now link showing up when user registration are disabled.
-
Kjartan authored
the manual stuff is done first. - NOTE: this will not update custom nodes. If you have any non standard nodes they will have to be updated seperately.
-
- 29 Apr, 2002 4 commits
- 28 Apr, 2002 3 commits
-
-
Dries authored
- Renamed "settings and filters" to "site configuration": you might have to update your user's permissions.
-
Dries authored
- Fixed a glitch in the taxonomy module. Contributed by Marco.
-
Dries authored
improvements right now, but this patch will help me adding support for taxonomy-based permissions. Contributed by Marco.
-
- 27 Apr, 2002 3 commits
-
-
Kjartan authored
the update script will run properly. Added this requirement to the comments.
-
Dries authored
Patch by Moshe Weitzman: - request_uri() behaves on non-apache web servers. i've tested on IIS and apache (many platforms). - modules may now implement the _search_item() hook which overrides the default formatting of search results. modules already can customize which fields are indexed. no module currently uses this hook but externalpage.module expects to do so. - added an optional $attribs argument to l(), lm(), and la() which is an associative array of attributes which are inserted into the <a> tag (feature #146). - drupal_str_replace() is deleted (i had recently added it). i verified that no scripts are currently calling this function. use strtr() or str_replace() instead. - arbitrary elements may be added to the <channel> and <item> blocks of an RSS feed by passing the $args associative array. the core RSS engine is now able to support elements like <cloud> and <catagory> [1] and RSS 1.0[2] [1] http://backend.userland.com/rss092 [2] http://groups.yahoo.com/group/rss-dev/files/namespace.html
-
Dries authored
read/write comments. Patch by Mark Cornick, approved by Greg Tyrelly.
-
- 25 Apr, 2002 2 commits
-
-
Steven Wittens authored
Level 0 comments were still wrapped with a zero-width indentation table. Because the indentation-column contains a space, there was still a slight margin.
-
Dries authored
- Wrapped admin_page() in page_header() and page_footer() calls, and made it display an "access denied" message when access without the proper access rights. Patch by Moshe.
-