Commit Graph

4001 Commits (7ce5c7d7ab696f61e514aee46a13c52da1b17b97)

Author SHA1 Message Date
Neil Drumm 7ce5c7d7ab #93188 by keve. Wipe the cache when we reshuffe node permissions. 2006-11-10 09:03:21 +00:00
Neil Drumm 3cc0da8634 #38278 by edkwh and Kjartan. Don't offer the impossible option of filtering on nodes with two types. 2006-11-10 08:59:18 +00:00
Neil Drumm 337c2f9b5d #92149 by Egon Bianchet. Fix an uncapitalized link. 2006-11-10 08:37:20 +00:00
Neil Drumm b1a6f1d678 #91089 by Steven. Reshuffle the order of menus on their administration page. 2006-11-10 08:34:07 +00:00
Neil Drumm f56dd87878 #54167 by Ralf Stamm. Prevent editing the locked roles. 2006-11-10 08:29:08 +00:00
Neil Drumm 0462d2ebb3 #77366 by yched and webernet. Fix the apparently unchanged theme notice. 2006-11-10 08:16:51 +00:00
Dries Buytaert b245ff5b42 - Patch #12984 by walkah: blogapi fixes. 2006-11-08 20:07:48 +00:00
Dries Buytaert 01191f7230 - Patch #63267 by profix et al: trim the content of the 'pages' setting so it can be evaluated properly. 2006-11-08 19:49:13 +00:00
Dries Buytaert a4f34e6bb2 - Patch #72487 by chx et al: removing broken API. 2006-11-08 19:42:48 +00:00
Dries Buytaert 42530dc6e3 - Patch #91906 by kkaefer and RobRoy: usability improvement to the block administration interface. 2006-11-08 19:27:59 +00:00
Dries Buytaert 9321ee109d - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code. 2006-11-08 19:24:11 +00:00
Dries Buytaert 342f95d451 - Patch #78732 by webchick et al: made Drupal sessions work with sha1 session ids. 2006-11-07 22:27:07 +00:00
Dries Buytaert c400b47510 - Patch #92696 by Tobias and Dave: broken Garland logo when using subdirectories. 2006-11-07 12:11:37 +00:00
Dries Buytaert dd7b44c417 - Patch #92845 by chx: fixed contact module placeholders in e-mail messages. 2006-11-07 12:09:55 +00:00
Dries Buytaert 9e7f41cd91 - Patch #92365 by chx: Garland does not display secondary tabs when color module is off. 2006-11-07 12:09:09 +00:00
Dries Buytaert 57688517f8 - Patch #84146 by RobRoy: missing capitalization fixes. 2006-11-07 12:02:56 +00:00
Neil Drumm 955eb4f75e #93078 by Frando. array_shift needs a real variable for pass by reference. 2006-11-07 07:31:59 +00:00
Neil Drumm 3a5d412efb #90395 by joshk, mj2308, and kkaefer. Fix book outline saving. 2006-11-07 07:01:05 +00:00
Neil Drumm a0deec8c45 #86842 by pwolanin. Clone nodes to keep the cache sanitized. 2006-11-07 06:24:08 +00:00
Neil Drumm aeaa07c9f2 #85358 by hunmonk. Fix variable substituition in adminitrator notification of pending accounts. 2006-11-07 06:08:17 +00:00
Neil Drumm cf2f3059f2 #83288 by chx and pwolanin. Remove a redundant access check. 2006-11-07 05:55:41 +00:00
Neil Drumm 235d9a7e4a #76931 by robertDouglass. Remove an instance of loading uid 0. 2006-11-07 05:48:53 +00:00
Neil Drumm 2ec74afec5 #48178 by kkaefer. Only save the menu item expanded attribute if it is set. 2006-11-07 05:46:31 +00:00
Steven Wittens 6ffdf055d9 Add missing array keys to fields when building user profile view, to make hook_profile_alter() use more consistent. 2006-11-03 01:35:17 +00:00
Neil Drumm 4573af1f55 #80257 by Jaza. Add a hook for content type changes and use it for keeping vocabulary associations. 2006-10-31 17:01:04 +00:00
Neil Drumm 0accf8fe1e #90508 by Heine and the security team. Every form gets a token. 2006-10-31 08:06:18 +00:00
Neil Drumm 2c2f33e60b #90614 by asimmonds and hunmonk. Avoid linking to inaccessible admin pages. 2006-10-31 07:49:24 +00:00
Dries Buytaert def059a269 - Patch #59832 by markus and chx: simplified SQL query. 2006-10-30 11:21:33 +00:00
Steven Wittens 1e27bbd41f color.install missing 2006-10-29 15:56:25 +00:00
Steven Wittens 49f6f3bf71 Color.module tweaks:
- Remove tab characters
- Make sure GD2 is present before doing magic.
- Add requirement check for GD2
- Fix broken .png file
2006-10-29 15:13:01 +00:00
Steven Wittens 7992505881 - Last minute oopsie. Make sure /files/color is created 2006-10-29 13:34:10 +00:00
Steven Wittens b01d96aed5 #88202: Adding Garland theme to core. 2006-10-29 13:21:46 +00:00
Steven Wittens e1a7144b33 Fix table row striping on status report page 2006-10-29 08:37:48 +00:00
Steven Wittens d0169f4b41 #91473: Fix user.module username validation with nul characters 2006-10-28 15:13:41 +00:00
Dries Buytaert 42b1dc6215 - Patch #91477 by havran: fixed PostgreSQL install with database table prefixing. Missing brackets. 2006-10-26 23:32:43 +00:00
Steven Wittens 82637c026a Swap columns on admin/by-module to alphabetize modules left to right 2006-10-26 22:07:03 +00:00
Dries Buytaert cb8be5f821 - Patch #89285 by profix: code simplifications. 2006-10-26 05:31:14 +00:00
Dries Buytaert 13232aba97 - Patch #88474 by webernet: fixed incorrect commit. 2006-10-26 04:16:34 +00:00
Dries Buytaert 6675dbc68c - Patch #62628 by imagine et al: added missing element in user.module. 2006-10-25 17:53:30 +00:00
Dries Buytaert d4ce96f1f2 - Patch #91139 bby Eaton: custom node type permissions don't work. 2006-10-25 16:44:07 +00:00
Dries Buytaert 61c8e5b01a - Patch #88474 by chx, webernet, etc: fixed 'access denied' problem 2006-10-25 16:41:35 +00:00
Dries Buytaert 87f1359158 - Patch #82938 by edkwh and natrak: error in comments admin page after clicking on Update without selecting any comments. 2006-10-24 20:31:25 +00:00
Steven Wittens 727eba0efb #91076: Fix overlapping autocomplete suggestion box 2006-10-24 19:36:52 +00:00
Dries Buytaert 72f68ae772 - Patch #88233 by profix989, webchick, hunmonk et al: UI improvements for the uninstaller. 2006-10-24 15:56:22 +00:00
Steven Wittens 35f906eb0a Fix form buttons sticking next to filter tips link 2006-10-23 22:43:23 +00:00
Dries Buytaert 83e7250b96 - Patch #89454 by chx: made deleting a locale language work. 2006-10-23 21:04:12 +00:00
Dries Buytaert a911066ad2 - Patch #88233 by hunmonk et al: uninstall UI for modules. 2006-10-23 20:59:56 +00:00
Dries Buytaert bfe0ae8733 - Patch #84146 by profix, webernet, et al: capitalization fixes. 2006-10-23 20:45:08 +00:00
Dries Buytaert 18a0478e37 - Patch #84146 by profix, webernet, et al: capitalization fixes. 2006-10-23 20:44:30 +00:00
Dries Buytaert 45d989a73f - Patch #52015 by AjK: updated timestamps for feed items. 2006-10-23 20:25:03 +00:00