Commit Graph

67 Commits (a56a6badd01e4b2af123fd1e2bb48be2e9dc9b07)

Author SHA1 Message Date
webchick 517ef08221 Issue #1666074 by sun: Move 'default_nodes_main()' setting to node module. 2012-06-30 11:24:01 -07:00
webchick 991b45de96 Issue #1618136 follow-up by fgm: Remove type from entity hooks. 2012-06-24 15:32:38 -07:00
webchick 2103890de1 Issue #258785 by Désiré, Schnitzel, kbasarab, pkiraly, desbeers, Bojhan, voxpelli, clemens.tolboom, Artusamak, Gábor Hojtsy, dvinegla: Added Provide more flexible settings for initial language on content types. 2012-06-16 16:48:36 +02:00
webchick c195d872bc Issue #1630264 by vasi1186, fubhy, Gábor Hojtsy: Move field language fallback code from Locale to Field and field language handling for nodes to Node. 2012-06-15 19:14:22 +02:00
webchick 18040223ad Issue #1471432 by Gábor Hojtsy, vasi1186, tobiasb, kalman.hosszu, Schnitzel, nod_, pixelite, dawehner: Rework language_list(), let people use more special languages. 2012-06-15 19:03:15 +02:00
webchick 663c2748e3 Issue #1618136 by fgm, larowlan, aspilicious, fago: Remove from entity hooks. 2012-06-15 18:43:34 +02:00
webchick 82f095ad2e Issue #1631092 by webflo: Remove language related todos and global variables from boostrap.inc. 2012-06-14 10:22:49 +02:00
Dries 5b8960df6d - Patch #730060 by beejeebus, catch, Damien Tournoud, moshe weitzman, msonnabaum, oriol_e9g, aspilicious: Fixed Replace CACHE_TEMPORARY, cache_clear_all() (no arguments) and minimum cache lifetime with cache tags support. 2012-06-12 21:37:07 -04:00
catch fe0e9dd141 Issue #1512308 by August1914, Rob Loach, cosmicdreams: Replace $language_content() with Dependency Injection. 2012-06-12 21:12:53 +09:00
catch a8b58e8607 Issue #1365234 by amontero, TravisCarden: Add description to 'access content overview' permission. 2012-06-08 21:10:45 +09:00
catch 92490ed529 Issue #1541684 by Rob Loach, aspilicious: Convert PagerDefault db extender to PSR-0. 2012-06-05 14:42:19 +09:00
Larry Garfield 94d877eb94 Merge remote-tracking branch 'upstream/8.x' into remerge 2012-05-31 23:13:29 -05:00
Jennifer Hodgdon 74013a25b3 Issue #1598508 by jeffschuler: fix return docs for _node_types_build function 2012-05-30 08:45:45 -07:00
Larry Garfield 9fdd40f8c9 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-19 00:04:26 -05:00
Dries 26aaa9fbde - Patch #1496462 by acrollet, cosmicdreams, Niklas Fiekas | heyrocker: Convert RSS publishing settings to configuration system. 2012-05-18 16:34:59 -04:00
catch 74c409f134 Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0. 2012-05-16 12:38:40 +09:00
catch 9dee6f6128 Issue #1539626 by cosmicdreams: Modify node module to use dependency injection for language. 2012-05-15 21:37:07 +09:00
Larry Garfield 270dcd2e88 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-10 00:14:31 -05:00
catch 7c5214c714 Issue #617562 by sun, matt2000: Remove underscore-to-dash conversion in path arguments for content types. 2012-05-08 14:12:18 +09:00
Larry Garfield 12e53f92a3 Merge remote-tracking branch 'upstream/8.x' into kernel
Resolve conflicts in cron improvements.

Conflicts:
	core/INSTALL.txt
	core/includes/bootstrap.inc
	core/modules/simpletest/drupal_web_test_case.php
	core/modules/system/system.install
	core/modules/system/system.module
	core/modules/system/system.test
	core/scripts/cron-curl.sh
	core/scripts/cron-lynx.sh
