drupal/modules
Dries Buytaert 9b49f01f11 - Patch #7466 by TDobes: comments module would add a link of register even if "user_register" was set to 0. 2004-07-14 05:44:36 +00:00
..
aggregator - Patch #9261 by drumm: made the aggregator overview tables more consistent by adding a items column to the categories table which acts like the same column in the feeds table. 2004-07-13 21:34:14 +00:00
archive - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
block - 'add block' -> 'add' 2004-07-10 16:06:49 +00:00
blog - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
blogapi - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
book - Patch #8080 by TDobes: added teaser support to the book and page module. 2004-07-13 21:52:35 +00:00
comment - Patch #7466 by TDobes: comments module would add a link of register even if "user_register" was set to 0. 2004-07-14 05:44:36 +00:00
drupal - Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly: 2004-07-04 16:50:02 +00:00
filter - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
forum - Renamed '... your ...' to '... my ...' (cfr. 'my account). 2004-07-08 15:19:08 +00:00
help - Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site). 2004-07-02 18:46:42 +00:00
locale I refactored quite a bit of the user.module: 2004-06-27 19:10:52 +00:00
menu - Patch #9234 by TDobes: the latest menu changes have caused custom menu blocks not to render any output. If I create a new menu and menu items, and then enable the block, no output from that block is visible. 2004-07-13 21:23:23 +00:00
node - Patch #8942 by Morbus: when testing under devel.module, the "SELECT timestamp from {history}" SQL statement is executed multiple times in two different functions. This duplicated code should be placed in a function, and that's been done already with node_last_visited() - the remaining code was just never updated to use the new routine. This patch changes the old code to use node_last_visited, and also modifies node_last_visited() to cache the result of the database call. 2004-07-13 20:44:13 +00:00
page - Patch #8080 by TDobes: added teaser support to the book and page module. 2004-07-13 21:52:35 +00:00
path - Small code simplifications. 2004-07-13 07:10:56 +00:00
ping Tabs patch! 2004-06-18 15:04:37 +00:00
poll - Moving the title.module from core to contrib as discussed on the mailing list. 2004-07-07 20:18:22 +00:00
profile - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
search - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
statistics - Simplified referrer links. Suggested by Morbus. 2004-06-30 21:00:41 +00:00
story - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
system Fixed a bug caused by inverting the setting for configurable timezones. 2004-07-09 00:25:10 +00:00
taxonomy - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
throttle - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker - Patch by Matt: made it possible to alias an URL multiple times. 2004-07-11 06:53:39 +00:00
user - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
watchdog - Patch #8952 by Morbus: watchdog module beautifications. 2004-07-03 14:10:09 +00:00
admin.module Tabs patch! 2004-06-18 15:04:37 +00:00
aggregator.module - Patch #9261 by drumm: made the aggregator overview tables more consistent by adding a items column to the categories table which acts like the same column in the feeds table. 2004-07-13 21:34:14 +00:00
archive.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
block.module - 'add block' -> 'add' 2004-07-10 16:06:49 +00:00
blog.module - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
blogapi.module - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
book.module - Patch #8080 by TDobes: added teaser support to the book and page module. 2004-07-13 21:52:35 +00:00
comment.module - Patch #7466 by TDobes: comments module would add a link of register even if "user_register" was set to 0. 2004-07-14 05:44:36 +00:00
drupal.module - Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly: 2004-07-04 16:50:02 +00:00
filter.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
forum.module - Renamed '... your ...' to '... my ...' (cfr. 'my account). 2004-07-08 15:19:08 +00:00
help.module - Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site). 2004-07-02 18:46:42 +00:00
locale.module I refactored quite a bit of the user.module: 2004-06-27 19:10:52 +00:00
menu.module - Patch #9234 by TDobes: the latest menu changes have caused custom menu blocks not to render any output. If I create a new menu and menu items, and then enable the block, no output from that block is visible. 2004-07-13 21:23:23 +00:00
node.module - Patch #8942 by Morbus: when testing under devel.module, the "SELECT timestamp from {history}" SQL statement is executed multiple times in two different functions. This duplicated code should be placed in a function, and that's been done already with node_last_visited() - the remaining code was just never updated to use the new routine. This patch changes the old code to use node_last_visited, and also modifies node_last_visited() to cache the result of the database call. 2004-07-13 20:44:13 +00:00
page.module - Patch #8080 by TDobes: added teaser support to the book and page module. 2004-07-13 21:52:35 +00:00
path.module - Small code simplifications. 2004-07-13 07:10:56 +00:00
ping.module Tabs patch! 2004-06-18 15:04:37 +00:00
poll.module - Moving the title.module from core to contrib as discussed on the mailing list. 2004-07-07 20:18:22 +00:00
profile.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
queue.module - Moving the title.module from core to contrib as discussed on the mailing list. 2004-07-07 20:18:22 +00:00
search.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
statistics.module - Simplified referrer links. Suggested by Morbus. 2004-06-30 21:00:41 +00:00
story.module - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
system.module Fixed a bug caused by inverting the setting for configurable timezones. 2004-07-09 00:25:10 +00:00
taxonomy.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
throttle.module - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker.module - Patch by Matt: made it possible to alias an URL multiple times. 2004-07-11 06:53:39 +00:00
user.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
watchdog.module - Patch #8952 by Morbus: watchdog module beautifications. 2004-07-03 14:10:09 +00:00