Git commits in Moodle 1.7.0 by mudrd8mz

commit 1bd9b44a33245ba2fd9d7c640f25484c1db125a0
Author: mudrd8mz <mudrd8mz>
Date:   Wed, 28 Jun 2006 09:02:54 +0800
Tag:    v1.7.0

* Hide preview link when editing docs\ files. I have not found any way how to display   local documenation pages in 1.6. More comment in bug 4972 * Hide the form when displaying non-editable files (like en_utf8 ones).

commit 45428e8614ec397f39990b20f95aed720fbd5703
Author: mudrd8mz <mudrd8mz>
Date:   Fri, 09 Jun 2006 16:48:45 +0800
Tag:    v1.7.0

* Fixed bug 5745 reported by Harry Smith so now can edit en_utf8_local pack * More notification messages included

commit f20c155a3b9db47e56ccac03ffd7fc793f9666e0
Author: mudrd8mz <mudrd8mz>
Date:   Wed, 31 May 2006 00:47:59 +0800
Tag:    v1.7.0

* "go to first missing string" link can be displayed (see LANG_DISPLAY_MISSING_LINKS) * "go to next/previous missing" links can be displayed (see LANG_DISPLAY_MISSING_LINKS) * submit button may be repeated (see LANG_SUBMIT_REPEAT*) * added (empty) "summary" attribute for the <table>'s * added error_reporting(E_ALL ^ E_NOTICE); in "compare" mode (even in debug environment we know that missing keys are missing strings here, not bugs wink * LANG_DEFAULT_FILE can be now set. moodle.php used to be opened automatically. As it was (and still is) one of the biggest files it usually took a long time to load the page even if you just want to choose the file to translate. * added links from "missing" to "compare" mode page * English strings are now key-sorted in "missing" mode * list of files with missing strings is now displayed at the top of "missing" page * A lot of changes to support translation of *_utf8_local langugage packs. Needs testing * Merged with version by Mitsuhiro Yoshida - display icon links instead of text links (I have changed the position of arrow icons to not to be so close each other)