summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #846858 by kiamlaluno: typo in the documentation for ↵Dries Buytaert2010-07-10
| | | | hook_schema_alter().
* - Patch #819388 by pwolanin: switch registry back to using hashes not file ↵Dries Buytaert2010-07-10
| | | | mtime and ctime.
* - Patch #844892 by andypost: minor code style fixes.Dries Buytaert2010-07-10
|
* - Patch #818686 by CrookedNumber: hyphens in style names cause paths that ↵Dries Buytaert2010-07-10
| | | | point to non-existent derivative images.
* #776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical ↵Angie Byron2010-07-10
| | | | bug: Complex widgets are not respecting '#disabled' state.
* - Patch #842966 by boombatower: link handling functionality should use XPath ↵Dries Buytaert2010-07-08
| | | | normalize-space().
* - Patch #655722 by ksenzee, casey, Gábor Hojtsy, bleen18, David_Rothstein: ↵Dries Buytaert2010-07-08
| | | | changes made in an overlay session are not reflected when the user closes the overlay.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* Roll-back of #749748. This broke JavaScript on node add forms, and probably ↵Angie Byron2010-07-07
| | | | elsewhere.
* #715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed ↵Angie Byron2010-07-07
| | | | Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain().
* - Patch #717576 by mr.baileys: incorrect param name in text_field_widget_form().Dries Buytaert2010-07-07
|
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-07-07
| | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.
* #685892 follow-up by Stevel: Fix missing t() in update function.Angie Byron2010-07-07
|
* #845746 by Berdir: Fixed update process broken on multi-language sites using ↵Angie Byron2010-07-07
| | | | i18n module.
* - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not ↵Dries Buytaert2010-07-07
| | | | prefill with user info from cookie.
* - Patch #825330 by rfay, katbailey: make book module use standard D7 AJAX ↵Dries Buytaert2010-07-07
| | | | forms techniques.
* - Patch #846254 by kiamlaluno: example for hook_update_N() contains wrong code.Dries Buytaert2010-07-07
|
* #685892 by Stevel, scor, Island Usurper, yched, quicksketch, et al: Fixed ↵Angie Byron2010-07-06
| | | | Upload -> File module upgrade path is broken.
* - Patch #805702 by Berdir: cron should use locking framework.Dries Buytaert2010-07-02
|
* #716302 follow-up by David_Rothstein: Tests for Dashboard module.Angie Byron2010-07-02
|
* - Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed ↵Dries Buytaert2010-07-02
| | | | Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security.
* - Patch #620618 by sun, Damien Tournoud, JohnAlbin, makara: optimize menu ↵Dries Buytaert2010-07-02
| | | | tree building and use it for toolbar.
* - Patch #327331 by mr.baileys, wrwrwr: fix filter_xss() to not allow empty ↵Dries Buytaert2010-07-01
| | | | style/on* attributes at end of opening tag.
* - Patch #740036 by c960657, Damien Tournoud: Fixed OpenID AX: Request ↵Dries Buytaert2010-07-01
| | | | nickname + support alternative namespaces.
* #842394 by Stevel: Add dependency to filter_update_7005 so that it runs ↵Angie Byron2010-07-01
| | | | after the addition of role weight column.
* #817216 follow-up by Stevel: Fixed database prefixes in poll_update_7001().Angie Byron2010-07-01
|
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #831914 by Dave Reid: removed redundant [node:uid], [comment:uid], ↵Dries Buytaert2010-07-01
| | | | and [file:uid] tokens.
* #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests ↵Angie Byron2010-06-30
| | | | are failing.
* - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP ↵Dries Buytaert2010-06-30
| | | | blocking.
* - Patch #838014 by comrade.salazar, dereine: search results will always have ↵Dries Buytaert2010-06-30
| | | | empty h2 tag.
* - Patch #800366 by sivaji, David_Rothstein: prevent creating shortcut set ↵Dries Buytaert2010-06-30
| | | | with empty or duplicate label.
* - Patch #134321 by dvessel, dboulet: if default color profile base and ↵Dries Buytaert2010-06-30
| | | | original style.css background color are the same, output is invalid CSS background.
* - Patch #729186 by catch: _field_info_collate_fields() resource usage.Dries Buytaert2010-06-29
|
* - Patch #721086 by rfay, aspilicious, andypost: create tests for system ↵Dries Buytaert2010-06-29
| | | | actions, clean up token replacement, clean up triggers.
* - Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from ↵Dries Buytaert2010-06-29
| | | | disappearing.
* - Patch #562968 by kkaefer: optimize module and theme images.Dries Buytaert2010-06-29
|
* - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], ↵Dries Buytaert2010-06-29
| | | | [comment:uid], and [file:uid] tokens.
* - Patch #839178 by Damien Tournoud, dereine: filter settings silliness.Dries Buytaert2010-06-29
|
* - Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search ↵Dries Buytaert2010-06-29
| | | | dependent on dblog module.
* - Patch #837728 by aaronbauman: @see directives in system.api.php: move to ↵Dries Buytaert2010-06-29
| | | | bottom of docblocks, prepend blank line.
* #838438 follow-up by Damien Tournoud: db_prefix is no longer a global, wrong ↵Angie Byron2010-06-29
| | | | path given to drupal_var_export() function file.
* - Patch #362021 by plach: field_attach_prepare_translation() needs to be ↵Dries Buytaert2010-06-28
| | | | updated for D7 API.
* - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS.Dries Buytaert2010-06-28
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* #839172 by lyricnz: Fixed Cannot redeclare user_update_7010(). Oops.Angie Byron2010-06-28
|
* #660302 follow-up by heyrocker and jhodgdon: Fixed Migration path for ↵Angie Byron2010-06-28
| | | | changed user email tokens; don't complicate translation of default messages.
* #838438 by Damien Tournoud, chx: Added basic tests for D6 => D7 upgrade ↵Angie Byron2010-06-28
| | | | path, and framework for further extending upgrade test coverage. W00t! :D
* #838040 by justinrandell, azriprajwala: Fixed notices thrown when adding a ↵Angie Byron2010-06-27
| | | | stock field to a stock content type.
* - Patch #795022 by nenne, brightplum: drupal_explode_tags() and ↵Dries Buytaert2010-06-27
| | | | drupal_implode_tags() should point to each other; taxonomy_implode_tags() too.