2012-05-06 23:03:57 -05:00
Jennifer Hodgdon a440f52c71 Issue #1443202 by TravisCarden, tim.plunkett, xjm: Make sure hook_preprocess documentation points to real funcions 2012-05-04 12:53:43 -07:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
Larry Garfield 88be740cdb Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/modules/node/node.module
	core/modules/overlay/overlay.module
2012-04-27 21:59:33 -05:00
catch 51c004aba9 Issue #1361234 by duellj, loganfsmyth, aspilicious, cosmicdreams, fago, amateescu, sun: Added Make the node entity a classed object. 2012-04-27 01:44:37 +09:00
catch 4daf1c6345 Issue #1160566 by Dave Reid, bdlangton, aspilicious, fago, cosmicdreams, tstoeckler, tim.plunkett, Berdir, sun: Entity_load() is actually entity_load_multiple(). 2012-04-26 13:07:55 +09:00
Dries bac3ed7764 - Patch #1539072 by Gábor Hojtsy: Fixed Support for disabled languages broken, drop it. 2012-04-25 16:44:20 -07:00
Larry Garfield 9cf81913e9 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-22 18:50:18 -05:00
Jennifer Hodgdon 121f7ee093 Issue #1540072 by xjm: American spelling for behavior 2012-04-20 12:51:35 -07:00
Katherine Bailey 2961c4feee Make node module's rss.xml controller return a response object with content-type set to xml 2012-04-15 22:52:30 -05:00
catch 2a30669ab3 Issue #1513970 by Berdir: Convert SearchQuery to PSR-0. 2012-04-13 17:09:54 +09: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
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
catch 82c6f868d4 Issue #681760 by agentrickard, Josh Waihi, et al: eliminate duplicates caused by node_access() table joins. 2012-03-06 11:47:20 +09:00
webchick e3847c167c Issue #1064954 by xjm, Dave Reid, becw: Fixed _node_revision_access() static usage. 2012-03-01 20:28:39 -08:00
Nathaniel bdb71c6fa7 Merge remote branch 'crell/dbtngtng' into 8.x 2012-03-01 12:22:48 +09:00
Jennifer Hodgdon d1aee00aaf Issue #1217012 by jyve, aspilicious, brianV, jvc26: Clean up CSS for the Node module 2012-02-29 17:03:30 -08:00
Jennifer Hodgdon 912b5513f0 Issue #1315992 by xjm: Remove path designations from menu callback docs to conform with current 8.x standards 2012-02-29 09:11:01 -08:00
webchick d96b3452ed Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to be rearranged inside node form. 2012-02-28 23:19:51 -08:00
Dries b956b400dd - Patch #1439686 by tstoeckler: rename language property to langcode. 2012-02-23 09:22:18 -05:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Larry Garfield 1bc5b98e6c Merge remote-tracking branch 'dries/8.x' into dbtngtng 2012-02-02 23:50:39 -06:00
webchick 0b82d911da Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function. 2012-01-30 23:50:49 -08:00
Larry Garfield b5e33f620e Merge branch '8.x' into dbtngtng 2012-01-26 23:47:34 -06:00
Dries b4e0f11fa5 - Patch #1000074 by naxoc: node_permission() uses check_plain() without a purpose. 2012-01-24 17:21:33 -05:00
Larry Garfield 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield adbd7c9aad Merge branch '8.x' into dbtngtng 2012-01-22 21:34:59 -06:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
Nathaniel dd1f6d349a Issue #1183042 by Everett Zufelt, Rob Loach: Add WAI-ARIA roles to Core blocks. 2012-01-10 12:22:24 +09:00
catch b3cf068140 Issue #375397 by sun, Xano, Rob Loach: Make Node module optional. 2012-01-08 16:14:15 +09:00
Larry Garfield 78b53468b9 Add more use statements and class renaming. 2011-12-29 13:28:11 -06:00