| /[drupal]/contributions/modules/weight/weight.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#475824 by Spiderman - Fix weight when a user w/o "assign node weight" updates node. #498042 by hasltead - Prevent double encode of weight. #498258 by NancyDru for glenner - Setting to change field set title. #525328 by NancyDru for Sjuzet - Save "Use menu weight" setting in admin form. #573066 by NancyDru - Change form alter to just the form theme; remove node_load overhead. Coder finds.
#412528 by samuelsov - Compute weight only on enabled types.
#444776 by NancyDru - Split admin functions out. #382070 by taqitaha, NancyDru - Fix IE bug.
#372256 by NancyDru for shanep - Allow default weight when enabling a content type.
#364860 by NancyDru - Remove weight of 99 from options.
#364860 by NancyDru for LUTi - Remove double-encoding that caused invalid stickiness; add sticky flag to content page.
#364860 by NancyDru for LUTi - Remove double-encoding that caused invalid stickiness; add sticky flag to content page.
#364298 by kapcsandi, NancyDru - Fix queries for Postgres.
#320929 by NancyDru - Cleanup unused code, refresh translation.
Fix branching error
#320929 by NancyDru for David Lesieur - Simplify administration.
#320935 by NancyDru - Added setting to move weight fieldset.
#320935 by NancyDru - Restore fieldset on nodes because it needs to be there.
#320935 by David Lesieur, NancyDru - Greatly improved admin pages, better 6.x implementation.
#356335 by bcswebstudio, NancyDru - Fix drupal_add_js.
#356335 by bcswebstudio, NancyDru - Fix drupal_add_js.
#343299 by NancyDru for Bartezz - Use weight entered on content screen.
#343299 by NancyDru for Bartezz - Use weight entered on content screen.
#314248 by sheise - Improved Views2 support.
#343299 by NancyDru for Bartezz - Added feature to inherit menu weight.
#343299 by NancyDru for Bartezz - Added feature to inherit menu weight.
# by NancyDru for Bartezz - Changed weight-selector styling.
# by NancyDru for Bartezz - Changed weight-selector styling.
*** empty log message ***
#314243 by NancyDru, bitman - Fix add_js.
#314243 by NancyDru, bitman - Fix add_js.
#314243 by NancyDru, bitman - Fix add_js.
Initial commit for 6.x to HEAD,
*** empty log message ***
http://drupal.org/node/106567
fix for http://drupal.org/node/86131
fixed bug in which weight selector not showing up because node type was changed to uppercase in drupal5
fixed up some missing help text
didn't commit proper files previously
Pretty much the way I want it. May be an issue with weight selector on admin/content/node, can't get CSS right.
checkpoint. lotsa changes, but not finished.
Port to 5. This version seems to work.
fix: http://drupal.org/node/86136
fixed: http://drupal.org/node/86034 http://drupal.org/node/89864
added help text, documentation, cleaned up code a bit
Added bulk weight management page in admin/node
fix for: http://drupal.org/node/68602 $node->weight property was being shared by weight and book modules. renamed weight property $node->node_weight
more minor changes
nodeapi case 'execute' changed to 'submit'
Updated for 4.7
per #39338 new permission for 'assign node weight' also new help section and better overall access permission handling
Now works with *both* current HEAD (4.7) and 4.6 versions of Drupal.
The guy who wrote this mod did some sloppy work. :-) Fixed problem with settings not getting saved.
minor change to ensure that nodes without weight select still get a weight of zero
minor change that makes the module work ;-)
Complete rewrite of weight.module - allows weighting of nodes within lists
Added CVS $Id$ tag to all *.module files where it was missing (as required by the coding standards, see CODING_STANDARDS.html). I also unified the format and the location of the $Id$ tag. It starts with "//" and is placed on the second line in all *.module files, now.
- node.static -> node.sticky
Warren's Modules first upload
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 |