- 24 Dec, 2003 1 commit
-
-
Dries authored
- Fixed the breadcrumb trail of nested forums. Patch by Goba.
-
- 17 Dec, 2003 1 commit
-
-
Dries authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
- 11 Dec, 2003 1 commit
-
-
Dries authored
- Patch 187: made taxonomy module take advantage of breadcrumb navigation. Modified patch by Moshe.
-
- 08 Dec, 2003 2 commits
- 07 Dec, 2003 1 commit
-
-
Dries authored
- Fixed the taxonomy title of taxonomy pages. Patch by Moshe.
-
- 05 Dec, 2003 1 commit
-
-
Dries authored
- Fixed broken status message. Patch by Gerhard.
-
- 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.
-
- 24 Nov, 2003 1 commit
-
-
Dries authored
* fixes all doxygen warnings [#]_ in the current code base + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc) + documents all undocumented parameters + escapes / fixes html warnings + fixes @defgroup in theme.inc * adds more groupings [#]_ + drupal_{set|get}_title, drupal_{set|get}_breadcrumb + pager.inc: pager_api (pager_query(), pager_display()), pager pieces * adds a new group "themeable" which contains all themeable functions.
-
- 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 2 commits
- 09 Nov, 2003 1 commit
-
-
Dries authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
- 07 Nov, 2003 1 commit
-
-
Dries authored
- Usability improvement: replaced many selection boxes by radio buttons. Patch by Stefan.
-
- 22 Oct, 2003 1 commit
-
- 15 Oct, 2003 1 commit
-
-
Dries authored
- Some documentation fixes by Mark Coady.
-
- 09 Oct, 2003 1 commit
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 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.
-
- 06 Oct, 2003 1 commit
-
-
Kjartan authored
- taxo_link always returns array(). - Remove dead code from Marvin theme. - cleaner node html in Marvin.
-
- 03 Oct, 2003 2 commits
- 28 Sep, 2003 1 commit
-
-
Dries authored
- Made sure all menu items can be translated. Path by Goba.
-
- 26 Sep, 2003 1 commit
-
-
Dries authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 09 Sep, 2003 1 commit
-
-
Dries authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- 21 Aug, 2003 1 commit
-
-
Dries authored
- Updated the taxonomy module to use the new help system.
-
- 16 Aug, 2003 1 commit
-
-
Dries authored
code on their own.
-
- 16 Jul, 2003 1 commit
-
-
Dries authored
- Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested by me.
-
- 12 Jul, 2003 1 commit
-
-
Dries authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 08 Jul, 2003 1 commit
-
- 27 Jun, 2003 1 commit
-
-
Dries authored
and the request will be terminated when something suspicious is detected. This will be logged in the watchdog. With help from Marco. - Fixed translation issue in the archive module. Patch by Gerhard. - Removed dead parameter from variable_get(). Patch by Chris Johnson. Fixes bug #2111. - Improved input checking of taxonomy module. Patch by Gerhard. Fixes bug #2112.
-
- 20 Jun, 2003 1 commit
-
- 15 Jun, 2003 1 commit
-
-
Dries authored
- Improvements: XHTML-ifications. Patch by GmbH.
-
- 05 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. - Bugfix: made the "moderate" field behave. Patch 0030.queue.module.help.and.settings.form.patch by Al. - Documentation: revised a large part of the help texts / documentation! Al's 0024.* patches. - Documentation: added a glossary to the help module. Patch 0025.help.module.glossary.patch by Al and Michael. - Usability: first step towards unifying the terminology used in the cloud module. Patch by 0028.site.cloud.rationalize.name.patch Al. - Usability + CSS improvements: revamped the node form and removed all tables. Patch 0027.node.form.rewrite.patch by Al. - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al. - Updated the MAINTAINERS file.
-
- 04 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. ==> This fix requires to run update.php! - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register(). This fixes critical bug #1797. Patch by Marco. - Bugfix: sometimes error messages where being discarded when previewing a node. Patch by Craig Courtney. - Bugfix: fixed charset problems. This fixes critical bug #1549. Patch '0023.charset.patch' by Al. - Code improvements: removed some dead code from the comment module. Patch by Marco. - Documentation improvements: polished the node module help texts and form descriptions. Patch '0019.node.module.help.patch' by Al. - CSS improvements all over the map! Patch '0021.more.css.patch' by Al. - GUI improvements: improved the position of Druplicon in the admin menu. Patch '0020.admin.logo.patch' by Al. - GUI improvements: new logos for theme Marvin and theme UnConeD. Logos by Kristjan Jansen. - GUI improvements: small changes to the output emitted by the profile module. Suggestions by Steven Wittens. - GUI improvements: small fixes to Xtemplate. Patch '0022.xtemplate.css.patch' by Al. TODO: - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register(). They should be updated. We should setup a task on Drupal. - There is code emitting '<div align="right">' which doesn't validate. - Does our XML feeds validate with the charset changes? - The forum module's SQL doesn't work properly on PostgreSQL.
-
- 29 May, 2003 1 commit
-
-
Dries authored
- Michael Frankowski's excellent help text improvements!
-
- 27 May, 2003 1 commit
-
-
Dries authored
- Bugfix: assure that taxonomy_term_node_counts() only takes published nodes into account. Patch by Moshe.
-
- 13 May, 2003 1 commit
-
-
Dries authored
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
-
- 10 May, 2003 1 commit
-
-
Dries authored
- Changed some "tid"s to "r.tid"s to avoid confusion. Patch by Gerhard.
-