drupal/modules
Steven Wittens a35ff36673 search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search().
This fixes the embarrasing bug of not being able to search for "4.5.0" because it is indexed as "450".
2004-10-15 22:01:41 +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 #10677 by drumm: removed dead code. Leftover. 2004-10-14 21:27:33 +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 - Mofified patch #8862 by puregin: improved book module documentation. 2004-10-15 10:56:23 +00:00
comment - Patch #9252 by TDobes: admins should be able to edit anonymous commenters' names. 2004-10-15 16:57:20 +00:00
drupal - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
filter #10677: Confirmation when deleting a block + unifying confirmation screens. 2004-10-14 15:28:24 +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 #10677: Confirmation when deleting a block + unifying confirmation screens. 2004-10-14 15:28:24 +00:00
menu - Patch #10869 by JonBob: the menu.module forget the parent item on form error. 2004-10-14 21:35:12 +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 #6595: Unifying profile.module textbox widths with user.module. 2004-10-13 20:35:46 +00:00
search search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search(). 2004-10-15 22:01:41 +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 Theme system bug: only show search box if search.module is enabled. 2004-10-14 02:38:33 +00:00
taxonomy - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it 2004-10-15 05:10:35 +00:00
throttle #11503: missing t() in throttle and filter modules. 2004-10-12 15:56:02 +00:00
tracker - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it 2004-10-15 05:10:35 +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 #10677 by drumm: removed dead code. Leftover. 2004-10-14 21:27:33 +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 - Mofified patch #8862 by puregin: improved book module documentation. 2004-10-15 10:56:23 +00:00
comment.module - Patch #9252 by TDobes: admins should be able to edit anonymous commenters' names. 2004-10-15 16:57:20 +00:00
drupal.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
filter.module #10677: Confirmation when deleting a block + unifying confirmation screens. 2004-10-14 15:28:24 +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 #10677: Confirmation when deleting a block + unifying confirmation screens. 2004-10-14 15:28:24 +00:00
menu.module - Patch #10869 by JonBob: the menu.module forget the parent item on form error. 2004-10-14 21:35:12 +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 #6595: Unifying profile.module textbox widths with user.module. 2004-10-13 20:35:46 +00:00
queue.module - Patch #8179 by JonBob: reintroduced menu caching. 2004-09-16 07:17:56 +00:00
search.module search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search(). 2004-10-15 22:01:41 +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 Theme system bug: only show search box if search.module is enabled. 2004-10-14 02:38:33 +00:00
taxonomy.module - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it 2004-10-15 05:10:35 +00:00
throttle.module #11503: missing t() in throttle and filter modules. 2004-10-12 15:56:02 +00:00
tracker.module - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it 2004-10-15 05:10:35 +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