Commit Graph

16363 Commits (c45a3d572f4effa3e5b21dd2c7e3557a2e77af46)

Author SHA1 Message Date
Larry Garfield c45a3d572f Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-06 16:25:48 -05:00
Larry Garfield 41de04e38f Merge branch 'kernel-ajax' into kernel 2012-04-06 16:24:27 -05:00
Larry Garfield 85e6a0cd3a Remove unnecessary variable. 2012-04-06 16:10:09 -05:00
Larry Garfield 169646ae39 Rename variable to be more accurate. 2012-04-06 16:08:23 -05:00
Larry Garfield df49a0704e Switch to using the new system path rathe than ['q']. 2012-04-06 16:06:30 -05:00
webchick f9d4759b81 Committing missing files from #1217000. 2012-04-06 08:23:31 -07:00
catch 9656e51ac5 Issue #365554 by TheRec, Kiphaas7, adharris, Gurpartap Singh: Fixed colspan in tableselect. 2012-04-06 14:38:32 +09:00
catch 9b762dbf1d Issue #1216776 by illmasterc, dawehner, Niklas Fiekas: Fixed Two nested contextual links regions are active, when the outer region is hovered. 2012-04-06 14:35:09 +09:00
catch 7be4a6abcb Issue #1444766 by acrollet, amateescu: Determine method for automatically cleaning up configuration after a module is uninstalled. 2012-04-05 22:15:03 +09:00
catch 16ad612cbe Issue #405360 by Liam Morland, mgifford, Everett Zufelt: Added Use aria-describedby to link form elements with form element descriptions. 2012-04-05 16:09:10 +09:00
Niklas Fiekas ef0a9e627d Add a MaintenanceModeSubscriber. 2012-04-04 17:32:06 +02:00
catch 837430ffee Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0. Commit ALL THE files. 2012-04-03 15:12:03 +09:00
catch e89ce2820d Revert "Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0."
This reverts commit 5abec889ea.
2012-04-03 15:10:00 +09:00
catch 5abec889ea Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0. 2012-04-03 14:37:09 +09:00
Jennifer Hodgdon b4c77c09d4 Issue #1504226 by kim.pepper: Add detail to return value docs of taxonomy_vocabulary_get_names 2012-04-02 13:48:38 -07:00
Jennifer Hodgdon 4a56c0f2be Issue #1313980 by Albert Volkman: A few more fixes for node module API docs 2012-04-02 13:21:52 -07:00
Jennifer Hodgdon 6fa18ff89e Issue #1509796 by markdorison: Fix docs for a test method in user.test 2012-04-02 10:39:48 -07:00
Niklas Fiekas 12038f71b2 Extend the note about serialized page arguments. 2012-04-02 18:45:13 +02:00
Niklas Fiekas d543531909 Throw right exception in drupal_access_denied(). 2012-04-02 18:28:33 +02:00
Niklas Fiekas 989e2d3c5b Fix taxonomy term functions and forms test. 2012-04-02 18:15:23 +02:00
Peter Drake 9a3fd256ea Fixed file upload handling. 2012-04-02 06:32:41 -07:00
Peter Drake a63f8a1c01 Merge branch 'kernel' into kernel-ajax 2012-04-02 06:32:33 -07:00
catch 53c67b1c03 Issue #1490468 by Schnitzel: Added Allow images to scale with fluid layouts in responsive designs. 2012-04-02 13:13:15 +09:00
catch 526fc9bce9 Issue #1505146 by Tor Arne Thune: Remove unused argument from update_calculate_project_update_status(). 2012-04-02 12:28:37 +09:00
catch bfee7d05d5 Issue #598586 by grendzy, deekayen, matglas86, dawehner: Fixed watchdog() assumes is defined. 2012-04-02 12:12:33 +09:00
catch a3d299b8b4 Issue #331893 by mgifford, nigel, Xano, Everett Zufelt, nod_: Added colouring (and description) to password checker. 2012-04-02 12:03:17 +09:00
catch 588a7e1e4f Issue #1490080 by tsphethean: A lower height for Body text areas. 2012-04-02 12:01:48 +09:00
catch 5a8e7bd7a6 Issue #1361232 by sun, Berdir, aspilicious, fago, klausi, amateescu: Make the taxonomy entities classed objects. 2012-04-02 11:55:32 +09:00
Larry Garfield 31b8653f9f Update unit test for new clean URL format. 2012-04-01 15:37:54 -05:00
Larry Garfield 79d8101908 Convert file_download() to use Symfony's StreamedResponse object rather than hacking our own. 2012-04-01 14:59:28 -05:00
Larry Garfield b124f325b7 Simplify the UrlMatcher to just deal with Drupal menu items directly. We will likely bypass it and write a wholely new one later for the new routing system, and this better supports existing esoteric routes. 2012-04-01 14:51:26 -05:00
Larry Garfield a336ffdfa1 Merge branch 'kernel' into kernel-ajax 2012-03-31 20:46:07 -05:00
Larry Garfield b7ff116279 Revert the other use of the request object on utility functions. 2012-03-31 20:20:28 -05:00
Larry Garfield a764bd3fbb Revert "Convert more path utility functions to just wrap the request object."
We're not ready for this yet.

