Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#614316 by lisarex: Improvements to content type submission guidelines.
#614324 by heather, lisarex, redndahead, and Bojhan: UI text improvements on node author display settings. (UXSprint)
- Patch #552654 by jhedstrom: usability improvement: add 'Manage fields' and 'Display fields' links from the Content Types operation table.
- Patch #614358 by lisarex, Bojhan: UI text improvements to 'Delete' content type confirmation message.
#202533 by lisarex and brunodbo: Tell people what the heck the content type 'Description' field is for.
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
- Patch #586436 by Amitaibu: execute node_type_save() after variable_set().
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency for node types and menus.
#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.
#336627 by EliseVanLooij, Tresler, jhodgdon: node_type_form_validate() was documented to implement hook_form_validate() but is just a function called back due to how it is named after the form ID, no such hook exists
#306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild().
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
- Patch #262906 by Davy Van Den Bremt, mooffie: bogus form_build_id_/nodetype/ variable created on type settings page.
#471018 by clemens.tolboom, sun, stBorchert, and mverbaar: Added generic pattern/js for hiding machine readable names (applied to menu and content types).
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
#439798 by Rob Loach: Added Vertical Tabs to the Node Type Form.
#336627 by Tresler and jhodgdon: Fix incorrect documentation in node_type_form_validate().
#545306 by alexanderpas: De-op hook_node_type().
#523256 by arianek and Bojhan: Cleanup add content type text.
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.
- Patch #522184 by stBorchert: remove the 'minimum number of words' feature from Drupal.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- Patch #518750 by Damien Tournoud: rethink system settings form.
- Patch #504074 by Bojhan, tic2000, royroy, catch, keith.smith et al: improved form description of teaser length setting.
- Patch #504564 by tic2000: fixed teaser length setting and added tests.
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.
#504428 by Sutharsan: Include link to add item on all empty admin listing pages.
- Patch #491978 by Berdir: remove unnecessary &s.
- 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 #364487 by JamesAn: make sure that the 'machine name' text does not wrap.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #393402 by stella, Xane: renamed 'create content' link to 'add new content'. Minor usability improvement.
- Patch #471070 by stella: millions of code style fixes.
- Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing options'.
#270685 follow-up by JamesAn: Remove unneeded code.
#445600 by Rob Loach: allow for as few as 1 required word in submission of a node of a content type if the admin wants to set so
- Patch #445600 by Rob Loach: allow 1 minimum number of words in content types.
#270685 by JamesAn: Expand title/body fieldset by default so that it can be found.
- Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay.
- Removing whitespace.
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
#143434 by Jody Lynn: Move 'display post information' to where users would expect.
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
- Patch #302054 by dmitrig01: usability improvement - hide machine readable name of node type by default.
- Patch #302120 by dmitrig01: usability improvement - make the content type admin screen prettier.
#206138 by pwolanin: Rename mis-named 'module' attribute in node types.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on block administration.
- Patch #201746 by traxer: fixed E_NOTICE warning.
- Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages.
- Fixed broken URLs.
- 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.
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
#201746 by traxer: _node_type_set_defaults() expects 'type' to be set, call with that
#204415 by pwolanin et al. Blacklist problematic machine-readable content type names.
#204415 by Lynn, traxer, pwolanin: migrate node type URLs to a path model based on menu paths, so conflicts between action and node type names are not a problem
#115689 by chx: new content types should not overwrite old ones. Backport by Pancho.
#203274 by Pasqualle: remove excessive witespace from our code (minor)
#181195 by hunmonk and Pasqualle: node type related variables were not properly renamed, when node type names changed
- Patch #162381 by Heine et al: properly escape strings.
#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
- Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.)
- Patch #182950: fieldset massaging for usability.
#170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt
#176367 by chx: not all node type have body labels, so this might not be set
#115689 by chx: new content types should not overwrite old ones
- Patch #167109 by pwolanin and Crell: split node.module.
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
Drupal 5.2
- Rollback of patch #147723: delete API. Talked to Steven and Gabor and we unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
#153781: Convert all remaining confirm_forms() to deletion api.
- Patch #146667 by Jeff Eaton: form API fixes.
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
- Patch #137767 by chx and pwolanin: multiple menu support.
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
- Patch #133682 by Gurpartap Singh: dashes -> hyphens
- Patch #76588 by Gabor: made log messages translatable. Yay.
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
- Patch #115047 by mindless: token replacement with format_plural.
#111537 by jpetso. Add #weight to content type editing screen buttons.
- Patch #111537 by jpetso: submit buttons lack weight.
#106245 by webchick. Replace 'node' with post.
#104352 by pwolanin. Dissallow the type name '0' which confuses Drupal.
#104346 by pwolanin. Load all content type information instead of an overly-minimal set for node type resetting.
- Patch #104575 by pwolanin and kkaefer: cleanup variables before saving.
#104349: Remove erronous 'break' statement
- Patch #103784 by Gabor: fixed translation problems.
- Patch #101236 by Uwe Herman: fixed typos in the documentation.
#99556 by RobRoy. Clean up content type editing field descriptions.
- Patch #98383 by ysched: UI improvements for content type configuration.
#97231 by pwolanin. Keep the node type in a property and use it consistently.
- Patch #99517 by webchick and chx: fixed bogus regex.
- Patch #99180 by webchick and chx: validate type the content type names.
- Patch #90606 by Neil: node edit type form does not honor 'has title' and 'has body' settings.
#83202 by Jaza. Separate out node type deletion API and use it to keep {vocabulary_node_types} updated.
#80257 by Jaza. Add a hook for content type changes and use it for keeping vocabulary associations.
- Patch #83316 by nickl: fixed FAPI bug.
- Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.
- Patch #81574 by assimmonds: deleting content types was broken.
- Patch #72290 by killes: split up the cache table.
#80079 by drewish, fix some double placeholdering and other bugs with using t().
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
#78549 by beginner, test for function existence instead of module existence.
#77380 by hunmonk, fix the content type delete button.
Finishing that last commit.
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 |