summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updating to jQuery 1.0.3 (JS features verified to work)Steven Wittens2006-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.
* Mention module uninstall in CHANGELOG.txtSteven Wittens2006-11-01
|
* #80257 by Jaza. Add a hook for content type changes and use it for keeping ↵Neil Drumm2006-10-31
| | | | vocabulary associations.
* #89059 by jvandervort, andeeeb, and Shakur. Decode destination path.Neil Drumm2006-10-31
|
* - Removing tabs.Dries Buytaert2006-10-31
|
* #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
|
* #24023 by vhmauery. Properly handle object option flattening.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 #87372 by drumm: Broken loginKjartan Mannes2006-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.
* - Patch #87372 by crunchywelch: work around PHP session bug.Dries Buytaert2006-10-24
|
* Fix form buttons sticking next to filter tips linkSteven Wittens2006-10-23
|
* - Patch #76899 by magico: comma to point.Dries Buytaert2006-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
|
* #89556: Upgrade to jQuery SVN to fix radio buttons in fieldsetsSteven Wittens2006-10-23
|
* #76819 by smsimms and sammys. Move part of the sql rewriting down into the ↵Neil Drumm2006-10-23
| | | | database abstraction layer and add extra rewriting needed only for Postgres.
* - Patch #88707 by kkaefer: make menu_set_active_item recompute the ↵Dries Buytaert2006-10-23
| | | | contextual menu items. Bugfix.
* - Patch #90823 by Gabor: remove author fields.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.
* - Patch #88705 by profix898 and sammys: made version checking work with ↵Dries Buytaert2006-10-22
| | | | PostgreSQL. (Critical bug)
* - Menu item capitalizationSteven Wittens2006-10-22
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc