drupal/modules
Dries Buytaert 1f26099019 - Patch #9770 by killes: fixed typo in queue module. 2004-08-04 21:51:36 +00:00
..
aggregator - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be 2004-08-04 20:40:01 +00:00
archive - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block - Simplified the block help a bit by removing some dated information. It 2004-08-01 19:26:07 +00:00
blog - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +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 #9649 by JonBob: fixed a buglet in the recent book patch. It tried 2004-07-31 16:23:01 +00:00
comment - Partial patch #9643 by Bart: 2004-08-03 17:36:46 +00:00
drupal - Patch #7458 by killes: conditionally include xmlrpc.inc. 2004-08-04 20:36:24 +00:00
filter - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
forum - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be 2004-08-04 20:40:01 +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 - Patch #9481 by JonBob: fixed small typo in help text. 2004-07-25 14:35:11 +00:00
menu - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes. 2004-08-03 18:01:48 +00:00
node - Patch #9497 by gordon: made <!--break--> work even when the teaser length 2004-08-04 21:19:12 +00:00
page - Patch #9430, backported patch from JonBob: fixed typo: 'that that' -> 'that' 2004-07-31 16:27:07 +00:00
path - Small code simplifications. 2004-07-13 07:10:56 +00:00
ping - Patch #7458 by killes: conditionally include xmlrpc.inc. 2004-08-04 20:36:24 +00:00
poll - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
search - Alternative fix for search module bug. 2004-07-28 20:32:21 +00:00
statistics - Patch by Jeremy: statistics module improvements. 2004-08-03 09:27:00 +00:00
story - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
system - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be 2004-08-04 20:40:01 +00:00
taxonomy - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
throttle - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
user - Patch #9768 by killes: admin/user/edit/$uid is no more, removed some left-overs. 2004-08-04 21:09:29 +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 #9657: more intelligent theme() function. Hopefully, Adrian will be 2004-08-04 20:40:01 +00:00
archive.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block.module - Simplified the block help a bit by removing some dated information. It 2004-08-01 19:26:07 +00:00
blog.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +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 #9649 by JonBob: fixed a buglet in the recent book patch. It tried 2004-07-31 16:23:01 +00:00
comment.module - Partial patch #9643 by Bart: 2004-08-03 17:36:46 +00:00
drupal.module - Patch #7458 by killes: conditionally include xmlrpc.inc. 2004-08-04 20:36:24 +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 - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be 2004-08-04 20:40:01 +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 - Patch #9481 by JonBob: fixed small typo in help text. 2004-07-25 14:35:11 +00:00
menu.module - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes. 2004-08-03 18:01:48 +00:00
node.module - Patch #9497 by gordon: made <!--break--> work even when the teaser length 2004-08-04 21:19:12 +00:00
page.module - Patch #9430, backported patch from JonBob: fixed typo: 'that that' -> 'that' 2004-07-31 16:27:07 +00:00
path.module - Small code simplifications. 2004-07-13 07:10:56 +00:00
ping.module - Patch #7458 by killes: conditionally include xmlrpc.inc. 2004-08-04 20:36:24 +00:00
poll.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile.module - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
queue.module - Patch #9770 by killes: fixed typo in queue module. 2004-08-04 21:51:36 +00:00
search.module - Alternative fix for search module bug. 2004-07-28 20:32:21 +00:00
statistics.module - Patch by Jeremy: statistics module improvements. 2004-08-03 09:27:00 +00:00
story.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
system.module - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be 2004-08-04 20:40:01 +00:00
taxonomy.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +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 #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
user.module - Patch #9768 by killes: admin/user/edit/$uid is no more, removed some left-overs. 2004-08-04 21:09:29 +00:00
watchdog.module - Patch #8952 by Morbus: watchdog module beautifications. 2004-07-03 14:10:09 +00:00