Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #231437 by catch, Rob, freso et al: remove ping module from core. | Dries Buytaert | 2008-03-11 |
| | |||
* | #197730 by keith.smith: standardize on a much more user friendly cron ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | reference in help texts, explain its importance with more examples in INSTALL.txt | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | help texts, as the handbook we referred to before was renamed | ||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | ||
* | #76588: Small fixes after that patch landed | Gábor Hojtsy | 2007-04-24 |
| | | | | | | | | - typo fix in watchdog() phpdoc - add a missing array() on a watchdog call in ping.module - handle NULL 'variables' value in syslog module Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository. | ||
* | - Patch #76588 by Gabor: made log messages translatable. Yay. | Dries Buytaert | 2007-04-24 |
| | |||
* | - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵ | Dries Buytaert | 2006-11-21 |
| | | | | superseded by the new 'by module' administration dashboard. | ||
* | - Patch #82858 by RobBoy: incorrect paramaters to _ping_notify() in ping_cron(). | Dries Buytaert | 2006-09-07 |
| | |||
* | - Patch #80952 by earl, webchick, neclimdul et al: .info files | Dries Buytaert | 2006-08-31 |
| | |||
* | #76802: Introduce placeholder magic into t() | Steven Wittens | 2006-08-18 |
| | | | | See: http://drupal.org/node/64279#t-placeholders | ||
* | - Patch #77422 by timcn: corrected various paths in the documentation. | Dries Buytaert | 2006-08-07 |
| | |||
* | - Patch #36676 by breyten et al: don't require slogin for sending pings. | Dries Buytaert | 2006-08-03 |
| | |||
* | - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) | Dries Buytaert | 2006-07-31 |
| | |||
* | - Patch #72343 by Chris Johnson: removed checks for the moderate-flag from ↵ | Dries Buytaert | 2006-07-10 |
| | | | | the SQL queries. | ||
* | #71772 by Bart Jansens, fix various php warnings | Neil Drumm | 2006-07-02 |
| | |||
* | #61802 by Zen, Double spaced sentences clean up | Neil Drumm | 2006-05-07 |
| | |||
* | #58225, made module description translatable | Gerhard Killesreiter | 2006-04-11 |
| | |||
* | - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) | Dries Buytaert | 2006-02-21 |
| | |||
* | - Patch 42498 by m3avrck: unified cron-trackers and added a section that ↵ | Dries Buytaert | 2005-12-31 |
| | | | | lets you figure out whether cron is running (usability improvement). | ||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #26391 by chx: replaced the old XML-RPC library with a ↵ | Dries Buytaert | 2005-07-13 |
| | | | | smaller/better/working one. | ||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-04-01 |
| | | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook. | ||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | 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. | ||
* | - Forgot to close a tag in the help text. | Dries Buytaert | 2004-12-27 |
| | |||
* | - Made the ping module ping pingomatic.com, which in turn, will ping all the ↵ | Dries Buytaert | 2004-12-27 |
| | | | | | | major ping services. Less code to ping more services. | ||
* | - Patch #14005 by Richard: rewrote the ping module's built-in documentation. | Dries Buytaert | 2004-12-07 |
| | |||
* | - Make Drupal ping Yahoo.com. | Dries Buytaert | 2004-11-06 |
| | |||
* | - Bugfix: provide an absolute URL to the 'ping servers'. | Dries Buytaert | 2004-10-10 |
| | |||
* | - Patch by JonBob: for consistency and readability, add brief descriptions ↵ | Dries Buytaert | 2004-08-21 |
| | | | | 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. | ||
* | - Code improvements by Stefan: made all status messages consistent (and ↵ | Dries Buytaert | 2004-08-18 |
| | | | | easier to translate). | ||
* | - Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc. | Dries Buytaert | 2004-08-16 |
| | |||
* | - Patch #7458 by killes: conditionally include xmlrpc.inc. | Dries Buytaert | 2004-08-04 |
| | |||
* | Tabs patch! | Dries Buytaert | 2004-06-18 |
| | | | | | | | | | | | | | | | | | | 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'). | ||
* | - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable. | Dries Buytaert | 2004-06-02 |
| | |||
* | - More code improvements by JonBob. Thanks a bunch. | Dries Buytaert | 2004-05-18 |
| | |||
* | - Patch #7314 by jluster: added support to ping technorati.com | Dries Buytaert | 2004-04-23 |
| | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Tidied up some inconsistencies in the code: scripts/code-style.sh is your ↵ | Dries Buytaert | 2003-12-28 |
| | | | | friend. | ||
* | - Translation fix: the date in the calendar block could not be translated. ↵ | Dries Buytaert | 2003-11-09 |
| | | | | | | | | Patch by Goba. - 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. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - Updated modules to new help system. Patch by Michael. | Dries Buytaert | 2003-08-21 |
| | |||
* | - Help system improvements from Michael. | Dries Buytaert | 2003-08-05 |
| | |||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.) | Dries Buytaert | 2003-06-13 |
| | | | | | | | | | | | | | - Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco. | ||
* | - Michael Frankowski's excellent help text improvements! | Dries Buytaert | 2003-05-29 |
| |