summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - Patch #302054 by dmitrig01: usability improvement - hide machine readable ↵Dries Buytaert2008-11-16
| | | | name of node type by default.
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #334030 by justinrandell: replace module_list with module_implements ↵Dries Buytaert2008-11-15
| | | | when calling a hook.
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* #331719 follow-up by chx: Remove ambiguity from search score queries.Angie Byron2008-11-10
|
* - Patch #319788 by stella, nedjo et al: pass language code to filters when ↵Dries Buytaert2008-11-08
| | | | available.
* #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.Angie Byron2008-11-03
|
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #302120 by dmitrig01: usability improvement - make the content type ↵Dries Buytaert2008-11-02
| | | | admin screen prettier.
* - Patch #279516 by c960657: removed many PHP4-isms. Great patch.Dries Buytaert2008-11-01
|
* - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* #325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent ↵Angie Byron2008-10-25
| | | | module -> base change.
* - Patch #320000 by lilou: unify doxygen @file documentation in tpl.Dries Buytaert2008-10-13
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* #320173 by Dave Reid: Two-word operations in hook_nodeapi no longer being ↵Angie Byron2008-10-12
| | | | called.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with ↵Angie Byron2008-10-12
| | | | required = TRUE in .info files.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #319714 by greggles: Remove needless double-check_url()ing in ↵Angie Byron2008-10-11
| | | | maintenance.tpl.php.
* #305566 by agentrickard and moshe weitzman: Split 'bypass node access' from ↵Angie Byron2008-10-11
| | | | 'administer nodes'.
* #319699 follow-up by Dave Reid: Simplify required module hiding in ↵Angie Byron2008-10-11
| | | | admin/build/modules.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #206138 by pwolanin: Rename mis-named 'module' attribute in node types.Angie Byron2008-10-08
|
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵Angie Byron2008-09-27
| | | | FAPI property that can be used by WYSIWYG editors. WOOHOO.
* - Patch #254242 by Gabor, dropcube: preview post setting (optional, ↵Dries Buytaert2008-09-19
| | | | required) not working
* #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵Angie Byron2008-09-17
| | | | node type related permissions together.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* #295719 by flobruit, boombatower, and mikey_p: Clean up node.test.Angie Byron2008-09-17
|
* #189406 by catch: Add comment settings to the list of stuff you can ↵Angie Byron2008-09-17
| | | | configure per node type.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #213151 by Pancho, skiquel, and deviantintegral: Make admin/content/node ↵Angie Byron2008-09-15
| | | | sortable.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #235175 by dmitrig01: name of content type is incorrectly capitalized.Dries Buytaert2008-08-31
|
* - Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links.Dries Buytaert2008-08-31
|
* - Patch #268706 by flobruit, lilou, bjaspan: fixed XSS on node edit form.Dries Buytaert2008-08-30
|
* - Patch #296918 by JBrauer: clean up CSS/HTML of node form.Dries Buytaert2008-08-22
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #56173 by catch, chx: if the user has access to one content type ↵Dries Buytaert2008-08-14
| | | | only, jump to that page.
* - Patch #289796 by cwgordon7 and webchick: killed some exceptions.Dries Buytaert2008-08-03
|
* - Patch #227548 by AjK, Heine, Stefan Esser, hswong3i, dmitrig01: remove ↵Dries Buytaert2008-08-02
| | | | useless db_escape_string().
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #279620 by zeta ζ: made it easier to translate the teaser settings.Dries Buytaert2008-07-19
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #255150 by dropcube: corrected formatting of links.Dries Buytaert2008-07-10
|