drupal/modules
Dries Buytaert 63e9b06e75 - Bugfix: provide an absolute URL to the 'ping servers'. 2004-10-10 19:43:23 +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 - Orphaned the node_link() hook as per #9769. 2004-10-10 11:12:57 +00:00
drupal - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
filter - Bugfix: the filter tips contained a non-existing ID which resulted in invalid XHTML code. 2004-10-09 16:01:07 +00:00
forum - Patch #11426: the forum module generated an empty table for forums with no child forums. 2004-10-09 17:15:55 +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 - Code improvement: removed some redundant code from the node module. 2004-10-10 11:17:24 +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 - Bug #10530: added a missing period to a sentence in the help text. 2004-10-08 16:54:35 +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 - Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when writing to cache. 2004-10-04 22:04:07 +00:00
taxonomy - Patch #11166 by drumm: removed redundant help page from the taxonomy module. 2004-10-04 18:32:05 +00:00
throttle - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +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 - Patch #11312 by killes: fixed problems with menu caching. 2004-10-06 11:51:48 +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 - Orphaned the node_link() hook as per #9769. 2004-10-10 11:12:57 +00:00
drupal.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
filter.module - Bugfix: the filter tips contained a non-existing ID which resulted in invalid XHTML code. 2004-10-09 16:01:07 +00:00
forum.module - Patch #11426: the forum module generated an empty table for forums with no child forums. 2004-10-09 17:15:55 +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 - Code improvement: removed some redundant code from the node module. 2004-10-10 11:17:24 +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 - Bug #10530: added a missing period to a sentence in the help text. 2004-10-08 16:54:35 +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 - Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when writing to cache. 2004-10-04 22:04:07 +00:00
taxonomy.module - Patch #11166 by drumm: removed redundant help page from the taxonomy module. 2004-10-04 18:32:05 +00:00
throttle.module - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +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 - Patch #11312 by killes: fixed problems with menu caching. 2004-10-06 11:51:48 +00:00
watchdog.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00