~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to modules/comment/module.inc

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-12-24 05:36:33 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071224053633-1ha6lnfqkfvpgdia
Tags: 2.2.4-1
* New upstream release (Urgency high due to security fixes.
  Closes: #457644)
* debian/control: 
  + Update Standards-Version (No changes needed)
  + Add Homepage field, remove Homepage from Description
* debian/rules: No longer set DH_COMPAT (use debian/compat instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 *
26
26
 * @package Comment
27
27
 * @author Bharat Mediratta <bharat@menalto.com>
28
 
 * @version $Revision: 16474 $
 
28
 * @version $Revision: 17265 $
29
29
 */
30
30
class CommentModule extends GalleryModule {
31
31
 
35
35
        $this->setId('comment');
36
36
        $this->setName($gallery->i18n('Comments'));
37
37
        $this->setDescription($gallery->i18n('User commenting system'));
38
 
        $this->setVersion('1.1.3.1'); /* Update upgrade() function below too */
 
38
        $this->setVersion('1.1.3.2'); /* Update upgrade() function below too */
39
39
        $this->setGroup('data', $gallery->i18n('Extra Data'));
40
40
        $this->setCallbacks('registerEventListeners|getItemLinks|getItemSummaries|' .
41
41
                            'getSiteAdminViews|getItemAdminViews');
148
148
 
149
149
        case '1.1.2':
150
150
        case '1.1.3':
 
151
        case '1.1.3.1':
151
152
 
152
153
        case 'end of upgrade path':
153
154
            /*