Dries Buytaert
|
c09288a94e
|
- Patch #796692 by dman, cross, andypost, aaronbauman, yched, BarisW: only show the term heading if the term has a description.
|
2011-05-08 15:37:39 -04:00 |
Dries Buytaert
|
25f8da3ff5
|
- Patch #1060304 by plach: misleading help text for the translation support settings.
|
2011-05-04 21:03:59 -07:00 |
Dries Buytaert
|
c7f534a77e
|
- Patch #1086066 by drewish, Mile23: get_t() should describe what it does and why.
|
2011-05-04 20:42:42 -07:00 |
Dries Buytaert
|
d96bf5d808
|
- Patch #852120 by cygri: batch operations example doesn't do proper sanitizing.
|
2011-05-01 06:37:52 -04:00 |
Dries Buytaert
|
585a2b9668
|
- Patch #1063046 by guidocecilio, linclark: hook_requirements() API documentation needs doc on 'update' phase.
|
2011-05-01 06:34:50 -04:00 |
Dries Buytaert
|
994ed97e83
|
- Patch #1051870 by boombatower: remove unused variable initialization.
|
2011-05-01 06:33:35 -04:00 |
Dries Buytaert
|
400284fb2c
|
- Patch #1099396 by Désiré, droplet, plach: language_count() is never decremented when removing a language.
|
2011-05-01 06:31:39 -04:00 |
Dries Buytaert
|
3f154706a3
|
- Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or is automatically added by the server) users get a 'page not found' message.
|
2011-05-01 06:08:25 -04:00 |
Dries Buytaert
|
9888e8884e
|
- Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.
|
2011-04-28 06:02:43 -04:00 |
Dries Buytaert
|
2ffe162f00
|
- Patch #61856 by bfroehle, jredding, andypost, blakehall, Pancho: in user.module, trim() user-submitted email address before validation.
|
2011-04-25 22:18:39 -04:00 |
Dries Buytaert
|
0e3354e19c
|
- Patch #716348 by mikey_p: fixed description.
|
2011-04-25 22:14:57 -04:00 |
Dries Buytaert
|
2681b059ff
|
- Patch #1097538 by davidtrainer: update drupal_set_message() docs.
|
2011-04-25 22:10:57 -04:00 |
Dries Buytaert
|
b130c2f71f
|
- Patch #1067806 by starsinmypockets: _field_info_prepare_instance() calls, but does not use, field_info_field_types().
|
2011-04-25 22:03:53 -04:00 |
webchick
|
6fcd5a0b9c
|
Issue #917492 by kvanderw, rfay, claar, Bok Choy: add a sensible .gitignore file.
|
2011-04-24 01:43:41 -07:00 |
webchick
|
44a216f8fb
|
Issue #817482 by Stevel, bfroehle: user_save() issues a warning when saving without changing mail attribute.
|
2011-04-24 01:40:28 -07:00 |
webchick
|
ef5ef9efc7
|
Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to increase front-end performance.
|
2011-04-24 01:38:16 -07:00 |
webchick
|
4d3217b4db
|
Issue #1003308 by bfroehle: Fix upgrade path for Forum module by hard-coding vocabulary machine name (with tests).
|
2011-04-24 01:28:19 -07:00 |
webchick
|
86c5f34ccc
|
Issue #1111288 by yched: Fix file permissions on field_ui tests.
|
2011-04-24 00:52:52 -07:00 |
Dries Buytaert
|
b3333ec2bf
|
- Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in .htaccess file (and other dank corners of Drupal).
|
2011-04-23 20:28:57 -04:00 |
Dries Buytaert
|
d379f3d7bd
|
- Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: tokens enclosed in [ ] are not recognized.
|
2011-04-23 20:09:54 -04:00 |
Dries Buytaert
|
7418dedf51
|
- Patch #1032024 by grendzy: comment_form_submit() overwrites author/visitor cookie when moderating/administering comments.
|
2011-04-23 18:55:54 -04:00 |
Dries Buytaert
|
c6c21d2402
|
- Patch #1008410 by droplet: forum list header sorting broken.
|
2011-04-23 17:03:13 -04:00 |
Dries Buytaert
|
9f9e9c3824
|
- Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses.
|
2011-04-23 16:34:22 -04:00 |
Dries Buytaert
|
05e249e8f8
|
- Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect php.net link.
|
2011-04-23 16:29:41 -04:00 |
Dries Buytaert
|
43387c12ab
|
- Patch #1111288 by droplet: wrong instance definition in field_ui().test.
|
2011-04-23 16:28:17 -04:00 |
Dries Buytaert
|
5fc8343de6
|
- Patch #1107384 by droplet: wrong instance definition in node.module.
|
2011-04-22 21:17:10 -04:00 |
Dries Buytaert
|
803ae47d63
|
- Patch #1126370 by kim-day, jn2: menu_link_save() needs more detail.
|
2011-04-20 22:44:36 -04:00 |
Dries Buytaert
|
ada3ac12a2
|
- Patch #1097538 by davidtrainer: update drupal_set_message() docs.
|
2011-04-20 22:40:37 -04:00 |
Dries Buytaert
|
c8dcd69311
|
- Patch #1026058 by plach, droplet add back Language switcher block help message.
|
2011-04-20 22:35:38 -04:00 |
Dries Buytaert
|
17c696e7fb
|
- Patch #1132364 by CrookedNumber: hook_modules_enabled() could be less ambiguous.
|
2011-04-20 22:33:14 -04:00 |
Dries Buytaert
|
8ae9b6f6d8
|
- Patch #965272 by larowlan, bellHead, TR: items defined with type MENU_CALLBACK show 'Home' as a title.
|
2011-04-20 22:29:50 -04:00 |
Dries Buytaert
|
c1c5aa1d78
|
- Patch #1048006 by jyyna, wojtha, David_Rothstein: name of vocabulary (Tags) created during install cannot be localized.
|
2011-04-20 22:25:16 -04:00 |
Dries Buytaert
|
26d9d42a0d
|
- Patch #919596 by boombatower: -MultiViews in .htaccess requires odd AllowOverride Options=All,MultiViews.
|
2011-04-16 14:22:48 -04:00 |
Dries Buytaert
|
9c57079db6
|
- Patch #984456 by Dave Reid, bfroehle: cleanup file_field_widget_uri() and its token replacement.
|
2011-04-16 08:48:26 -04:00 |
Dries Buytaert
|
38b2990052
|
- Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.
|
2011-04-14 22:05:25 -04:00 |
Dries Buytaert
|
eeeb5dd72f
|
- Patch #1127312 by niklas: undefined variable items in theme_user_list() when displaying empty user/new block.
|
2011-04-14 22:02:48 -04:00 |
Dries Buytaert
|
0140d97039
|
- Patch #1043552: fixed typo in comment inside theme_disable().
|
2011-04-14 22:00:11 -04:00 |
Dries Buytaert
|
5ad04d02f3
|
- Patch #1043566: fixed typo on BlockAdminThemeTestCase description.
|
2011-04-14 21:56:55 -04:00 |
Dries Buytaert
|
fbd9663207
|
- Patch #545518 by bfroehle: move Locale module specific code out of module.inc and system.module.
|
2011-04-14 21:55:39 -04:00 |
Dries Buytaert
|
8cdf750e0e
|
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
|
2011-04-12 22:54:25 +02:00 |
Dries Buytaert
|
00361a2c78
|
- Patch #1107376 by jhedstrom: weight not a property of a field instance, so doc shouldn't say it is.
|
2011-04-12 22:49:18 +02:00 |
Dries Buytaert
|
6022a6dc9a
|
- Patch #1110064 by jeffschuler: two @defgroup comment fixes.
|
2011-04-12 22:47:12 +02:00 |
Dries Buytaert
|
1d0c020cc4
|
- Patch #1095498 by ohnobinki: toolbar toggle link rendered without escaping ampersand as an html entity.
|
2011-04-12 22:30:42 +02:00 |
Dries Buytaert
|
93ece29192
|
- Patch #766624 by aspilicious: dashboard lacks rtl styling.
|
2011-04-12 22:04:24 +02:00 |
Dries Buytaert
|
157fdb2373
|
- Patch #766624 by aspilicious: dashboard lacks rtl styling.
|
2011-04-12 22:03:53 +02:00 |
Dries Buytaert
|
8c7f3cc7f6
|
- Patch #1017882 by Gábor Hojtsy: required elements buggy with #states.
|
2011-04-12 22:01:13 +02:00 |
Dries Buytaert
|
6b24718e7a
|
- Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config.
|
2011-04-12 21:27:07 +02:00 |
Dries Buytaert
|
62f978fcb1
|
- Patch #1120928 by catch: {history} table is owned by system module.
|
2011-04-12 21:16:58 +02:00 |
Dries Buytaert
|
452bac6da5
|
- Patch #1012768 by agentrickard: fire hook_menu_link_delete() before removing the data row.
|
2011-04-12 20:44:14 +02:00 |
Dries Buytaert
|
2d39a11e82
|
- Patch #1023190 by Berdir: wrong merge query in aggregator_save_item().
|
2011-04-12 20:42:11 +02:00 |