drupal/modules
Dries Buytaert 254256de82 - Partial patch #9643 by Bart:
+ the confirmation before deleting a comment was missing a check_output.
   + after editing a comment, two pages were shown (two calls to theme('page',..)), replaced this by a drupal_goto.
2004-08-03 17:36:46 +00:00
..
aggregator - Patch #8531 by drumm: took this date parser from MagpieRSS (conveniently GPL). The main benefit here is that timezones are handled properly (I have been noticing increasing complaints about that). I tested with a few feeds of different time formats and time zones and everything appeared correctly in my site's local time. Making this another function adds the benefit of parsability by other RSS (or other contexts) and RSS extension handling functions, where the W3C DTF is recomended. 2004-07-26 18:42:31 +00:00
archive - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block - Simplified the block help a bit by removing some dated information. It 2004-08-01 19:26:07 +00:00
blog - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
blogapi - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
book - Patch #9649 by JonBob: fixed a buglet in the recent book patch. It tried 2004-07-31 16:23:01 +00:00
comment - Partial patch #9643 by Bart: 2004-08-03 17:36:46 +00:00
drupal - Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly: 2004-07-04 16:50:02 +00:00
filter - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
forum - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
help - Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site). 2004-07-02 18:46:42 +00:00
locale - Patch #9481 by JonBob: fixed small typo in help text. 2004-07-25 14:35:11 +00:00
menu - Patch 9543 by JonBob: use drupal_goto() in menu administration. 2004-07-25 18:31:41 +00:00
node - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
page - Patch #9430, backported patch from JonBob: fixed typo: 'that that' -> 'that' 2004-07-31 16:27:07 +00:00
path - Small code simplifications. 2004-07-13 07:10:56 +00:00
ping Tabs patch! 2004-06-18 15:04:37 +00:00
poll - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
search - Alternative fix for search module bug. 2004-07-28 20:32:21 +00:00
statistics - Patch by Jeremy: statistics module improvements. 2004-08-03 09:27:00 +00:00
story - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
system - Patch #9650 by Adrian: this change introduces a module_load function, which maintains a list of modules that have already been loaded in a static array, and will not load another module of the same name, or if the file does not exist. 2004-07-31 11:17:27 +00:00
taxonomy - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
throttle - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
user - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
watchdog - Patch #8952 by Morbus: watchdog module beautifications. 2004-07-03 14:10:09 +00:00
admin.module Tabs patch! 2004-06-18 15:04:37 +00:00
aggregator.module - Patch #8531 by drumm: took this date parser from MagpieRSS (conveniently GPL). The main benefit here is that timezones are handled properly (I have been noticing increasing complaints about that). I tested with a few feeds of different time formats and time zones and everything appeared correctly in my site's local time. Making this another function adds the benefit of parsability by other RSS (or other contexts) and RSS extension handling functions, where the W3C DTF is recomended. 2004-07-26 18:42:31 +00:00
archive.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block.module - Simplified the block help a bit by removing some dated information. It 2004-08-01 19:26:07 +00:00
blog.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
blogapi.module - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch. 2004-07-13 20:40:46 +00:00
book.module - Patch #9649 by JonBob: fixed a buglet in the recent book patch. It tried 2004-07-31 16:23:01 +00:00
comment.module - Partial patch #9643 by Bart: 2004-08-03 17:36:46 +00:00
drupal.module - Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly: 2004-07-04 16:50:02 +00:00
filter.module - More tab-improvements by JonBob: improved support for the default tabs! 2004-07-10 15:51:48 +00:00
forum.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
help.module - Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site). 2004-07-02 18:46:42 +00:00
locale.module - Patch #9481 by JonBob: fixed small typo in help text. 2004-07-25 14:35:11 +00:00
menu.module - Patch 9543 by JonBob: use drupal_goto() in menu administration. 2004-07-25 18:31:41 +00:00
node.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
page.module - Patch #9430, backported patch from JonBob: fixed typo: 'that that' -> 'that' 2004-07-31 16:27:07 +00:00
path.module - Small code simplifications. 2004-07-13 07:10:56 +00:00
ping.module Tabs patch! 2004-06-18 15:04:37 +00:00
poll.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile.module - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
queue.module - Moving the title.module from core to contrib as discussed on the mailing list. 2004-07-07 20:18:22 +00:00
search.module - Alternative fix for search module bug. 2004-07-28 20:32:21 +00:00
statistics.module - Patch by Jeremy: statistics module improvements. 2004-08-03 09:27:00 +00:00
story.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
system.module - Patch #9650 by Adrian: this change introduces a module_load function, which maintains a list of modules that have already been loaded in a static array, and will not load another module of the same name, or if the file does not exist. 2004-07-31 11:17:27 +00:00
taxonomy.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
throttle.module - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
user.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
watchdog.module - Patch #8952 by Morbus: watchdog module beautifications. 2004-07-03 14:10:09 +00:00