Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: MoodleDT - Development Tools Plugins for Moodle.

MoodleDT - Development Tools Plugins for Moodle: Difference between revisions

From MoodleDocs
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 23: Line 23:
== Features ==
== Features ==


[[File:moodledt_02.png]]
[[File:moodledt_2014-03-06_02.png]]


A idea for this plugin is collect an set of simple tools for facilitate a work in development of an plugin.
A idea for this plugin is collect an set of simple tools for facilitate a work in development of an plugin.
Line 31: Line 31:
=== Package Plugin ===
=== Package Plugin ===


[[File:moodledt_03.png]]
[[File:moodledt_2014-03-06_03.png]]


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


This operation ignore common files of development: .settings, .svn, .buildpath, .project, etc.
This operation ignore common files of development: .settings, .svn, .buildpath, .project, etc.
The type of compression can be: zip, tar.gz, tar.bz2 and tar.


The date in name of package is the date of last file modified.
The date in name of package is the date of last file modified.
Line 41: Line 43:
=== Package Modified Files ===
=== Package Modified Files ===


[[File:moodledt_04.png]]
[[File:moodledt_2014-03-06_04.png]]


This tool is for packaging all files modified from an date selected.
This tool is for packaging all files modified from an date selected.
The type of compression can be: zip, tar.gz, tar.bz2 and tar.


A packaging is similar a tool previous.
A packaging is similar a tool previous.
Line 49: Line 53:
=== Analyze Language ===
=== Analyze Language ===


[[File:moodledt_05.png]]
[[File:moodledt_2014-03-06_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 tool search for inconsistencies in the supported languages, how tags not in use in scripts and tags not present in all files languages.
Line 57: Line 61:
=== Index in Folders ===
=== Index in Folders ===


[[File:moodledt_06.png]]
[[File:moodledt_2014-03-06_06.png]]


This tool search in all folders of plugin for file index.
This tool search in all folders of plugin for file index.
Line 65: Line 69:
=== Bookmark ===
=== Bookmark ===


[[File:moodledt_07.png]]
[[File:moodledt_2014-03-06_07.png]]


This feature allow save plugin for easy access.
This feature allow save plugin for easy access.


[[File:moodledt_08.png]]
[[File:moodledt_2014-03-06_08.png]]


For remove one or more plugin of bookmark, use button '''Block Edit''' of Moodle interface.
For remove one or more plugin of bookmark, use button '''Block Edit''' of Moodle interface.
Line 75: Line 79:


== New Proposals ==
== New Proposals ==
* <del>Update '''Package Plugin''' for select package format zip or tar.gz(keep the permission of files)</del> (Developing);
* Update '''Index in Folders''' for insert automatic index.html in folders;
* 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;
* Translate to Spanish;
* New tools suggested by reviewers.
* New tools suggested by reviewers.


Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_moodledt plugin entry] or [https://moodle.org/mod/forum/view.php?id=44 plugin forum]
Please for suggestion, use comments in [https://moodle.org/plugins/view.php?plugin=tool_moodledt plugin entry] or [https://moodle.org/mod/forum/view.php?id=44 plugin forum]

Latest revision as of 10:18, 28 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

moodledt 2014-03-06 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

moodledt 2014-03-06 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 type of compression can be: zip, tar.gz, tar.bz2 and tar.

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

Package Modified Files

moodledt 2014-03-06 04.png

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

The type of compression can be: zip, tar.gz, tar.bz2 and tar.

A packaging is similar a tool previous.

Analyze Language

moodledt 2014-03-06 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

moodledt 2014-03-06 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.

Bookmark

moodledt 2014-03-06 07.png

This feature allow save plugin for easy access.

moodledt 2014-03-06 08.png

For remove one or more plugin of bookmark, use button Block Edit of Moodle interface.


New Proposals

  • Update Index in Folders for insert automatic index.html in folders;
  • Update Language Analize for automatic allow correcting language files;
  • Translate to Spanish;
  • New tools suggested by reviewers.

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