summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #92696 by Tobias and Dave: broken Garland logo when using ↵Dries Buytaert2006-11-07
| | | | subdirectories.
* - Patch #92845 by chx: fixed contact module placeholders in e-mail messages.Dries Buytaert2006-11-07
|
* - Patch #92365 by chx: Garland does not display secondary tabs when color ↵Dries Buytaert2006-11-07
| | | | module is off.
* - Patch #84146 by RobRoy: missing capitalization fixes.Dries Buytaert2006-11-07
|
* #93078 by Frando. array_shift needs a real variable for pass by reference.Neil Drumm2006-11-07
|
* #90395 by joshk, mj2308, and kkaefer. Fix book outline saving.Neil Drumm2006-11-07
|
* #86842 by pwolanin. Clone nodes to keep the cache sanitized.Neil Drumm2006-11-07
|
* #85358 by hunmonk. Fix variable substituition in adminitrator notification ↵Neil Drumm2006-11-07
| | | | of pending accounts.
* #83288 by chx and pwolanin. Remove a redundant access check.Neil Drumm2006-11-07
|
* #76931 by robertDouglass. Remove an instance of loading uid 0.Neil Drumm2006-11-07
|
* #48178 by kkaefer. Only save the menu item expanded attribute if it is set.Neil Drumm2006-11-07
|
* Add missing array keys to fields when building user profile view, to make ↵Steven Wittens2006-11-03
| | | | hook_profile_alter() use more consistent.
* #80257 by Jaza. Add a hook for content type changes and use it for keeping ↵Neil Drumm2006-10-31
| | | | vocabulary associations.
* #90508 by Heine and the security team. Every form gets a token.Neil Drumm2006-10-31
|
* #90614 by asimmonds and hunmonk. Avoid linking to inaccessible admin pages.Neil Drumm2006-10-31
|
* - Patch #59832 by markus and chx: simplified SQL query.Dries Buytaert2006-10-30
|
* color.install missingSteven Wittens2006-10-29
|
* Color.module tweaks:Steven Wittens2006-10-29
| | | | | | | - Remove tab characters - Make sure GD2 is present before doing magic. - Add requirement check for GD2 - Fix broken .png file
* - Last minute oopsie. Make sure /files/color is createdSteven Wittens2006-10-29
|
* #88202: Adding Garland theme to core.Steven Wittens2006-10-29
|
* Fix table row striping on status report pageSteven Wittens2006-10-29
|
* #91473: Fix user.module username validation with nul charactersSteven Wittens2006-10-28
|
* - Patch #91477 by havran: fixed PostgreSQL install with database table ↵Dries Buytaert2006-10-26
| | | | prefixing. Missing brackets.
* Swap columns on admin/by-module to alphabetize modules left to rightSteven Wittens2006-10-26
|
* - Patch #89285 by profix: code simplifications.Dries Buytaert2006-10-26
|
* - Patch #88474 by webernet: fixed incorrect commit.Dries Buytaert2006-10-26
|
* - Patch #62628 by imagine et al: added missing element in user.module.Dries Buytaert2006-10-25
|
* - Patch #91139 bby Eaton: custom node type permissions don't work.Dries Buytaert2006-10-25
|
* - Patch #88474 by chx, webernet, etc: fixed 'access denied' problemDries Buytaert2006-10-25
|
* - Patch #82938 by edkwh and natrak: error in comments admin page after ↵Dries Buytaert2006-10-24
| | | | clicking on Update without selecting any comments.
* #91076: Fix overlapping autocomplete suggestion boxSteven Wittens2006-10-24
|
* - Patch #88233 by profix989, webchick, hunmonk et al: UI improvements for ↵Dries Buytaert2006-10-24
| | | | the uninstaller.
* Fix form buttons sticking next to filter tips linkSteven Wittens2006-10-23
|
* - Patch #89454 by chx: made deleting a locale language work.Dries Buytaert2006-10-23
|
* - Patch #88233 by hunmonk et al: uninstall UI for modules.Dries Buytaert2006-10-23
|
* - Patch #84146 by profix, webernet, et al: capitalization fixes.Dries Buytaert2006-10-23
|
* - Patch #84146 by profix, webernet, et al: capitalization fixes.Dries Buytaert2006-10-23
|
* - Patch #52015 by AjK: updated timestamps for feed items.Dries Buytaert2006-10-23
|
* - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵Dries Buytaert2006-10-23
| | | | outside root/modules directory. Critical bugfix.
* - Patch #75395 by chx, merlin and natrak: incorporate node access arbitrator ↵Dries Buytaert2006-10-23
| | | | into node.module. Critical bugfix.
* - Patch #89976 by jvandyk: remove left-over code from pre-form API days.Dries Buytaert2006-10-23
|
* - Patch #87622 by chx: added maxlength for password in user login block.Dries Buytaert2006-10-23
|
* - Patch #57015 by chx: return to the proper pages after deleting a node.Dries Buytaert2006-10-23
|
* - Patch #89964 by jvandyk: improved performance of user_is_blocked() by ↵Dries Buytaert2006-10-23
| | | | removing a redundant query.
* - Patch #90662 by hunmonk: profile registration fields broken for user adminsKjartan Mannes2006-10-22
|
* - Patch #90128 by gotheric and chx: worked around incompatible change in ↵Dries Buytaert2006-10-22
| | | | MySQL 5.0.13. Actually improves portability with databases like Oracle. Critical bugfix as it prevented search indexing from working.
* - Menu item capitalizationSteven Wittens2006-10-22
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* #90119 by ontwerpwerk and profix898. Clean up misnamed permissions.Neil Drumm2006-10-20
|
* #24023 by chx. Allow multiple select options with the same value and ↵Neil Drumm2006-10-20
| | | | implement it for taxonomy selection.