..
aggregator
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
archive
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
block
- Patch #9330 : ucfirst() gives problem when used with multibyte charset.
2004-08-06 20:15:32 +00:00
blog
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
blogapi
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
book
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
comment
- Patch #9812 by Adrian: fixed some PostgreSQL/ANSI SQL compabitibility
2004-08-06 21:00:43 +00:00
drupal
- Patch #7458 by killes: conditionally include xmlrpc.inc.
2004-08-04 20:36:24 +00:00
filter
- More tab-improvements by JonBob: improved support for the default tabs!
2004-07-10 15:51:48 +00:00
forum
- Patch #9884 by Bart Jansens:
2004-08-09 18:54:49 +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 #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes.
2004-08-03 18:01:48 +00:00
node
- Patch #9812 by Adrian: fixed some PostgreSQL/ANSI SQL compabitibility
2004-08-06 21:00:43 +00:00
page
- Patch #9430 , backported patch from JonBob: fixed typo: 'that that' -> 'that'
2004-07-31 16:27:07 +00:00
path
- Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, improved the code/Doxygen comments.
2004-08-07 19:45:54 +00:00
ping
- Patch #7458 by killes: conditionally include xmlrpc.inc.
2004-08-04 20:36:24 +00:00
poll
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
profile
- Patch #9865 by njivy: avoid mangling %'s in the profile SQL query.
2004-08-09 05:40:16 +00:00
search
- Alternative fix for search module bug.
2004-07-28 20:32:21 +00:00
statistics
- Patch by Jeremy: usability improvements for the statistics.module's GUI.
2004-08-05 20:30:16 +00:00
story
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
system
#7646 and more:
2004-08-10 01:30:09 +00:00
taxonomy
- Patch #9875 by njivy: call to taxonomy_overview() is missing in admin view.
2004-08-09 05:14:03 +00:00
throttle
- Patch #8681 by stefan: fixed some broken URLs and help texts.
2004-06-20 19:49:14 +00:00
tracker
- Patch #9330 : ucfirst() gives problem when used with multibyte charset.
2004-08-06 20:15:32 +00:00
user
Tiny code cleanup in user.module.
2004-08-08 23:19:47 +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 #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
archive.module
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
block.module
- Patch #9330 : ucfirst() gives problem when used with multibyte charset.
2004-08-06 20:15:32 +00:00
blog.module
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
blogapi.module
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
book.module
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
comment.module
- Patch #9812 by Adrian: fixed some PostgreSQL/ANSI SQL compabitibility
2004-08-06 21:00:43 +00:00
drupal.module
- Patch #7458 by killes: conditionally include xmlrpc.inc.
2004-08-04 20:36:24 +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 #9884 by Bart Jansens:
2004-08-09 18:54:49 +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 #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes.
2004-08-03 18:01:48 +00:00
node.module
- Patch #9812 by Adrian: fixed some PostgreSQL/ANSI SQL compabitibility
2004-08-06 21:00:43 +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
- Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, improved the code/Doxygen comments.
2004-08-07 19:45:54 +00:00
ping.module
- Patch #7458 by killes: conditionally include xmlrpc.inc.
2004-08-04 20:36:24 +00:00
poll.module
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
profile.module
- Patch #9865 by njivy: avoid mangling %'s in the profile SQL query.
2004-08-09 05:40:16 +00:00
queue.module
- Patch #9770 by killes: fixed typo in queue module.
2004-08-04 21:51:36 +00:00
search.module
- Alternative fix for search module bug.
2004-07-28 20:32:21 +00:00
statistics.module
- Patch by Jeremy: usability improvements for the statistics.module's GUI.
2004-08-05 20:30:16 +00:00
story.module
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
system.module
#7646 and more:
2004-08-10 01:30:09 +00:00
taxonomy.module
- Patch #9875 by njivy: call to taxonomy_overview() is missing in admin view.
2004-08-09 05:14:03 +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 #9330 : ucfirst() gives problem when used with multibyte charset.
2004-08-06 20:15:32 +00:00
user.module
Tiny code cleanup in user.module.
2004-08-08 23:19:47 +00:00
watchdog.module
- Patch #8952 by Morbus: watchdog module beautifications.
2004-07-03 14:10:09 +00:00