Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
#484060 by EclipseGc: Remove duplicate access checking from node_add().
Bleh. :( Sorry. One last time and I'll get the commit message right, I swear. :P
*** empty log message ***
Let's try that again.
*** empty log message ***
- Patch #595084 by c960657: use type hinting for .
- Patch #604166 by fgm: removed unused global in node_form_submit().
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
#493314 by yched and catch: Add multiple hook for formatters.
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
- Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query string destination.
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.
- Patch #592572 by c960657 | moshe weitzman: API clean-up, always pass nodes as objects.
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
- Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for deleting revisions.
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
#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.
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D
#526122 by bangpound, yched, and catch: Added an autocomplete widget for taxonomy term fields.
#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.
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.
#457744 by quicksketch: Insert missing calls to file_attach_delete() and file_attach_delete_revision().
- Patch #409750 by yched et al: overhaul and extend node build modes.
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
- Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options.
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
- Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ->has_body.
#457080 by moshe weitzman: Add node_delete_multiple() for more efficient deletion of lots of nodes.
- Patch #457532 by Berdir: more PHP5 'fixes'.
- Patch #370276 by JamesAn: improved help text of authoring field.
#385602 by Damien Tournoud, desbeers: log messages were not remembered on node preview
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.
- Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay.
- Patch #385602 by Damien Tournoud, desbeers, Gabor Hojtsy: log message sometimes lost on node preview. With a test\!
#323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
#69468 by marcingy, greggles, mikey_p: Usability: Display node type on editing form.
#361683 follow-up by sun: Remove more windows line endings.
- Patch #355236 by Frando: refactor drupal_render() theming.
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #339929 by Moshe et al: move node links into ->content.
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
#255150 by dropcube, tested by catch, asimmonds: content type names were double escaped on create content page
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
#319714 by greggles: Remove needless double-check_url()ing in maintenance.tpl.php.
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
- Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement.
#125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO.
- Patch #254242 by Gabor, dropcube: preview post setting (optional, required) not working
#254242 report by bwooster47, patch by dropcube: (regression) preview forcing on nodes had its setting kept, but was not enforced in code; restoring Drupal 5 behavior
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links.
- Patch #296918 by JBrauer: clean up CSS/HTML of node form.
- Patch #56173 by catch, chx: if the user has access to one content type only, jump to that page.
- Patch #255150 by dropcube: corrected formatting of links.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
Drupal 6.1; including #227608 (SA-2008-18)
- Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone().
#216061 by Eaton: nid was not set in node creation (programatic node creation regression)
#202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in node module
#201667 follow up by gpk: minor code comment and whitespace cleanup
#207990 by soxofaan: fix notice on node/add page for anonymous users
#201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in JS and no-JS mode
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles
- Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.
#203274 by Pasqualle: remove excessive witespace from our code (minor)
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
#200763 by JirkaRybka: add body field wrapper in node form for easier themeing
#116726 by Pancho: (usability) standardize on '@type %title' usage in node feedback messages
#198579 by webernet and hswong3i: a huge set of coding style fixes, including: - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
#184968 by chx and myself: confirm forms for node revision and delete forms (avoiding CSRF)
#195678 by catch: standardise on Save and Preview button terminology (for comments) and button placement for comments and nodes, so Save is always the leftmost button, and there is no guessing to find it
- Patch #162381 by Heine et al: properly escape strings.
#184968 spin off coding style fixes to let the substance of the patch get reviewed
#189409 follow up note by Steven Wittens: administrator entered text should be filtered with filter_xss_admin(), not the less permissive filter_xss()
#189409 by Arancaytar: use filter_xss() to filter content type descriptions, instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
#184694 by andremolnar: (regression) allow themes to override *_node_form forms by node type, not just generically
#89376 by Eaton: add the preview build mode flag prior to hook_form() being called
#174220 by webernet: fix noticed in node module when a user has no adminiter nodes permission
#175743 by Desbeers: fix numerous issues around node submission dates and content editing
#173995 by Desbeers: when creating a new node, default values are inserted into the object on preview, overwriting existing user provided values
- Patch #167109 by pwolanin and Crell: split node.module.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |