summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #565808 by cha0s, Dave Reid, Alexander N: fixed nojs/ajax replacement.Dries Buytaert2010-03-06
|
* - Patch #733756 by catch: image_field_insert() makes no sense.Dries Buytaert2010-03-06
|
* - Patch #623684 by linclark, christefano, scor: improved documentation of ↵Dries Buytaert2010-03-06
| | | | RDF module.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #680850 by bleen18, jhodgdon, David_Rothstein: tests for Shortcut ↵Dries Buytaert2010-03-06
| | | | module.
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - Patch #726276 by yoroy: CSS code style cleanups.Dries Buytaert2010-03-05
|
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* - Patch #652176 by bleen18, David_Rothstein, JacobSingh: fixed 'Forums' term ↵Dries Buytaert2010-03-05
| | | | defaulting to 'None'.
* - Patch #679530 by sun: administer filters permission should not affect text ↵Dries Buytaert2010-03-05
| | | | format widget.
* - Patch #588882 by David_Rothstein: filter fallback format clean-ups.Dries Buytaert2010-03-04
|
* #719432 by heyrocker: Document hook_field_extra_fields_alter().Angie Byron2010-03-04
|
* #676800 follow-up: Committing missed ie.css file.Angie Byron2010-03-04
|
* - Patch #727126 by jhodgdon: fixed drupal_execute()/drupal_form_submit() ↵Dries Buytaert2010-03-04
| | | | documentation.
* - Patch #461938 by Kars-T, Garrett Albright, JamesAn, grendzy: fixed ↵Dries Buytaert2010-03-04
| | | | inconsistent use of filter_xss_admin() on () and ().
* - Patch #719468 by jhodgdon: made drupal_write_record() slightly more clear.Dries Buytaert2010-03-03
|
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #701672 by linclark: associate a standardized foaf:Person URI to ↵Dries Buytaert2010-03-03
| | | | each user profile.
* - Patch #648170 by fago, sun: form constructors cannot enable form caching ↵Dries Buytaert2010-03-03
| | | | or form rebuilding.
* - Patch #353918 by Dave Reid, yched: drupal_write_record() writes empty ↵Dries Buytaert2010-03-03
| | | | string instead of empty serialized array.
* - Patch #671520 by mr.baileys, cha0s, boombatower, andypost: CURL and ↵Dries Buytaert2010-03-03
| | | | fragment URLs break testing due to a bug in some CURL versions.
* - Patch #686226 by yched: improved 'default value' input handling.Dries Buytaert2010-03-03
|
* - Patch #705146 by yched: improved the UI.Dries Buytaert2010-03-03
|
* - Patch #693054 by yched: field_update_field() called the wrong field ↵Dries Buytaert2010-03-03
| | | | storage backend.
* - Patch #730186 by douggreen: fixing spelling mistake in documentation: ↵Dries Buytaert2010-03-03
| | | | 'kay' -> 'key'.
* - Patch #684474 by casey: overlay was re-applying behaviors.Dries Buytaert2010-03-03
|
* - Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls ↵Dries Buytaert2010-03-03
| | | | a module.
* - Patch #720610 by andrewmacpherson: move the core RDF namespace definitions ↵Dries Buytaert2010-03-03
| | | | in the rdf module.
* - Patch #539320 by Zarabadoo, Jacine, stephthegeek: added missing paragraph tag.Dries Buytaert2010-03-02
|
* - Patch #358315 by neochief, andypost, Damien Tournoud, catch, xurizaemon: ↵Dries Buytaert2010-03-02
| | | | drupal_lookup_path() not respects alias' order.
* - Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: ↵Dries Buytaert2010-03-02
| | | | modules_installed() was broken during testing.
* - Patch #727650 by Damien Tournoud: made OpenID more pluggable so we can ↵Dries Buytaert2010-03-02
| | | | extend it in contrib, and added support for Google's OpenID discovery protocol.
* - Patch #634562 by vgarvardt, Damien Tournoud: added OpenID AX support (in ↵Dries Buytaert2010-03-02
| | | | addition to SREF) so that we can extend our OpenID implementation in contrib.
* - Patch #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a ↵Dries Buytaert2010-03-02
| | | | query string cannot be loaded.
* - Patch #609128 by vordude: dashboard should provide feedback when clicking ↵Dries Buytaert2010-03-01
| | | | 'Done'.
* - Patch #704158 by marvil07, mikeytown2, Gábor Hojtsy: fixed warning.Dries Buytaert2010-03-01
|
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* - Patch #721374 by jhodgdon: 'Add new comment' is put into the search index ↵Dries Buytaert2010-03-01
| | | | along with each node.
* - Patch #728820 by David_Rothstein: clean up installation of required modules.Dries Buytaert2010-03-01
|
* - Patch #582948 by David_Rothstein: more improvements to the erro handling ↵Dries Buytaert2010-03-01
| | | | of the database layer.
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ↵Dries Buytaert2010-02-28
| | | | manipulation to help with upgrade path.
* - Patch #692366 by sleepcamel: fixed broken link.Dries Buytaert2010-02-28
|
* - Patch #691938 by carlos8f, mr.baileys: block testsDries Buytaert2010-02-28
|
* - Patch #691938 by carlos8f, mr.baileys: block caching per-role, per-user, ↵Dries Buytaert2010-02-28
| | | | per-page was broken. With new tests.
* #727868 by yched: Remove stale TODO from field api.Angie Byron2010-02-27
|
* #716258 by mikeryan: Move node_object_prepare() to node.module.Angie Byron2010-02-27
|
* - Patch 727548 by andypost: fixed aggregator module administration screen ↵Dries Buytaert2010-02-27
| | | | under PostgreSQL.
* - Patch #704866 by jhodgdon: search API doc has some problems.Dries Buytaert2010-02-27
|
* - Patch #718648 by chx, robeano: hook_cron_queue_info_alter() is not documented.Dries Buytaert2010-02-27
|