summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - module and theme admin pages work again.Kjartan Mannes2002-05-12
|
* - Fixed typo.Dries Buytaert2002-05-12
|
* - applied Stevens link patch.Kjartan Mannes2002-05-12
| | | | | | - 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.
* - added notes to update.php which you will see before you can perform updates.Kjartan Mannes2002-05-11
| | | | | This should give clearer notice to people which update they have to run manually.
* - changed block, module and theme config pages to use checkboxes.Kjartan Mannes2002-05-11
| | | | | - coding style clean ups. - fixed taxonomy causing errors.
* Code-style fixSteven Wittens2002-05-11
|
* Poll.module:Steven Wittens2002-05-11
| | | | | - (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)
* Poll.module:Steven Wittens2002-05-11
| | | | - Fixed edit form not defaulting to the correct amount of choices.
* Fixed typo (td after tr)Steven Wittens2002-05-09
|
* - Fixed broken RSS feeds.Dries Buytaert2002-05-05
| | | | | | TODO: + Make l()/lm()/la() urlencode() URLs? + Fix problems with the #-trick in drupal_url()/l().
* - Improved viewing of individual comments.Dries Buytaert2002-05-05
|
* - rolling back common.inc. Wasn't supposed to be in the last commit.Kjartan Mannes2002-05-04
|
* - making sure the nodes call filter().Kjartan Mannes2002-05-04
|
* - fixing the style filter.Kjartan Mannes2002-05-03
|
* - filter changes part 1. Part 2 tomorrow.Kjartan Mannes2002-05-03
|
* - fixed comment control settings:Kjartan Mannes2002-05-03
| | | | http://www.drupal.org/node.php?id=115
* - fixed indentation.Kjartan Mannes2002-05-02
| | | | - added $Id$
* - user.module used a obsolete variable_get.Kjartan Mannes2002-05-02
| | | | - set blocks for new users.
* - XHTML-ified a few things.Dries Buytaert2002-05-02
|
* - changed from a select to checkbox on edit account page.Kjartan Mannes2002-05-02
| | | | - added a basic help text.
* Applied Moshe's user module improvements:Dries Buytaert2002-05-02
| | | | | | | | | | | | | | - 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.
* - small update .htaccess, fixed the blog link.Kjartan Mannes2002-05-02
| | | | - some interface changes in block admin page.
* - re-adding the module.php?mod=blog&node=USER.Kjartan Mannes2002-05-02
|
* - merged block and box modules. modules/box.module should be removedKjartan Mannes2002-05-02
| | | | | | | | | | 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.
* - fixing drupal_url()Kjartan Mannes2002-05-02
|
* - Included Moshe's guidelines on the use of t().Dries Buytaert2002-05-02
|
* - clearing extra spaces from user.module.Kjartan Mannes2002-05-02
| | | | - patching weblogs.module.
* - enabling the security check again.Kjartan Mannes2002-05-02
|
* - updating the PEAR db_query functions to the new format.Kjartan Mannes2002-05-01
|
* - fixed a few coding style issues.Kjartan Mannes2002-05-01
| | | | | | | - 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.
* - fixing the update script so it can cleanly update from 3.x to 4.0.0 as long asKjartan Mannes2002-05-01
| | | | | | 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.
* - fixed the son of session crash. Its amazing how vitally important it is to ↵Kjartan Mannes2002-04-29
| | | | | | return valid data is to PHP.. one mistake and things start to crash at random times.
* - Haven't re-implemented custom in the main tree. Oops.Kjartan Mannes2002-04-29
|
* - updating database.mysql definition.Kjartan Mannes2002-04-29
|
* - updated the updates.Kjartan Mannes2002-04-29
|
* - Renamed "settings and filters" to "site configuration": you might have toDries Buytaert2002-04-28
| | | | update your user's permissions.
* - Fixed a glitch in the taxonomy module. Contributed by Marco.Dries Buytaert2002-04-28
|
* - Rewrote role management, splitting the table in two. There are noDries Buytaert2002-04-28
| | | | | improvements right now, but this patch will help me adding support for taxonomy-based permissions. Contributed by Marco.
* - like the watchdog changes the system changes have to be applied beforeKjartan Mannes2002-04-27
| | | | the update script will run properly. Added this requirement to the comments.
* Patch by Moshe Weitzman:Dries Buytaert2002-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - By default, nodes posted through the bloggerapi.module will haveDries Buytaert2002-04-27
| | | | read/write comments. Patch by Mark Cornick, approved by Greg Tyrelly.
* Cosmetic bugfix:Steven Wittens2002-04-25
| | | | 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.
* - Wrapped admin_page() in page_header() and page_footer() calls, and madeDries Buytaert2002-04-25
| | | | | it display an "access denied" message when access without the proper access rights. Patch by Moshe.
* - Made the date strings configurable. Patch by Simon Lindsay.Dries Buytaert2002-04-24
|
* - Bugfix: solve problem with locales being "disabled". Reported by Jerritt,Dries Buytaert2002-04-24
| | | | fixed by Marco.
* - fixing that persistant <br \>Kjartan Mannes2002-04-22
|
* - bug fixes:Kjartan Mannes2002-04-22
| | | | | | | | | | * 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.
* Poll.module:Steven Wittens2002-04-21
| | | | Forgot to change a 'lid' into a 'nid'
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
| | | | | | | | | | | | | | | | | | | | | | + 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. + ...
* Updated poll.module:Steven Wittens2002-04-20
| | | | | - Removed obsolete lid column (changed update.php and database.mysql) - Added short help