Dries Buytaert
624ffd1510
- Patch #8444 by jhriggs: creating new users was broken due to recent changes.
2004-06-14 17:32:51 +00:00
Steven Wittens
4d91449dd9
Quick improvement to autoteaser generation:
...
added double-width dot and comma, and right-to-left question mark as sentence boundaries.
2004-06-10 14:40:55 +00:00
Kjartan Mannes
9541a3a265
- Fixing bug #8233 : User blog pages not displaying.
2004-06-04 19:02:03 +00:00
Kjartan Mannes
818d636e00
- Commiting patch #7577 : comment.module clean up.
2004-06-04 18:50:29 +00:00
Kjartan Mannes
c957fe0aab
- Commited patch #4878 : Support file uploads via blogapi.
2004-06-04 18:00:48 +00:00
Kjartan Mannes
be59d6a674
- Fixing bug 5845: Root page of book module does use <--break-->.
2004-06-03 11:19:38 +00:00
Dries Buytaert
c0b85a5721
- Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.
2004-06-02 19:01:40 +00:00
Dries Buytaert
7b9a2453d5
- Patch #8234 by mathias: using block path with Drupal subdirectory installs.
2004-06-02 18:49:22 +00:00
Dries Buytaert
7640f490a8
- Patch #8244 by walkah: Taxonomy_get_tree changes break mt.getCategoryList
2004-06-02 18:46:04 +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
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
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
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
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
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
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