Plugin Directory

Changeset 724070


Ignore:
Timestamp:
06/07/2013 04:00:20 PM (13 years ago)
Author:
jjunyent
Message:

0.2.1 wp-repo deployment

Location:
administrate-more-comments/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • administrate-more-comments/trunk

    • Property svn:ignore set to
      deploy.sh
      README.md
      .git
      .gitignore
  • administrate-more-comments/trunk/admin-more-comments.php

    r169210 r724070  
    33Plugin Name: Administrate more comments
    44Plugin Script: admin-more-comments.php
    5 Plugin URI: http://wordpress.org/extend/plugins/administrate-more-comments/
    6 Description: A filter that allows you to customize the number of comments shown on the admin panel
    7 Version: 0.1
    8 License: GPL
     5Plugin URI: http://projectes.junyent.org/administrate-more-comments/
     6Description: A WordPress plugin designed to set-up the number of comments per page shown in the admin area.
     7Version: 0.2.1
     8License: GPLv2 or later
    99Author: Joan Junyent
     10Author URI: http://junyent.org/
    1011Contributors: jjunyent
    11 Author URI: http://junyent.org/blog/
     12Donate link: http://projectes.junyent.org/
    1213
    1314
    1415=== RELEASE NOTES ===
     162013-06-06 - v.0.2.1 - Plugin metadata update. This plugin will be no longer updated.
     172009-01-11 - v0.1.1 -   Typo fixing
    15182009-01-04 - v0.1 - first version. Code taken from anieto2k and Ayuda Wordpress
    1619            http://www.anieto2k.com/2008/12/22/cambia-la-cantidad-de-comentarios-del-panel-de-administracion/
    1720            http://ayudawordpress.com/como-cambiar-la-cantidad-de-comentarios-mostrados-en-admin/
    18 2009-01-11 - v0.1.1 -   Typo fixing    
     21   
    1922
    2023*/
  • administrate-more-comments/trunk/readme.txt

    r364391 r724070  
    44Author URI: http://junyent.org/
    55Contributors: jjunyent
    6 Donate link:
    7 Plugin URI: http://wordpress.org/extend/plugins/administrate-more-comments/
    8 Version: 0.1.1
     6Donate link: http://projectes.junyent.org/
     7Plugin URI: http://projectes.junyent.org/administrate-more-comments/
     8Version: 0.2.1
     9License: GPLv2 or later
     10License URI: http://www.gnu.org/licenses/gpl-2.0.html
    911Tags: comments, admin
    1012Requires at least: 2.6
    11 Tested up to: 2.8
    12 Stable tag: 0.1.1
     13Tested up to: 3.6
     14Stable tag: 0.2.1
    1315
    1416== Description ==
    1517
    16 Essentially it applies a filter that allows you to customize the number of comments shown per page on the admin panel.
     18Administrate more comments was a WordPress plugin designed to set-up the number of comments per page shown in the admin area.
    1719
    18 UPDATE: This plugin is no longer needes as this functionality has been built into the core.
     20Essentially it applies a filter that allows you to customize the number of comments shown per page on the admin panel.
     21
     22**This plugin is no needed anymore and no updated anymore since this function has been added to the WordPress core.** *I leave it here as it may be useful for some projects on locked-in and less customizable dashboards.*
     23
    1924
    2025
     
    3338If you activated this plugin it will set by default 100 comments per page.
    3439Q. But I want a number of comment per page different thant 100
    35 A. In the future it will be an easy menu option to set the desired value.
    36 In the meantime, you have to edit the plugin file. But don't panic it's an easy task.
    37 You just need to modify the line 43 of admin-more-comments.php and change 100 to the desired value.
     40A. You just need to modify the line 43 of admin-more-comments.php and change 100 to the desired value.
    3841
    3942== Screenshots ==
    4043
    41 None yet
     441. 100 comments shown.
    4245
    4346== Usage ==
    4447
    45 Activate and go!
     481. Activate and go!
    4649       
    4750== License ==
    4851   
    49     This plugin is free software. You can redistribute it and/or modify it under the terms of the GPL License (don't remove credits to author, please)
    50     See license.txt for details
     52This plugin is free software. You can redistribute it and/or modify it under the terms of the GPL License (don't remove credits to author, please). See license.txt for details
    5153
    5254
    5355== Changelog ==
    5456
     57= 0.2.1 =
     58* Updated plugin metadata. This plugin will be no longer updated.
    5559= 0.1.1 =
    5660* Fixed some typos
     
    6670
    6771Many thanks to them!
    68 
    69 
    70 == ToDo ==
    71 
    72 Add an options menu to change the number of comments shown per page.
Note: See TracChangeset for help on using the changeset viewer.