summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Issue #1326932 by jenlampton, rump: Bunny ears are fuzzy: update search test ↵webchick2011-11-11
| | | | node content to reflect this.
* Issue #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed ↵webchick2011-11-11
| | | | drupal_get_path() doesn't work for profiles.
* Issue #1334768 by ls206, Pasqualle: Fixed Syntax error in locale_test().js ↵webchick2011-11-11
| | | | line 27.
* Issue #935208 by droplet, assert0, adrinux, Tor Arne Thune: Fixed PECL ↵webchick2011-11-11
| | | | uploadprogress bar doesn't appear.
* Issue #1180642 by franz, catch, xjm, musicnode: Fixed PDOException in ↵webchick2011-11-11
| | | | statistics_exit() when path longer than 255 characters.
* Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer ↵webchick2011-11-11
| | | | works unless there are updates pending.
* Issue #999024 by bfroehle, O Govinda: Fixed Status Report page refers to ↵webchick2011-11-11
| | | | 'update status module' instead of 'update manager module'.
* Missing files.webchick2011-11-07
|
* Issue #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement ↵webchick2011-11-07
| | | | warnings (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also.
* Issue #1312844 follow-up by David_Rothstein, kathyh: Fixed minor formatting bug.webchick2011-11-03
|
* Issue #1103590 follow-up by Tor Arne Thune, dcrocks: Add tests for blocks ↵webchick2011-11-03
| | | | being added to 'hidden' region.
* Issue #561858 follow-up by effulgentsia, sun: Add tests for AJAX framework ↵webchick2011-10-29
| | | | lazy-load feature.
* Issue #1021064 by montesq, barraponto, cwells73, mejd: Fixed No Main Links ↵webchick2011-10-29
| | | | causes error message in form description to set Secondary Links.
* Issue #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too ↵webchick2011-10-29
| | | | large for MySQL max_allowed_packet() and memcache default slab size.
* Issue #1274406 by marcingy, grndlvl: Fixed PDO exception is thrown when ↵webchick2011-10-29
| | | | saving a node with a title that is too long.
* Issue #1320576 by amateescu: Fixed hook_field_purge_field_instance() doesn't ↵webchick2011-10-25
| | | | exist.
* Issue #1312844 by sven.lauer: Fixed hook_schema() doc should state that ↵webchick2011-10-24
| | | | database tables are auto-created.
* Issue #1312178 by rocket_nova, jhodgdon, unabacus: Fixed Documentation ↵webchick2011-10-24
| | | | problem with 'hook_theme_registry_alter()' example code.
* Issue #1129642 follow-up by BTMash: Fixed D7 upgrade path for images.webchick2011-10-24
|
* Issue #789484 by Lars Toomre, pillarsdotnet, michaellenahan, sven.lauer, ↵webchick2011-10-19
| | | | Mac_Weber: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
* Issue #766382 by neoglez, pebosi, andypost, sarah_p: Fixed Column 'nid' is ↵webchick2011-10-19
| | | | ambiguous when using node access modules.
* Issue #1066274 by pcambra, Damien Tournoud, xjm: Added hook_options_list() ↵webchick2011-10-19
| | | | should allow to pass the instance of a field .
* Issue #1184830 by linclark, Dipper: Fixed User account group has no #type.webchick2011-10-19
|
* Issue #1307062 by sven.lauer, jhodgdon: Fixed install file hooks should ↵webchick2011-10-19
| | | | state whether module code is available.
* Issue #1129642 by jbrown: Fixed Populate HTML image tags with dimension ↵webchick2011-10-17
| | | | attributes (like D6 imagefield) without re-introducing I/O (followup).
* Reverting accidental commit with last patch.webchick2011-10-17
|
* Oops. Forgot a file.webchick2011-10-17
|
* Issue #1310164 by sven.lauer: Documentation missing for #object in Field API.webchick2011-10-17
|
* Issue #1021568 by skottler, sven.lauer, jhodgdon: Fixed hook_theme() ↵webchick2011-10-17
| | | | variables vs render elements.
* Issue #221712 by Damien Tournoud, Gábor Hojtsy, iliphil, Bodo Maass, ↵webchick2011-10-17
| | | | idflood, loganfsmyth: Fixed locale_language_from_browser() doesn't parse language tags correctly, has a broken logic.
* Oops. Correcting spacing error with previous patch.webchick2011-10-17
|
* Issue #943924 by Merco, lotyrin, eojthebrave: Fixed Allow preview of private ↵webchick2011-10-17
| | | | image on node add form.
* Issue #1041906 by Monochrome, bobodrone, ELC, ctibor, DamienMcKenna: Fixed ↵webchick2011-10-17
| | | | Taxonomy term menu link title overrides term page title.
* Issue #1002734 by pillarsdotnet, yched: Fixed Multiple 'Undefined index' ↵webchick2011-10-17
| | | | notices in modules/field/modules/number/number.module.
* Issue #1281932 by loganfsmyth, bfroehle, Gábor Hojtsy: Convert Drupal.t and ↵webchick2011-10-17
| | | | Drupal.formatPlural regular expressions to extended form.
* Issue #1268234 by derjochenmeyer: Move out rendering image from aggregator ↵webchick2011-10-17
| | | | parser.
* Issue #262498 by EugenMayer, DjebbZ: Fixed Error in content administration ↵webchick2011-10-17
| | | | using taxonomy filter.
* Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have ↵webchick2011-10-17
| | | | whitespaces at beginning or end.
* Issue #1191614 by Gábor Hojtsy: Added Make t() formatter available as its ↵webchick2011-10-17
| | | | own function.
* - Patch #1311490 by skottler: remove dl.multiselect remnants.Dries2011-10-16
|
* - Patch #1309298 by sven.lauer: document that hook_(en|dis)able ↵Dries2011-10-16
| | | | implementations should live in .install files.
* - Patch #1309750 by kiamlaluno: wrong spelling in the hook_search_execute() ↵Dries2011-10-16
| | | | documentation.
* Issue #1220602 by catch: Fixed Call to undefined function ↵webchick2011-10-14
| | | | _update_7000_field_read_fields() during Forum update 7003.
* - Patch #1308994 by Devin Carlson: certain Field UI messages have the wrong ↵Dries Buytaert2011-10-13
| | | | type.
* Issue #1115106 by Damien Tournoud: Fixed Failures to update a field are not ↵webchick2011-10-09
| | | | properly handed in SQL Storage and Field UI.
* Issue #743234 by mr.baileys, twistor, Berdir, mgifford: Fixed /aggregator ↵webchick2011-10-09
| | | | does not use pagination.
* Issue #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from ↵webchick2011-10-06
| | | | _field_filter_items() leftover from the (removed) function registry.
* Issue #1292922 by loganfsmyth, plach: Fixed EntityFieldQuery count query ↵webchick2011-10-05
| | | | broken for translatable fields.
* Issue #1248940 by yched: Fixed 'Manage fields' screens : broken table layout.webchick2011-10-05
|
* Issue #1079966 by dereine, catch: Fixed Notice when renaming bundles.webchick2011-10-05
|