summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - The introduction of the $page parameter for the node _view() hooks andDries Buytaert2003-12-22
| | | | | | | | the theme functions left the poll module's poll_view() function in a state where it does not display the poll results or vote forms on their own pages, since it uses another (proprietary) $block parameter to handle the case when the poll is rendered to be displayed in a block. Patch by Goba.
* - Usability improvements to the 'create content' section. Patch by Goba.Dries Buytaert2003-12-22
|
* - Fixed bug 4722. Patch by James.Dries Buytaert2003-12-22
|
* - Fixed bug #4722: blogger.newPost not working. Patch by James Walker.Kjartan Mannes2003-12-20
|
* - Fixed bug 4667: users with the deleted role are put back in the authenticatedDries Buytaert2003-12-18
| | | | users pool.
* - Fixed bug 4652: node loses its terms after getting promoted, declined or ↵Dries Buytaert2003-12-18
| | | | expired.
* - Updated the calls to menu() to use MENU_HIDE instead of 1Dries Buytaert2003-12-17
|
* Patch by Kjartan:Dries Buytaert2003-12-17
| | | | | | | - Adds possibility to hide menu item when it has no children. (Fixes the node/add problem when user doesn't have access to create any node types.) - More doxygen comments.
* - Reworked 404 (page not found) handling. Patch by walkah. You can specify aDries Buytaert2003-12-16
| | | | | custom 404 page in the administration page. As a result, error.php could be removed.
* - Replaced the tables used to structure the threaded comment view by div's.Dries Buytaert2003-12-15
| | | | Patch by Goba.
* - Fixed capitalization.Dries Buytaert2003-12-14
|
* - Excessive CSS tags were generated for feeds and bundles.Dries Buytaert2003-12-14
|
* - The 'my account' link is already part of the navigation block.Dries Buytaert2003-12-13
|
* - Committed Gerhard's user hook patch. Patch 143.Dries Buytaert2003-12-13
|
* - Bugfix: got rid of the double titles on the import module pages.Dries Buytaert2003-12-11
| | | | TODO: get rid of the custom import specific navigation menu.
* - Patch 187: made taxonomy module take advantage of breadcrumb navigation.Dries Buytaert2003-12-11
| | | | Modified patch by Moshe.
* - Show the top nodes on admin/statistics. Patch by James Walker.Dries Buytaert2003-12-10
|
* - Fixed <title> extraction deleting body.Kjartan Mannes2003-12-09
| | | | | | | | | | - Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and blogger.getRecentPosts. - Fixed coding style deviations. - Fixed access checks, now requires maintain personal blog. - Fixed taxonomy integration. - Fixed blogger.getUserInfo - Improved user login/access error messages.
* - Bugfix: the location of comment submission form was incorrect. Patch byDries Buytaert2003-12-09
| | | | Bart.
* - Path module documentation updates.Dries Buytaert2003-12-09
|
* - Bugfix: don't show any links in case of a container. Patch by Bart.Dries Buytaert2003-12-09
|
* - Fixed missing pager_display -> theme('pager').Kjartan Mannes2003-12-08
|
* - Improvements by Goba:Dries Buytaert2003-12-08
| | | | | | + removes the lots of pagers and indirect pager themeing + add the theme_pager() function, which should be called as theme("pager", ...) to get a pager.
* - Usability improvement: just print a status message after a nodeDries Buytaert2003-12-08
| | | | submission/update instead of using a separate page. Patch 186 by Moshe.
* - Fixed visual glitch in "Who's online" block. Patch by Jeremy.Dries Buytaert2003-12-08
|
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
|
* - Patch 0185 by Jeremy: made it possible to automatically disable modules whenDries Buytaert2003-12-07
| | | | under heave load.
* - Made the who's online block adhere better to the max user setting.Dries Buytaert2003-12-07
|
* - Fixed the taxonomy title of taxonomy pages. Patch by Moshe.Dries Buytaert2003-12-07
|
* - Fixed title problem with title module. Patch by Moshe.Dries Buytaert2003-12-07
|
* - Fixed node_form() so it doesn't re-run node_validate() when there are noKjartan Mannes2003-12-06
| | | | errors and it has already been checked.
* - Improved the way the "Who's online" block is visualized when the list ofDries Buytaert2003-12-06
| | | | online users is truncated by to maximum user list length setting.
* - Fixed typo.Dries Buytaert2003-12-06
|
* - Corrected the context-sensitive help of the error messages.Dries Buytaert2003-12-06
|
* - Fixed bug #4416: added status checks to user_pass() to prevent mailingDries Buytaert2003-12-05
| | | | new passwords to blocked user accounts.
* - Fixed broken status message. Patch by Gerhard.Dries Buytaert2003-12-05
|
* - Fixed bug #4457: make sure to cut of the teaser after the </p> tag, notDries Buytaert2003-12-04
| | | | before the </p> tag.
* - Fixed throttle block problem. Patch by Jeremy.Dries Buytaert2003-12-04
|
* - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with ↵Dries Buytaert2003-12-04
| | | | sf, etc.
* - Patch 180 by Jeremy: made the "Who is online" block respect the "user list ↵Dries Buytaert2003-12-04
| | | | | | length" settings.
* - Removed some dead breadcrumb code identified by Tom Dobes.Dries Buytaert2003-12-03
|
* - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are ↵Dries Buytaert2003-12-03
| | | | themeable.
* - Fixed incorrect filter usageSteven Wittens2003-12-01
|
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
| | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them.
* - Removed duplicated code. Reported by Goba.Dries Buytaert2003-11-30
|
* - Better separation between throttle and statistics module code. Patch by ↵Dries Buytaert2003-11-30
| | | | Jeremy.
* - More throttle improvements. Patch by Jeremy.Dries Buytaert2003-11-29
|
* - Fixed broken usernames in 'Who's new' block.Dries Buytaert2003-11-28
|
* - Bugfix by Jeremy.Dries Buytaert2003-11-28
|
* - Made it possible to auto-throttle blocks. That is, blocks can beDries Buytaert2003-11-28
| | | | configured to be disabled when under excessive load. Patch by Jeremy.