Dries Buytaert
c2d7419f23
- Patch #8681 by stefan: fixed some broken URLs and help texts.
2004-06-20 19:49:14 +00:00
Dries Buytaert
4b449a7e5d
- Patch #8670 by asimmonds: spelling fixes.
2004-06-20 19:43:28 +00:00
Dries Buytaert
efed4cfc70
- Patch #8679 by asimmonds: fixed spelling mistakes.
2004-06-20 08:27:03 +00:00
Dries Buytaert
cbc230a36c
- Patch #7696 by TDobes: renamed 'static' to 'sticky' which is a more
...
logical name. Requires a database upgrade.
2004-06-19 10:39:36 +00:00
Dries Buytaert
71c99bb213
- Patch #8619 by TDobes: fixed typo in watchdog message.
2004-06-19 10:10:11 +00:00
Dries Buytaert
c3a6f3dc54
- Patch #8632 by Mohse: made the taxonomy select menus more flexible.
...
Specifically, it lets you edit more than one node's taxonomy within
the same form.
This patch also removes the behavior where taxonomy remembers your
last choice for a given vocab and automatically selects it for you.
That is poor behavior. If someone changes a date or author in a
node, he is likely to inadvertently add taxo terms using with this
'feature'.
2004-06-19 09:57:13 +00:00
Dries Buytaert
a42b84e5d6
First tab improvements by Adrian:
...
+ Changed menu.inc to generate two separate lists instead of nested lists:
that seems to be the only alternative to get rid of absolute positioning.
+ Changed the tabs code to be more sexy and put the code in misc/drupal.css
so all themes are automagically updated.
2004-06-19 08:24:14 +00:00
Dries Buytaert
a9c560282b
- Patch #8598 by cetron: fixed typo in the help text: 'shuold' -> 'should'
2004-06-18 22:20:36 +00:00
Dries Buytaert
54b77d6435
Tabs patch!
...
CHANGES
-------
+ Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
+ Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
+ Grouped settings. All settings have been grouped under 'administer > settings'.
TODO
----
+ Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help.
+ Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
2004-06-18 15:04:37 +00:00
Dries Buytaert
5ad73c8eb6
- Partial patch #8284 by jseng: made the RSS auto-discovery URL absolute even though that is not strictly necessary.
2004-06-17 18:46:41 +00:00
Dries Buytaert
3a8c1d6780
- Patch #8548 by Moshe: fixed warning when creating new vocabulary.
2004-06-17 18:10:05 +00:00
Dries Buytaert
7d19e3dc8e
- Patch #8553 by Moshe: hide the 'add new comment' link when showing the
...
comment form.
2004-06-17 18:06:11 +00:00
Dries Buytaert
bb961e2523
- Patch #8405 by Adrian:
...
+ Fixed duplicated view.
+ Fixed node types not being picked up correctly.
+ Improved error handling in case a particular node has not been found.
2004-06-15 19:47:42 +00:00
Dries Buytaert
5ba08f61c2
- Patch #8418 by Axel: don't insert tid=0's in the database
2004-06-15 18:41:25 +00:00
Dries Buytaert
d80d2d6e2d
- Patch #8477 by Goba: fixes issues of newline handling in filters, unifying what newline should a filter expect, and fixes the missing title filter tip issue.
2004-06-15 18:02:52 +00:00
Dries Buytaert
6f48727a9a
- Patch #8357 by Ax: added support for mt.getRecentPostTitles to the
...
blogapi module. Used by ecto. I changed '$titles_only' to '$bodies'
as the patch favored '!$titles_only'.
2004-06-15 17:45:44 +00:00
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
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
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
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
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
Dries Buytaert
a2da46a10a
- Patch #7416 by Stefan: added sitewide timezone support.
2004-04-27 18:08:04 +00:00
Dries Buytaert
5403982589
- Patch #6009 by Matthias: reworked the help texts of the taxonomy module generated forms. The help text can now be customized.
2004-04-24 16:42:39 +00:00
Dries Buytaert
284ed5e4a3
- Patch #7211 : changed 'root' to 'top-level' for sake of usability. I took Gerhard's patch and extended it so we did not miss any instances of 'root'.
2004-04-24 16:31:54 +00:00
Dries Buytaert
dc8a68ea28
- Patch #6791 : mark required fields. Modified patch by Michelangelo.
2004-04-24 15:39:31 +00:00
Dries Buytaert
33eb82e16f
- Patch #6444 by Junyor: allow modules to change the 'changed' timestamp of nodes.
2004-04-24 07:41:49 +00:00
Dries Buytaert
e5e26a07d6
- Patch #7302 by Gerhard: saves the selected terms in a session variable.
2004-04-23 07:40:26 +00:00
Dries Buytaert
cf98e0a1fc
- Patch #7314 by jluster: added support to ping technorati.com
2004-04-23 06:30:42 +00:00
Kjartan Mannes
a7a86cd289
- Changing permissions on user menus.
2004-04-22 22:53:51 +00:00
Dries Buytaert
9796455aaf
- Patch #4635 by Ber: user search should translate wildcard character
2004-04-21 17:50:28 +00:00
Dries Buytaert
725298779d
- Patch #7271 by JonBob: avoid filling the database with menu items.
2004-04-21 17:42:07 +00:00
Dries Buytaert
7231c88a32
- Added support for 403 handling. Patch by JonBob. As a side benefit,
...
administrators will be able to define a custom 403 page, just as they
can define 404 pages now.
This needs to be documented in the "Changes since / migrating to ..."
pages.
2004-04-21 13:56:38 +00:00
Kjartan Mannes
7976678719
- Only encode strings that contain non-ASCII characters.
2004-04-21 11:31:34 +00:00
Dries Buytaert
291b56c0cc
- Fixed problem with global session variable that caused the wrong page to
...
be rendered after posting a comment.
2004-04-18 15:17:10 +00:00
Dries Buytaert
67fb5235c7
- Renamed 'taxonomy' menu to 'categories' for sake of usability.
2004-04-18 14:03:33 +00:00
Dries Buytaert
0dc1f820ff
- Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module
...
to be more intuitive and moved some help text to Doxygen comments.
2004-04-18 12:51:55 +00:00
Dries Buytaert
2caeac91ae
- Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan.
2004-04-15 21:40:37 +00:00
Dries Buytaert
10bdb51c37
- Patch by JonBob/Jonathan: reworked the menu system so that menus are
...
configurable! Menu items can be disabled, repositioned, added and
so on.
Upgrading to requires you to run update.php.
This functionality depricates some of the 'navigation modules' in the
contributions repository. Furthermore, modules can now 'suggest'
menu items and site adminstrators can choose to enable them. Modules
in the contributions repository should try to take advantage of this.
2004-04-15 20:49:42 +00:00