Commit Graph

1220 Commits (2ec27507528ace707b74d8ebd53a4f5c9c6b8ab2)

Author SHA1 Message Date
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
Dries Buytaert f97a92d5fc - Patch #667152 by catch: optimize node_tag_new(). 2010-01-22 23:01:20 +00:00
Dries Buytaert bf5a223dd1 - Patch #353595 by dereine, catch, killes@www.drop.org: node_access() issues four queries on default install node/1 so added a static cache. 2010-01-20 17:11:52 +00:00
Dries Buytaert b682a2fa19 - Patch #684646 by catch: reordered some code to avoid unnecessary query in _node_revision_access(). 2010-01-18 17:16:42 +00:00
Dries Buytaert dce07ab353 - Patch #684774 by sun: block visibility settings cannot be properly extended. 2010-01-15 10:59:21 +00:00
Dries Buytaert 0bc9acfad3 - Patch #683630 by Dave Reid: remove hard-coded 'administer nodes' checking in node_validate() and node_submit(). 2010-01-14 19:06:17 +00:00
Angie Byron 6e4c7ffe51 #678546 by rfay and jhodgdon: Improve wording of help text in admin/config/regional/language/configure. 2010-01-14 06:43:24 +00:00
Angie Byron 811be8f77f #614508 by linclark and scor: Annotate tracker page with RDFa. 2010-01-14 06:23:40 +00:00
Angie Byron 183d878037 #261258 follow-up by dbabbage: Fixed some missed node title changes that were breaking testbot. 2010-01-13 12:58:47 +00:00
Angie Byron 83c97345e8 #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'. 2010-01-13 06:26:49 +00:00
Angie Byron 2bef9e0673 #261258 by pwolanin, Damien Tournoud, David_Rothstein: Fix node_save() insertion logic. (with tests) 2010-01-13 05:55:12 +00:00
Angie Byron a75ff119fa #678510 by matt2000 and jhodgdon: Fixed Field UI display fields page still says 'node' on it. 2010-01-13 05:45:21 +00:00
Angie Byron 02d2f6e04a #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix clobbering problems, and improve suggestion discovery performance. 2010-01-13 05:40:03 +00:00
Angie Byron 3a0f6b3372 #636992 by catch, yched: Fixed Entity loading needs protection from infinite recursion. Prevents unnecessary user_load()s from RDF. 2010-01-13 05:00:25 +00:00
Angie Byron 90b08f2bd8 #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. 2010-01-12 23:04:48 +00:00
Angie Byron f334620be5 #681723 by Bojhan: Standardize on 'Add new content' for content creation page. 2010-01-12 06:23:29 +00:00
Angie Byron e1812b3353 #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' functionality from Help module. 2010-01-12 06:09:04 +00:00
Angie Byron 3e552053f1 #337947 by codycraven, cwgordon7, yoroy, et al: Add a 'recent content block' for use on the dashboard. 2010-01-11 06:44:31 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Angie Byron 147bb1389a #571654 follow-up by chx, peximo, plach, sun, et al:
Roll-back of node titles as fields. The Entity Translation module in
contrib can add this back, but for everyone else it creates a *huge* WTF.
Apologies for how late this is coming, but better now than post-alpha. :\
2010-01-09 21:54:01 +00:00
Angie Byron 85c680a1a0 #588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually themable. 2010-01-08 07:36:53 +00:00
Angie Byron fdd39823ba #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node(). 2010-01-08 07:05:52 +00:00
Dries Buytaert 049b9ce9fe - Patch #646874 by sun, David_Rothstein: more improvements. 2010-01-06 14:32:54 +00:00
Dries Buytaert 102a682914 - Patch #652588 by scor: updated RDF mapping definition in the core modules. 2010-01-05 18:56:49 +00:00
Angie Byron 37b78e0259 #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. 2010-01-04 03:57:19 +00:00
Angie Byron 311a25cae3 #423822 by JamesAn, agentrickard, and michaelfavia: Update node module to use drupal_static(). 2010-01-03 23:41:01 +00:00
Angie Byron ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Dries Buytaert a0f3abf035 - Patch #661494 by yched: fixed direct calls to node_view() do not trigger f_a_prepare_view(). 2009-12-31 08:26:59 +00:00
Dries Buytaert 539ba0dc38 - Patch #670082 by yched, axyjo: hook_entity_info() cleanups. 2009-12-29 20:23:10 +00:00
Angie Byron 7e1fda5403 #655508 by David_Rothstein and Dave Reid: Define more node-related pages to hook_admin_paths(). 2009-12-29 04:23:53 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Angie Byron 409d2969b5 #632820 follow-up by arianek and jhodgdon: Fixes to node module help. 2009-12-25 10:03:32 +00:00
Dries Buytaert 3d381a1c54 - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2. 2009-12-22 20:38:23 +00:00
Dries Buytaert 8749a43a54 - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
Dries Buytaert d1c017660c - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
Dries Buytaert 58ba3b6e3f - Rollback of previous patch. Houston, it has a typo. 2009-12-17 19:22:25 +00:00
Dries Buytaert 6d1774c7dd - Patch #658314 by dereine, bleen18: fxed variable in node.tpl.php is buggy. 2009-12-17 19:14:42 +00:00
Dries Buytaert 8ee21dd132 - Patch #632092 by scor, linclark: number of replies of a node in RDFa. 2009-12-16 19:53:53 +00:00
Dries Buytaert 3a5d7e2c88 - Patch #655206 by dereine: Seven wasn't used for deleting a node. 2009-12-14 20:46:43 +00:00
Dries Buytaert ef2c240086 - Patch #652834 by yched, effulgentsia: changed Field formatters as render arrays to increase performance (and to clean-up the code). 2009-12-11 16:49:40 +00:00
Angie Byron e81fccd2e6 #652864 by yched: Remove stray whitespace. 2009-12-07 03:42:27 +00:00
Angie Byron 614a4dea23 #320132 by kbahey, catch: Make path.inc swappable. 2009-12-06 18:27:23 +00:00
Angie Byron b12a25d24f #632820 follow-up by arianek: Add missing link to node.module help. 2009-12-06 16:59:14 +00:00
Dries Buytaert 1cb3f94aef - Patch #633706 by jhodgdon: improved node_access_acquire_grants() documentation. 2009-12-05 15:40:46 +00:00
Dries Buytaert 1da26fadfe - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
Dries Buytaert ca8416e036 - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks. 2009-12-03 20:21:50 +00:00
Dries Buytaert 912dcde784 - Patch #398110 by matt2000: bugfix: node_submit() resets ->uid. 2009-12-02 19:52:23 +00:00
Dries Buytaert 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Angie Byron c912008307 #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site. 2009-12-02 07:28:22 +00:00
Dries Buytaert 29368b4664 - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00