Commit Graph

4029 Commits (001d54f663136894ce0dce0a09693cc107cfb788)

Author SHA1 Message Date
Steven Wittens 001d54f663 #84961: Add 'select all' and range select feature to admin tables. 2006-11-21 08:16:39 +00:00
Neil Drumm 50641eafc0 x.x -> 5.0 and making way for the next x.x. 2006-11-20 03:39:02 +00:00
Neil Drumm b0ddf6f40c #98359 by webchick. Change 'web site' to more common usage, 'website.' 2006-11-19 23:51:02 +00:00
Dries Buytaert 73bcacf2cf - Patch #41293 by edkwh et al: proper validation of role names (duplicates). 2006-11-17 21:46:32 +00:00
Dries Buytaert ad335b2395 - Patch #84250 by yched and Moshe: providing a path with query string breaks the confirmation form. 2006-11-17 17:22:45 +00:00
Dries Buytaert 6cee2bc5e0 - We were still dealing with the quality of the code comments when #87474
got committed.  Trying to merge in some stuff manually.
2006-11-17 07:01:38 +00:00
Dries Buytaert 28e352c60f - Patch #62035 by scroogie: removed redundant query. 2006-11-17 06:57:59 +00:00
Neil Drumm 3cc177dd97 Remove a useless fieldset. 2006-11-17 05:28:26 +00:00
Neil Drumm 2eafd25fe6 #93824 by edkwh. Bad default for a radio button. 2006-11-17 00:21:44 +00:00
Neil Drumm 1237159381 #87474 by webernet. Move the log message field from book to node module. 2006-11-16 21:14:44 +00:00
Neil Drumm c8a996a2ee #79804 by pwolanin. Junk keeps falling in $user->data. 2006-11-16 09:01:55 +00:00
Neil Drumm 7fb6b1ac80 #97686 by chx. Replace a loop with a standard PHP function. 2006-11-16 08:45:49 +00:00
Neil Drumm 5278747df5 #86842 by pwolanin. Don't attempt to clone non-object nodes. 2006-11-16 08:32:19 +00:00
Neil Drumm 30d7bd56f7 #93212 by Jaza. Refactor module enabling for greater API avialiablity during hook_enable(). 2006-11-16 08:28:08 +00:00
Dries Buytaert 72fc8dbc98 - Patch #93042 by profix898: fixed the inconsistent who's online message. 2006-11-15 20:18:28 +00:00
Neil Drumm 392041edf6 #72467 by m3avrck. Better display for long book page and forum topic titles. 2006-11-14 06:30:10 +00:00
Neil Drumm e7ca0fe512 #93506 by sammys. Postgres needs a different column type for source and target. 2006-11-14 06:20:40 +00:00
Neil Drumm 83f4d88618 #72467 by profix898. Make the modules page fieldsets less useless.
And there was a missing </p>.
2006-11-13 20:26:00 +00:00
Dries Buytaert eaf70c0e61 - Patch #87639 by yched, nickl and profix: use fieldsets. 2006-11-12 20:18:57 +00:00
Dries Buytaert e97d405a48 - Patch #90606 by Neil: node edit type form does not honor 'has title' and 'has body' settings. 2006-11-12 19:56:07 +00:00
Dries Buytaert ab43e83eb4 - Patch #88402 by chx et al: made it possible to remove profile field. 2006-11-12 19:33:30 +00:00
Neil Drumm c56c5b4179 #91817 by webchick and Jaza. Authors should always be ble to view thier own posts. 2006-11-12 19:09:11 +00:00
Neil Drumm a08f711b3f Cleanup from #72487. 2006-11-12 19:07:29 +00:00
Neil Drumm 7f25862f95 #93821 by lyricnz. Fix an undefined variable. 2006-11-12 00:11:15 +00:00
Neil Drumm 82a36d5d78 #87700 by webchick. Link to specific modules in permissions. 2006-11-11 23:52:11 +00:00
Neil Drumm 77a7282420 #92059 by Rok Zlender. Disab;e color picker when private file dopwnloads are being used (temporary solution). 2006-11-10 19:59:30 +00:00
Neil Drumm 4476a2c015 #83202 by Jaza. Separate out node type deletion API and use it to keep {vocabulary_node_types} updated. 2006-11-10 19:40:23 +00:00
Neil Drumm ca4004eb9a Patch by myself. Clear the cache when a theme's settings are saved. 2006-11-10 09:22:07 +00:00
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