Changeset 424 for wiki-toolkit/trunk/lib/Wiki/Toolkit.pm
- Timestamp:
- 05/10/08 17:34:11 (4 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm
r408 r424 234 234 highest moderated version, then update the node's contents to hold 235 235 this version. 236 236 237 =cut 237 238 … … 255 256 When moderation is required, new versions of a node will sit about 256 257 until they're tagged as moderated, when they will become the new node. 258 257 259 =cut 258 260 … … 271 273 one, and re-writes any wiki links in these to point to the new name. If 272 274 required, it can mark these updates to other pages as a new version. 275 273 276 =cut 274 277 … … 416 419 metadata_type => "latitude" 417 420 ); 418 =cut 421 422 =cut 423 419 424 sub list_nodes_by_missing_metadata { 420 425 my ($self, @args) = @_; … … 460 465 Otherwise, all node versions (including old ones, and possibly multiple 461 466 per node) are returned. 467 462 468 =cut 463 469 … … 479 485 Returns all the versions of a node, optionally including the content 480 486 and metadata, as an array of hashes (newest versions first). 481 =cut 487 488 =cut 489 482 490 sub list_node_all_versions { 483 491 my ($self,@argsarray) = @_; … … 502 510 503 511 } 504 =cut 512 513 =cut 514 505 515 sub list_last_version_before { 506 516 my ($self,@argsarray) = @_;
