- Oct 05, 2006
-
-
Dries Buytaert authored
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
-
- Aug 31, 2006
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Aug 18, 2006
-
-
Dries Buytaert authored
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
-
Steven Wittens authored
See: http://drupal.org/node/64279#t-placeholders
-
- Aug 07, 2006
-
-
Dries Buytaert authored
-
- Jul 31, 2006
-
-
Dries Buytaert authored
-
- Jul 10, 2006
-
-
Dries Buytaert authored
+ reorganized ?q=admin/settings + deprecated the _settings hook
-
- May 07, 2006
-
-
Neil Drumm authored
-
- Feb 21, 2006
-
-
Dries Buytaert authored
-
- Feb 02, 2006
-
-
Dries Buytaert authored
-
- Jan 17, 2006
-
-
Dries Buytaert authored
-
- Nov 01, 2005
-
-
Dries Buytaert authored
-
- Oct 11, 2005
-
-
Dries Buytaert authored
-
- Oct 07, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
-
- Aug 30, 2005
-
-
Dries Buytaert authored
- Patch #20255 by Cvbge: simplified a query in the throttle.module. Fixes a PostgreSQL compatibility bug too.
-
- Aug 25, 2005
-
-
Dries Buytaert authored
-
- Jul 31, 2005
-
-
Dries Buytaert authored
- Patch by Neil: removed redundant form_group() from throttle settings page.
-
- May 31, 2005
-
-
Steven Wittens authored
- Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags.
-
- Apr 03, 2005
-
-
Dries Buytaert authored
-
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.
-
- Mar 07, 2005
-
-
Dries Buytaert authored
-
- Dec 04, 2004
-
-
Dries Buytaert authored
-
- Nov 14, 2004
-
-
Dries Buytaert authored
+ throttle module: flush cache when the throttle enables/disables + throttle module: prevent throttle being enabled by 0 users or guests when disabled + system module: remove requirement for statistics.module + block module: update help text to reflect access log is no longer required + statistics module: throttle is now enabled/disabled, not using levels 0-5
-
- Nov 07, 2004
-
-
Dries Buytaert authored
* There are only two throttle levels instead of 5, namely 'enabled' and 'disabled'. This makes it a _lot_ easier to predict when the throttle will kick in. However, if you maintain a module that is throttle-aware, it needs to be updated! * The throttle mechanism now uses the current number of anonymous users or the current number of authenticated users to kick in. This is a _lot_ more intuitive than the old throttle mechanism. * The throttle block has been removed -- you can now use the "Who's online" block to determine the good throttle settings. * Most of the documentation has been removed because it was deprecated. * It's less code!
-
- Oct 31, 2004
-
-
Dries Buytaert authored
The primary goal of this patch is to take the 'custom' and 'path' columns of the block overview page and make them into something understandable. As of Drupal 4.5 'custom' lacked an explanation which wasn't buried in help text and path required dealing with regular expressions. Every block now has a configuration page to control these options. This gives more space to make form controls which do not require a lengthy explanation. This page also gives modules a chance to put their block configuration options in a place that makes sense using new operations in the block hook. The only required changes to modules implementing hook_block() is to be careful about what is returned. Do not return anything if $op is not 'list' or 'view'. Once this change is made, modules will still be compatible with Drupal 4.5. Required changes to core modules are included in this path. An additional optional change to modules is to implement the additional $op options added. 'configure' should return a string containing the configuration form for the block with the appropriate $delta. 'configure save' will come with an additional $edit argument, which will contain the submitted form data for saving. These changes to core modules are also included in this patch.
-
- Oct 12, 2004
-
-
Steven Wittens authored
-
- 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).
-
- Jun 20, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 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 24, 2004
-
-
Dries Buytaert authored
-
- Mar 20, 2004
-
-
Dries Buytaert authored
-
- Feb 23, 2004
-
-
Dries Buytaert authored
- Usability improvement: made the throttle message fit in the watchdog message.
-
- Feb 22, 2004
-
-
Dries Buytaert authored
-
- Feb 15, 2004
-
-
Dries Buytaert authored
- Patch 5592 by Goba: let drupal_map_assoc() rule. :-) - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
-