Commit Graph

1502 Commits (ae716002a397067a461b2ed21886b121364b0c52)

Author SHA1 Message Date
Dries Buytaert ce2bdcf9f1 - Patch #708974 by jhodgdon: documentation improvements: provide an overview of ex-hook_nodeapi() operations. 2010-02-10 10:34:50 +00:00
Dries Buytaert a2c946e5e9 - Patch #709000 by Pasqualle: fixed param in hook_x_view_alter() function passed by reference. 2010-02-09 22:30:30 +00:00
Dries Buytaert a2ec3c3852 - Patch #708144 by lilou: remove double semicolons at end of line. 2010-02-09 12:29:39 +00:00
Angie Byron 92ad427474 #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people. 2010-02-07 17:29:09 +00:00
Dries Buytaert 20fc2119d7 - Patch #704728 by jhodgdon: fixed node grants documentation. 2010-02-05 22:24:12 +00:00
Dries Buytaert d48a6deacb - Patch #703078 by jhodgdon: fixed node_type_get_type() documentation. 2010-02-05 22:18:50 +00:00
Angie Byron ec407ec945 #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order. 2010-02-03 18:16:23 +00:00
Angie Byron 14dee546b5 #700862 by David_Rothstein: Fixed Test for empty node log messages doesn't actually test what it's supposed to. 2010-02-01 06:46:26 +00:00
Dries Buytaert ea51c3215b - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
Angie Byron 43cdf31483 #492186 follow-up by nvanhove and Dave Reid: Fixed Authoring information is never updated. (with tests) 2010-01-30 02:52:08 +00:00
Angie Byron e5f48f0f78 #680910 by yched and bjaspan: Allow fields to be restricted to entity types. 2010-01-30 02:22:01 +00:00
Angie Byron 02c1eeee3f #684202 by catch: Added Entity insert/delete/update hooks, to support caching. 2010-01-30 02:01:41 +00:00
Dries Buytaert 7b7bd71132 - Patch #693362 by catch, Dave Reid: taxonomy_form_all() is dangerous and ?q=admin/content can be a performance killer. 2010-01-29 12:14:44 +00:00
Angie Byron f29dafba55 #689716 by yoroy: Remove 'Change the default front page' link from the welcome screen. 2010-01-28 07:10:59 +00:00
Dries Buytaert 6cb277926f - Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help contrib updates make progress. 2010-01-25 21:32:44 +00:00
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
Dries Buytaert 3fbe8b721b - Patch #564642 by Scott Reynolds: added tests for node_rebuild() and comment_rebuild(). 2010-01-24 15:21:06 +00:00
Dries Buytaert 8641f9dcfd - Patch #686128 by yched: body-to-field conversion was unacceptably slow. 2010-01-24 15:12:19 +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
Angie Byron 78bc4c325c #688862 by webchick: Fixed Documentation problem with hook_node_view(). 2010-01-19 04:53:45 +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 52e5064d32 #678012 by heyrocker and jhodgdon: Tokens should not use the word 'node' in human-readable descriptions. 2010-01-14 05:53:55 +00:00
Angie Byron 3186c0ff09 #684084 by hunmonk: Fixed node_update_7006() broken after 'node titles as fields' rollback. 2010-01-14 02:29:37 +00:00
Dries Buytaert 494ba2f45f - Patch #677548 by jhodgdon: fixed content type edit page needs some UI text updates. 2010-01-13 23:36:50 +00:00
Dries Buytaert 5302d50c96 - Patch #677544 by jhodgdon: content admin screen not clear. 2010-01-13 23:30:43 +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 b80bbba9af #676134 by mcarbone: Update documentation to account for taxonomy changes (no more node taxonomy property). 2010-01-13 06:10:43 +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 ac581679b0 #681940 by chx: Fixed Multistep node forms cant change the basic options. (with tests) 2010-01-13 04:35:28 +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 dcd99e0a9a #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'. 2010-01-10 22:56:51 +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 a895a366c5 #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: Fix critical upgrade path bugs from Drupal 6 to Drupal 7 2010-01-09 22:07:57 +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
Angie Byron 09e6a714a3 #373897 follow-up by jbrown: Remove bogus sortable author column on content page, resulting in SQL errors. 2010-01-08 05:57:12 +00:00
Dries Buytaert 6dc7e86b80 - Patch #677662 by heyrocker: fixed in several hook_token() implementations so that language options get set properly. 2010-01-07 20:55:49 +00:00