summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
* - Fixed some typos.Dries Buytaert2002-04-19
|
* - Updated the MAINTAINERS file a lil'.Dries Buytaert2002-04-18
|
* - book log is now saved and shown when necessary.Kjartan Mannes2002-04-17
| | | | - fixed poll title not showing up.
* - changing regex. Fixes http://www.drupal.org/node.php?id=107Kjartan Mannes2002-04-15
|
* Patch by Moshe (thanks)Kjartan Mannes2002-04-15
| | | | | | - fix mail templating bugs - fix admin account editing (related to theme changeover) - fix description when editing a Jabber ID.
* - submit page will no longer give errors.Kjartan Mannes2002-04-15
| | | | - empty taxonomy sets should now be well behaved.
* - fixing bug reported by Remco.Kjartan Mannes2002-04-15
|
* - Added Marco's long-awaited taxonmy module and patches - a replacementDries Buytaert2002-04-14
| | | | | | | | | | | | | | | | | | | for the meta system. The patches add some extra functionality to the comment system (for example, comments can be set read-only) and fix a couple of small problems. + I integrated the required SQL updates from the varius *.mysql files into the "update.php" script. Upgrading should be easy ... + I did not apply/commit the "user.diff" as requested by Marco ... + I didn't know what to do with "forum.module" and "forum2.module": what do you want me to do with it Marco? Which one should go in? + Can we remove "node_index()" now; both from "node.module" and the themes? + Thanks Marco!
* - made a typo in one of the updated t()'s.Kjartan Mannes2002-04-14
|
* - Removed the meta.module. We are about to replace it ...Dries Buytaert2002-04-14
|