Dries Buytaert
e288b4ddb1
- Patch #8747 by JonBob: extended and standardized node.module Doxygen
...
comments, and made formatting and quote usage more consistent.
2004-06-22 20:24:27 +00:00
Dries Buytaert
0ee30cbca2
- Fixed broken URLs in the user module (access rules) due the the recent
...
tabs patch.
2004-06-22 20:21:13 +00:00
Dries Buytaert
81bebc01fd
- Patch #8500 by jseng (modified/simplified): improved usability of editing
...
URL aliases.
2004-06-22 18:26:24 +00:00
Dries Buytaert
f6b7f75512
- Patch #8733 by Morbus Iff: fixed statistics module.
2004-06-22 18:13:04 +00:00
Dries Buytaert
0be1e6cff7
- Issue #8735 by njivy: made the pager code ignore EOLs.
2004-06-22 05:45:15 +00:00
Dries Buytaert
7f06d092a5
- Patch #8708 (modified) by Stefan: refactored the 'add new block' form a but.
2004-06-21 21:11:36 +00:00
Dries Buytaert
77ec01f592
- Patch #8344 by Kjartan: drupal_http_request() did not always handle EOLs
...
correctly.
2004-06-21 20:14:41 +00:00
Dries Buytaert
090743bdba
- Patch #8670 by asimmonds: more spelling fixes.
2004-06-21 20:05:37 +00:00
Dries Buytaert
bfa7d178a9
- Patch #8713 by stefan: changed some 'node's to 'post's. Usability improvement.
2004-06-21 20:01:49 +00:00
Dries Buytaert
ad3c6f345e
- Patch #8681 by asimmonds: more help text updates
2004-06-21 08:26:20 +00:00
Dries Buytaert
e30fdce6cb
- Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and
...
to get of proprietary formats).
2004-06-20 20:19:59 +00:00
Dries Buytaert
bd49f9d1b3
- Patch #8681 by Stefan: more help fixes.
2004-06-20 20:12:00 +00:00
Dries Buytaert
b713e3d489
- Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and
...
to get of proprietary formats).
- Added forum-sticky.png. Made by Steven.
2004-06-20 20:04:28 +00:00
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
4e1f368e88
- "" -> ''.
2004-06-20 08:31:45 +00:00
Dries Buytaert
ce45c91a53
- Patch #8652 by Adrian: incorrect implode.
2004-06-20 08:30:57 +00:00
Dries Buytaert
efed4cfc70
- Patch #8679 by asimmonds: fixed spelling mistakes.
2004-06-20 08:27:03 +00:00
Dries Buytaert
1b46d7fcfe
- Patch #8614 by JonBob: better way to display menus.
2004-06-19 14:57:44 +00:00
Dries Buytaert
d2ff1ca54e
Changed 'static' back to 'sticky' ... ;-)
2004-06-19 10:45:06 +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
c51805aa8a
- Patch #8602 by TDobes: changed some 'sticky's back to 'static'.
2004-06-19 10:33:27 +00:00
Dries Buytaert
151acbb331
- Added a note about the tabs.
2004-06-19 10:29:02 +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
7cd54567bd
- Commiting patch #8288 : Let modules pass $attributes to form_checkboxes() and form_radios().
2004-06-04 18:10:05 +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
dfef5164b4
- Patch #6863 by Kristjan: fixed incorrect table behavior.
2004-06-02 18:54:48 +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
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