summaryrefslogtreecommitdiff
path: root/modules/node.module
Commit message (Collapse)AuthorAge
* General filtering improvementsSteven Wittens2003-12-30
| | | | | | - Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation) - Added form_group's to node.module's filter options - Fixed incorrect filter usage in poll.module
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
|
* - Usability improvements to the 'create content' section. Patch by Goba.Dries Buytaert2003-12-22
|
* - 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.
* - 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.
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
|
* - 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.
* - Fixed bug #4457: make sure to cut of the teaser after the </p> tag, notDries Buytaert2003-12-04
| | | | before the </p> tag.
* - 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.
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
| | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them.
* - Patch by JonBob:Dries Buytaert2003-11-20
| | | | | | | | Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme.
* - table(...) -> theme("table", ...)Dries Buytaert2003-11-13
|
* - Made the revisions a separate page/tab.Dries Buytaert2003-11-11
|
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Removed the "return" link from the node submission confirmation page.Dries Buytaert2003-11-09
|
* - Bugfix: added missing t() function. Patch by Goba.Dries Buytaert2003-11-07
|
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-07
| | | | Patch by Stefan.
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-06
| | | | | | | | Patch by Stefan. - Usability improvement: introduced a form_group() function and updated the node and comment module to take advantage of it. Patch #149 by Eric Farris.
* - Improvement: made it possible to disable the comment controls and reworded ↵Dries Buytaert2003-10-31
| | | | | | | | | | | | | | | | some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
* - Bugfix: fixed problem with queue module. Fixes bug #3839.Dries Buytaert2003-10-29
|
* - Bugfix: corrected broken HTML in the documentation.Dries Buytaert2003-10-23
|
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-10-22
| | | | | | | | a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian. - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
* - Bugfix: prefix not prepended to sequences. Fixes bug #3639.Dries Buytaert2003-10-22
| | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field);
* - Bugfix/improvement: the revision table was not using table(). Fixes bugDries Buytaert2003-10-21
| | | | #3635.
* - Some documentation fixes by Mark Coady.Dries Buytaert2003-10-15
|
* - Fixed prefix problem with the book module. Patch by Moshe.Dries Buytaert2003-10-13
| | | | | | | | | | | | | | - Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al.
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Removed duplicate information. Fixes bug 3511.Dries Buytaert2003-10-08
|
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Help improvements and translation improvements from Michael. Thanks!Dries Buytaert2003-10-03
|
* - Fixed bug #3398: Error in SQL query in node.module (syndicate block)Kjartan Mannes2003-10-01
|
* - Url aliasing improvements. Patch by Matt. See mailing list for moreDries Buytaert2003-09-30
| | | | information.
* - Associate a callback with the menu links! (This callback is not yet beingDries Buytaert2003-09-28
| | | | | | | | | called but will be as soon the remaining links have been transformed to use the menu system.) - Made sure the menu does not render links with no callback and no children. Like this, the 'create content' link is not being shown when the user has no permission to add any content.
* - Made sure all menu items can be translated. Path by Goba.Dries Buytaert2003-09-28
|
* - Committed Goba's translation fixes.Dries Buytaert2003-09-28
|
* - Committed Al's new admin link texts. Remarks:Dries Buytaert2003-09-27
| | | | | | | 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
* - Committed the admin menu integration patch. Thanks Adrian, Stefan and others.Dries Buytaert2003-09-26
|
* - Added a pubDate for each item. Patch by Neil.Dries Buytaert2003-09-24
|
* - Rollback of some node API changes. Patch by Jonathan.Dries Buytaert2003-09-23
|
* - Rollback of some node API changes. Patch by Jonathan.Dries Buytaert2003-09-23
|
* - Committed Nick's _content improvements.Dries Buytaert2003-09-20
|
* - Committed a partial administration page integration patch.Dries Buytaert2003-09-19
|
* - Jonathan's "HTML filter" improvements.Dries Buytaert2003-09-16
| | | | | | | > If turning on both filters is bad, we shouldn't allow the user to > select both, should we? The attached patch folds the Escape HTML option > into the same dropdown as the Filter HTML option, preventing both from > being activated.
* - Added 'escape HTML' option to the filters. Patch by Gabor Hojtsy.Dries Buytaert2003-09-16
|
* - Book module improvements. This commit changes the behavior of the "view"Dries Buytaert2003-09-15
| | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
* - Tidied up the usage of module_invoke() and module_invoke_all(). Patch byDries Buytaert2003-09-14
| | | | Jonathan Chaffer.