summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #1196112 by rocket_nova: taxonomy_get_parents() return value ↵Dries2011-11-22
| | | | documentation isn't complete.
* - Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't ↵Dries2011-11-22
| | | | work as first argument in menu paths.
* - Patch #1302364 by Chi, realityloop: duplicate status check in ↵Dries2011-11-22
| | | | forum_field_storage_pre_update().
* - Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission.Dries2011-11-22
|
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, ↵Dries2011-11-21
| | | | sven.lauer: drupal_alter() fails to order modules correctly in some cases.
* Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is ↵webchick2011-11-21
| | | | unstable.
* - Patch #1337124 by xjm: improve API documentation for taxonomy_autocomplete().Dries2011-11-20
|
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #488496 by loganfsmyth, Gábor Hojtsy: Implement missing msgctx ↵webchick2011-11-14
| | | | context in JS translation for feature parity with t().
* Issue #1146234 by David_Rothstein, Tor Arne Thune, xjm: Fixed Overlay ↵webchick2011-11-12
| | | | redirect does not include query string.
* Issue #1326950 by chrispomeroy: Fixed typo in overlay-child-rtl.css.webchick2011-11-12
|
* Issue #1339292 by xjm: Fixed hook_requirements() documentation references ↵webchick2011-11-12
| | | | incorrect path for cron in system.api.php.
* Issue #789484 by Lars Toomre, sven.lauer, jhogdon, pillarsdotnet, ↵webchick2011-11-12
| | | | michaellenahan: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
* Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() ↵webchick2011-11-11
| | | | example code.
* Issue #1247982 by kathyh, Aron Novak, xjm: Fixed API doc for ↵webchick2011-11-11
| | | | hook_aggregator_parse() is incorrect.
* Issue #777168 by Berdir, effulgentsia: Fixed Notice: Undefined property: ↵webchick2011-11-11
| | | | stdClass:: in profile_user_presave().
* 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.