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

« back to all changes in this revision

Viewing changes to modules/mime/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
 * @package Mime
26
26
 * @author Felix Rabinovich <Felix@Rabinovich.org>
27
27
 * @author Alan Harder <alan.harder@sun.com>
28
 
 * @version $Revision: 16034 $
 
28
 * @version $Revision: 17265 $
29
29
 */
30
30
class MimeModule extends GalleryModule {
31
31
 
34
34
        $this->setId('mime');
35
35
        $this->setName($gallery->i18n('MIME Maintenance'));
36
36
        $this->setDescription($gallery->i18n('Maintain MIME types and file extensions'));
37
 
        $this->setVersion('1.1.2');
 
37
        $this->setVersion('1.1.2.1');
38
38
        $this->setGroup('data', $gallery->i18n('Extra Data'));
39
39
        $this->setCallbacks('getSiteAdminViews');
40
40
        $this->setRequiredCoreApi(array(7, 10));