summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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.
* - Fixed tablesort_sql() so it returns the proper order by sql.Kjartan Mannes2004-06-02
|
* - Patches #6863 by Kristjan and Moshe: implemented pretty tables and fixed ↵Dries Buytaert2004-06-02
| | | | some tablesort glitches.
* - Patch #8105 by mathias: made the menu system aware of path aliases.Dries Buytaert2004-06-01
|
* - Fixing watchdog menu so the filters work.Kjartan Mannes2004-06-01
|
* - Patch #7350 by Mathias: return part a taxonomy tree to a user-definedDries Buytaert2004-05-31
| | | | | | depth/level. - Updated CHANGELOG.txt.
* - Make sure the form has been submitted before validating and saving user.Kjartan Mannes2004-05-31
|
* - Reworked comment submission. It is less broken now.Dries Buytaert2004-05-31
|
* - Updated the form handling to use form_set_error(). All core modules haveDries Buytaert2004-05-31
| | | | | been updated (almost none have error checking for forms) except the node forms ...
* - Improved form handling.Dries Buytaert2004-05-31
| | | | | | | | | | | | | | | | | | | | | + 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().
* - Fixed empty searches being performed.Kjartan Mannes2004-05-30
| | | | | - Fixed empty searches being logged. - Trim whitespace from start and end of search key.
* - Patch #6863 by Moshe: add 'class="active"' to the table elements ofDries Buytaert2004-05-29
| | | | the active column.
* - Patch #8089 by matthias: make sure aliased links can be flagged as 'active'.Dries Buytaert2004-05-28
|
* - Added some error checking to the profile module.Dries Buytaert2004-05-28
|
* - Patch by JonBob: fixed problem with theme admin page. Reported by Morbus.Dries Buytaert2004-05-26
|
* - Patch by JonBob: killed a warning.Dries Buytaert2004-05-26
|
* - Patch #7967 by matthias: small patch to improve the robustness of the ↵Dries Buytaert2004-05-25
| | | | tablesorting code.
* - Patch #7959 by walkah: the 'blog it' link used the wrong SQL tables.Dries Buytaert2004-05-24
|
* - Fixed bug introduced by previous patch.Dries Buytaert2004-05-24
|
* - Patch 7444 (#35) by Pablo. This patch addresses some issues with showingDries Buytaert2004-05-24
| | | | | | 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).
* - Patch 7727 by Benjamin Grant: fixed incorrect <channel> URL in blog feeds.Dries Buytaert2004-05-24
|
* - More code improvements by JonBob.Dries Buytaert2004-05-24
|
* - Patch #7725 by Marius: fixed glitch in e-mail address validation code. A ↵Dries Buytaert2004-05-24
| | | | subset of all e-mail addresses was rejected as valid.
* - Patch #7966 by Goba: The box has it's content wrapped in a paragraph now, ↵Dries Buytaert2004-05-24
| | | | 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.
* - Modified patch #7958 by Adrian: store status messages in a session so they ↵Dries Buytaert2004-05-22
| | | | can persist when redirection is used.
* - Patch #7957 by James: made the blogapi module send absolute URLs instead ↵Dries Buytaert2004-05-22
| | | | of relative URLs.