Commit Graph

9178 Commits (3968a954e883ef48f8ffc3f14f0ac77806a0c378)

Author SHA1 Message Date
Dries Buytaert 3968a954e8 - Patch #857296 by yched: comment fields not displaying in proper order. 2010-08-10 00:55:38 +00:00
Dries Buytaert 02262dec24 - Patch #877986 by tim.plunkett: RSS link in Syndicate block has path of //rss.xml. 2010-08-09 19:57:24 +00:00
Dries Buytaert 619c35992e - Patch #812688 by andypost, Damien Tournoud: organize image formatters around settings. 2010-08-09 19:55:57 +00:00
Dries Buytaert 0777093053 - Patch #607238 by agentrickard, catch, salvis: permissions are assumed to be unique among modules, but uniqueness is not enforced. 2010-08-09 19:49:40 +00:00
Angie Byron fe97bfefc5 #876966 by dmitrig01: Fixed Warning message sits hard on top of tables. 2010-08-09 16:58:15 +00:00
Angie Byron a4df7936bb #845928 by JohnAlbin: Fixed System menu blocks don't get the same styling as menu module blocks. 2010-08-09 16:54:50 +00:00
Angie Byron 8db34bb271 #877020 follow-up by andypost: Updated hotfix for _forum_topics_unread() tests to fix testbot. 2010-08-09 01:18:46 +00:00
Dries Buytaert 786ba6e88a - Patch #876116 by jbrown: too many spaces. 2010-08-08 23:55:30 +00:00
Dries Buytaert 03d4cbdbad - Patch #875162 by ctmattice1: documentation improvement for hook_theme_registry_alter(). 2010-08-08 19:45:37 +00:00
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