- Oct 05, 2006
-
-
Dries Buytaert authored
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
-
- Sep 07, 2006
-
-
Dries Buytaert authored
-
- Aug 31, 2006
-
-
Dries Buytaert authored
-
- Aug 18, 2006
-
-
Steven Wittens authored
See: http://drupal.org/node/64279#t-placeholders
-
- Aug 07, 2006
-
-
Dries Buytaert authored
-
- Aug 03, 2006
-
-
Dries Buytaert authored
-
- Jul 31, 2006
-
-
Dries Buytaert authored
-
- Jul 10, 2006
-
-
Dries Buytaert authored
-
- Jul 02, 2006
-
-
Neil Drumm authored
-
- May 07, 2006
-
-
Neil Drumm authored
-
- Apr 11, 2006
-
-
Gerhard Killesreiter authored
-
- Feb 21, 2006
-
-
Dries Buytaert authored
-
- Dec 31, 2005
-
-
Dries Buytaert authored
- Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement).
-
- Nov 01, 2005
-
-
Dries Buytaert authored
-
- Aug 25, 2005
-
-
Dries Buytaert authored
-
- Jul 13, 2005
-
-
Dries Buytaert authored
-
- Apr 01, 2005
-
-
Dries Buytaert authored
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
-
- Jan 09, 2005
-
-
Dries Buytaert authored
We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide.
-
- Dec 27, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Made the ping module ping pingomatic.com, which in turn, will ping all the major ping services. Less code to ping more services.
-
- Dec 07, 2004
-
-
Dries Buytaert authored
- Patch #14005 by Richard: rewrote the ping module's built-in documentation.
-
- Nov 06, 2004
-
-
Dries Buytaert authored
-
- Oct 10, 2004
-
-
Dries Buytaert authored
- Bugfix: provide an absolute URL to the 'ping servers'.
-
- Aug 21, 2004
-
-
Dries Buytaert authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- Aug 18, 2004
-
-
Dries Buytaert authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
- Aug 16, 2004
-
-
Dries Buytaert authored
- Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.
-
- Aug 04, 2004
-
-
Dries Buytaert authored
- Patch #7458 by killes: conditionally include xmlrpc.inc.
-
- Jun 18, 2004
-
-
Dries Buytaert authored
Tabs patch! 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').
-
- Jun 02, 2004
-
-
Dries Buytaert authored
-
- May 18, 2004
-
-
Dries Buytaert authored
-
- Apr 23, 2004
-
-
Dries Buytaert authored
-
- Jan 23, 2004
-
-
Dries Buytaert authored
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
-
- Dec 28, 2003
-
-
Dries Buytaert authored
-
- Nov 09, 2003
-
-
Dries Buytaert authored
- Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba. - Translation fix: the ping module's help text was translated twice. Patch by Goba.
-
- Oct 09, 2003
-
-
Dries Buytaert authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- Oct 07, 2003
-
-
Dries Buytaert authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
- Oct 03, 2003
-
-
Dries Buytaert authored
- Help improvements and translation improvements from Michael. Thanks!
-
- Aug 21, 2003
-
-
Dries Buytaert authored
- Updated modules to new help system. Patch by Michael.
-
- Aug 05, 2003
-
-
Dries Buytaert authored
- Help system improvements from Michael.
-
- Jul 10, 2003
-
-
Dries Buytaert authored
- Committed a slightly modified version of Slavica's table prefix patch.
-