- 11 Jan, 2004 3 commits
-
-
Dries authored
-
Dries authored
Round 3 of aggregator improvements: - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
-
- 06 Jan, 2004 1 commit
-
- 05 Jan, 2004 1 commit
-
-
Steven Wittens authored
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
-
- 02 Jan, 2004 2 commits
-
-
Dries authored
- Patch 4916: improved preparation of $node->teaser and $node->body. Patch by Goba.
-
- 30 Dec, 2003 1 commit
-
-
Steven Wittens authored
- 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
-
- 29 Dec, 2003 1 commit
-
-
Dries authored
-
- 22 Dec, 2003 1 commit
-
-
Dries authored
- Usability improvements to the 'create content' section. Patch by Goba.
-
- 17 Dec, 2003 2 commits
- 08 Dec, 2003 4 commits
-
-
Kjartan authored
-
Dries authored
+ 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.
-
Dries authored
- Usability improvement: just print a status message after a node submission/update instead of using a separate page. Patch 186 by Moshe.
-
Dries authored
- Tidied up the DoxyGen comments. Patch by Kjartan.
-
- 06 Dec, 2003 1 commit
-
-
Kjartan authored
errors and it has already been checked.
-
- 04 Dec, 2003 1 commit
-
- 01 Dec, 2003 1 commit
-
-
Dries authored
- Introduced a drupal_set_message() and drupal_get_message() function. 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.
-
- 25 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 4 of JonBob's menu system changes.
-
- 23 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 3 of JonBob's menu changes. Adds an API for modules to define titles and breadcrumbs for their pages, and updates the theme system to display them.
-
- 20 Nov, 2003 1 commit
-
-
Dries authored
- Patch by JonBob: 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.
-
- 13 Nov, 2003 1 commit
-
-
Dries authored
- table(...) -> theme("table", ...)
-
- 11 Nov, 2003 1 commit
-
-
Dries authored
- Made the revisions a separate page/tab.
-
- 09 Nov, 2003 2 commits
- 07 Nov, 2003 2 commits
- 06 Nov, 2003 1 commit
-
- 31 Oct, 2003 1 commit
-
-
Dries authored
- Improvement: made it possible to disable the comment controls and reworded 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.
-
- 29 Oct, 2003 1 commit
-
- 23 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: corrected broken HTML in the documentation.
-
- 22 Oct, 2003 2 commits
-
-
Dries authored
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is 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.
-
- 21 Oct, 2003 1 commit
-
- 15 Oct, 2003 1 commit
-
-
Dries authored
- Some documentation fixes by Mark Coady.
-
- 13 Oct, 2003 1 commit
-
-
Dries authored
- 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.
-
- 09 Oct, 2003 1 commit
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 08 Oct, 2003 1 commit
-
-
Dries authored
- Removed duplicate information. Fixes bug 3511.
-
- 07 Oct, 2003 1 commit
-
-
Dries authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-