| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
| |
- fixed block permissions.
- fixed user admin page errors: http://www.drupal.org/node.php?id=173.
- cleaned up common.inc a bit: removed format_info, path_img, field_merge.
|
|
|
|
|
| |
This should give clearer notice to people which update they have to run
manually.
|
|
|
|
|
| |
- coding style clean ups.
- fixed taxonomy causing errors.
|
| |
|
|
|
|
|
| |
- (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)
|
|
|
|
| |
- Fixed edit form not defaulting to the correct amount of choices.
|
| |
|
|
|
|
|
|
| |
TODO:
+ Make l()/lm()/la() urlencode() URLs?
+ Fix problems with the #-trick in drupal_url()/l().
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
http://www.drupal.org/node.php?id=115
|
|
|
|
| |
- added $Id$
|
|
|
|
| |
- set blocks for new users.
|
| |
|
|
|
|
| |
- added a basic help text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
- some interface changes in block admin page.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
- patching weblogs.module.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
return
valid data is to PHP.. one mistake and things start to crash at random times.
|
| |
|
| |
|
| |
|
|
|
|
| |
update your user's permissions.
|
| |
|
|
|
|
|
| |
improvements right now, but this patch will help me adding support
for taxonomy-based permissions. Contributed by Marco.
|
|
|
|
| |
the update script will run properly. Added this requirement to the comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
read/write comments. Patch by Mark Cornick, approved by Greg Tyrelly.
|
|
|
|
| |
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.
|
|
|
|
|
| |
it display an "access denied" message when access without the proper
access rights. Patch by Moshe.
|
| |
|
|
|
|
| |
fixed by Marco.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* fixed mails not being parsed properly.
* tracker now shows user name when you view your own recent
comments.
* link to submission queue now points to the right place.
* fixed jabber module.
* theme is now activated when changed.
- applied Gerhards coding style patch.
|
|
|
|
| |
Forgot to change a 'lid' into a 'nid'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Changed the db_query() API.
+ Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.
+ XHTML-ified some HTML.
+ Wrapped a lot of text in the administrative pages in a t()
function.
+ Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().
+ Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
RSS code).
+ Fixed some bugs in the taxonomy module (eg. tree making bug), added
new functionality (eg. new APIs for use by other modules), included
Moshe's taxonomy extensions, and some documentation udpates.
+ ...
|
|
|
|
|
| |
- Removed obsolete lid column (changed update.php and database.mysql)
- Added short help
|