Commit Graph

3359 Commits (d8d524ffef3c08a44f6563fb76af5fb55a6f397c)

Author SHA1 Message Date
Dries Buytaert 7640f490a8 - Patch #8244 by walkah: Taxonomy_get_tree changes break mt.getCategoryList 2004-06-02 18:46:04 +00:00
Kjartan Mannes c3463a22ae - Removing early experimental tab code that slipped in.
- Fixing a copy paste error in file.inc.
- Some double => single quote changes.
2004-06-02 18:26:44 +00:00
Kjartan Mannes 3c50b9c26f - Fixed tablesort_sql() so it returns the proper order by sql. 2004-06-02 13:53:44 +00:00
Dries Buytaert cd48e69b29 - Patches #6863 by Kristjan and Moshe: implemented pretty tables and fixed some tablesort glitches. 2004-06-02 05:35:51 +00:00
Dries Buytaert fbbf510511 - Patch #8105 by mathias: made the menu system aware of path aliases. 2004-06-01 21:58:46 +00:00
Kjartan Mannes 6482708fe7 - Fixing watchdog menu so the filters work. 2004-06-01 11:01:26 +00:00
Dries Buytaert 7a33d9f6fd - Patch #7350 by Mathias: return part a taxonomy tree to a user-defined
depth/level.

- Updated CHANGELOG.txt.
2004-05-31 19:14:43 +00:00
Kjartan Mannes fd4d894340 - Make sure the form has been submitted before validating and saving user. 2004-05-31 17:27:12 +00:00
Dries Buytaert b08aba8fa2 - Reworked comment submission. It is less broken now. 2004-05-31 12:46:03 +00:00
Dries Buytaert 45fdcf8af8 - Updated the form handling to use form_set_error(). All core modules have
been updated (almost none have error checking for forms) except the node
  forms ...
2004-05-31 11:51:21 +00:00
Dries Buytaert 7f08110a5e - Improved form handling.
+ Introduced two new functions:
      1. form_set_error($name, $message): files an error against the form
         element with the specified  $name.
      2. form_has_errors(): returns true if errors has been filed against
         form elements.

  + Updated the form handling:
       1. The form_ functions will add 'class="error"' when a form field
          has been found to be erroneous.
       2. The error message is passed to theme_form_element() when the
          particular form field has been found to be erroneous.

  + I updated the user and profile module to take advantage of these new
    functions.

  + IMPORTANT: the _user() hook changed.  The 'validate' case should no
    longer retun an error message when something goes wrong but should
    set it with form_set_error().
2004-05-31 09:40:56 +00:00
Kjartan Mannes 2954836fba - Fixed empty searches being performed.
- Fixed empty searches being logged.
- Trim whitespace from start and end of search key.
2004-05-30 21:04:07 +00:00
Dries Buytaert 5cd371578e - Patch #6863 by Moshe: add 'class="active"' to the table elements of
the active column.
2004-05-29 17:38:54 +00:00
Dries Buytaert 07d53792c4 - Patch #8089 by matthias: make sure aliased links can be flagged as 'active'. 2004-05-28 20:05:15 +00:00
Dries Buytaert 8c75cda0b1 - Added some error checking to the profile module. 2004-05-28 20:02:11 +00:00
Dries Buytaert 2082dcbcc9 - Patch by JonBob: fixed problem with theme admin page. Reported by Morbus. 2004-05-26 18:45:49 +00:00
Dries Buytaert 8ebcf4aab6 - Patch by JonBob: killed a warning. 2004-05-26 18:43:39 +00:00
Dries Buytaert 7f32eb1f1e - Patch #7967 by matthias: small patch to improve the robustness of the tablesorting code. 2004-05-25 05:03:03 +00:00
Dries Buytaert 9281831998 - Patch #7959 by walkah: the 'blog it' link used the wrong SQL tables. 2004-05-24 19:45:11 +00:00
Dries Buytaert 750043b860 - Fixed bug introduced by previous patch. 2004-05-24 19:17:19 +00:00
Dries Buytaert a77130362b - Patch 7444 (#35) by Pablo. This patch addresses some issues with showing
anonymous usernames in comments.  It does not solve all my problems, but
  others claim it works as advertised.  I'm committing this because it does
  fix some pending issues (even though that might not be the end of it).
2004-05-24 18:49:12 +00:00
Dries Buytaert f2c7696765 - Patch 7727 by Benjamin Grant: fixed incorrect <channel> URL in blog feeds. 2004-05-24 18:43:13 +00:00
Dries Buytaert 67675b498c - More code improvements by JonBob. 2004-05-24 18:37:50 +00:00
Dries Buytaert 436dcead77 - Patch #7725 by Marius: fixed glitch in e-mail address validation code. A subset of all e-mail addresses was rejected as valid. 2004-05-24 18:09:28 +00:00
Dries Buytaert 01f08e86dd - Patch #7966 by Goba: The box has it's content wrapped in a paragraph now, which is not suitable for the purposes the box is used in. Boxes are used to wrap tables or forms with titles. The comment module uses theme(box, ...) to wrap forms into boxes for example. Therefore using a paragraph does not make the output valid XHTML and a div is needed. 2004-05-24 05:10:32 +00:00
Dries Buytaert 2e67c2ffa1 - Modified patch #7958 by Adrian: store status messages in a session so they can persist when redirection is used. 2004-05-22 22:21:49 +00:00
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