.. |
aggregator
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
archive
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
block
|
- Patch #14209 by nysus: improved the clarity and readability for a group of radio buttons for a block's visibility settings.
|
2004-12-11 12:32:01 +00:00 |
blog
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
blogapi
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
book
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
comment
|
- Fixed typo: db_queryd() -> db_query()
|
2004-12-11 12:26:40 +00:00 |
contact
|
- Added a simple contact module to core.
|
2004-12-07 17:03:46 +00:00 |
drupal
|
- Modified patch #6475 by Killes: sites -> drupalsites -> drupal-sites
|
2004-11-30 18:25:39 +00:00 |
filter
|
- Patch #13581 by Steven: Db_query() allows a variable amount of parameters so you can pass the query arguments in. There is however an alternative syntax: instead of passing the query arguments as function arguments, you can also pass a single array with the query arguments in it. For example the following two statements are equivalent:
|
2004-11-29 13:13:29 +00:00 |
forum
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
help
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +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
|
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
|
2004-11-27 09:52:57 +00:00 |
menu
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
node
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
page
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
path
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
ping
|
- Patch #14005 by Richard: rewrote the ping module's built-in documentation.
|
2004-12-07 07:06:19 +00:00 |
poll
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
profile
|
- Patch #14035 by Goba: fixed problem with UTF-8 conversion when mixing LOWER() and strtolower().
|
2004-12-07 17:42:35 +00:00 |
search
|
Search: wrong parameter order on search_wipe().
|
2004-12-02 06:45:18 +00:00 |
statistics
|
- Small code improvements.
|
2004-11-29 09:31:28 +00:00 |
story
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
system
|
- Fixed #13643: increased the maxlength of the 'path to custom logo'-setting.
|
2004-11-30 18:40:24 +00:00 |
taxonomy
|
- Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make them work with node-level permissions.
|
2004-11-29 12:52:44 +00:00 |
throttle
|
- Added a special category for throttle messages.
|
2004-12-04 12:07:58 +00:00 |
tracker
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
upload
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
user
|
- Modified patch by Goba: don't save user roles in the serialized data field of the user table.
|
2004-12-08 19:41:16 +00:00 |
watchdog
|
- Fixed colspan bug reported by Steven.
|
2004-12-06 13:23:48 +00:00 |
admin.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
aggregator.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
archive.module
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
block.module
|
- Patch #14209 by nysus: improved the clarity and readability for a group of radio buttons for a block's visibility settings.
|
2004-12-11 12:32:01 +00:00 |
blog.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
blogapi.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
book.module
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
comment.module
|
- Fixed typo: db_queryd() -> db_query()
|
2004-12-11 12:26:40 +00:00 |
contact.module
|
- Added a simple contact module to core.
|
2004-12-07 17:03:46 +00:00 |
drupal.module
|
- Modified patch #6475 by Killes: sites -> drupalsites -> drupal-sites
|
2004-11-30 18:25:39 +00:00 |
filter.module
|
- Patch #13581 by Steven: Db_query() allows a variable amount of parameters so you can pass the query arguments in. There is however an alternative syntax: instead of passing the query arguments as function arguments, you can also pass a single array with the query arguments in it. For example the following two statements are equivalent:
|
2004-11-29 13:13:29 +00:00 |
forum.module
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
help.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +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
|
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
|
2004-11-27 09:52:57 +00:00 |
menu.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
node.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
page.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
path.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
ping.module
|
- Patch #14005 by Richard: rewrote the ping module's built-in documentation.
|
2004-12-07 07:06:19 +00:00 |
poll.module
|
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
|
2004-11-24 22:56:21 +00:00 |
profile.module
|
- Patch #14035 by Goba: fixed problem with UTF-8 conversion when mixing LOWER() and strtolower().
|
2004-12-07 17:42:35 +00:00 |
queue.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
search.module
|
Search: wrong parameter order on search_wipe().
|
2004-12-02 06:45:18 +00:00 |
statistics.module
|
- Small code improvements.
|
2004-11-29 09:31:28 +00:00 |
story.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
system.module
|
- Fixed #13643: increased the maxlength of the 'path to custom logo'-setting.
|
2004-11-30 18:40:24 +00:00 |
taxonomy.module
|
- Patch #11977 by matteo: added extra DISTINCT()s to two SQL queries to make them work with node-level permissions.
|
2004-11-29 12:52:44 +00:00 |
throttle.module
|
- Added a special category for throttle messages.
|
2004-12-04 12:07:58 +00:00 |
tracker.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
upload.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
user.module
|
- Modified patch by Goba: don't save user roles in the serialized data field of the user table.
|
2004-12-08 19:41:16 +00:00 |
watchdog.module
|
- Fixed colspan bug reported by Steven.
|
2004-12-06 13:23:48 +00:00 |