summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #945118 by Island Usurper: fixed documentation formatting for ↵Dries Buytaert2010-10-20
| | | | drupal_add_js().
* - Patch #923850 by mr.baileys, joachim: fixed documentation problem with ↵Dries Buytaert2010-10-20
| | | | user_role_change_permissions().
* - Patch ##864020 by Jose Reyero, catch, sun: locale upgrade to D7 fails due ↵Dries Buytaert2010-10-20
| | | | to index added by i18nstrings module.
* - Patch #118108 by bleen18: node delete does not clean up node_access() table.Dries Buytaert2010-10-20
|
* - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not ↵Dries Buytaert2010-10-20
| | | | reflected on settings.
* #731044 by sivaji: Fixed ambiguous column name changed in certain database ↵Angie Byron2010-10-18
| | | | systems.
* #935140 by ygerasimov, drunken monkey: Fixed enabling Book navigation block ↵Angie Byron2010-10-18
| | | | results in 'Undefined index'
* - Patch #919644 by scor, amateescu: fix documentation for ↵Dries Buytaert2010-10-18
| | | | assertOptionSelected().
* - Patch #731518 by Damien Tournoud, Dave Reid: allow alteration of token values.Dries Buytaert2010-10-18
|
* - Patch #943112 by ksenzee: file_file_download() should delegate header ↵Dries Buytaert2010-10-18
| | | | checks to a separate function.
* Patch #943042 by Damien Tournoud: MergeQuery regressions: key is used in the ↵Dries Buytaert2010-10-18
| | | | update query, exception is echoed.
* #943056 by Dave Reid: Fixed Incorrect capitalization of 'URL' in description ↵Angie Byron2010-10-16
| | | | of [user:edit-url] token
* #642160 by boombatower, Damien Tournoud: Make debug() message more usable.Angie Byron2010-10-16
|
* #931754 by duellj: Fixed Color module missing hook_requirements docblockAngie Byron2010-10-15
|
* #931762 by duellj: Fixed Missing docblocks in simpletest.installAngie Byron2010-10-15
|
* #920112 by mr.baileys: Fixed Documentation problem with hook_elementsAngie Byron2010-10-15
|
* #915020 by asimmonds: Fixed Documentation problem with ↵Angie Byron2010-10-15
| | | | aggregator-summary-items.tpl.php
* #938614 follow-up by chx: Abort abort\! Back to 5.2.4.Angie Byron2010-10-15
|
* #876762 follow-up by yched: Move taxonomy vocabulary rename checking logic ↵Angie Byron2010-10-15
| | | | to hook_taxonomy_vocabulary_update().
* #296115 by naxoc, dereine: Tests for menu router item titles.Angie Byron2010-10-15
|
* #742972 follow-up by klausi, sun: Fix documentation and tests regarding ↵Angie Byron2010-10-15
| | | | entity cache clearing.
* #902644 follow-up by sun: Remove accidentally doubly committed stuff.Angie Byron2010-10-15
|
* #726266 by Jeff Burnz: Fixed Table sort indicator can obscure column ↵Angie Byron2010-10-15
| | | | headings in Seven theme.
* #664042 by coltrane, effulgentsia: Fixed TableSort order error when no sort ↵Angie Byron2010-10-15
| | | | set in header
* #939918 by joetsuihk: Remove unused variable in system_ip_blocking().Angie Byron2010-10-15
|
* #901404 by bleen18, David_Rothstein: Fixed Saving a shortcut from the admin ↵Angie Byron2010-10-15
| | | | screen doesn't work correctly if a path alias is used.
* #744384 by c960657: Do not write unchanged sessions to the database.Angie Byron2010-10-15
|
* #784792 by Jacine: Add Field type template suggestions for more granular ↵Angie Byron2010-10-15
| | | | field API theming.
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* #938470 by Kevin Hankens: Change error about file permissions on ↵Angie Byron2010-10-15
| | | | settings.php during install to warning instead.
* #922034 by deekayen, amateescu: Optimize Bartik's images to make them ↵Angie Byron2010-10-15
| | | | smaller in size.
* #556842 by mh86, bangpound, Francewhoa, catch: Fixed taxonomy_get_tree() ↵Angie Byron2010-10-15
| | | | memory issues.
* #938672 follow-up by tim.plunkett: Fix typo in t() string.Angie Byron2010-10-14
|
* #938672 by Jeff Burnz: Stop thousands of red Xs from appearing on field UI ↵Angie Byron2010-10-13
| | | | error.
* #902644 follow-up: Committing missing JS file.Angie Byron2010-10-13
|
* - Patch #939860 by rfay, yched: on 2nd ajax call, behaviors are called with ↵Dries Buytaert2010-10-13
| | | | empty settings.
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* #876762 by Dave Reid, yched: Fixed modules have no way of knowing if ↵Angie Byron2010-10-13
| | | | vocabulary machine names are changed.
* - Patch #852470 by dagmar, sun, catch: cache filter/format queries.Dries Buytaert2010-10-13
|
* #937564 by duellj: Fix link to batch operations page in API docs.Angie Byron2010-10-13
|
* #936836 by swentel: Fixed critical issue Autocomplete term widget doesn't ↵Angie Byron2010-10-13
| | | | return any values - unknown key vid.
* - Patch #938614 by chx: bump to PHP 5.2.5.Dries Buytaert2010-10-12
|
* - Patch #938560 by Damien Tournoud: fixed {system} records of installed ↵Dries Buytaert2010-10-12
| | | | modules are removed.
* - Patch #818374 by Damien Tournoud, ksenzee, Dave Reid: add a requirements ↵Dries Buytaert2010-10-12
| | | | check error if PECL PDO is being used.
* - Patch #101227 by mikeytown2, Owen Barton, grendzy: added Gzip aggregated ↵Dries Buytaert2010-10-11
| | | | CSS and JS.
* - Patch #934790 by agentrickard: use _node_custom_theme() for revision ↵Dries Buytaert2010-10-11
| | | | callbacks.
* - Patch #913528 by chx, Berdir, catch, tstoeckler, yched, dereine: create ↵Dries Buytaert2010-10-11
| | | | new boolean field 'Cannot create references to/from string offsets nor overloaded objects'.
* - Patch #937562 by tim.plunkett, chx, justinrandell: fatal Error Call to a ↵Dries Buytaert2010-10-11
| | | | member function getDirectoryPath() on a non-object when Default picture is set.
* - Patch #936582 by Haza, joachim: fixed empty block at foot of dashboard ↵Dries Buytaert2010-10-10
| | | | block admin page.
* #281405 follow-up by David_Rothstein: Set maximum RAM requirement back down ↵Angie Byron2010-10-10
| | | | to 32M rather than 40M.