summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #41293 by edkwh et al: proper validation of role names (duplicates).Dries Buytaert2006-11-17
|
* - Patch #84250 by yched and Moshe: providing a path with query string breaks ↵Dries Buytaert2006-11-17
| | | | the confirmation form.
* - We were still dealing with the quality of the code comments when #87474Dries Buytaert2006-11-17
| | | | got committed. Trying to merge in some stuff manually.
* - Patch #62035 by scroogie: removed redundant query.Dries Buytaert2006-11-17
|
* Remove a useless fieldset.Neil Drumm2006-11-17
|
* #93824 by edkwh. Bad default for a radio button.Neil Drumm2006-11-17
|
* #87474 by webernet. Move the log message field from book to node module.Neil Drumm2006-11-16
|
* #79804 by pwolanin. Junk keeps falling in $user->data.Neil Drumm2006-11-16
|
* #97686 by chx. Replace a loop with a standard PHP function.Neil Drumm2006-11-16
|
* #86842 by pwolanin. Don't attempt to clone non-object nodes.Neil Drumm2006-11-16
|
* #93212 by Jaza. Refactor module enabling for greater API avialiablity during ↵Neil Drumm2006-11-16
| | | | hook_enable().
* - Patch #93042 by profix898: fixed the inconsistent who's online message.Dries Buytaert2006-11-15
|
* #72467 by m3avrck. Better display for long book page and forum topic titles.Neil Drumm2006-11-14
|
* #93506 by sammys. Postgres needs a different column type for source and target.Neil Drumm2006-11-14
|
* #72467 by profix898. Make the modules page fieldsets less useless.Neil Drumm2006-11-13
| | | | And there was a missing </p>.
* - Patch #87639 by yched, nickl and profix: use fieldsets.Dries Buytaert2006-11-12
|
* - Patch #90606 by Neil: node edit type form does not honor 'has title' and ↵Dries Buytaert2006-11-12
| | | | 'has body' settings.
* - Patch #88402 by chx et al: made it possible to remove profile field.Dries Buytaert2006-11-12
|
* #91817 by webchick and Jaza. Authors should always be ble to view thier own ↵Neil Drumm2006-11-12
| | | | posts.
* Cleanup from #72487.Neil Drumm2006-11-12
|
* #93821 by lyricnz. Fix an undefined variable.Neil Drumm2006-11-12
|
* #87700 by webchick. Link to specific modules in permissions.Neil Drumm2006-11-11
|
* #92059 by Rok Zlender. Disab;e color picker when private file dopwnloads are ↵Neil Drumm2006-11-10
| | | | being used (temporary solution).
* #83202 by Jaza. Separate out node type deletion API and use it to keep ↵Neil Drumm2006-11-10
| | | | {vocabulary_node_types} updated.
* Patch by myself. Clear the cache when a theme's settings are saved.Neil Drumm2006-11-10
|
* #93188 by keve. Wipe the cache when we reshuffe node permissions.Neil Drumm2006-11-10
|
* #38278 by edkwh and Kjartan. Don't offer the impossible option of filtering ↵Neil Drumm2006-11-10
| | | | on nodes with two types.
* #92149 by Egon Bianchet. Fix an uncapitalized link.Neil Drumm2006-11-10
|
* #91089 by Steven. Reshuffle the order of menus on their administration page.Neil Drumm2006-11-10
|
* #54167 by Ralf Stamm. Prevent editing the locked roles.Neil Drumm2006-11-10
|
* #77366 by yched and webernet. Fix the apparently unchanged theme notice.Neil Drumm2006-11-10
|
* - Patch #12984 by walkah: blogapi fixes.Dries Buytaert2006-11-08
|
* - Patch #63267 by profix et al: trim the content of the 'pages' setting so ↵Dries Buytaert2006-11-08
| | | | it can be evaluated properly.
* - Patch #72487 by chx et al: removing broken API.Dries Buytaert2006-11-08
|
* - Patch #91906 by kkaefer and RobRoy: usability improvement to the block ↵Dries Buytaert2006-11-08
| | | | administration interface.
* - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.Dries Buytaert2006-11-08
|
* - Patch #78732 by webchick et al: made Drupal sessions work with sha1 ↵Dries Buytaert2006-11-07
| | | | session ids.
* - 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.