Commit Graph

120 Commits (e0871ec49bb81adff156d4bc7cf2d9f8b50d04a0)

Author SHA1 Message Date
Dries Buytaert 3e10914bc5 - Patch #757484 by catch: optimize node_save(). 2010-03-31 13:55:25 +00:00
Dries Buytaert f1c2480537 - Patch #685784 by alexj, sun: 'Create new revision' setting for content type isn't used in node edit form. 2010-03-24 07:46:06 +00:00
Dries Buytaert f3f6d53158 - Patch #596582 by sun: remove remnants of theme_node_form(). 2010-03-18 06:50:37 +00:00
Angie Byron 36764b5918 #716258 by mikeryan: Move node_object_prepare() to node.module. 2010-02-27 20:37:11 +00:00
Angie Byron fd7a324437 #645374 follow-up by sun: Make entity ids available to confirm form submit handlers. 2010-02-17 05:42:42 +00:00
Angie Byron 94a0bb3afd #716284 by mikeryan: Fixed node_object_prepare() doesn't recognize is_new(). 2010-02-17 05:32:48 +00:00
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
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
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +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 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 ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Dries Buytaert a71f556274 - Patch #666634 by chx: added 'container' wrapper for node form buttons. 2009-12-31 13:35:23 +00:00
Dries Buytaert 2c24fd4040 - Patch #668806 by Dave Reid: brought permission handling for node revisions up to standards. 2009-12-28 11:12:55 +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 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Dries Buytaert 6083731ce4 - Patch #645374 by sun: make object IDs available to form submit handlers. This should be a best practice, IMO. 2009-12-01 16:03:35 +00:00
Dries Buytaert d8429228ce - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests. 2009-12-01 03:07:34 +00:00
Angie Byron 4d46b7cdf8 Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class. 2009-11-08 10:02:41 +00:00
Angie Byron 0da45208f4 #484060 by EclipseGc: Remove duplicate access checking from node_add(). 2009-11-02 04:45:28 +00:00
Angie Byron 74215ea2bb Bleh. :( Sorry. One last time and I'll get the commit message right, I swear. :P 2009-11-02 04:45:02 +00:00
Angie Byron e42209f753 *** empty log message *** 2009-11-02 04:44:24 +00:00
Angie Byron 2740c8d5c0 Let's try that again. 2009-11-02 04:44:14 +00:00
Angie Byron 230a045cfc *** empty log message *** 2009-11-02 04:43:29 +00:00
Dries Buytaert e4ca439ba1 - Patch #595084 by c960657: use type hinting for . 2009-11-01 12:11:10 +00:00
Dries Buytaert db722dac35 - Patch #604166 by fgm: removed unused global in node_form_submit(). 2009-10-19 02:00:55 +00:00
Dries Buytaert 045074d4c5 - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system. 2009-10-16 19:20:34 +00:00
Dries Buytaert 5a89fef970 - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings. 2009-10-16 13:20:16 +00:00
Angie Byron 087a47ba5c #493314 by yched and catch: Add multiple hook for formatters. 2009-10-16 03:21:23 +00:00
Angie Byron e1642603ea #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url(). 2009-10-15 16:18:46 +00:00
Dries Buytaert 3cb2a5eff4 - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query string destination. 2009-10-14 20:42:47 +00:00
Angie Byron b3265dbe17 #557292 by peximo, plach, catch, and yched: Convert node title to Field API. 2009-10-11 03:07:21 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Angie Byron c4e1242e92 #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code. 2009-10-08 07:58:47 +00:00
Dries Buytaert 3448d949cd - Patch #592572 by c960657 | moshe weitzman: API clean-up, always pass nodes as objects. 2009-10-03 17:45:26 +00:00
Dries Buytaert 598e739208 - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up! 2009-09-29 15:31:17 +00:00
Dries Buytaert d734f2f25d - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for deleting revisions. 2009-09-25 14:24:34 +00:00
Dries Buytaert ee8aa910b9 Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-). 2009-09-21 06:44:14 +00:00
Angie Byron df02fa3ca4 #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert a539b0e00d - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
Dries Buytaert 14b233ec1d - Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages. 2009-08-25 10:27:15 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Angie Byron 34a8a369aa #367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API. 2009-08-22 00:58:55 +00:00
Angie Byron e998857eb8 #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D 2009-08-19 13:31:14 +00:00
Angie Byron ae1d9c577b #526122 by bangpound, yched, and catch: Added an autocomplete widget for taxonomy term fields. 2009-08-18 06:01:07 +00:00
Angie Byron 42191f7ed1 #76422 by coreyp_1: Greet admin users with a prompt to create content types rather than an access denied page when no content types exist on node/add. 2009-08-04 06:44:48 +00:00
Dries Buytaert 715a2d655f - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization. 2009-07-29 06:39:35 +00:00
Angie Byron f15bb0110d #457744 by quicksketch: Insert missing calls to file_attach_delete() and file_attach_delete_revision(). 2009-07-20 22:18:53 +00:00