Commit Graph

3183 Commits (d09023164e46499c74ca04d7702f326304d2300f)

Author SHA1 Message Date
Dries Buytaert d09023164e - Patch #7957 by James: made the blogapi module send absolute URLs instead of relative URLs. 2004-05-22 21:32:07 +00:00
Dries Buytaert 059534b079 Patch #7938 by moshe: menu -> {menu} 2004-05-22 21:28:51 +00:00
Dries Buytaert 35acfc1849 - Patch #7723 by Roderik: added strtolower()s to make PostgreSQL behave like MySQL and to be more 'forgiving' for users logging in on a PostgreSQL powered Drupal site. 2004-05-21 18:07:23 +00:00
Dries Buytaert 5bceb07008 - Usability improvement: simplified the administration menu of the aggregator
module.
2004-05-20 12:43:28 +00:00
Dries Buytaert fdb1fbfced - Simplified the 'anonymous poster settings' of the comment module and
made it possible to enforce a username/e-mail address.  Based on
  James Seng's work there are now 3 radio buttons:

   ( ) Anonymous users may not enter contact information
   ( ) Anonymous users may leave contact information
   ( ) Anonymous users must leave contact information

- Fixed a bug in the default theme_comment_view() function.

- Added permalinks for comments.  Requested by Michael and Christina.
  Maintainers of contributed themes might want to add permalinks too.

TODO:

- Fix the interaction design of the submission form: the page you are
  directed to and the validation of the contact information.

- Changing the comment viewing options appears to be broken?
2004-05-20 10:23:52 +00:00
Dries Buytaert d0090e69e6 - Patch #7614 by jhriggs: fixed some role related problems. 2004-05-19 14:55:19 +00:00
Dries Buytaert cd2f2bc0f9 - More code improvements by JonBob. Thanks a bunch. 2004-05-18 19:15:14 +00:00
Dries Buytaert 10c5e95a2f - Made it possible for anonymous users to leave their name, e-mail address
and the URL of their homepage.  Patch by Pablo.
2004-05-18 18:41:46 +00:00
Dries Buytaert 25a709a1f3 - Patch 7840 by Drumm: fixed warning. 2004-05-17 22:11:12 +00:00
Dries Buytaert e52c0f5d41 - Code improvements by JonBob. Thanks. 2004-05-17 22:00:06 +00:00
Kjartan Mannes ac3c45dd2a - Fixing some typos. 2004-05-17 19:35:49 +00:00
Kjartan Mannes b2fd0db672 - Fixed missing block selection on user edit page. 2004-05-17 14:50:58 +00:00
Kjartan Mannes 57b1bdae29 - Made the log type menus conditonal 2004-05-17 14:19:46 +00:00
Dries Buytaert fed7e664de - Patch #6682 by jhriggs: added form_checkboxes(), much like form_radios()
and updated some modules to take advantage of it.
2004-05-15 15:42:47 +00:00
Dries Buytaert e1447f9b5a - Code improvements to the blogapi module. Patch by JonBob. 2004-05-15 15:33:26 +00:00
Kjartan Mannes 2f4d6e317c - Fixed pruning of old items giving errors when there are no old items. 2004-05-13 21:43:40 +00:00
Kjartan Mannes cd85011996 - Forgot to hide the edit menus. 2004-05-13 21:21:08 +00:00
Kjartan Mannes b0b1cdb76b - Fixed missing edit menu callbacks for feeds and categories.
- Fixed categorize not working under sources and category views.
2004-05-13 21:16:14 +00:00
Dries Buytaert e6ff8b7901 - Made the recent news items page, the source pages and the categorization
pages use pagers.  Removed the 'Items per page' setting and made Drupal
  remember news items much longer.
2004-05-13 18:47:27 +00:00
Dries Buytaert 4e5872faa8 - Return to avoid warning message. 2004-05-13 18:19:29 +00:00
Dries Buytaert 0d7426a13d - Patch #7704 by mathias: fixed warning due to initialization problem. 2004-05-11 20:19:38 +00:00
Dries Buytaert c314ff54a6 - Code improvements by JonBob. Thanks again. 2004-05-11 20:10:14 +00:00
Dries Buytaert 4fad80e538 - Patch #7638 by nereocystis: fixed PostgreSQL (ANSI SQL) compatibility bug in the comment module. 2004-05-10 21:30:31 +00:00
Dries Buytaert 1ad9afb8a7 - Added support for multiple user roles. Patch by Jim Hriggs. 2004-05-10 20:34:25 +00:00
Dries Buytaert a158eca1b0 - Patch #7577 by JonBob: code improvements to the book, forum, page and poll module. 2004-05-09 19:28:43 +00:00
Dries Buytaert 3de9d33e67 - Menu and code improvements by JonBob. 2004-05-08 07:17:47 +00:00
Dries Buytaert 7bf77b6a5e - Patch #7411 by Ax: fixed some aggregator module warnings. 2004-05-07 07:26:31 +00:00
Dries Buytaert 99e9f86862 - Patch #7575 by ax: not in global scope, making updates fail. 2004-05-06 20:25:48 +00:00
Dries Buytaert 0e6221a192 - Patch #7585 by Gerhard: extra data added by profile.module to the user
object got saved in the user's data column even if there is a dedicated
  table for that information.
