drupal/modules
Dries Buytaert 05676eda20 - Patch by Goba: remove useless t() function from help module. 2004-11-08 22:27:34 +00:00
..
aggregator - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
archive - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
block - Refactored the throttle module. Patch by Jeremy and me. 2004-11-07 22:47:00 +00:00
blog - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
blogapi - Fixed parentheses. 2004-10-18 18:40:53 +00:00
book - Patch by Gerhard: the book permissions in today's cvs are not consistent with the rest of Drupal. We have a "maintain books" and a "edit own book pages" permission. All other modules have a "create foo" permission. Thus the existing "maintain books" permission should be renamed to "create book pages" and a new "maintain books" permission should be introduced that allows editors to update book pages they haven't created themselves even without having "administer nodes" permission. 2004-11-04 22:31:46 +00:00
comment - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
drupal - Patch by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:02:31 +00:00
filter : missing </p> in filter help. 2004-10-30 16:58:51 +00:00
forum - Patch : added 'edit own forum topics' permission. 2004-11-07 19:28:24 +00:00
help - Patch by Goba: remove useless t() function from help module. 2004-11-08 22:27:34 +00:00
legacy - Patch by JonBob: the legacy handlers and file upload previews were mistakenly cached when they cannot be. Attached patch fixes this as well as a reference to an undefined constant in legacy_menu(). 2004-09-17 18:08:28 +00:00
locale : Improve locale import/export messages (Stefan) 2004-10-26 17:20:58 +00:00
menu - On popular demand, patch by jhriggs: made it possible to expand menu items. 2004-11-06 12:11:02 +00:00
node - Slightly modified the API of node_title_list(): it will no longer call comment_num_all() for each node. Instead, it checks for the availability of the node_comment field, available through the node_comment_statistics table. If updated the Doxygen comments accordingly. 2004-11-04 21:02:30 +00:00
page - Patch by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
path - Patch by Neil Drumm: the path module's help text contained information that was no longer up-to-date. 2004-10-23 13:47:11 +00:00
ping - Make Drupal ping Yahoo.com. 2004-11-06 12:56:05 +00:00
poll - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
profile - Patch by Steven: 'my account' information is not saved. 2004-10-16 16:59:59 +00:00
search - Patch by Steven: more search improvements: 2004-11-04 06:47:03 +00:00
statistics - Patch by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00
story - Patch by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
system : Test if clean URLs work before allowing them to be turned on. 2004-11-02 12:47:10 +00:00
taxonomy - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
throttle - Refactored the throttle module. Patch by Jeremy and me. 2004-11-07 22:47:00 +00:00
tracker - Modifed patch by ccourtne: made the tracker module take advantage of the node_comment_statistics table. Improves performance of the tracker page by facter 10 because it eliminates up to 20 SQL queries. 2004-11-04 20:17:07 +00:00
upload Missing check if file upload fails. 2004-10-20 16:57:35 +00:00
user - Performance improvement: made 'sid' the primary key of the sessions table. 2004-11-07 21:53:55 +00:00
watchdog - Patch by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00
admin.module - Patch by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
aggregator.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
archive.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
block.module - Refactored the throttle module. Patch by Jeremy and me. 2004-11-07 22:47:00 +00:00
blog.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
blogapi.module - Fixed parentheses. 2004-10-18 18:40:53 +00:00
book.module - Patch by Gerhard: the book permissions in today's cvs are not consistent with the rest of Drupal. We have a "maintain books" and a "edit own book pages" permission. All other modules have a "create foo" permission. Thus the existing "maintain books" permission should be renamed to "create book pages" and a new "maintain books" permission should be introduced that allows editors to update book pages they haven't created themselves even without having "administer nodes" permission. 2004-11-04 22:31:46 +00:00
comment.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
drupal.module - Patch by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:02:31 +00:00
filter.module : missing </p> in filter help. 2004-10-30 16:58:51 +00:00
forum.module - Patch : added 'edit own forum topics' permission. 2004-11-07 19:28:24 +00:00
help.module - Patch by Goba: remove useless t() function from help module. 2004-11-08 22:27:34 +00:00
legacy.module - Patch by JonBob: the legacy handlers and file upload previews were mistakenly cached when they cannot be. Attached patch fixes this as well as a reference to an undefined constant in legacy_menu(). 2004-09-17 18:08:28 +00:00
locale.module : Improve locale import/export messages (Stefan) 2004-10-26 17:20:58 +00:00
menu.module - On popular demand, patch by jhriggs: made it possible to expand menu items. 2004-11-06 12:11:02 +00:00
node.module - Slightly modified the API of node_title_list(): it will no longer call comment_num_all() for each node. Instead, it checks for the availability of the node_comment field, available through the node_comment_statistics table. If updated the Doxygen comments accordingly. 2004-11-04 21:02:30 +00:00
page.module - Patch by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
path.module - Patch by Neil Drumm: the path module's help text contained information that was no longer up-to-date. 2004-10-23 13:47:11 +00:00
ping.module - Make Drupal ping Yahoo.com. 2004-11-06 12:56:05 +00:00
poll.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
profile.module - Patch by Steven: 'my account' information is not saved. 2004-10-16 16:59:59 +00:00
queue.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
search.module - Patch by Steven: more search improvements: 2004-11-04 06:47:03 +00:00
statistics.module - Patch by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00
story.module - Patch by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
system.module : Test if clean URLs work before allowing them to be turned on. 2004-11-02 12:47:10 +00:00
taxonomy.module - Patch by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
throttle.module - Refactored the throttle module. Patch by Jeremy and me. 2004-11-07 22:47:00 +00:00
tracker.module - Modifed patch by ccourtne: made the tracker module take advantage of the node_comment_statistics table. Improves performance of the tracker page by facter 10 because it eliminates up to 20 SQL queries. 2004-11-04 20:17:07 +00:00
upload.module Missing check if file upload fails. 2004-10-20 16:57:35 +00:00
user.module - Performance improvement: made 'sid' the primary key of the sessions table. 2004-11-07 21:53:55 +00:00
watchdog.module - Patch by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00