Dries Buytaert
e3a52979f6
- Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now.
2010-08-08 19:35:49 +00:00
Dries Buytaert
1c4b5b9f44
- Patch #850690 by salvis: set the tid of the newly created forum or container.
2010-08-08 19:21:25 +00:00
Angie Byron
8e1432cfe8
#877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to get testbot working again.
2010-08-08 16:09:26 +00:00
Dries Buytaert
f0b3fa4b1b
- Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content'
...
form input in the 'node type' edit form was way too harsh (affects the
display of all 'trimmed / summary_or_trimmed' formatters on all text
fields in all view modes), and irrelevant for text fields on non-node
entities, which are currently all blocked to 'trim to 600 chars'.
* Added field formatter settings for 'text_trimmed' and 'text_summary_or_trimmed' formatters
* Removed 'teaser_length' settings for node types
* Added upgrade path for 'teaser_length' variable in node_update_7011()
* Fixed a test
2010-08-08 13:02:37 +00:00
Dries Buytaert
f885d9f7dc
- Patch #877020 by andypost: Fixed _forum_topics_unread() broken.
2010-08-08 12:47:00 +00:00
Dries Buytaert
b537c30be5
- Patch #870594 by marcingy, moshe weitzman: user_update_7004 fail during upgrade from Drupal 6 to 7.
2010-08-08 03:12:11 +00:00
Dries Buytaert
be614da01f
- Patch #843272 by David_Rothstein: overlay does a bunch of unnecessary form redirect handling in JavaScript.
2010-08-08 03:05:26 +00:00
Dries Buytaert
66d31c52ba
- Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->countQuery(), at least for MySQL.
2010-08-08 02:18:53 +00:00
Dries Buytaert
a9c9ef2d30
- Patch #870528 by Dave Reid: taxonomy fixes.
2010-08-08 02:06:56 +00:00
Angie Byron
25171a17f6
Reverting #500866 . Needs more discussion.
2010-08-05 23:53:39 +00:00
Angie Byron
cacd044a63
#500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings.
2010-08-05 23:26:36 +00:00
Angie Byron
efbf061c81
#852522 by catch: Optimize file_field_load() to load filefields on all entities at once.
2010-08-05 08:56:34 +00:00
Angie Byron
4f28649fc3
#619902 follow-up by David_Rothstein: Fixed Use drupal_static() in dashboard_regions().
2010-08-05 08:39:08 +00:00
Angie Byron
e574bcffce
#835212 by plach, jhodgdon: Fixed locale_url_outbound_alter() should be run only on multilingual sites.
2010-08-05 08:08:43 +00:00
Angie Byron
f1b30b89c5
#516254 by jhodgdon: Remove @return PHPDocs where nothing is returned.
2010-08-05 08:05:06 +00:00
Angie Byron
9874567891
#842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need to warn about access checks in documentation.
2010-08-05 07:56:14 +00:00
Angie Byron
5e2cd1a9fe
#870204 by kiamlaluno, sun: Revert coding style changes to system.tar.inc.
2010-08-05 07:52:18 +00:00
Angie Byron
4865a48e22
#567100 by jhodgdon, pwolanin, ezra-g: Fixed Search module is assuming node is default search even when it's disabled.
2010-08-05 07:11:15 +00:00
Angie Byron
a1ce6bac55
#819816 by aaronbauman, yched, Damien Tournoud, tsi: Fixed Reordering multivalue file and image field uploads is broken.
2010-08-04 06:55:35 +00:00
Angie Byron
086f2ea091
#870196 by tobiasb, mitchmac, ericduran: Fixed Notice: Undefined variable: user_role_alias() in user_build_filter_query().
2010-08-04 06:52:57 +00:00
Dries Buytaert
d30b2bada7
- Patch #865970 by swentel: can't assign more than one category to a source.
2010-08-04 03:54:55 +00:00
Dries Buytaert
275553286d
- Patch #867928 by Damien Tournoud, andypost: more tests for file and image handling.
2010-08-04 03:50:17 +00:00
Dries Buytaert
f9de90e1ac
- Patch #872604 by Island Usurper: documentation for hook_entity_info() is malformed.
2010-08-04 03:47:28 +00:00
Dries Buytaert
856a1a539e
- Patch #662868 by David_Rothstein: user edit link should open in a overlay.
2010-08-03 23:07:01 +00:00
Dries Buytaert
603d33649b
- Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached.
2010-08-03 23:01:14 +00:00
Dries Buytaert
f645ab468a
- Patch #844410 by Dave Reid: taxonomy parents need to be saved before term hooks are called.
2010-08-03 02:17:18 +00:00
Dries Buytaert
79caf33568
- Patch #871988 by sun: avoid rebuilds in system_settings_form_submit().
2010-08-03 02:06:42 +00:00
Dries Buytaert
f4f93b2782
- Patch #850178 by karschsp, andypost: URL argument to drupal_feed_icon() and theme_feed_icon() has url() applied twice.
2010-08-03 02:02:02 +00:00
Dries Buytaert
b601b26b77
- Patch #857402 by dman, andypost, cafuego: added test case for aggregator.
2010-08-03 01:59:18 +00:00
Dries Buytaert
ce17e244d4
- Patch #870292 by yched, sun: hook_field_extra_fields() results are not cached.
2010-08-03 01:54:24 +00:00
Dries Buytaert
b2726296b6
- Patch #872068 by ksenzee: field.crud.inc has documentation TODOs.
2010-08-03 01:49:23 +00:00
Angie Byron
9ad0a7ea9b
#851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to be prefixed, inconsistent implementation and documentation.
2010-08-02 18:55:17 +00:00
Dries Buytaert
36da783d53
- Patch #650732 by aaron: add icon_directory() to theme_file_icon().
2010-08-02 13:26:40 +00:00
Dries Buytaert
6f055df1ed
- Patch #871298 by plach: comment language not saved.
2010-08-02 11:26:20 +00:00
Dries Buytaert
92a897533b
- Patch #139117 by hass, casey, Stefan Nagtegaal: remove outdated IE5-mac hacks for build_css_cache() regex.
2010-08-02 11:22:22 +00:00
Angie Byron
99d14f6f33
#851602 by chx, bjaspan, Damien Tournoud: Fixed FieldCrudTestCase::testUpdateField() assumes a fixed-precision storage - replace with test that's portable across database systems.
2010-08-02 05:40:17 +00:00
Angie Byron
792d73962e
#737792 by quicksketch, drifter, Mike Wacker, moshe weitzman, sun, dhthwy: Fixed Use a 'title callback' for node/%node instead of drupal_set_title().
2010-08-02 05:29:08 +00:00
Dries Buytaert
dd781f99ea
- Patch #866220 by David_Rothstein: URL parameter for theme_more_link() should not pass url().
2010-08-01 23:50:19 +00:00
Dries Buytaert
c6f65d2e59
- Patch #871068 by cwgordon7: 'catched' to 'caught'.
2010-08-01 23:35:01 +00:00
Dries Buytaert
2651654d09
- Patch #378064 by glipay: description field missing in menu settings on node form.
2010-08-01 23:33:18 +00:00
Dries Buytaert
9fd2531992
- Patch #870626 by cwgordon7: extraneous spaces in trigger.test.
2010-08-01 19:52:56 +00:00
Dries Buytaert
2010617151
- Patch #864584 by cwgordon7: filter format names not properly escaped.
2010-08-01 19:50:33 +00:00
Dries Buytaert
1d48f07fc7
- Patch #869350 by chx, yched: some field functions are called a bit too often.
2010-08-01 19:49:35 +00:00
Dries Buytaert
c220873e15
- Patch #866220 by andypost: URL parameter for theme_more_link() should not pass url().
2010-08-01 00:18:20 +00:00
Angie Byron
4037fa86db
#846524 by aaronbauman, mgifford: Fixed Terms cannot be manually reordered by weight.
2010-07-31 13:01:50 +00:00
Angie Byron
9588a5b38b
#655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
2010-07-31 12:54:59 +00:00
Angie Byron
f8dea099d7
#853748 by Stevel, andypost: Fixed Folders in includes/database that do not contain an (installable) driver are used anyway.
2010-07-31 12:29:31 +00:00
Dries Buytaert
bb28a4d4c8
- Patch #663126 by casey, ksenzee, seutje: active items in top level IA don't have the light gray background when overlay is enabled.
2010-07-31 11:55:31 +00:00
Dries Buytaert
a94519077b
- Patch #829968 by andypost, AlexisWilke: drupal_lookup_path() documentation and return mismatch.
2010-07-31 04:10:30 +00:00
Dries Buytaert
699afdd1be
- Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements not properly rendered.
2010-07-31 04:01:51 +00:00
Dries Buytaert
137011df91
- Patch #844388 by lotyrin, bjaspan, effulgentsia: taxonomy terms disappear from node preview if previewed more than once.
2010-07-30 03:06:18 +00:00
Dries Buytaert
a63facc8c6
- Patch #867956 by jbrown: location/description of 'hide comments' settings seems sub-optimal.
2010-07-30 02:50:37 +00:00
Dries Buytaert
37c3c7ec7a
- Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE.
2010-07-30 02:47:28 +00:00
Dries Buytaert
7c9948f0db
- Patch #855380 by plach: () should be used to lookup the current path alias.
2010-07-30 01:52:54 +00:00
Dries Buytaert
cb9869a2df
- Patch #867928 by Damien Tournoud: files and images don't work in private filesystem mode.
2010-07-30 01:45:28 +00:00
Dries Buytaert
82340c4263
- Patch #820020 by eigentor: full node image is too large - reduce to 480px width.
2010-07-30 01:37:54 +00:00
Dries Buytaert
91ecce750c
- Patch #867988 by andypost: remove simpletest_test_stream_wrappers().
2010-07-30 01:34:38 +00:00
Dries Buytaert
382d8f2614
- Patch #848368 by Stevel, Damien Tournoud: test updating for poll.module.
2010-07-30 01:28:00 +00:00
Dries Buytaert
7d3e58292f
- Patch #851308 by andypost: make locale cache configurable.
2010-07-29 02:31:40 +00:00
Dries Buytaert
0de52de646
- Patch #747252 by justinrandell, dhthwy, aspilicious: cannot extract themes and modules.
2010-07-29 02:27:43 +00:00
Dries Buytaert
b059eaeb70
- Patch #27234 by Steve Dondley, rfay, drewish, maartenvg: maximum picture size help text in profile no longer needed.
2010-07-29 01:39:32 +00:00
Dries Buytaert
fe423209a1
- Patch #721164 by bleen18, ChrisRL, sun: comment previews #prefix problem.
2010-07-29 00:50:56 +00:00
Dries Buytaert
c9e5a055fb
- Patch #866340 by Damien Tournoud: remove support for date and time types.
2010-07-28 10:52:12 +00:00
Dries Buytaert
18693269b4
- Patch #804328 by jcfiala, David_Rothstein: 'Compress cached pages'-setting should always clear cache on toggle.
2010-07-28 02:57:36 +00:00
Dries Buytaert
58a8be92bc
- Patch #659480 by mgifford, David_Rothstein, aaronbauman, Jody Lynn, casey, cwgordon7: added per-user setting for the overlay.
2010-07-28 02:50:00 +00:00
Dries Buytaert
de8128c8f2
- Patch #809384 by mgifford: title attribute should be inside control tag on admin interface.
2010-07-28 02:04:44 +00:00
Dries Buytaert
8a128c645c
- Patch #851748 by Stevel: weird logic in SelectQuery::addField().
2010-07-28 01:51:06 +00:00
Dries Buytaert
6b6ea89afa
- Patch #850686 by Jacine, sun: renamed 'highlight' region to 'highlighted' for consistency.
2010-07-28 01:40:39 +00:00
Dries Buytaert
c7b77049c2
- Patch #682884 by yoroy: jQuery ui sneaks in an undesired font-stack for overlay headers and tabs.
2010-07-28 01:26:00 +00:00
Dries Buytaert
c1d116fab8
- Patch #685896 by reglogge, seutje, casey: make overlay tabs look like the mockups.
2010-07-28 01:23:22 +00:00
Dries Buytaert
788c2e8961
- Patch #841410 by David_Rothstein: field UI JavaScript is broken after validation fails due to an error in toolbar.js.
2010-07-28 01:21:58 +00:00
Dries Buytaert
acad96aa3f
- Patch #667012 by ksenzee, casey: remove (or fix) the opening of external links in a new browser window.
2010-07-27 13:47:31 +00:00
Dries Buytaert
e5ecbeac17
- Patch #864638 by glipay: typo in comment for field_attach_form().
2010-07-26 17:00:13 +00:00
Dries Buytaert
f6044dcd2c
- Patch #863370 by andypost: fixed typo.
2010-07-26 16:59:24 +00:00
Dries Buytaert
50787d83f0
- Patch #788310 by jhodgdon: hook_menu_local_tasks_alter() doc is missing 2 parameters.
2010-07-26 13:38:30 +00:00
Dries Buytaert
123bf46c43
- Patch #827430 by David_Rothstein: drupal_form_submit() no longer works with checkboxes.
2010-07-26 13:07:59 +00:00
Dries Buytaert
803101b589
- Patch #863370 by bjaspan, daryson: wrong return value on field_info_fields().
2010-07-26 03:07:04 +00:00
Dries Buytaert
57e88bff51
- Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {file_managed()}.status.
2010-07-26 03:04:29 +00:00
Dries Buytaert
239c66915f
- Patch #857314 by andypost: add form for number formatter settings.
2010-07-26 02:59:13 +00:00
Dries Buytaert
6f5c006347
- Patch #862352 by chx: fields without columns throw notices.
2010-07-26 02:55:49 +00:00
Dries Buytaert
57cb1b8114
- Patch #858076 by jhodgdon: confirm_form() param documentation should mention value elements.
2010-07-26 02:44:03 +00:00
Dries Buytaert
8a3098d0c1
- Patch #675116 by jhodgdon: several problems in field.api.php and field_ui().api.php.
2010-07-25 02:45:27 +00:00
Dries Buytaert
13f8a95296
- Patch #762348 by tstoeckler, BarisW, casey: update the document title using jQuery while using the overlay window.
2010-07-25 00:44:29 +00:00
Dries Buytaert
a3037d90c0
- Patch #818214 by David_Rothstein, dereine, JacobSingh: improper table structure for url_alias.
2010-07-24 18:12:27 +00:00
Dries Buytaert
6faef3dfa7
- Patch #758546 by trevjs: better code comments.
2010-07-24 17:53:55 +00:00
Dries Buytaert
a45b6488f0
- Patch #643656 by sun: comment 'Save' button disappears on form validation error.
2010-07-24 17:48:16 +00:00
Dries Buytaert
a6f7939484
- Patch #130344 by mustafau, David_Rothstein, csevb10: ATOM feed items link to the current page rather than back to the original source. Added Atom tests to the aggregator module.
2010-07-24 17:42:22 +00:00
Dries Buytaert
dca92900fb
- Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.
2010-07-24 17:28:27 +00:00
Dries Buytaert
de9d0049a4
- Patch #800432 by marcingy: no index on {semaphore}.value.
2010-07-24 17:24:02 +00:00
Dries Buytaert
afdf0f6cbc
- Patch #850166 by kiamlaluno: string concatenation should be formatted with a space separating the operators (dot .).
2010-07-24 16:53:28 +00:00
Dries Buytaert
d963c364a5
- Patch #632484 by aspilicious, scor, linclark: update the default profile with the proper RDF mapping.
2010-07-23 04:39:32 +00:00
Dries Buytaert
002ca866d5
- Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, TRUE, FALSE.
2010-07-22 23:54:32 +00:00
Dries Buytaert
076002833c
- Patch #601912 by sun: remove account fieldset on user account form.
2010-07-22 23:41:51 +00:00
Dries Buytaert
d79dff03ac
- Patch #124980 by jhodgdon: Indexer is removing ... and -- instead of replacing with a space.
2010-07-22 16:16:42 +00:00
Dries Buytaert
5038c5d3df
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
2010-07-21 00:26:21 +00:00
Dries Buytaert
7c2bcffab1
- Patch #788166 by TR: password_confirm() element breaks if there is more than 1 on a page.
2010-07-20 10:17:59 +00:00
Dries Buytaert
18516bd971
- Patch #859016 by bleen18: filter's RTL styling is off in IE7.
2010-07-20 10:11:54 +00:00
Dries Buytaert
2c22598203
- Patch #364159 by David_Rothstein, MichaelCole, rszrama, ergonlogic: enable 'access comments' permission for anonymous users by default.
2010-07-20 02:05:13 +00:00
Dries Buytaert
71294994bd
- Patch #561708 by jurgenhaas, gleroux02, ksenzee, Island Usurper: theme_image() chokes if getimagesize() fails.
2010-07-19 22:20:49 +00:00
Dries Buytaert
6595545378
- Patch #738990 by glipay: poll.module using administer nodes permission incorrectly.
2010-07-19 22:03:48 +00:00
Dries Buytaert
542ceec1de
- Patch #857378 by glipay: remove useless array addition in DrupalWebTestCase::curlInitialize().
2010-07-19 21:54:46 +00:00
Dries Buytaert
b135d644fe
- Patch #796658 by yched, andypost: UI for field formatter settings.
2010-07-17 19:19:39 +00:00
Dries Buytaert
ecc7ce0875
- Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) need to able to specify include files to be loaded for building.
2010-07-17 18:52:39 +00:00
Dries Buytaert
67317ecc01
- Patch #784832 by plach: fixed conflict with the session language provider while creating a translation.
2010-07-17 11:31:36 +00:00
Dries Buytaert
7175aab4f9
- Patch #668058 by andypost, mrbubbs: resubmitting a user picture does show the first uploaded picture.
2010-07-17 11:30:01 +00:00
Dries Buytaert
574afc8e9e
- Patch #615138 by quicksketch, ksenzee, casey: overlay uses () global, but it doesn't exist anymore.
2010-07-17 02:12:36 +00:00
Dries Buytaert
e8faaa62f1
- Patch #854532 by rszrama: remove deprecated documentation.
2010-07-16 02:45:34 +00:00
Dries Buytaert
2ad0a2c1f7
- Patch #684982 by plach: audit of global language variable use.
2010-07-16 02:37:06 +00:00
Dries Buytaert
e65cb2df47
- Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not create required menus.
2010-07-14 20:30:09 +00:00
Dries Buytaert
0bbdf9579d
- Patch #826028 by bjaspan: taxonomy form validation creates new terms.
2010-07-14 20:26:52 +00:00
Angie Byron
5ac86c1eac
#849904 by mgifford, jasonkiss: Fixed no visual indication of current keyboard focus on links in #toolbar in IE8.
2010-07-12 15:13:13 +00:00
Angie Byron
641102f8a5
#851042 by catch, dereine: Fixed Reset to alphabetical produces Fatal error.
2010-07-12 15:09:39 +00:00
Dries Buytaert
756cafc1eb
- Patch #678668 by jbrown: fixed required radio buttons.
2010-07-11 22:14:28 +00:00
Dries Buytaert
486157dc70
- Patch #841194 by David_Rothstein: overlay close button doesn't have a title in screen readers.
2010-07-11 22:03:45 +00:00
Angie Byron
f83ac83582
#850060 by Dave Reid: Fixed Site mission token needs to be removed.
2010-07-11 01:01:11 +00:00
Angie Byron
ca73aba089
#668280 by mgifford, Jeff Burnz, jide, David_Rothstein: Fixed Toolbar font size keeps jumping around.
2010-07-11 00:59:37 +00:00
Dries Buytaert
0ed1077977
- Patch #846858 by kiamlaluno: typo in the documentation for hook_schema_alter().
2010-07-10 01:59:02 +00:00
Dries Buytaert
3e44e9eed6
- Patch #819388 by pwolanin: switch registry back to using hashes not file mtime and ctime.
2010-07-10 01:57:32 +00:00
Dries Buytaert
856b6e1f40
- Patch #844892 by andypost: minor code style fixes.
2010-07-10 01:44:28 +00:00
Dries Buytaert
b7be0bd184
- Patch #818686 by CrookedNumber: hyphens in style names cause paths that point to non-existent derivative images.
2010-07-10 01:43:06 +00:00
Angie Byron
0c993fd704
#776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical bug: Complex widgets are not respecting '#disabled' state.
2010-07-10 00:03:37 +00:00
Dries Buytaert
47db34f2d1
- Patch #842966 by boombatower: link handling functionality should use XPath normalize-space().
2010-07-08 12:22:59 +00:00
Dries Buytaert
5ef8911af9
- Patch #655722 by ksenzee, casey, Gábor Hojtsy, bleen18, David_Rothstein: changes made in an overlay session are not reflected when the user closes the overlay.
2010-07-08 12:20:23 +00:00
Angie Byron
8f5c296cc0
#845742 by Damien Tournoud: Make Bartik the default core theme.
2010-07-08 03:41:27 +00:00
Angie Byron
893fba439b
Roll-back of #749748 . This broke JavaScript on node add forms, and probably elsewhere.
2010-07-07 17:56:42 +00:00
Angie Byron
9e6313e84f
#715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain().
2010-07-07 17:00:43 +00:00
Dries Buytaert
328f1723d5
- Patch #717576 by mr.baileys: incorrect param name in text_field_widget_form().
2010-07-07 13:30:06 +00:00
Angie Byron
ea4f6bcef2
#363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.
2010-07-07 08:05:01 +00:00
Angie Byron
a8812bb727
#685892 follow-up by Stevel: Fix missing t() in update function.
2010-07-07 05:59:14 +00:00
Angie Byron
449f1f7cbd
#845746 by Berdir: Fixed update process broken on multi-language sites using i18n module.
2010-07-07 05:44:03 +00:00
Dries Buytaert
47b8bec8e2
- Patch #749748 by mavimo, Dave Reid: contact and comment modules do not prefill with user info from cookie.
2010-07-07 01:14:18 +00:00
Dries Buytaert
63312b2950
- Patch #825330 by rfay, katbailey: make book module use standard D7 AJAX forms techniques.
2010-07-07 01:07:33 +00:00
Dries Buytaert
16eb932fcd
- Patch #846254 by kiamlaluno: example for hook_update_N() contains wrong code.
2010-07-07 00:57:44 +00:00
Angie Byron
99c7b5de09
#685892 by Stevel, scor, Island Usurper, yched, quicksketch, et al: Fixed Upload -> File module upgrade path is broken.
2010-07-06 07:38:48 +00:00
Dries Buytaert
c0ca1e4563
- Patch #805702 by Berdir: cron should use locking framework.
2010-07-02 15:31:10 +00:00
Angie Byron
27519ac981
#716302 follow-up by David_Rothstein: Tests for Dashboard module.
2010-07-02 15:24:31 +00:00
Dries Buytaert
f3304854d0
- Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security.
2010-07-02 12:37:57 +00:00
Dries Buytaert
5b55646e2a
- Patch #620618 by sun, Damien Tournoud, JohnAlbin, makara: optimize menu tree building and use it for toolbar.
2010-07-02 02:22:26 +00:00
Dries Buytaert
e4be0eb7e8
- Patch #327331 by mr.baileys, wrwrwr: fix filter_xss() to not allow empty style/on* attributes at end of opening tag.
2010-07-01 19:41:18 +00:00
Dries Buytaert
a1277471c8
- Patch #740036 by c960657, Damien Tournoud: Fixed OpenID AX: Request nickname + support alternative namespaces.
2010-07-01 19:06:57 +00:00
Angie Byron
18b73f13b7
#842394 by Stevel: Add dependency to filter_update_7005 so that it runs after the addition of role weight column.
2010-07-01 15:14:27 +00:00
Angie Byron
d4570f032a
#817216 follow-up by Stevel: Fixed database prefixes in poll_update_7001().
2010-07-01 15:09:11 +00:00
Dries Buytaert
435e4e0310
- Patch #effulgentsia: remove left-overs.
2010-07-01 00:46:57 +00:00
Dries Buytaert
17482ee1cb
- Patch #831914 by Dave Reid: removed redundant [node:uid], [comment:uid], and [file:uid] tokens.
2010-07-01 00:42:34 +00:00
Angie Byron
0ed7c5051f
#841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests are failing.
2010-06-30 22:37:49 +00:00
Dries Buytaert
9e0af44f62
- Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP blocking.
2010-06-30 15:51:51 +00:00
Dries Buytaert
f363c9209d
- Patch #838014 by comrade.salazar, dereine: search results will always have empty h2 tag.
2010-06-30 15:47:50 +00:00
Dries Buytaert
113b00e7f0
- Patch #800366 by sivaji, David_Rothstein: prevent creating shortcut set with empty or duplicate label.
2010-06-30 15:12:59 +00:00
Dries Buytaert
95a59821e3
- Patch #134321 by dvessel, dboulet: if default color profile base and original style.css background color are the same, output is invalid CSS background.
2010-06-30 15:03:06 +00:00
Dries Buytaert
0df5b37ab7
- Patch #729186 by catch: _field_info_collate_fields() resource usage.
2010-06-29 18:46:12 +00:00
Dries Buytaert
ef1fd4887a
- Patch #721086 by rfay, aspilicious, andypost: create tests for system actions, clean up token replacement, clean up triggers.
2010-06-29 18:24:10 +00:00
Dries Buytaert
7640e03624
- Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from disappearing.
2010-06-29 16:52:11 +00:00
Dries Buytaert
73a961e2de
- Patch #562968 by kkaefer: optimize module and theme images.
2010-06-29 15:39:52 +00:00
Dries Buytaert
b6c0d1ab20
- Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], [comment:uid], and [file:uid] tokens.
2010-06-29 00:57:19 +00:00
Dries Buytaert
cbfdd2e9c7
- Patch #839178 by Damien Tournoud, dereine: filter settings silliness.
2010-06-29 00:48:14 +00:00
Dries Buytaert
d18daf82a7
- Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search dependent on dblog module.
2010-06-29 00:39:16 +00:00
Dries Buytaert
87f1bf455d
- Patch #837728 by aaronbauman: @see directives in system.api.php: move to bottom of docblocks, prepend blank line.
2010-06-29 00:23:57 +00:00
Angie Byron
3893c01799
#838438 follow-up by Damien Tournoud: db_prefix is no longer a global, wrong path given to drupal_var_export() function file.
2010-06-29 00:21:00 +00:00
Dries Buytaert
8e6d6e38ac
- Patch #362021 by plach: field_attach_prepare_translation() needs to be updated for D7 API.
2010-06-28 20:58:42 +00:00
Dries Buytaert
8ce1c80cc7
- Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS.
2010-06-28 20:27:34 +00:00
Dries Buytaert
267ebfb7b6
- Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be per database connection.
2010-06-28 19:57:34 +00:00
Angie Byron
99484ebff2
#839172 by lyricnz: Fixed Cannot redeclare user_update_7010(). Oops.
2010-06-28 14:59:24 +00:00
Angie Byron
c6f79894a6
#660302 follow-up by heyrocker and jhodgdon: Fixed Migration path for changed user email tokens; don't complicate translation of default messages.
2010-06-28 03:25:21 +00:00
Angie Byron
029e7b8828
#838438 by Damien Tournoud, chx: Added basic tests for D6 => D7 upgrade path, and framework for further extending upgrade test coverage. W00t! :D
2010-06-28 02:05:47 +00:00
Angie Byron
4771540eea
#838040 by justinrandell, azriprajwala: Fixed notices thrown when adding a stock field to a stock content type.
2010-06-27 18:05:54 +00:00
Dries Buytaert
ebbb3eff94
- Patch #795022 by nenne, brightplum: drupal_explode_tags() and drupal_implode_tags() should point to each other; taxonomy_implode_tags() too.
2010-06-27 16:49:58 +00:00
Dries Buytaert
db6d3d79a8
- Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid.
2010-06-27 10:48:17 +00:00
Dries Buytaert
ceabe1870e
- Patch #734944 by Dave Reid: documentation for hook_token_info_alter() is incorrect.
2010-06-26 22:17:02 +00:00
Dries Buytaert
a6012a2062
- Patch #838408 by chx: remove hook_menu_active_handler_alter().
2010-06-26 21:38:38 +00:00
Dries Buytaert
e27e1a0e0d
- Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form().
2010-06-26 21:32:20 +00:00
Dries Buytaert
218c363c5a
- Patch #718922 by derjochenmeyer, betz, mgifford, JohnAlbin, casey: .element-invisible does not work with VoiceOver on OS X Snow Leopard.
2010-06-26 20:10:24 +00:00
Dries Buytaert
344f5cb850
- Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, chx: file_munge_filename() extension handling broken by move to File Field.
2010-06-26 19:55:47 +00:00
Dries Buytaert
353ef4547a
- Patch #553106 by kiamlaluno, dereine, marcingy: _menu_overview_tree_form() access a not defined variable.
2010-06-26 17:43:22 +00:00
Dries Buytaert
33e814ca77
- Patch #235684 by dereine: reference to missing functions (book_pick_book_submit().
2010-06-26 12:42:47 +00:00
Dries Buytaert
11d7b4d9b1
- Patch #818214 by dereine: improper table structure for url_alias().
2010-06-26 12:40:33 +00:00
Dries Buytaert
77f6e36f63
- Patch #836748 by aaronbauman, jhodgdon: improve documentation about install/enable/etc. hook invocation order.
2010-06-26 12:34:44 +00:00
Dries Buytaert
a7bbd6d13e
- Patch #808534 by dhthwy, Damien Tournoud, chx: file_get_file_references() is completely broken.
2010-06-26 02:16:23 +00:00
Dries Buytaert
f0a49e662d
- Patch #616240 by yched, marcingy: make field UI screens extensible from contrib.
2010-06-26 02:06:53 +00:00
Dries Buytaert
4114d3ce58
- Patch #635212 by sun, David_Rothstein, ryandekker, tstoeckler: fallback format is not configurable.
2010-06-26 01:55:29 +00:00
Dries Buytaert
3a843af2ae
- Patch #415250 by Jaza, R.Muilwijk, jhodgdon: remove unused parameter from comment_admin_overview().
2010-06-25 21:24:35 +00:00
Dries Buytaert
06ec17f5ea
- Patch #832746 by dmitrig01: fix inconsistent formatting of entity_query().test.
2010-06-25 20:32:43 +00:00
Dries Buytaert
35dde8e3b5
- Patch #769540 by cafuego: block variables lack defines.
2010-06-25 20:25:54 +00:00
Dries Buytaert
0ee32d7c4e
- Patch #781750 by sun: XSS in Filter Tips.
2010-06-25 20:20:47 +00:00
Dries Buytaert
7b77b90c03
- Patch #795174 by Berdir: use %alias in SelectQuery joins and remove workarounds.
2010-06-25 19:33:47 +00:00
Dries Buytaert
b54ff2c810
- Patch #702816 by yched, tstoeckler: mention of content types when it should be bundles.
2010-06-25 19:31:07 +00:00
Dries Buytaert
cd3d945f58
- Patch #829912 by David_Rothstein: wrong capitalization for Field UI module description.
2010-06-25 18:51:05 +00:00
Dries Buytaert
38220bad9e
- Patch #225535 by flobruit, c960657: OpenID login fails for delegated OpenIDs.
2010-06-25 18:31:37 +00:00
Dries Buytaert
cd5457024d
- Patch #836700 by james.elliott: upgrade to jQuery UI 1.8 doesn't include proper dependencies for dialog.
2010-06-25 18:20:27 +00:00
Dries Buytaert
7e52847ae9
- Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien Tournoud: text column type doesn't reliably hold serialized variables.
2010-06-25 17:47:22 +00:00
Dries Buytaert
35373aa89c
- Patch #831332 by Stevel: drupal_get_schema_unprocessed() called in update functions.
2010-06-25 12:27:28 +00:00
Angie Byron
84003e47bd
#803926 by dhthwy: Fixed File field shouldn't allow any file extension to be uploaded when the list of allowed extensions is left blank.
2010-06-25 04:36:49 +00:00
Angie Byron
6b0f13f03c
#569206 by mikey_p, justinrandell: Fixed body field re-added when node type settings are re-saved.
2010-06-24 22:23:06 +00:00
Angie Byron
0e68871da8
#835046 by mikeytown2: Fixed hook_taxonomy_vocabulary_presave() is missing.
2010-06-24 22:21:51 +00:00
Dries Buytaert
e34b852671
- Patch #836962 by aaronbauman: field_cache_clear() called twice sequentially when installing modules.
2010-06-24 21:37:49 +00:00
Dries Buytaert
41abf46f07
- Patch #702134 by grndlvl, aaronbauman: always store IP address for poll votes.
2010-06-24 18:53:31 +00:00
Angie Byron
8c390590d9
#833094 by carlos8f, David_Rothstein: Fixed Ajax requests in installer cause cron to run prematurely.
2010-06-24 17:28:10 +00:00
Angie Byron
2d9fd20acc
#834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, and added tests.
2010-06-24 17:24:40 +00:00
Angie Byron
a1f25d312f
#835802 by aaronbauman: Fixed DBTNG: INSERT query in forum.install should use dynamic query format.
2010-06-24 12:59:22 +00:00
Dries Buytaert
665a0c33b5
- Patch #295990 by mr.baileys, lilou: testingParty08: Poll autoexpire.
2010-06-23 19:15:07 +00:00
Dries Buytaert
b6a08382d7
- Patch #834972 by aaronbauman: DBTNG: book module.
2010-06-23 19:05:15 +00:00
Dries Buytaert
00936826ad
- Patch #833654 by aaronbauman: change 'Larger' and 'Smaller' to 'Greater' and 'Less' in number module.
2010-06-23 13:45:40 +00:00
Dries Buytaert
a3af546fe4
- Patch #831732 by solotandem: system_update_7053 needs to check for existence of menu_custom() table.
2010-06-23 13:17:51 +00:00
Dries Buytaert
c28bba827e
- Patch #834924 by jhodgdon: entity_invoke() is worthless.
2010-06-23 02:45:35 +00:00
Dries Buytaert
522b923a8b
- Patch #774218 by jhedstrom: the RDFa markup for custom image field is invalid.
2010-06-23 02:40:56 +00:00
Angie Byron
99ec176a5d
#813492 follow-up by chx, marcingy, c960657: Fixed HTTPS sessions use an invalid merge query.
2010-06-21 16:03:45 +00:00
Angie Byron
8a27a7dd61
#733028 by cha0s, agentrickard: Fixed SA-CORE-2010-001 - Open redirection.
2010-06-21 14:59:14 +00:00
Angie Byron
65ae6eb0e1
#798292 by casey, David_Rothstein: Fixed Overlay redirect to list of content types instead of list of fields after field is added.
2010-06-21 03:11:49 +00:00
Angie Byron
ce19c67110
#293223 follow-up by David_Rothstein: Roll back 'Hide required core modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links.
2010-06-21 02:27:47 +00:00
Angie Byron
34dbad55c5
#444228 follow-up by Tri, ridgerunner, Damien Tournoud, et al: Improve Optimize CSS performance by removing support for Mac IE 5.5 comment hacks, and add tests. (Apologies; some of this went in with a previous commit http://drupal.org/cvs?commit=382522 )
2010-06-21 01:35:25 +00:00
Angie Byron
605362393d
#809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function to PostgreSQL since || isn't supported reliably across database systems.
2010-06-21 01:32:21 +00:00
Angie Byron
3cca50da44
#817216 by ctmattice1, chx, Stevel, Damien Tournoud: Fixed system_update_7008 does not work, deal with invalid poll choices, and move poll-related upgrade logic to Poll module.
2010-06-21 00:00:38 +00:00
Angie Byron
2cca6c5754
#831070 by Josh Waihi: Fixed PostgreSQL breaks on forums with IF() syntax.
2010-06-20 23:55:08 +00:00
Angie Byron
f174e9cc55
#448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users.
2010-06-20 17:34:51 +00:00
Dries Buytaert
cb043e8c48
- Patch #735800 by effulgentsia, fago, Frando: node form triggers form level submit functions on button level submits, without validation. Oh yeah.
2010-06-17 13:44:45 +00:00
Dries Buytaert
3620310d7c
- Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.
2010-06-17 13:16:57 +00:00
Angie Byron
7d4a02a3d9
#829378 by David_Rothstein: Fixed Update system should use the API to identify the install profile, rather than preg_match().
2010-06-17 02:12:44 +00:00
Dries Buytaert
a3b28597bb
- Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, pwolanin, dww: changes to block caching mode not caught.
2010-06-15 16:19:28 +00:00
Dries Buytaert
9cf21be994
- Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, dereine, bjaspan: listing API for field API.
2010-06-14 15:41:03 +00:00
Dries Buytaert
f6d56f96c3
- Patch #551658 by Stevel: improve directory testing.
2010-06-14 13:33:45 +00:00
Dries Buytaert
6c934509fe
- Patch #621748 by grendzy, David Strauss: ip_address() is broken for multi-tier architectures.
2010-06-14 13:24:32 +00:00
Dries Buytaert
b32e3c909b
- Patch #782616 by chx, dww: provide an ACID queue API entrypoint.
2010-06-14 13:10:31 +00:00
Dries Buytaert
1cd8bc5a00
- Patch #813492 by chx, Damien Tournoud, justinrandell: HTTPS sessions use an invalid merge query.
2010-06-14 12:31:46 +00:00
Dries Buytaert
5eefb7ab89
- Patch #826054 by grendzy: upgrade from Drupal 6.17 fails with integrity constraint violation: 1048 Column 'filename' cannot be null.
2010-06-14 12:27:46 +00:00
Angie Byron
1ecf2d1326
#808162 by carlos8f, agentrickard: Fixed update.php fails when optional modules disabled.
2010-06-13 18:27:39 +00:00
Dries Buytaert
edb84630e8
- Patch #826104 by kiamlaluno: constructor for DrupalTestCase is reported to be the constructor for DrupalWebTestCase.
2010-06-13 13:14:18 +00:00
Dries Buytaert
38401e3815
- Patch #245990 by Pedro Lozano: HTTP request testing unreliable and may be undesirable.
2010-06-13 09:42:00 +00:00
Dries Buytaert
00a0e7c902
- Patch #739420 by Rob Loach, aaron, casey | aspilicious: Fixed Overlay cuts off wide tables.
2010-06-13 06:03:47 +00:00
Dries Buytaert
abba9b3b34
- Patch #725734 by casey, David_Rothstein, recidive, jpmckinney, aspilicious: overlay doesn't escape any page titles (residual cleanup).
2010-06-13 05:47:47 +00:00
Dries Buytaert
83e9590a14
- Patch #765830 by rfay: E_NOTICE if block is themed without an argument.
2010-06-13 05:36:58 +00:00
Angie Byron
c0542917e5
#687666 by tstoeckler, David_Rothstein: Fixed block static cache a bit too static.
2010-06-12 08:42:46 +00:00
Angie Byron
c2e2974f0b
#245990 follow-up by Pedro Lozano: Tell system_http_check() not to follow redirects to avoid false error notifications.
2010-06-12 08:33:50 +00:00
Angie Byron
f0b5afb436
#822128 by roborn: Fixed 'Textarea + summary' widget broken when field allows multiple values.
2010-06-12 08:18:59 +00:00
Angie Byron
7affd91ab6
#551658 follow-up by pwolanin: Revert back to D6-style temporary folder logic to avoid various platform issues.
2010-06-12 08:15:15 +00:00
Dries Buytaert
e0adb93064
- Patch #668640 David_Rothstein: follow-up on overlay.
2010-06-11 14:07:32 +00:00
Dries Buytaert
72e44a39af
- Patch #743908 by David_Rothstein, casey, Gábor Hojtsy: skip overlay initialization if already done.
2010-06-11 12:30:30 +00:00
Dries Buytaert
7dd0d859e1
- Patch #497612 by moshe weitzman, Stevel: harden user login - move user_load() to submit handler.
2010-06-11 11:12:13 +00:00
Dries Buytaert
995f079e1e
- Patch #819476 by kiamlaluno, jhodgdon: book_form_update() parameters were not correct.
2010-06-11 11:06:37 +00:00
Dries Buytaert
a3445b5038
- Patch #786394 by casey: improve overlay keydown handler (TAB-navigation).
2010-06-10 16:36:56 +00:00
Dries Buytaert
e4dd88023d
- Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only works for latin languages and drupal_substr() had a bug.
2010-06-10 15:20:48 +00:00
Dries Buytaert
23582a5e91
- Patch #520760 by sun, Berdir, Steven Merrill, David_Rothstein, Heine, duellj, catch: fixed SA-CORE-2009-007 user signature format.
2010-06-10 06:57:20 +00:00
Dries Buytaert
ba4702c0d5
- Patch #663126 by casey, seutje: active items in top level IA don't have the light gray background when overlay is enabled.
2010-06-09 15:04:52 +00:00
Angie Byron
30434bbc74
#668640 follow-up by casey and aspilicious: Minor follow-ups to Overlay revamp.
2010-06-09 05:16:58 +00:00
Angie Byron
1e6be79e06
#685486 follow-up by ctmattice1: Add distinct clause to filter upgrade query to address edge case.
2010-06-08 16:13:47 +00:00
Angie Byron
800c5a3fad
#680992 by Berdir, catch, andypost, douggreen, mr.baileys: Fixed comments are added to search index without checking access.
2010-06-08 06:34:36 +00:00
Dries Buytaert
b87e57baaf
- Patch #820166 by rfay: several simpletest assertions missing default value for .
2010-06-08 06:16:01 +00:00
Dries Buytaert
20223878e6
- Patch #809838 by mr.baileys: maxlength settings didn't work in Field UI.
2010-06-08 06:15:13 +00:00
Angie Byron
40eeac9ebb
#805052 follow-up by mikey_p: Fixed Notice in update.php in drupal_session_initialize().
2010-06-08 05:44:07 +00:00
Angie Byron
8dbd4d7edd
#808664 by yched: Fixed required maxlength setting on body field.
2010-06-08 05:41:05 +00:00
Angie Byron
8e8d8274d6
#668640 by casey, aspilicious, et al: Re-implement Overlay without jQuery UI Dialog; massive performance improvement, helps address several critical issues.
2010-06-08 05:16:29 +00:00
Angie Byron
b5e696702d
#794184 by JacobSingh, catch, chx: Fixed contact_update_7002() fails when the contact module is not enabled.
2010-06-08 03:48:14 +00:00
Angie Byron
cf30c78b42
#362021 by plach, yched, sun: Update field_attach_prepare_translation() for D7 entity API.
2010-06-06 00:24:16 +00:00
Dries Buytaert
15bca6e462
- Patch #803212 by effulgentsia, Heine: protection against forgery of input selection value doesn't work with checkboxes.
2010-06-05 13:18:09 +00:00
Dries Buytaert
d99623f8a1
- Patch #813822 by asimmonds: missing t() function in field_purge_field() causes fatal error.
2010-06-05 12:05:25 +00:00
Angie Byron
4b25666520
#716302 by lotyrin, David_Rothstein, Jody Lynn: Fixed Permissions not working on admin/dashboard.
2010-06-04 23:04:32 +00:00
Dries Buytaert
1ce5ad6c76
- Forgot to commit this a while ago.
2010-06-04 20:39:44 +00:00
Dries Buytaert
df7188e112
- Patch #765856 by Jeff Burnz, aspilicious: contextual lack rtl styling.
2010-06-04 20:38:55 +00:00
Dries Buytaert
98150d06e7
- Patch #739802 by johnstorey: fix documentation of taxonomy_get_vocabularies().
2010-06-04 20:34:44 +00:00
Dries Buytaert
6f03daf8d4
- Patch #816750 by catch: field_info_field() docs.
2010-06-03 21:06:38 +00:00
Dries Buytaert
79bf3bb31b
- Patch #815734 by catch: system_update_7053() assumes block module is installed.
2010-06-03 13:20:05 +00:00
Dries Buytaert
8ac69af008
- Patch #545610 by brandonojc, Everett Zufelt, mgifford: search form needs a header for accessibility.
2010-06-03 13:18:48 +00:00
Dries Buytaert
2276295fd6
- Patch #816642 by catch: improved field exceptions.
2010-06-03 13:08:52 +00:00
Dries Buytaert
45da508e05
- Patch #334671 by Steve Dondley, naxoc: add tests for user role administration.
2010-06-02 18:13:24 +00:00
Dries Buytaert
d689318629
- Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file API presumes a hiearchical file storage.
2010-06-02 13:09:34 +00:00
Dries Buytaert
45dc99c832
#738454 by bradweikel: error if module uninstalled and no language file.
2010-06-02 10:25:15 +00:00
Dries Buytaert
248902b1b5
- Patch #807622 by grendzy: ftal error calling sys_get_temp_dir() in installer.
2010-06-02 06:56:48 +00:00
Dries Buytaert
bf22ca024a
- Patch #814884 by catch: comment_user_cancel() should use comment_save().
2010-06-02 06:20:11 +00:00
Dries Buytaert
c1929c6c1e
- Patch #759096 by catch: use fast drupal_static() pattern for field_available_languages().
2010-06-01 18:29:41 +00:00
Dries Buytaert
e3065ec62c
- Patch #767042 by Stefan Freudenberg: move comment rdf tests in rdf.test.
2010-06-01 17:58:29 +00:00
Dries Buytaert
8a491f2dda
- Patch #810176 by Jeff Burnz: updated documentation.
2010-06-01 17:56:46 +00:00
Dries Buytaert
cf822bd236
- Patch #760170 by sivaji: custom date format string form accepts empty string input.
2010-06-01 05:08:40 +00:00
Dries Buytaert
f6fac2b1ea
- Patch #813722 by joachim: fixed inconsistent terminology on the new 'Manage Display' screen.
2010-05-31 18:15:20 +00:00
Dries Buytaert
e66fa989fa
- Patch #767854 by droplet: fixed misspelled strings.
2010-05-31 11:42:11 +00:00
Dries Buytaert
1e7303d08a
- Patch #811276 by YaxBalamAhaw: 'Add to Default Shortcuts' keyboard navigation problems.
2010-05-31 08:18:02 +00:00
Dries Buytaert
e3690d9246
- Patch #478946 by Scott Reynolds: node_access() batch rebuild will 'fail' when a node isn't loadable.
2010-05-31 08:02:33 +00:00
Dries Buytaert
78a04881d5
- Patch #707724 by TR: call them entities instead of objects.
2010-05-31 07:59:27 +00:00
Dries Buytaert
4e1d58feee
- Patch #812416 by plach: fixed broken upgrade path.
2010-05-29 18:45:31 +00:00
Dries Buytaert
128a693466
- Patch #812620 by kiamlaluno: fixed incorrect format_plural().
2010-05-29 13:51:27 +00:00
Dries Buytaert
b801d14ad1
- Patch #591048 by Damien Tournoud: the author information block was broken. Added tests.
2010-05-29 11:37:33 +00:00
Dries Buytaert
ada6432e5e
- Patch #809558 by mr.baileys: node_title_list() didn't return renderable array for block content.
2010-05-29 07:53:44 +00:00
Dries Buytaert
3d2110bfdb
- Patch #810176 by bleen18, jhodgdon: search result titles should be enclosed in a heading tag.
2010-05-29 07:50:33 +00:00
Dries Buytaert
1e9409ade1
- Patch #690288 by casey, klausi: back button in overlay doesn't work properly when there's redirection, e.g. #admin/structure/trigger.
2010-05-28 19:11:42 +00:00
Dries Buytaert
78d4c09459
- Patch #808030 by dhthwy: new themes are not detected when visiting themes setting page without first clearing the cache manually.
2010-05-28 18:18:50 +00:00
Dries Buytaert
ffb760fa49
- Patch #810176 by bleen18: improved accessibility of search results -- Google/Yahoo style.
2010-05-28 11:53:57 +00:00
Dries Buytaert
26e00c3757
- Patch #811170 by scor: missing db_drop_index() in user_update_7005().
2010-05-28 10:17:52 +00:00
Dries Buytaert
1613777a1e
- Patch #811346 by Berdir: trying to load a term for deleting after vocabulary has been deleted does not work and results in notices.
2010-05-28 10:17:02 +00:00
Dries Buytaert
f5d08f5e82
- Patch #809698 by Damien Tournoud, tstoeckler: refrain from using the || operator for concatenation.
2010-05-28 10:13:38 +00:00
Dries Buytaert
9a67fb99ef
- Patch #174972 by rfay, stBorchert, gaele: user creation setting should be 'Visitors, with admin approval'.
2010-05-27 12:29:39 +00:00
Dries Buytaert
654921c474
- Patch #782056 by aspilicious: removing tabs and trailing white space.
2010-05-26 19:51:01 +00:00
Dries Buytaert
38082fe414
- Patch #809132 by marcingy, andypost: increase size of init field on users table to 254 characters and add missing index.
2010-05-26 19:48:45 +00:00
Dries Buytaert
5a18bf9f92
- Patch #622330 by JohnAlbin, Jeff Burnz: CSS alternative to remove clearfix from inline field markup.
2010-05-26 11:54:19 +00:00
Dries Buytaert
e6cfb50824
- Patch #751752 by neclimdul: update directly adds ui files and is broken by 1.8 update.
2010-05-26 11:50:58 +00:00
Dries Buytaert
3b9635dba8
- Patch #714964 by mr.baileys: ActionLoopTestCase was fragile on some databases.
2010-05-26 11:26:49 +00:00
Dries Buytaert
2d2ff0d1a9
- Patch #784790 by sun: URL filter incorrectly repeats URL in link title attribute.
2010-05-26 10:54:30 +00:00
Dries Buytaert
6826f8640d
- Patch #730420 by andrewmacpherson: make html.tpl.php less dependant on rdf namespaces.
2010-05-26 10:47:20 +00:00
Dries Buytaert
680de534b0
- Patch #809256 by David_Rothstein: OpenID module refers to the xrds.inc file, which no longer exists.
2010-05-26 08:39:54 +00:00
Dries Buytaert
72db95c988
- Patch #711108 by Berdir: better exception reporting for watchdog() in the database system.
2010-05-26 07:52:13 +00:00
Dries Buytaert
164ac036ac
- Patch #553298 by andypost: remove Windows end-of-line character.
2010-05-26 07:49:52 +00:00
Dries Buytaert
7d0f0aed7d
- Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules are still installed when required modules return errors in hook_requirements().
2010-05-26 07:31:47 +00:00
Angie Byron
2c39bc8e04
#801158 by casey: Fixed Dashboard adds customise dashboard link every time block is added.
2010-05-24 05:15:42 +00:00
Angie Byron
4c94e68159
#671452 by Rob Loach: Make Blog module add its action link correctly.
2010-05-24 04:51:18 +00:00