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

« back to all changes in this revision

Viewing changes to modules/itemadd/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:
24
24
 *
25
25
 * @package ItemAdd
26
26
 * @author Alan Harder <alan.harder@sun.com>
27
 
 * @version $Revision: 16029 $
 
27
 * @version $Revision: 17265 $
28
28
 */
29
29
class ItemAddModule extends GalleryModule {
30
30
 
33
33
        $this->setId('itemadd');
34
34
        $this->setName($gallery->i18n('Add Items'));
35
35
        $this->setDescription($gallery->i18n('Add items from local server or the web'));
36
 
        $this->setVersion('1.0.0');
 
36
        $this->setVersion('1.0.0.1');
37
37
        $this->setGroup('import', $gallery->i18n('Import'));
38
38
        $this->setCallbacks('getSiteAdminViews');
39
39
        $this->setRequiredCoreApi(array(7, 4));