2004-05-05 21:17:25 +00:00
Dries Buytaert 681b26febc - Patch #7577 by JonBob: various code style improvements to the statistics
module.

   + Usages of to print titles have been replaced by proper drupal_set_title()
     calls.
   + Many arg() usages dropped in favor of meaningful parameters.
   + Doxygen comments standardized and expanded.
   + Some grammatical corrections to help text.
   + Broken /statistics page linked from page navigation restored.
   + Fixed small bug in menu.inc pertaining to menu callbacks without
     arguments.
2004-05-05 21:12:14 +00:00
Dries Buytaert 6f2d85186b - Patch #7581 by bylund: made the archive module's calendar accessible. 2004-05-05 18:19:23 +00:00
Steven Wittens 9b106e85fe Adding support for <optgroup> through form_select. See the PHPdoc for usage. 2004-05-05 15:58:26 +00:00
Steven Wittens 33651a4edf #7468 - Added title="" attribute with term descriptions (if present) to taxonomy links.
See http://drupal.org/node/view/7468
2004-05-04 01:44:30 +00:00
Dries Buytaert aa3f05d819 - Patch #7096 by bylund: fixed a bug with the node filters at the node administration page (administration > content) 2004-05-03 17:38:40 +00:00
Dries Buytaert 5c9c65d2f3 - Patch #7503 by bylund: two strings could not be translated. 2004-05-03 17:33:44 +00:00
Dries Buytaert bfca088828 - Patch #7504 by bylund: multiple form_radio-function calls is used instead
of a single form_radios-call. This could cause problems when trying to
  style individual form elements.
2004-05-03 17:26:22 +00:00
Steven Wittens 0f1f45c710 Standard text/html HTTP Content-Type was not cached, causing encoding issues on some server configurations. 2004-05-03 11:53:59 +00:00
Dries Buytaert 3c604109dc - Patch #7498 by nereocystis: PostgreSQL updates for HEAD 2004-05-03 05:41:21 +00:00
Dries Buytaert d8bbdcbe56 - Updated the CHANGELOG 2004-05-01 11:22:39 +00:00
Dries Buytaert f27d1b7b78 - Bug #7135: fixed saving of comment viewing options in PostgreSQL. Patch by Adrian. 2004-05-01 09:22:16 +00:00
Dries Buytaert 7332215a08 - Patch #7483 by Gerhard: system_user should not return $edit. 2004-05-01 09:14:49 +00:00
Dries Buytaert bfd184321b - Patch #7482 by Gerhard: double 'edit' in comment_user(). One 'edit' had to be 'validate'. 2004-05-01 08:59:08 +00:00
Dries Buytaert 0a74e0b320 - Patch #6552 by Gerhard: fixed problem with user callbacks that slipped in with Natrak's last commit. 2004-05-01 08:47:20 +00:00
Dries Buytaert e4d45aaef3 - Patch by Adrian: added support for multiple database connections. 2004-04-30 05:12:46 +00:00
Kjartan Mannes dfd66f998d - Fixed sitewide timezone settings not being saved.
- Making sure profile fields are saved properly.
2004-04-29 23:27:15 +00:00
Kjartan Mannes 7e017fce0f - Applied patch #6552: Put back register_form and register_validate callbacks in user.module.
- Fixed bug #7406: User delete hook incorrect params.
2004-04-29 22:39:55 +00:00
Kjartan Mannes 297c552c7e - Incorrect quotes. 2004-04-29 21:10:12 +00:00
Kjartan Mannes 857f1b1cce - Fixed bug #7094: Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.
- Fixed feed status not being reset when items are removed.
2004-04-29 21:09:00 +00:00
Dries Buytaert 2ca7eb7152 - Patch #6612 by JonBob: extended the node API with new hooks. 2004-04-28 20:23:30 +00:00
Dries Buytaert 3117258552 - Various aggregator module improvements. Modified patch by drumm. 2004-04-27 20:10:09 +00:00