drupal/modules
Dries Buytaert 551782a5b2 - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in the database.
I rewrote this patch for simplicity.
2004-10-13 18:38:33 +00:00
..
aggregator - Modified version of patch #11099 by Alan Chandler: 2004-10-03 10:03:52 +00:00
archive - Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module. 2004-10-08 11:29:31 +00:00
block - Patch #11401 by Goba: documentation updates: 2004-10-09 06:29:16 +00:00
blog - Patch #10613 by Gerhard: calling a non-existent username or user ID in the blog module URL now returns a 404 error instead of an empty blog page. 2004-10-09 06:52:35 +00:00
blogapi - Patch #11401 by Goba: documentation updates: 2004-10-09 06:29:16 +00:00
book - Code improvement: removed some redundant code from the book module. 2004-10-10 11:11:38 +00:00
comment #11503: consistency improvements by Stefan 2004-10-12 16:16:22 +00:00
drupal - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
filter - Patch #11530 by Frodo: fixed long filter tips. 2004-10-13 17:03:06 +00:00
forum - Patch #11298 by nato: the function _forum_topics_read was not returning only nodes of type 'forum' resulting in the forum overview listing counting all node types as topics; attached patch modifies queries to return counts of only 'forum' type nodes. 2004-10-12 19:44:16 +00:00
help - Patch #11166 by drumm: removed redundant help page from the taxonomy module. 2004-10-04 18:32:05 +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 - Patch #11179 by stefan: fixed broken URL in context sensitive help. 2004-10-08 16:52:02 +00:00
menu - Patch #10961 by Gerhard: fixed PHP warning in the 'add menu item' form. 2004-09-21 18:49:54 +00:00
node - Modified patch #10613 by killes: generate a 'page not found'-page when a requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk. 2004-10-12 20:01:25 +00:00
page - Removed the link feature. It was death code, bound to confuse people. 2004-09-29 18:05:11 +00:00
path - Patch #10603 by TDobes: bugfix: URL aliases got lost when deleting revision. 2004-09-16 14:32:51 +00:00
ping - Bugfix: provide an absolute URL to the 'ping servers'. 2004-10-10 19:43:23 +00:00
poll Removing dead code from poll.module. 2004-09-18 00:15:54 +00:00
profile Profile.module: removing incorrect use of strtolower which messes up UTF-8 data. 2004-09-20 23:42:11 +00:00
search - Patch #10982 by TDobes: usability improvement: changed the link in search.module watchdog entries from "view results" to "results". This better matches watchdog entries from other modules. 2004-09-21 18:35:30 +00:00
statistics #11503: (more) missing t() 2004-10-12 16:10:54 +00:00
story Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea. 2004-09-28 19:13:03 +00:00
system #11503: (more) missing t() 2004-10-12 16:10:54 +00:00
taxonomy - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in the database. 2004-10-13 18:38:33 +00:00
throttle #11503: missing t() in throttle and filter modules. 2004-10-12 15:56:02 +00:00
tracker - Small refinement with regard to the page title. 2004-10-06 20:43:05 +00:00
upload #10441: Splitting up upload permissions in 2: one for uploading and one for viewing/downloading. It does not make sense to only allow downloading for people who can upload themselves. 2004-09-19 22:56:26 +00:00
user #11503: consistency improvements by Stefan 2004-10-12 16:16:22 +00:00
watchdog - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
admin.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
aggregator.module - Modified version of patch #11099 by Alan Chandler: 2004-10-03 10:03:52 +00:00
archive.module - Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module. 2004-10-08 11:29:31 +00:00
block.module - Patch #11401 by Goba: documentation updates: 2004-10-09 06:29:16 +00:00
blog.module - Patch #10613 by Gerhard: calling a non-existent username or user ID in the blog module URL now returns a 404 error instead of an empty blog page. 2004-10-09 06:52:35 +00:00
blogapi.module - Patch #11401 by Goba: documentation updates: 2004-10-09 06:29:16 +00:00
book.module - Code improvement: removed some redundant code from the book module. 2004-10-10 11:11:38 +00:00
comment.module #11503: consistency improvements by Stefan 2004-10-12 16:16:22 +00:00
drupal.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
filter.module - Patch #11530 by Frodo: fixed long filter tips. 2004-10-13 17:03:06 +00:00
forum.module - Patch #11298 by nato: the function _forum_topics_read was not returning only nodes of type 'forum' resulting in the forum overview listing counting all node types as topics; attached patch modifies queries to return counts of only 'forum' type nodes. 2004-10-12 19:44:16 +00:00
help.module - Patch #11166 by drumm: removed redundant help page from the taxonomy module. 2004-10-04 18:32:05 +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 - Patch #11179 by stefan: fixed broken URL in context sensitive help. 2004-10-08 16:52:02 +00:00
menu.module - Patch #10961 by Gerhard: fixed PHP warning in the 'add menu item' form. 2004-09-21 18:49:54 +00:00
node.module - Modified patch #10613 by killes: generate a 'page not found'-page when a requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk. 2004-10-12 20:01:25 +00:00
page.module - Removed the link feature. It was death code, bound to confuse people. 2004-09-29 18:05:11 +00:00
path.module - Patch #10603 by TDobes: bugfix: URL aliases got lost when deleting revision. 2004-09-16 14:32:51 +00:00
ping.module - Bugfix: provide an absolute URL to the 'ping servers'. 2004-10-10 19:43:23 +00:00
poll.module Removing dead code from poll.module. 2004-09-18 00:15:54 +00:00
profile.module Profile.module: removing incorrect use of strtolower which messes up UTF-8 data. 2004-09-20 23:42:11 +00:00
queue.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
search.module - Patch #10982 by TDobes: usability improvement: changed the link in search.module watchdog entries from "view results" to "results". This better matches watchdog entries from other modules. 2004-09-21 18:35:30 +00:00
statistics.module #11503: (more) missing t() 2004-10-12 16:10:54 +00:00
story.module Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea. 2004-09-28 19:13:03 +00:00
system.module #11503: (more) missing t() 2004-10-12 16:10:54 +00:00
taxonomy.module - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in the database. 2004-10-13 18:38:33 +00:00
throttle.module #11503: missing t() in throttle and filter modules. 2004-10-12 15:56:02 +00:00
tracker.module - Small refinement with regard to the page title. 2004-10-06 20:43:05 +00:00
upload.module #10441: Splitting up upload permissions in 2: one for uploading and one for viewing/downloading. It does not make sense to only allow downloading for people who can upload themselves. 2004-09-19 22:56:26 +00:00
user.module #11503: consistency improvements by Stefan 2004-10-12 16:16:22 +00:00
watchdog.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00