summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #8757 by Morbus Iff: fixed redirection after comment moderation.Dries Buytaert2004-06-23
|
* - Patch #8758 by Morbus Iff: allow users to modify their profile underDries Buytaert2004-06-23
| | | | the new tabs system.
* - Fixed administration pages being broken due to tabs changes, improved formDries Buytaert2004-06-22
| | | | handling and form descriptions and fixed an incorrect title.
* - Patch #8747 by JonBob: extended and standardized node.module DoxygenDries Buytaert2004-06-22
| | | | comments, and made formatting and quote usage more consistent.
* - Fixed broken URLs in the user module (access rules) due the the recentDries Buytaert2004-06-22
| | | | tabs patch.
* - Patch #8500 by jseng (modified/simplified): improved usability of editingDries Buytaert2004-06-22
| | | | URL aliases.
* - Patch #8733 by Morbus Iff: fixed statistics module.Dries Buytaert2004-06-22
|
* - Issue #8735 by njivy: made the pager code ignore EOLs.Dries Buytaert2004-06-22
|
* - Patch #8708 (modified) by Stefan: refactored the 'add new block' form a but.Dries Buytaert2004-06-21
|
* - Patch #8344 by Kjartan: drupal_http_request() did not always handle EOLsDries Buytaert2004-06-21
| | | | correctly.
* - Patch #8670 by asimmonds: more spelling fixes.Dries Buytaert2004-06-21
|
* - Patch #8713 by stefan: changed some 'node's to 'post's. Usability ↵Dries Buytaert2004-06-21
| | | | improvement.
* - Patch #8681 by asimmonds: more help text updatesDries Buytaert2004-06-21
|
* - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (andDries Buytaert2004-06-20
| | | | to get of proprietary formats).
* - Patch #8681 by Stefan: more help fixes.Dries Buytaert2004-06-20
|
* - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (andDries Buytaert2004-06-20
| | | | | | to get of proprietary formats). - Added forum-sticky.png. Made by Steven.
* - Patch #8681 by stefan: fixed some broken URLs and help texts.Dries Buytaert2004-06-20
|
* - Patch #8670 by asimmonds: spelling fixes.Dries Buytaert2004-06-20
|
* - "" -> ''.Dries Buytaert2004-06-20
|
* - Patch #8652 by Adrian: incorrect implode.Dries Buytaert2004-06-20
|
* - Patch #8679 by asimmonds: fixed spelling mistakes.Dries Buytaert2004-06-20
|
* - Patch #8614 by JonBob: better way to display menus.Dries Buytaert2004-06-19
|
* Changed 'static' back to 'sticky' ... ;-)Dries Buytaert2004-06-19
|
* - Patch #7696 by TDobes: renamed 'static' to 'sticky' which is a moreDries Buytaert2004-06-19
| | | | logical name. Requires a database upgrade.
* - Patch #8602 by TDobes: changed some 'sticky's back to 'static'.Dries Buytaert2004-06-19
|
* - Added a note about the tabs.Dries Buytaert2004-06-19
|
* - Patch #8619 by TDobes: fixed typo in watchdog message.Dries Buytaert2004-06-19
|
* - Patch #8632 by Mohse: made the taxonomy select menus more flexible.Dries Buytaert2004-06-19
| | | | | | | | | | | 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'.
* First tab improvements by Adrian:Dries Buytaert2004-06-19
| | | | | | | | + 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.
* - Patch #8598 by cetron: fixed typo in the help text: 'shuold' -> 'should'Dries Buytaert2004-06-18
|
* Tabs patch!Dries Buytaert2004-06-18
| | | | | | | | | | | | | | | | | | 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').
* - Partial patch #8284 by jseng: made the RSS auto-discovery URL absolute ↵Dries Buytaert2004-06-17
| | | | even though that is not strictly necessary.
* - Patch #8548 by Moshe: fixed warning when creating new vocabulary.Dries Buytaert2004-06-17
|
* - Patch #8553 by Moshe: hide the 'add new comment' link when showing theDries Buytaert2004-06-17
| | | | comment form.
* - Patch #8405 by Adrian:Dries Buytaert2004-06-15
| | | | | | + Fixed duplicated view. + Fixed node types not being picked up correctly. + Improved error handling in case a particular node has not been found.
* - Patch #8418 by Axel: don't insert tid=0's in the databaseDries Buytaert2004-06-15
|
* - Patch #8477 by Goba: fixes issues of newline handling in filters, unifying ↵Dries Buytaert2004-06-15
| | | | what newline should a filter expect, and fixes the missing title filter tip issue.
* - Patch #8357 by Ax: added support for mt.getRecentPostTitles to theDries Buytaert2004-06-15
| | | | | blogapi module. Used by ecto. I changed '$titles_only' to '$bodies' as the patch favored '!$titles_only'.
* - Patch #8444 by jhriggs: creating new users was broken due to recent changes.Dries Buytaert2004-06-14
|
* Quick improvement to autoteaser generation:Steven Wittens2004-06-10
| | | | added double-width dot and comma, and right-to-left question mark as sentence boundaries.
* - Fixing bug #8233: User blog pages not displaying.Kjartan Mannes2004-06-04
|
* - Commiting patch #7577: comment.module clean up.Kjartan Mannes2004-06-04
|
* - Commiting patch #8288: Let modules pass $attributes to form_checkboxes() ↵Kjartan Mannes2004-06-04
| | | | and form_radios().
* - Commited patch #4878: Support file uploads via blogapi.Kjartan Mannes2004-06-04
|
* - Fixing bug 5845: Root page of book module does use <--break-->.Kjartan Mannes2004-06-03
|
* - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.Dries Buytaert2004-06-02
|
* - Patch #6863 by Kristjan: fixed incorrect table behavior.Dries Buytaert2004-06-02
|
* - Patch #8234 by mathias: using block path with Drupal subdirectory installs.Dries Buytaert2004-06-02
|
* - Patch #8244 by walkah: Taxonomy_get_tree changes break mt.getCategoryListDries Buytaert2004-06-02
|
* - Removing early experimental tab code that slipped in.Kjartan Mannes2004-06-02
| | | | | - Fixing a copy paste error in file.inc. - Some double => single quote changes.