Commit Graph

17664 Commits (92a5b29970e5a511e7c778cf3cb5b30b452827bd)

Author SHA1 Message Date
Dries 3b6b271e27 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-10-05 12:12:22 -04:00
Dries c07e35dc18 Issue #1797286 by xjm: Remove t() from assertion messages in tests for the forum module. 2012-10-05 12:12:14 -04:00
Jennifer Hodgdon 8aa4fdbae0 Issue #1799116 by jwilson3: Standardize on installation profile term vs. install profile 2012-10-05 09:11:15 -07:00
Dries 8a3a18bbb2 Issue #1798782 by andreiashu: Convert field_purge_batch_size() to CMI. 2012-10-05 12:09:40 -04:00
Dries e6b68ba9b1 Issue #1464554 by aspilicious, jhedstrom, sun, alexpott, disasm | heyrocker: Upgrade path for image style configuration. 2012-10-05 12:04:30 -04:00
Dries a67e53713b Issue #1802834 by tim.plunkett: Added Use #type => operations for EntityListController::buildOperations(). 2012-10-05 11:58:29 -04:00
catch 6d7f25528c Issue #1804650 by Letharion: Stop checking whether PDO is built from PECL or not. 2012-10-05 16:52:57 +01:00
Dries a834496e18 Issue #1804024 by msonnabaum: Added Remove constructor from k/v interface. 2012-10-05 11:47:18 -04:00
Dries 890865c7a4 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-10-05 11:44:39 -04:00
Dries 64b5b03e86 Issue #1439462 by nod_, Jelle_S: Drop our custom $.support.positionFixed and use jQuery's $.support.fixedPosition. 2012-10-05 11:43:54 -04:00
Jennifer Hodgdon 258d30e2fb Issue #1326618 by Albert Volkman, ykhadilkar, oriol_e9g, daniel_j, xenophyle: API docs cleanup for locale module 2012-10-05 08:42:46 -07:00
webchick b3678c7470 Issue #1705702 follow-up by andypost: Oops. Another missing file. :P 2012-10-05 08:13:29 -07:00
Dries 84c6fea4be Issue #476304 by Liam Morland: fixed mismatch of schema definition of uid, nid. 2012-10-04 16:27:03 -04:00
Jennifer Hodgdon f0da6c528d Issue #1313980 by Lars Toomre: Fix up some docs in node module 2012-10-04 09:41:38 -07:00
Jennifer Hodgdon 011510243e Issue #1398404 by batigolix: Fix up API docs for a few remaining functions in overlay module 2012-10-04 09:30:03 -07:00
Jennifer Hodgdon 1df8d28040 Issue #1134088 by Cottser, catch: Fix up documentation for update helper functions 2012-10-04 09:12:04 -07:00
Jennifer Hodgdon 2944c1cee2 Issue #1326664 by Lars Toomre, Albert Volkman, sven.lauer, tim.plunkett: API docs cleanup for parts of system module and other files 2012-10-04 08:28:39 -07:00
webchick 3afc4cc98e Issue #1802844 by antojose: Fixed 'have to' repeated twice as 'have to have to' in the comment for the function hook_module_implements_alter() in system.api.php. 2012-10-03 23:56:40 -07:00
webchick d876e5a752 Issue #246029 follow-up by junedkazi: Remove use of standard profile in test for faster results. 2012-10-03 23:54:58 -07:00
webchick 08c3dc159d Issue #1705702 follow-up by tim.plunkett: Instantiate definitions variable to avoid notices. 2012-10-03 23:49:36 -07:00
webchick 83a8f3fe4d Oh hai. How about ALL THE FILES? 2012-10-03 22:42:38 -07:00
webchick 2750f60e16 Issue #1111224 by marvil07, bfroehle, sun, dstol, plach, tim.plunkett, nod_, carwin: Added Introduce .gitattributes to end the CRLF/LF and binary diff horror, and detect/auto-fix whitespace errors. 2012-10-03 22:32:37 -07:00
webchick df56f3fea4 Issue #1705702 by dawehner, damiankloip: Added Provide a way to allow modules alter plugin definitions. 2012-10-03 22:02:44 -07:00
webchick fc303a4357 Issue #1608878 by jessebeach, tim.plunkett, dead_arm, nod_, sun, effulgentsia, Everett Zufelt, geerlingguy: Added CTools dropbutton to core. 2012-10-03 19:03:22 -07:00
webchick 7518561a00 Issue #1801032 by pbz1912: Fixed Update php version to 5.3.5 in INSTALL.txt. 2012-10-03 18:21:14 -07:00
catch d7fc7b6a0a Issue #1393392 by c960657, fubhy: Convert prefix cache clears to cache tags, then remove support for them. 2012-10-03 22:06:11 +01:00
Jennifer Hodgdon 40245a6b91 Issue #1797220 by Lars Toomre: Remove t() from test assertions in Entity sub-system 2012-10-03 10:00:24 -07:00
Jennifer Hodgdon dd5d0f619a Issue #1797200 by pillarsdotnet, boombatower, solotandem, ZenDoodles, sun, xjm, yched, Damien Tournoud: (crediting those who worked on previous versions of this patch as well) Remove t() from test assertions in node module 2012-10-03 09:53:46 -07:00
Jennifer Hodgdon ad7b2772a7 Issue #1742602 by Lars Toomre: Remove a few more t() from test assertions in comment module 2012-10-03 09:43:31 -07:00
Jennifer Hodgdon c4a4964b1a Issue #1355712 by izus, kid_icarus, batigolix, gapa, chertzog: API docs cleanup for Poll module 2012-10-02 16:58:25 -07:00
Jennifer Hodgdon 6821b3c37d Issue #1382222 by Albert Volkman: Small docs cleanup regarding PHP chmod 2012-10-02 09:43:24 -07:00
Jennifer Hodgdon 0fef1e1c13 Issue #1398404 by batigolix, NROTC_Webmaster, aLearner: API docs cleanup for overlay module 2012-10-02 09:29:50 -07:00
catch 92b6edf429 Issue #1534674 by plach: Follow-up for Comment field language is completely broken. 2012-10-02 15:54:27 +01:00
Jennifer Hodgdon e2cd5b54a8 Issue #1539940 by jwilson3, infiniteluke, mrf, ryanissamson: Fix up README files to encourage good placement of themes, modules, and profiles 2012-10-02 06:28:08 -07:00
catch e8898ed3e5 Issue #1534674 by plach, slowflyer: Fixed Comment field language is completely broken. 2012-10-02 13:29:17 +01:00
webchick 90b9f678d9 Issue #1800304 by dawehner: Fixed The css for responsive tables on bartik contains old class names. 2012-10-01 19:05:19 -07:00
Dries 7b5f7b672f Issue #1606794 by Crell, linclark, effulgentsia, katbailey, disasm, larowlan: Implement new routing system. 2012-10-01 21:47:15 -04:00
Larry Garfield ff6804ed82 Chasing update hook numbers. 2012-10-01 17:01:21 -07:00
Larry Garfield bf586d4f33 Add priority support to partial matchers in a nested matcher. 2012-10-01 17:01:21 -07:00
Larry Garfield 854a48bf6b Remove workarounds for Symfony limitations that have been fixed. 2012-10-01 17:01:21 -07:00
Larry Garfield e2f99d4ec8 Properly escape SQL table. 2012-10-01 17:01:21 -07:00
Larry Garfield 07a81f6dd5 Document hook_route_info(). 2012-10-01 17:01:21 -07:00
Larry Garfield 001c75b25e Various and sundry documentation formatting fixes. 2012-10-01 17:01:21 -07:00
Larry Garfield 0ea8230787 Split handling of old and new style subrequests to avoid empty or inceptioned pages. 2012-10-01 17:01:21 -07:00
Larry Garfield 126bb1903f Remove no-longer-needed RouterListener subclass. We can use the Symfony one directly now. 2012-10-01 17:01:20 -07:00
Larry Garfield 5ae1aca2df Remove unnecessary files. 2012-10-01 17:01:20 -07:00
larowlan 0703718bcd Various documentation and whitespace fixes. 2012-10-01 17:01:20 -07:00
effulgentsia 7019a0c1ca Ensure router.builder and other services are available during upgrade.
This is mostly temporary measures to work around bootstrap circular
dependencies until those are fixed.
2012-10-01 17:01:20 -07:00
effulgentsia 6779c0794e Fix redirect user_page to include current language. 2012-10-01 17:01:19 -07:00
Lin Clark fdcd2d2a73 Fixed old style subrequests by running through drupal_render_page. 2012-10-01 17:01:19 -07:00