This reverts commit a2f83000b4.
2012-03-31 20:17:44 -05:00
Larry Garfield 674dae32c7 Register the request object in the installer so that the utility functions that now depend on it work. 2012-03-31 20:08:15 -05:00
Larry Garfield e6e4bc1a80 Merge branch 'kernel' into kernel-ajax 2012-03-31 19:41:42 -05:00
Larry Garfield 7b12ed6f8b Switch to the new JsonResponse object in the View subscriber, too. 2012-03-31 19:36:54 -05:00
Larry Garfield c522dad503 Merge branch 'kernel' into kernel-ajax 2012-03-31 19:34:19 -05:00
Larry Garfield a2f83000b4 Convert more path utility functions to just wrap the request object. 2012-03-31 19:16:21 -05:00
Larry Garfield 151c391baa Add the request object to a collector function for the time being. This requires doing a partial bootstrap to get the class loader working, since BOOTSTRAP_FULL requires the request to already be in place. 2012-03-31 19:05:35 -05:00
Larry Garfield da00dcc3e6 Switch to the new JsonResponse object from Symfony. 2012-03-31 18:44:36 -05:00
Larry Garfield edcc5bd57e Add and improve documentation. 2012-03-31 18:41:36 -05:00
Larry Garfield 020d18696e Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-31 18:19:48 -05:00
Larry Garfield d6f33f14a8 Merge branch 'kernel-fabpot-review' into kernel 2012-03-31 18:17:40 -05:00
Jennifer Hodgdon 992692441e Issue #1440834 by nmudgal: Add clarity and information to docs for hook_field_delete/update/insert 2012-03-30 14:45:46 -07:00
Dries e577cff7cc - Patch #1309394 by effulgentsia, sun: process #autocomplete_path() for all form elements; remove custom/duplicated code from theme_textfield(). 2012-03-30 12:17:26 -04:00
Dries 642f91d112 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-30 12:16:57 -04:00
Dries 4c0124b78a - Patch #1481156 by npiacentine, lucascaro: Incorrect logic in creating url to fetch information about project updates. 2012-03-30 12:02:46 -04:00
catch 72cf5a7553 Revert "Issue #787652 by larowlan, andypost: Fixed Forum vocabulary alterations possibly obsolete -- possible to delete forum vocab."
This reverts commit e179ee1d64.
2012-03-30 13:42:49 +09:00
catch e179ee1d64 Issue #787652 by larowlan, andypost: Fixed Forum vocabulary alterations possibly obsolete -- possible to delete forum vocab. 2012-03-30 12:44:06 +09:00