summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - Patch #385602 by Damien Tournoud, desbeers, Gabor Hojtsy: log message ↵Dries Buytaert2009-04-15
| | | | sometimes lost on node preview. With a test\!
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* - Patch #418760 by JamesAn: moving the test files to the test directory.Dries Buytaert2009-04-02
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #349237 by c960657: Fix assertTitle()'s encoding of HTML attributes (with ↵Angie Byron2009-03-30
| | | | tests).
* #304330 follow-up by sun: Clean-up of text format widget patch.Angie Byron2009-03-30
|
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* - Patch #297391 by mr.baileys: removed unused code.Dries Buytaert2009-03-20
|
* - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of ↵Dries Buytaert2009-03-17
| | | | comment status. Usability improvement based on testing in Baltimore.
* #394508 by cwgordon7 and karschsp: Small text change to make empty content ↵Angie Byron2009-03-17
| | | | administration screen consistent with other screens.
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* - Patch #394694 by stompeers: improve node edit conflict message. Result ↵Dries Buytaert2009-03-14
| | | | from usability testing.
* - Patch #283931 by jeffschuler: documentation clarification.Dries Buytaert2009-03-08
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, ↵Angie Byron2009-03-08
| | | | et al: Dramatically improved text format widget. USABILITY AWESOMENESS.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #372474 by karschsp: Minor documentation fix for node access system.Angie Byron2009-02-13
|
* #69468 by marcingy, greggles, mikey_p: Usability: Display node type on ↵Angie Byron2009-02-13
| | | | editing form.
* #333478 by keith.smith: Remove extra comma and 'character sequences' in ↵Angie Byron2009-02-06
| | | | taxonomy tag description.
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
| | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
* #365183 by Eaton: Fix for node_feed() silently discards ->content (with tests).Angie Byron2009-01-28
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* - Patch #308774 by oadaeh, catch, keith.smith: improved the revision log ↵Dries Buytaert2009-01-22
| | | | terminology a bit.
* #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist ↵Angie Byron2009-01-22
| | | | with programmatic node creation.
* #287178 by justinrandell: Break up various hook_form_alter()s to ↵Angie Byron2009-01-22
| | | | hook_form_FORM_ID_alters().
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* - Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed ↵Dries Buytaert2009-01-21
| | | | possible SQL injection risk in node_access(). Already part of Drupal 6.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* #320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.Angie Byron2009-01-17
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* #143434 by Jody Lynn: Move 'display post information' to where users would ↵Angie Byron2009-01-09
| | | | expect.
* #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵Angie Byron2009-01-08
| | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
* #355787 by mikey_p: Fix notice at content administration page caused by typo.Angie Byron2009-01-08
|
* - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database ↵Dries Buytaert2009-01-04
| | | | queries.
* - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ↵Dries Buytaert2009-01-04
| | | | out of node module'.
* - Patch #295283 by Damien Tournoud: created a better index for the default ↵Dries Buytaert2009-01-02
| | | | front page.
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|