Commit Graph

11461 Commits (5d001d94d64b1bd94e7b0064b72b06f68e0e2ed6)

Author SHA1 Message Date
Angie Byron 513d7eb87e #607652 by catch: Fix uncaught exceptions in taxonomy tests. 2009-10-18 07:50:45 +00:00
Angie Byron 8387caea67 #356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo in select. 2009-10-18 07:35:39 +00:00
Angie Byron c887d7bbd0 PHP really doesn't like more than one system_update_7043() function. No, no it does not. 2009-10-18 07:10:23 +00:00
Angie Byron 3dddaa3e6f #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0. 2009-10-18 06:56:24 +00:00
Angie Byron 1650fea5d9 #516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.) 2009-10-18 05:28:43 +00:00
Angie Byron 2484439643 #595654 by sun: Fixed AJAX command 'settings' (with tests). 2009-10-18 05:14:39 +00:00
Angie Byron bba83fc684 #606114 by catch: taxonomy_field_formatter_load() should use taxonomy_term_load_multiple(). 2009-10-18 04:50:08 +00:00
Angie Byron 001b22269b #601972 by sivaji: Fixed status messages not styled when displayed inline. 2009-10-18 04:35:30 +00:00
Dries Buytaert fcaf2e8016 - Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.module documentation. 2009-10-18 01:55:13 +00:00
Dries Buytaert 85f481386d - Patch #607410 by Bojhan: remove Search this site. 2009-10-18 01:53:26 +00:00
Dries Buytaert 8c270c43d3 - Patch #607040 by cweagans: added missing CVS tag, and added some line breaks. 2009-10-17 12:10:31 +00:00
Dries Buytaert 0e9dda10b9 - Patch #25801 by jweowu, marcp: taxonomy_select_nodes() hard codes limit. 2009-10-17 12:08:21 +00:00
Dries Buytaert f179b1f7c6 - Patch #278592 by catch, Dave Reid, andypost, lilou, sun, tobiasb: sync 6.x extra updates with HEAD. 2009-10-17 12:07:31 +00:00
Dries Buytaert 1d9df22742 - Patch #473268 by sun: documentation improvements for edit in place. 2009-10-17 11:39:15 +00:00
Angie Byron 4278afa16b #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks. 2009-10-17 05:50:29 +00:00
Angie Byron 29067790f1 #511286 follow-up by DamZ: Make testMenuGetNames() less brittle (and also fix it so we can turn testing bot back on). 2009-10-17 02:58:04 +00:00
Dries Buytaert 42c8abb43f - Patch #606130 by quicksketch: fixed problem with creating images. 2009-10-17 02:14:52 +00:00
Dries Buytaert 198fd0a949 - Patch #557924 by bjaspan, plach: fixed Options widget. 2009-10-17 01:20:01 +00:00
Angie Byron cd2e7e875a #511286 follow-up: Committed rest of stuff. 2009-10-17 01:15:40 +00:00
Dries Buytaert 659662810b - Forgot to commit this earlier. 2009-10-17 00:52:36 +00:00
Dries Buytaert a613c60fe1 - Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ksenzee et al: add customizable shortcuts to the toolbar. 2009-10-17 00:51:53 +00:00
Angie Byron a09822b363 #606640 by eojthebrave and sun: Use proper menu router paths for the block module. 2009-10-16 23:48:38 +00:00
Dries Buytaert 81bba297e6 - Patch #602582 by dww, cweagans: changed name and description in update.info to reflect update manager functionality. 2009-10-16 21:02:23 +00:00
Dries Buytaert 53aa4c6c6a - Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router paths for comment/*. 2009-10-16 20:40:05 +00:00
Dries Buytaert 045074d4c5 - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system. 2009-10-16 19:20:34 +00:00
Dries Buytaert 60c5878351 - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation. 2009-10-16 19:06:25 +00:00
Dries Buytaert 4430d46334 - Patch #440876: missing files. 2009-10-16 16:37:01 +00:00
Dries Buytaert f46e6626cd - Patch #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information. 2009-10-16 15:54:33 +00:00
Angie Byron bac6eed5ff #606460 by peximo: Fixed Node revision test fatal error. 2009-10-16 15:52:33 +00:00
Angie Byron d854417e0c #565480 follow-up by plach: Clean-ups and documentation. 2009-10-16 15:47:46 +00:00
Dries Buytaert 5a89fef970 - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings. 2009-10-16 13:20:16 +00:00
Dries Buytaert f0a8150b11 - Patch #604618 by axyjo, sun: archiver code clean-up. 2009-10-16 13:18:32 +00:00
Angie Byron 9dda515bbc #412730 folllow-up by Crell: Move missing theme key notification to watchdog so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs) 2009-10-16 08:27:41 +00:00
Angie Byron 1c7bca0b6f #605442 by catch: Add a generic hook_entity_load(). 2009-10-16 03:47:14 +00:00
Angie Byron 92f5a844b2 #605862 by andypost, peximo, sun: Store language for comments. 2009-10-16 03:40:40 +00:00
Angie Byron 087a47ba5c #493314 by yched and catch: Add multiple hook for formatters. 2009-10-16 03:21:23 +00:00
Dries Buytaert 13d3072f41 - Patch #356074 by chx, Damien Tournoud: provide a sequences API. 2009-10-16 03:01:55 +00:00
Angie Byron b965f7478f #470242 follow-up by bjaspan: Fix typo. 2009-10-16 02:47:16 +00:00
Angie Byron 6061fa9781 #565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies. 2009-10-16 02:04:44 +00:00
Angie Byron 5faaa376aa #602938 by quicksketch: Provide default styles in image.module (add hook_image_default_styles()). 2009-10-16 00:52:46 +00:00
Angie Byron 6abcc47e25 #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D 2009-10-15 21:19:31 +00:00
Dries Buytaert 945fd9e269 - Patch #602710 by quicksketch: fixed aggressive reset.css in Seven -- broke RTL language and some forms. 2009-10-15 20:33:46 +00:00
Dries Buytaert c19a194162 - Patch #557542 by catch: CLI installs were broken. 2009-10-15 20:29:27 +00:00
Dries Buytaert 2fb451c872 - Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz. 2009-10-15 17:55:55 +00:00
Dries Buytaert 977d635bb1 - Patch #332333 by dmitrig01, alexw: add a real API to path.module. 2009-10-15 17:53:34 +00:00
Angie Byron e1642603ea #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url(). 2009-10-15 16:18:46 +00:00
Dries Buytaert c7557262b3 - Patch #604650 by quicksketch: new image styles were not usable as formatters. 2009-10-15 14:40:44 +00:00
Dries Buytaert 56931446eb - Patch #567572 by catch: remove taxonomy synonyms in favor of a future Field API based solution. 2009-10-15 14:34:07 +00:00
Dries Buytaert f42bca3bd4 - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big. 2009-10-15 14:07:30 +00:00
Dries Buytaert dbac31e066 - Patch #601586 by Xano: do not require permission. 2009-10-15 13:35:06 +00:00