Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Mahn committed Sep 23, 2015
2 parents 68b8ffe + fc3af7d commit 69b09ec
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nbproject/
vendor/

obs-diffs/
exports/*

lib/plugins/ckgedit/fckeditor/userfiles/file
lib/plugins/ckgedit/fckeditor/userfiles/flash
Expand Down
5 changes: 0 additions & 5 deletions data/gitrepo/pages/contact.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ The Door43 community uses Slack to communicate. When you [[:en:slack|join our sl
You may also use this form:

{{contact>subj=Door43 Contact}}

----

https://pad.door43.org/p/ta-tS_problem
{{tag>epady}}
9 changes: 2 additions & 7 deletions data/gitrepo/pages/home.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Looking for a language that is not here yet? [[https://door43.org/obs-setup|Setup OBS]] for your language (it only takes a moment).

**Choose your language:**

* [[:ab:home|аҧсуа бызшәа, аҧсшәа (ab)]]
* [[:ab:home|аҧсуа бызшәа, аҧсшәа (ab)]]
* [[:abp:home|Abellen Ayta (abp)]]
* [[:abs:home|Ambonese Malay (abs)]]
* [[:adi:home|Adi (adi)]]
Expand Down Expand Up @@ -234,8 +234,3 @@
* [[:zh-tw:home|繁體中文 (zh-tw)]]
* [[:zmz:home|Mbandja (zmz)]]
* [[:zu:home|isiZulu (zu)]]

----

Looking for a language that is not here yet? [[https://door43.org/obs-setup|Setup OBS]] for your language (it only takes a moment).

1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_dorabatson2685.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_lakeishan44.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_linneamebane.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_manuelloughlin3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_maybellvoigt141.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_salvador78f.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
1 change: 1 addition & 0 deletions data/gitrepo/pages/profile_tiffanicurley.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__false__
9 changes: 8 additions & 1 deletion data/gitrepo/pages/sidebar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ The Door43 community uses Slack to communicate. When you [[:en:slack|join our sl

//Door43 is an open project that is managed by [[https://unfoldingword.org/|unfoldingWord]] and many volunteers.//

==== Get Started ====

Before you get started, you may need to [[:obs-setup|set up Open Bible Stories]] in your language.

To learn how to translate, check, publish, and use our tools, check out [[en:ta|translationAcademy]].

If you have questions, you can post them on the Helpdesk channel in Slack (see above) or email help@door43.org.

==== Recent Changes ====

{{changes>ns = -playground&count=40 }}

Binary file added data/media/obs-homepage-web.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion lib/plugins/bookcreator
Submodule bookcreator deleted from 98d748
20 changes: 12 additions & 8 deletions lib/plugins/door43gitmerge/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,20 +743,24 @@ private function render_merge_interface_frame($frame, $data_array) {
echo '<div class="frame-version-selection">';
echo $this->getLang('version_to_compare') . ': ';
echo '<select class="door43gitmerge-diff-switcher" data-frame="' . $frame . '">';
foreach ($user_array as $device=>$user) {
if (!isset($first_device)) {
$first_device = $device;
if(isset($user_array) && is_array($user_array)){
foreach ($user_array as $device=>$user) {
if (!isset($first_device)) {
$first_device = $device;
}
echo '<option value="'.$device.'">'.$user['name'].'</option>';
}
echo '<option value="'.$device.'">'.$user['name'].'</option>';
}
echo '<option value="all">' . $this->getLang('show_all') . '</option>';
unset($device, $user);
echo '</select>';
echo '</div>';
echo '<div class="frame-diffs">';
foreach ($user_array as $device => $user) {
$new_content = $this->_content($device, $frame);
$this->html_diff($frame, $device, $current_content, $new_content, $device==$first_device);
if(isset($user_array) && is_array($user_array)){
foreach ($user_array as $device => $user) {
$new_content = $this->_content($device, $frame);
$this->html_diff($frame, $device, $current_content, $new_content, $device==$first_device);
}
}
unset($device, $user, $new_content, $first_device);
echo '</div>';
Expand Down Expand Up @@ -871,4 +875,4 @@ private function html_diff($frame, $device, $l_text = '', $r_text = '', $show =
}
}

// vim:ts=4:sw=4:et:
// vim:ts=4:sw=4:et:
1 change: 0 additions & 1 deletion lib/plugins/odt
Submodule odt deleted from d5b951
2 changes: 1 addition & 1 deletion lib/plugins/wrap

0 comments on commit 69b09ec

Please sign in to comment.