summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - module and theme admin pages work again.Kjartan Mannes2002-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.
* - 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.
* - Improved viewing of individual comments.Dries Buytaert2002-05-05
|
* - 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.
* - clearing extra spaces from user.module.Kjartan Mannes2002-05-02
| | | | - patching weblogs.module.
* - 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.
* - 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.
* - 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.
* - 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.
* - 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.
* - 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
* - 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.
* - 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
|
* This is a major change to the system, needs more testing!Kjartan Mannes2002-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Committing Changes by Moshe Weitzman: - admin_user_account(), user_edit(), and user_view() no longer have any hard code for authentication modules. instead authentication modules implement the _user hook. - fixed a couple 'help' typos. - linked the 'REGISTER' text in the login block to the register page. this page now advertises DA better if site employs DA. - admins may now edit everything about a user account (was a feature request). - user #1 may now login immediately, in addition to receiving his password via email. Other changes: - modules and themes are now enabled/disabled in the administrative / settings / modules | themes pages. Requires SQL update and things must be enabled before your site returns to normal. TODO: enable all functionality. (For now just do UPDATE system SET status = 1;) - removed $themes from conf.php. - added a $theme->system() function where theme can specify settings. All themes in the Drupal CVS have been updated to use this. - added _system hook to modules. TODO: update modules to use this. - changed strange use of sprintf to the usual strtr. The disadvantage of sprintf is that it requires translations to keep the string order, which may not be possible in all languages. - an invalid/nonexisting theme in a user profile will now fallback to the BaseTheme instead of crashing.
* - removing robots.txt and cvs.moduleKjartan Mannes2002-04-12
| | | | - commiting patch to cloud.module from Remco.
* - Made the cloud module a lot more configurable: both the update intervalDries Buytaert2002-04-08
| | | | and the number of bytes required for an update, can be changed now.
* Rewrite of poll.module... improvements:Steven Wittens2002-04-07
| | | | | | - Anonymous users' voting is controlled by IP - Correct handling of multiple polls on one page - CVS compatible
* - my editor got set up to insert tabs instead of spaces. Cleaning up.Kjartan Mannes2002-04-05
|
* Fixed bug: the first node's id is not calculated correctlySteven Wittens2002-04-04
|
* - trying to finally close bug #85.Kjartan Mannes2002-04-02
|
* - made the user information block into two different blocks. One forKjartan Mannes2002-04-02
| | | | | | | | | | | | | | | | login and one for user information. - added link to help in book module (post-patch, see below). - applied various patches: Patch by Greg Tyrelle <greg@tyrelle.net> - tracker module now shows usernames next to comments. Patch by Moshe Weitzman <moshe@wallaware.com> - book module has a more complete help. - added administrative link to export book to html - fixed non book nodes not showing up in trees. Patch by moshe weitzman <weitzman@tejasa.com> - links can be defined in the configuration file.
* - Included documentation contributed by Moshe.Dries Buytaert2002-03-26
|
* - Small bugfix.Dries Buytaert2002-03-26
|