summaryrefslogtreecommitdiff
path: root/modules/node/node.module
Commit message (Collapse)AuthorAge
* #482920 follow-up by JamesAn: Fix typos and let the tests pass again.Angie Byron2009-06-05
|
* - Rollback of last patch.Dries Buytaert2009-06-05
|
* - Patch #482920 by Razorraser: fixed typo in node_access_rebuild().Dries Buytaert2009-06-05
|
* - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post ↵Dries Buytaert2009-06-05
| | | | settings' admin screen and relocate options.
* #220233 follow-up by Berdir: Fix typo.Angie Byron2009-06-04
|
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* #475596 by emmajane, catch, yoroy, et al. Move default welcome message to ↵Angie Byron2009-06-02
| | | | help system.
* - Patch #461298 by catch: move node_load_multiple() special casing into ↵Dries Buytaert2009-05-30
| | | | user_node_load().
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* #309007 by moshe weitzman, agentrickard, and mcarbone: Add ↵Angie Byron2009-05-27
| | | | hook_node_access_records_alter() and hook_node_grants_alter() to allow complex interactions between two or more node access modules.
* - Patch #393402 by stella, Xane: renamed 'create content' link to 'add new ↵Dries Buytaert2009-05-26
| | | | content'. Minor usability improvement.
* - Patch #472658 by agentrickard: clean up of inline code comments.Dries Buytaert2009-05-26
|
* - Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ↵Dries Buytaert2009-05-25
| | | | ->has_body.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #363905 by dereine: move template_preproces_node/block out of theme.inc.Dries Buytaert2009-05-22
|
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* - Patch #469134 by Bohjan: removed some redundant help.Dries Buytaert2009-05-21
|
* #457080 by moshe weitzman: Add node_delete_multiple() for more efficient ↵Angie Byron2009-05-20
| | | | deletion of lots of nodes.
* - Patch #464912 by pwolanin: add doxygen suggestion standard for contrib ↵Dries Buytaert2009-05-18
| | | | module node build modes and similar int constants.
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so ↵Dries Buytaert2009-05-12
| | | | we have more flexibility to place it.
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #449718 by alienbrain: node_feed() is now using new node building API.Dries Buytaert2009-05-03
|
* - Patch #446742 by sun, dmitrig01: fixed various bugs.Dries Buytaert2009-04-29
|
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #444876 by Damien Tournoud: remove node_invoke_node().Dries Buytaert2009-04-26
|
* - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a ↵Dries Buytaert2009-04-26
| | | | theme setting.
* - Patch #352880 by dereine, Dave Reid: replace strstre with strpos.Dries Buytaert2009-04-26
|
* #303965 by moshe weitzman and snufkin: Allow data import scripts to set ↵Angie Byron2009-04-25
| | | | /->is_new programmatically.
* - Patch #394484 by Berdir and Crell: converted node module to the new ↵Dries Buytaert2009-04-25
| | | | database abstraction layer. Yay.
* - Patch #440768 by Dave Reid: move {node_counter} table from node module to ↵Dries Buytaert2009-04-24
| | | | statistics module.
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #318496 by DeeLay: node_delete does not clean up history.Dries Buytaert2009-04-20
|
* #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.
* #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.
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* 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.
* #372474 by karschsp: Minor documentation fix for node access system.Angie Byron2009-02-13
|
* #333478 by keith.smith: Remove extra comma and 'character sequences' in ↵Angie Byron2009-02-06
| | | | taxonomy tag description.
* - 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
|