MoodleDT - Development Tools Plugins for Moodle: Difference between revisions

From MoodleDocs
No edit summary
Line 64: Line 64:


== New Proposals ==
== New Proposals ==
* '''Bookmark''' for save plugins in development;
* <del>'''Bookmark''' for save plugins in development</del> (Developing);
* Update '''Package Plugin''' for select package format zip or tar.gz(keep the permission of files);
* Update '''Language Analize''' for automatic allow correcting language files;
* Update '''Language Analize''' for automatic allow correcting language files;
* Update '''Index in Folders''' for insert automatic index.html in folders;
* Update '''Index in Folders''' for insert automatic index.html in folders;

Revision as of 03:00, 5 March 2014

This plugin is a set of tools to assist in developing plugins in Moodle.

Note: This plugin is in alpha stage of development.

Instalation

  • Get last version of plugin in plugin entry.
  • Unpack in admin/tools folder of your Moodle dir.
  • Under role administrator, go to the Site administration and click on Notifications.
  • Access Site administration >> Development >> MoodleDT - Development Tools Plugins for Moodle.

How to report a bug

Please, use tracker in MoodleDT Tracker or send email for projetos@iautomate.com.br

Features

File:moodledt 02.png

A idea for this plugin is collect an set of simple tools for facilitate a work in development of an plugin.

See more about a set of tools.

Package Plugin

File:moodledt 03.png

This tool is for packaging all files of an plugin for distribuition.

This operation ignore common files of development: .settings, .svn, .buildpath, .project, etc.

The date in name of package is the date of last file modified.

Package Modified Files

File:moodledt 04.png

This tool is for packaging all files modified from an date selected.

A packaging is similar a tool previous.

Analyze Language

File:moodledt 05.png

This tool search for inconsistencies in the supported languages, how tags not in use in scripts and tags not present in all files languages.

This not replaces use of AMOS for language analyze.

Index in Folders

File:moodledt 06.png

This tool search in all folders of plugin for file index.

The use of index.html in folder is an way of folders protect of direct access.

New Proposals

  • Bookmark for save plugins in development (Developing);
  • Update Package Plugin for select package format zip or tar.gz(keep the permission of files);
  • Update Language Analize for automatic allow correcting language files;
  • Update Index in Folders for insert automatic index.html in folders;
  • New tools suggested by reviewers.

Please for suggestion, use comments in plugin entry or plugin forum