| /[drupal]/contributions/modules/nat/nat.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
nat_sync hadn't been updated earlier; New parameter for _nat_add_terms to allow for restricted associations.
Split into admin.inc file.
Refactor _nat_add_terms and _nat_update_terms to take $node as the parameter. Fixes a bunch of notices.
#268555: notice: Undefined property: stdClass::$taxonomy in line 99
Streamline code for term removal as per the last patch; Fix notice issues.
Remove associated NAT term from NAT node's vocabulary listing.
#382270: patch by chu: db_placeholders argument fix.
Use drupal_write_record.
Help URL requires the help module to be enabled.
Help URL requires the help module to be enabled.
#340859 : vocabulary id not preserving by _nat_update_terms(). (backport)
#340859 : vocabulary id not preserving by _nat_update_terms().
Add missing variable init.
Add missing variable init.
Code streamline + doc fixes.
#188377: Do not update NAT for direct calls from node_save(). Restrict only to form operations.
Remove errant t()s.
#325673: Weight is always available.
#325673: Weight is always available.
#325673: patch my machnik & miche _nat_update_terms() does not preserve term weight. [backport] - Add doxygen. - Streamline code to always initialise the $edit array.
#325673: patch my machnik & miche _nat_update_terms() does not preserve term weight. - Add doxygen. - Streamline code to always initialise the $edit array.
Port anantagati's hook_views_api patch from HEAD.
#287407: Support for Views2.
#325208: pearcec - pgsql fixes. D5 port.
#325208: pearcec - pgsql fixes.
Fix hook_link_alter args. Fix notice.
D6 port - Work in progress.
Sync page query fix: add missing n.type and remove vestigial n1.vid.
Include of file for support of Views moved to hook_init().
Include of file for support of Views moved to hook_init().
#201542: Include of file for support of Views moved outside of hook_menu().
#201542: Include of file for support of Views moved outside of hook_menu().
Port #194802 and #197105 to HEAD.
#197105 : anantagati - Add views support (untested).
#194802: Joachim - Fix redirect URL.
#194800: Joachim - Fix typo.
Introduce nat_get_term. Backport from HEAD.
Group similar functions together. Backport from HEAD.
Introduce nat_get_term.
Group similar functions together.
Port from D5: nat_variable_get + nat_set_config.
Introduce nat_set_config to register associations during installation.
Introduce _nat_variable_get().
#154801 - yched: invalid node_load in nat_get_nids. Port from HEAD.
#154801 - yched: invalid node_load in nat_get_nids.
Resolve sync issues with D5.
Capitalisation fix.
Group hooks together. D5 port.
Group hooks together.
#144864: Avoid altering links during node previews. Port from D5.
#144864: Avoid altering links during node previews.
Documentation + whitespace fixes. Port from D5.
Documentation + whitespace fixes.
#148080: jmiccolis - Add related terms & synonym editing. Port from D5.
#148080: jmiccolis - Add related terms & synonym editing.
#144864: Remove notice. D5 port.
#144864: Remove notice.
#144864: gryste: Alter taxonomy links so that they link to the NAT node. Port from D5.
#144864: gryste: Alter taxonomy links so that they link to the NAT node.
Doc updates. Port from D5.
#127283: Enforce body and deletion option checks. Port from D5 - untested.
Doc updates.
#127283: Enforce body and deletion option checks.
Sync with D5.
#127283: Reintroduce optional term deletion + term body synching.
API change: nat_get_nids when returning only the nids, previous returned a single dimensional array. Now, it returns an associative array of nid->node_title. General cleanup of above function.
#124472: Sync: Do not display message for each node being synced. .info: Remove package info. .install: Remove display length. .module: Add comments, general cleanup. .module: Add module 'description' attribute in hook_menu.
Remove errant update_sql statements. Fix style issues.
style updates; Reset sync deletes and body option on settings page. They are now the defaults. Add retrieval functions.
Missing check_plain.
Missing check_plains. General cleanup.
Missing check_plains. General cleanup.
#112325: Greenmother - Missing table prefixes.
D5 update; Add sync function; Add vid to nat table;
Add caching to retrieve functions. The sync feature is not complete.
Unset unnecessary variables.
nat_get_nid -> nat_get_nids
Add switch to nat_get_nid to return a node.
Fix screwed comment syntax. Add LICENSE.txt
Added option to retrieve terms/tids. Updated README.
Add support for retaining hierarchies.
Add nat_get_nid and make nat_get_tids public.
Load nat tids during nodeapi load.
Features added: -Option to synch node body and term description. -Option to delete associated term. -Settings page updated.
Missing t()s.
Initial 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 |