drupal/modules
Dries Buytaert 1486dc8f92 - Make Drupal ping Yahoo.com. 2004-11-06 12:56:05 +00:00
..
aggregator - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
archive - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
block - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
blog - Patch #11875 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 #10632 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 #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
drupal - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:02:31 +00:00
filter #12295: missing </p> in filter help. 2004-10-30 16:58:51 +00:00
forum - Patch #11871 by killes: forum topics could be displayed multiple times when node-level permission were used. 2004-11-06 11:59:48 +00:00
help - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:02:31 +00:00
legacy - Patch #8179 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 #12146: Improve locale import/export messages (Stefan) 2004-10-26 17:20:58 +00:00
menu - On popular demand, patch #10178 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 #11879 by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
path - Patch #11952 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 #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
profile - Patch #11505 by Steven: 'my account' information is not saved. 2004-10-16 16:59:59 +00:00
search - Patch #12232 by Steven: more search improvements: 2004-11-04 06:47:03 +00:00
statistics - Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00
story - Patch #11879 by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
system #12384: Test if clean URLs work before allowing them to be turned on. 2004-11-02 12:47:10 +00:00
taxonomy - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
throttle - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +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 - Patch #12515 by Goba: fixed problem with cookies not being set properly, causing users getting logged out. 2004-11-03 22:39:55 +00:00
watchdog - Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00
admin.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
aggregator.module - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
archive.module - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
block.module - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
blog.module - Patch #11875 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 #10632 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 #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
drupal.module - Patch #11728 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 #12295: missing </p> in filter help. 2004-10-30 16:58:51 +00:00
forum.module - Patch #11871 by killes: forum topics could be displayed multiple times when node-level permission were used. 2004-11-06 11:59:48 +00:00
help.module - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:02:31 +00:00
legacy.module - Patch #8179 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 #12146: Improve locale import/export messages (Stefan) 2004-10-26 17:20:58 +00:00
menu.module - On popular demand, patch #10178 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 #11879 by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
path.module - Patch #11952 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 #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
profile.module - Patch #11505 by Steven: 'my account' information is not saved. 2004-10-16 16:59:59 +00:00
queue.module - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
search.module - Patch #12232 by Steven: more search improvements: 2004-11-04 06:47:03 +00:00
statistics.module - Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00
story.module - Patch #11879 by Moshe: deprecated the _content hook. 2004-10-23 17:18:23 +00:00
system.module #12384: Test if clean URLs work before allowing them to be turned on. 2004-11-02 12:47:10 +00:00
taxonomy.module - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +00:00
throttle.module - Patch #11875 by Neil Drumm: block module configuration improvements. 2004-10-31 07:34:47 +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 - Patch #12515 by Goba: fixed problem with cookies not being set properly, causing users getting logged out. 2004-11-03 22:39:55 +00:00
watchdog.module - Patch #12455 by Steven: optimized SQL query. This problem caused Drupal.org's 2004-11-02 15:09:09 +00:00