drupal/modules
Dries Buytaert 4aefe695fb - Fixed broken link + removed redundant form descriptions (there is no point
in repeating the title).
2004-08-01 19:20:19 +00:00
..
aggregator - Patch 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block - 'add block' -> 'add' 2004-07-10 16:06:49 +00:00
blog - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
blogapi - Patch 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 by JonBob: fixed a buglet in the recent book patch. It tried 2004-07-31 16:23:01 +00:00
comment - Fixed broken link + removed redundant form descriptions (there is no point 2004-08-01 19:20:19 +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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
help - Patch 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 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
page - Patch , 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile - Patch 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 - Simplified referrer links. Suggested by Morbus. 2004-06-30 21:00:41 +00:00
story - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
system - Patch 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
throttle - Patch by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
user - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
watchdog - Patch 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 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block.module - 'add block' -> 'add' 2004-07-10 16:06:49 +00:00
blog.module - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
blogapi.module - Patch 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 by JonBob: fixed a buglet in the recent book patch. It tried 2004-07-31 16:23:01 +00:00
comment.module - Fixed broken link + removed redundant form descriptions (there is no point 2004-08-01 19:20:19 +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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
help.module - Patch 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 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
page.module - Patch , 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile.module - Patch 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 - Simplified referrer links. Suggested by Morbus. 2004-06-30 21:00:41 +00:00
story.module - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
system.module - Patch 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 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
throttle.module - Patch by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker.module - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
user.module - Patch by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
watchdog.module - Patch by Morbus: watchdog module beautifications. 2004-07-03 14:10:09 +00:00