@@ -184,7 +184,10 @@ |
||
184 | 184 | <td class="ui-state-default" colspan="11"> |
185 | 185 | <div class="center"> |
186 | 186 | <?= I18N::translate('Number of different missing ancestors: %s', I18N::number($this->data->get('missing_diff_count'))) ?> |
187 | - <?php if($this->data->get('missing_hidden') > 0) echo ' ['. I18N::translate('%s hidden', I18N::number($this->data->get('missing_hidden'))).']'; ?> |
|
187 | + <?php if($this->data->get('missing_hidden') > 0) { |
|
188 | + echo ' ['. I18N::translate('%s hidden', I18N::number($this->data->get('missing_hidden'))).']'; |
|
189 | +} |
|
190 | +?> |
|
188 | 191 | <?= ' - ' . I18N::translate('Generation complete at %s', I18N::percentage($this->data->get('perc_sosa'), 2)) ?> |
189 | 192 | <?= ' [' . I18N::translate('Potential %s', I18N::percentage($this->data->get('perc_sosa_potential'),2)).']' ?> |
190 | 193 | </div> |
@@ -30,16 +30,16 @@ discard block |
||
30 | 30 | * {@inhericDoc} |
31 | 31 | * @see \MyArtJaub\Webtrees\Mvc\View\AbstractView::renderContent() |
32 | 32 | */ |
33 | - protected function renderContent() { |
|
34 | - ?> |
|
33 | + protected function renderContent() { |
|
34 | + ?> |
|
35 | 35 | <div id="maj-sosa-missing-page" class="center"> |
36 | 36 | <h2><?= $this->data->get('title') ?></h2> |
37 | 37 | |
38 | 38 | <?php if($this->data->get('is_setup')) { |
39 | - $this->renderSosaHeader(); |
|
40 | - if($this->data->get('has_missing', false)) { |
|
41 | - $table_id = $this->data->get('table_id'); |
|
42 | - ?> |
|
39 | + $this->renderSosaHeader(); |
|
40 | + if($this->data->get('has_missing', false)) { |
|
41 | + $table_id = $this->data->get('table_id'); |
|
42 | + ?> |
|
43 | 43 | <div id="sosa-indi-missing" class="smissing-list"> |
44 | 44 | <table id="<?= $table_id ?>"> |
45 | 45 | <thead> |
@@ -103,52 +103,52 @@ discard block |
||
103 | 103 | <tbody> |
104 | 104 | |
105 | 105 | <?php foreach($this->data->get('missing_list') as $missing_tab) { |
106 | - $person = $missing_tab['indi']; |
|
106 | + $person = $missing_tab['indi']; |
|
107 | 107 | |
108 | - /** @var \Fisharebest\Webtrees\Individual $person */ |
|
109 | - if ($person->isPendingAddtion()) { |
|
110 | - $class = ' class="new"'; |
|
111 | - } elseif ($person->isPendingDeletion()) { |
|
112 | - $class = ' class="old"'; |
|
113 | - } else { |
|
114 | - $class = ''; |
|
115 | - } |
|
116 | - $dperson = new \MyArtJaub\Webtrees\Individual($person); |
|
117 | - list($surn_givn, $givn_surn) = FunctionsPrintLists::sortableNames($person); |
|
118 | - ?> |
|
108 | + /** @var \Fisharebest\Webtrees\Individual $person */ |
|
109 | + if ($person->isPendingAddtion()) { |
|
110 | + $class = ' class="new"'; |
|
111 | + } elseif ($person->isPendingDeletion()) { |
|
112 | + $class = ' class="old"'; |
|
113 | + } else { |
|
114 | + $class = ''; |
|
115 | + } |
|
116 | + $dperson = new \MyArtJaub\Webtrees\Individual($person); |
|
117 | + list($surn_givn, $givn_surn) = FunctionsPrintLists::sortableNames($person); |
|
118 | + ?> |
|
119 | 119 | <tr <?= $class ?>> |
120 | 120 | <td class="transparent"><?= $missing_tab['sosa'] ?></td> |
121 | 121 | <td class="transparent"><?= $person->getXref() ?></td> |
122 | 122 | <td colspan="2" data-sort="<?= Filter::escapeHtml($givn_surn) ?>"> |
123 | 123 | <?php foreach ($person->getAllNames() as $num=>$name) { |
124 | - if ($name['type']=='NAME') { |
|
125 | - $title=''; |
|
126 | - } else { |
|
127 | - $title='title="'.strip_tags(GedcomTag::getLabel($name['type'], $person)).'"'; |
|
128 | - } |
|
129 | - if ($num==$person->getPrimaryName()) { |
|
130 | - $class=' class="name2"'; |
|
131 | - $sex_image=$person->getSexImage(); |
|
132 | - } else { |
|
133 | - $class=''; |
|
134 | - $sex_image=''; |
|
135 | - } ?> |
|
124 | + if ($name['type']=='NAME') { |
|
125 | + $title=''; |
|
126 | + } else { |
|
127 | + $title='title="'.strip_tags(GedcomTag::getLabel($name['type'], $person)).'"'; |
|
128 | + } |
|
129 | + if ($num==$person->getPrimaryName()) { |
|
130 | + $class=' class="name2"'; |
|
131 | + $sex_image=$person->getSexImage(); |
|
132 | + } else { |
|
133 | + $class=''; |
|
134 | + $sex_image=''; |
|
135 | + } ?> |
|
136 | 136 | <a <?= $title.' '.$class ?> href="<?= $person->getHtmlUrl() ?>"> |
137 | 137 | <?= \Fisharebest\Webtrees\Functions\FunctionsPrint::highlightSearchHits($name['full']) ?> |
138 | 138 | </a> |
139 | 139 | <?= $sex_image; |
140 | - echo implode(' ', |
|
141 | - \MyArtJaub\Webtrees\Hook\HookProvider::getInstance() |
|
142 | - ->get('hRecordNameAppend') |
|
143 | - ->executeOnlyFor(array(Constants::MODULE_MAJ_SOSA_NAME), $person, 'smaller')); ?> |
|
140 | + echo implode(' ', |
|
141 | + \MyArtJaub\Webtrees\Hook\HookProvider::getInstance() |
|
142 | + ->get('hRecordNameAppend') |
|
143 | + ->executeOnlyFor(array(Constants::MODULE_MAJ_SOSA_NAME), $person, 'smaller')); ?> |
|
144 | 144 | <br/> |
145 | 145 | <?php } |
146 | - echo $person->getPrimaryParentsNames('parents details1', 'none'); |
|
147 | - ?> |
|
146 | + echo $person->getPrimaryParentsNames('parents details1', 'none'); |
|
147 | + ?> |
|
148 | 148 | </td> |
149 | 149 | <td hidden data-sort="<?= Filter::escapeHtml($surn_givn) ?>"></td> |
150 | 150 | <?php if (ModuleManager::getInstance()->isOperational(Constants::MODULE_MAJ_ISSOURCED_NAME)) { |
151 | - $isISourced = $dperson->isSourced(); ?> |
|
151 | + $isISourced = $dperson->isSourced(); ?> |
|
152 | 152 | <td data-sort="<?= $isISourced ?>"><?= FunctionsPrint::formatIsSourcedIcon('R', $isISourced, 'INDI', 1, 'medium') ?></td> |
153 | 153 | <?php } else { ?> |
154 | 154 | <td> </td> |
@@ -158,23 +158,23 @@ discard block |
||
158 | 158 | <?php $birth_dates = $person->getAllBirthDates(); ?> |
159 | 159 | <td data-sort="<?= $person->getEstimatedBirthDate()->julianDay() ?>"> |
160 | 160 | <?php |
161 | - foreach ($birth_dates as $n => $birth_date) { |
|
162 | - if ($n > 0) { ?> <br> <?php } |
|
163 | - echo $birth_date->display(true); |
|
164 | - } |
|
165 | - ?> |
|
161 | + foreach ($birth_dates as $n => $birth_date) { |
|
162 | + if ($n > 0) { ?> <br> <?php } |
|
163 | + echo $birth_date->display(true); |
|
164 | + } |
|
165 | + ?> |
|
166 | 166 | </td> |
167 | 167 | <td> |
168 | 168 | <?php foreach ($person->getAllBirthPlaces() as $n => $birth_place) { |
169 | - $tmp = new \Fisharebest\Webtrees\Place($birth_place, $person->getTree()); |
|
170 | - if ($n > 0) { ?><br><?php } ?> |
|
169 | + $tmp = new \Fisharebest\Webtrees\Place($birth_place, $person->getTree()); |
|
170 | + if ($n > 0) { ?><br><?php } ?> |
|
171 | 171 | <a href="'<?= $tmp->getURL(); ?>" title="<?= strip_tags($tmp->getFullName()) ?>"> |
172 | 172 | <?= \Fisharebest\Webtrees\Functions\FunctionsPrint::highlightSearchHits($tmp->getShortName()) ?> |
173 | 173 | </a> |
174 | 174 | <?php } ?> |
175 | 175 | </td> |
176 | 176 | <?php if (ModuleManager::getInstance()->isOperational(Constants::MODULE_MAJ_ISSOURCED_NAME)) { |
177 | - $isBSourced = $dperson->isBirthSourced(); ?> |
|
177 | + $isBSourced = $dperson->isBirthSourced(); ?> |
|
178 | 178 | <td data-sort="<?= $isBSourced ?>"><?= FunctionsPrint::formatIsSourcedIcon('E', $isBSourced, 'BIRT', 1, 'medium') ?></td> |
179 | 179 | <?php } else { ?> |
180 | 180 | <td> </td> |
@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | <?php } else if ($this->data->get('generation', 0) > 0) { ?> |
200 | 200 | <p><?= I18N::translate('No ancestors are missing for this generation. Generation complete at %s.', I18N::percentage($this->data->get('perc_sosa'), 2)) ?></p> |
201 | 201 | <?php } |
202 | - } else { ?> |
|
202 | + } else { ?> |
|
203 | 203 | <p class="warning"><?= I18N::translate('The list could not be displayed. Reasons might be:') ?><br/> |
204 | 204 | <ul> |
205 | 205 | <li><?= I18N::translate('No Sosa root individual has been defined.') ?></li> |
@@ -210,6 +210,6 @@ discard block |
||
210 | 210 | <?php } ?> |
211 | 211 | </div> |
212 | 212 | <?php |
213 | - } |
|
213 | + } |
|
214 | 214 | } |
215 | 215 | |
216 | 216 | \ No newline at end of file |
@@ -35,9 +35,9 @@ discard block |
||
35 | 35 | <div id="maj-sosa-missing-page" class="center"> |
36 | 36 | <h2><?= $this->data->get('title') ?></h2> |
37 | 37 | |
38 | - <?php if($this->data->get('is_setup')) { |
|
38 | + <?php if ($this->data->get('is_setup')) { |
|
39 | 39 | $this->renderSosaHeader(); |
40 | - if($this->data->get('has_missing', false)) { |
|
40 | + if ($this->data->get('has_missing', false)) { |
|
41 | 41 | $table_id = $this->data->get('table_id'); |
42 | 42 | ?> |
43 | 43 | <div id="sosa-indi-missing" class="smissing-list"> |
@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | </thead> |
103 | 103 | <tbody> |
104 | 104 | |
105 | - <?php foreach($this->data->get('missing_list') as $missing_tab) { |
|
105 | + <?php foreach ($this->data->get('missing_list') as $missing_tab) { |
|
106 | 106 | $person = $missing_tab['indi']; |
107 | 107 | |
108 | 108 | /** @var \Fisharebest\Webtrees\Individual $person */ |
@@ -121,17 +121,17 @@ discard block |
||
121 | 121 | <td class="transparent"><?= $person->getXref() ?></td> |
122 | 122 | <td colspan="2" data-sort="<?= Filter::escapeHtml($givn_surn) ?>"> |
123 | 123 | <?php foreach ($person->getAllNames() as $num=>$name) { |
124 | - if ($name['type']=='NAME') { |
|
125 | - $title=''; |
|
124 | + if ($name['type'] == 'NAME') { |
|
125 | + $title = ''; |
|
126 | 126 | } else { |
127 | - $title='title="'.strip_tags(GedcomTag::getLabel($name['type'], $person)).'"'; |
|
127 | + $title = 'title="'.strip_tags(GedcomTag::getLabel($name['type'], $person)).'"'; |
|
128 | 128 | } |
129 | - if ($num==$person->getPrimaryName()) { |
|
130 | - $class=' class="name2"'; |
|
131 | - $sex_image=$person->getSexImage(); |
|
129 | + if ($num == $person->getPrimaryName()) { |
|
130 | + $class = ' class="name2"'; |
|
131 | + $sex_image = $person->getSexImage(); |
|
132 | 132 | } else { |
133 | - $class=''; |
|
134 | - $sex_image=''; |
|
133 | + $class = ''; |
|
134 | + $sex_image = ''; |
|
135 | 135 | } ?> |
136 | 136 | <a <?= $title.' '.$class ?> href="<?= $person->getHtmlUrl() ?>"> |
137 | 137 | <?= \Fisharebest\Webtrees\Functions\FunctionsPrint::highlightSearchHits($name['full']) ?> |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | echo implode(' ', |
141 | 141 | \MyArtJaub\Webtrees\Hook\HookProvider::getInstance() |
142 | 142 | ->get('hRecordNameAppend') |
143 | - ->executeOnlyFor(array(Constants::MODULE_MAJ_SOSA_NAME), $person, 'smaller')); ?> |
|
143 | + ->executeOnlyFor(array(Constants::MODULE_MAJ_SOSA_NAME), $person, 'smaller')); ?> |
|
144 | 144 | <br/> |
145 | 145 | <?php } |
146 | 146 | echo $person->getPrimaryParentsNames('parents details1', 'none'); |
@@ -188,9 +188,9 @@ discard block |
||
188 | 188 | <td class="ui-state-default" colspan="11"> |
189 | 189 | <div class="center"> |
190 | 190 | <?= I18N::translate('Number of different missing ancestors: %s', I18N::number($this->data->get('missing_diff_count'))) ?> |
191 | - <?php if($this->data->get('missing_hidden') > 0) echo ' ['. I18N::translate('%s hidden', I18N::number($this->data->get('missing_hidden'))).']'; ?> |
|
192 | - <?= ' - ' . I18N::translate('Generation complete at %s', I18N::percentage($this->data->get('perc_sosa'), 2)) ?> |
|
193 | - <?= ' [' . I18N::translate('Potential %s', I18N::percentage($this->data->get('perc_sosa_potential'),2)).']' ?> |
|
191 | + <?php if ($this->data->get('missing_hidden') > 0) echo ' ['.I18N::translate('%s hidden', I18N::number($this->data->get('missing_hidden'))).']'; ?> |
|
192 | + <?= ' - '.I18N::translate('Generation complete at %s', I18N::percentage($this->data->get('perc_sosa'), 2)) ?> |
|
193 | + <?= ' ['.I18N::translate('Potential %s', I18N::percentage($this->data->get('perc_sosa_potential'), 2)).']' ?> |
|
194 | 194 | </div> |
195 | 195 | </td> |
196 | 196 | </tr> |
@@ -94,14 +94,15 @@ discard block |
||
94 | 94 | $this->provider->setTaskStatus($task, $status); |
95 | 95 | $res['status'] = $status; |
96 | 96 | Log::addConfigurationLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" has been '. ($status ? 'enabled' : 'disabled') .'.'); |
97 | - } |
|
98 | - catch (\Exception $ex) { |
|
97 | + } catch (\Exception $ex) { |
|
99 | 98 | $res['error'] = $ex->getMessage(); |
100 | 99 | Log::addErrorLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" could not be ' . ($status ? 'enabled' : 'disabled') .'. Error: '. $ex->getMessage()); |
101 | 100 | } |
102 | 101 | |
103 | 102 | $controller->pageHeader(); |
104 | - if($res['error']) http_response_code(500); |
|
103 | + if($res['error']) { |
|
104 | + http_response_code(500); |
|
105 | + } |
|
105 | 106 | |
106 | 107 | $controller->encode($res); |
107 | 108 | } |
@@ -169,8 +170,7 @@ discard block |
||
169 | 170 | $task->setFrequency($frequency); |
170 | 171 | if($is_limited == 1) { |
171 | 172 | $task->setRemainingOccurrences($nb_occur); |
172 | - } |
|
173 | - else { |
|
173 | + } else { |
|
174 | 174 | $task->setRemainingOccurrences(0); |
175 | 175 | } |
176 | 176 | |
@@ -191,8 +191,7 @@ discard block |
||
191 | 191 | Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'.$task->getName() .'” has been updated.'); |
192 | 192 | $success = true; |
193 | 193 | } |
194 | - } |
|
195 | - else { |
|
194 | + } else { |
|
196 | 195 | FlashMessages::addMessage(I18N::translate('An error occured while updating the administrative task “%s”', $task->getTitle()), 'danger'); |
197 | 196 | Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'. $task->getName() .'” could not be updated. See error log.'); |
198 | 197 | } |
@@ -35,25 +35,25 @@ discard block |
||
35 | 35 | */ |
36 | 36 | class TaskController extends MvcController |
37 | 37 | { |
38 | - /** |
|
39 | - * Tasks Provider |
|
40 | - * @var TaskProviderInterface $provider |
|
41 | - */ |
|
42 | - protected $provider; |
|
38 | + /** |
|
39 | + * Tasks Provider |
|
40 | + * @var TaskProviderInterface $provider |
|
41 | + */ |
|
42 | + protected $provider; |
|
43 | 43 | |
44 | - /** |
|
45 | - * Constructor for Admin Config controller |
|
46 | - * @param AbstractModule $module |
|
47 | - */ |
|
48 | - public function __construct(AbstractModule $module) { |
|
49 | - parent::__construct($module); |
|
44 | + /** |
|
45 | + * Constructor for Admin Config controller |
|
46 | + * @param AbstractModule $module |
|
47 | + */ |
|
48 | + public function __construct(AbstractModule $module) { |
|
49 | + parent::__construct($module); |
|
50 | 50 | |
51 | - $this->provider = $this->module->getProvider(); |
|
52 | - } |
|
51 | + $this->provider = $this->module->getProvider(); |
|
52 | + } |
|
53 | 53 | |
54 | - /** |
|
55 | - * Pages |
|
56 | - */ |
|
54 | + /** |
|
55 | + * Pages |
|
56 | + */ |
|
57 | 57 | |
58 | 58 | /** |
59 | 59 | * Task@trigger |
@@ -77,50 +77,50 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Task@setStatus |
79 | 79 | */ |
80 | - public function setStatus() { |
|
81 | - $controller = new JsonController(); |
|
80 | + public function setStatus() { |
|
81 | + $controller = new JsonController(); |
|
82 | 82 | |
83 | - $task_name = Filter::get('task'); |
|
84 | - $task = $this->provider->getTask($task_name, false); |
|
83 | + $task_name = Filter::get('task'); |
|
84 | + $task = $this->provider->getTask($task_name, false); |
|
85 | 85 | |
86 | - $controller->restrictAccess( |
|
87 | - true // Filter::checkCsrf() -- Cannot use CSRF on a GET request (modules can only work with GET requests) |
|
88 | - && Auth::isAdmin() |
|
89 | - && $task |
|
90 | - ); |
|
86 | + $controller->restrictAccess( |
|
87 | + true // Filter::checkCsrf() -- Cannot use CSRF on a GET request (modules can only work with GET requests) |
|
88 | + && Auth::isAdmin() |
|
89 | + && $task |
|
90 | + ); |
|
91 | 91 | |
92 | - $status = Filter::getBool('status'); |
|
93 | - $res = array('task' => $task->getName() , 'error' => null); |
|
94 | - try{ |
|
95 | - $this->provider->setTaskStatus($task, $status); |
|
96 | - $res['status'] = $status; |
|
92 | + $status = Filter::getBool('status'); |
|
93 | + $res = array('task' => $task->getName() , 'error' => null); |
|
94 | + try{ |
|
95 | + $this->provider->setTaskStatus($task, $status); |
|
96 | + $res['status'] = $status; |
|
97 | 97 | Log::addConfigurationLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" has been '. ($status ? 'enabled' : 'disabled') .'.'); |
98 | - } |
|
99 | - catch (\Exception $ex) { |
|
100 | - $res['error'] = $ex->getMessage(); |
|
98 | + } |
|
99 | + catch (\Exception $ex) { |
|
100 | + $res['error'] = $ex->getMessage(); |
|
101 | 101 | Log::addErrorLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" could not be ' . ($status ? 'enabled' : 'disabled') .'. Error: '. $ex->getMessage()); |
102 | - } |
|
102 | + } |
|
103 | 103 | |
104 | - $controller->pageHeader(); |
|
105 | - if($res['error']) http_response_code(500); |
|
104 | + $controller->pageHeader(); |
|
105 | + if($res['error']) http_response_code(500); |
|
106 | 106 | |
107 | - $controller->encode($res); |
|
108 | - } |
|
107 | + $controller->encode($res); |
|
108 | + } |
|
109 | 109 | |
110 | 110 | /** |
111 | 111 | * Task@edit |
112 | 112 | */ |
113 | 113 | public function edit() { |
114 | - $tree = Globals::getTree(); |
|
115 | - $task_name = Filter::get('task'); |
|
116 | - $task = $this->provider->getTask($task_name, false); |
|
114 | + $tree = Globals::getTree(); |
|
115 | + $task_name = Filter::get('task'); |
|
116 | + $task = $this->provider->getTask($task_name, false); |
|
117 | 117 | |
118 | - Theme::theme(new AdministrationTheme)->init($tree); |
|
119 | - $controller = new PageController(); |
|
120 | - $controller |
|
121 | - ->restrictAccess(Auth::isAdmin() && $task) |
|
118 | + Theme::theme(new AdministrationTheme)->init($tree); |
|
119 | + $controller = new PageController(); |
|
120 | + $controller |
|
121 | + ->restrictAccess(Auth::isAdmin() && $task) |
|
122 | 122 | ->setPageTitle(I18N::translate('Edit the administrative task')) |
123 | - ->addInlineJavascript(' |
|
123 | + ->addInlineJavascript(' |
|
124 | 124 | function toggleRemainingOccurrences() { |
125 | 125 | if($("input:radio[name=\'is_limited\']:checked").val() == 1) { |
126 | 126 | $("#nb_occurences").show(); |
@@ -133,39 +133,39 @@ discard block |
||
133 | 133 | $("[name=\'is_limited\']").on("change", toggleRemainingOccurrences); |
134 | 134 | toggleRemainingOccurrences(); |
135 | 135 | ') |
136 | - ; |
|
136 | + ; |
|
137 | 137 | |
138 | 138 | |
139 | - $data = new ViewBag(); |
|
140 | - $data->set('title', $controller->getPageTitle()); |
|
139 | + $data = new ViewBag(); |
|
140 | + $data->set('title', $controller->getPageTitle()); |
|
141 | 141 | $data->set('admin_config_url', 'module.php?mod=' . $this->module->getName() . '&mod_action=AdminConfig&ged=' . $tree->getNameUrl()); |
142 | - $data->set('module_title', $this->module->getTitle()); |
|
142 | + $data->set('module_title', $this->module->getTitle()); |
|
143 | 143 | $data->set('save_url', 'module.php?mod=' . $this->module->getName() . '&mod_action=Task@save&ged=' . $tree->getNameUrl()); |
144 | 144 | $data->set('task', $task); |
145 | 145 | |
146 | - ViewFactory::make('TaskEdit', $this, $controller, $data)->render(); |
|
146 | + ViewFactory::make('TaskEdit', $this, $controller, $data)->render(); |
|
147 | 147 | } |
148 | 148 | |
149 | 149 | /** |
150 | 150 | * Task@save |
151 | 151 | */ |
152 | 152 | public function save() { |
153 | - $tmp_contrl = new PageController(); |
|
153 | + $tmp_contrl = new PageController(); |
|
154 | 154 | |
155 | - $tmp_contrl->restrictAccess( |
|
156 | - Auth::isAdmin() |
|
157 | - && Filter::checkCsrf() |
|
158 | - ); |
|
155 | + $tmp_contrl->restrictAccess( |
|
156 | + Auth::isAdmin() |
|
157 | + && Filter::checkCsrf() |
|
158 | + ); |
|
159 | 159 | |
160 | 160 | $task_name = Filter::post('task'); |
161 | - $frequency = Filter::postInteger('frequency'); |
|
162 | - $is_limited = Filter::postInteger('is_limited', 0, 1); |
|
163 | - $nb_occur = Filter::postInteger('nb_occur'); |
|
161 | + $frequency = Filter::postInteger('frequency'); |
|
162 | + $is_limited = Filter::postInteger('is_limited', 0, 1); |
|
163 | + $nb_occur = Filter::postInteger('nb_occur'); |
|
164 | 164 | |
165 | 165 | $task = $this->provider->getTask($task_name, false); |
166 | 166 | |
167 | - $success = false; |
|
168 | - if($task) { |
|
167 | + $success = false; |
|
168 | + if($task) { |
|
169 | 169 | $task->setFrequency($frequency); |
170 | 170 | if($is_limited == 1) { |
171 | 171 | $task->setRemainingOccurrences($nb_occur); |
@@ -197,13 +197,13 @@ discard block |
||
197 | 197 | Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'. $task->getName() .'” could not be updated. See error log.'); |
198 | 198 | } |
199 | 199 | |
200 | - } |
|
200 | + } |
|
201 | 201 | |
202 | - $redirection_url = 'module.php?mod=' . $this->module->getName() . '&mod_action=AdminConfig'; |
|
203 | - if(!$success) { |
|
202 | + $redirection_url = 'module.php?mod=' . $this->module->getName() . '&mod_action=AdminConfig'; |
|
203 | + if(!$success) { |
|
204 | 204 | $redirection_url = 'module.php?mod=' . $this->module->getName() . '&mod_action=Task@edit&task='. $task->getName(); |
205 | - } |
|
206 | - header('Location: ' . WT_BASE_URL . $redirection_url); |
|
205 | + } |
|
206 | + header('Location: ' . WT_BASE_URL . $redirection_url); |
|
207 | 207 | } |
208 | 208 | |
209 | 209 | } |
210 | 210 | \ No newline at end of file |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | |
70 | 70 | $tasks = $this->provider->getTasksToRun($token == $token_submitted, $task_name); |
71 | 71 | |
72 | - foreach($tasks as $task) { |
|
72 | + foreach ($tasks as $task) { |
|
73 | 73 | $task->execute(); |
74 | 74 | } |
75 | 75 | } |
@@ -90,19 +90,19 @@ discard block |
||
90 | 90 | ); |
91 | 91 | |
92 | 92 | $status = Filter::getBool('status'); |
93 | - $res = array('task' => $task->getName() , 'error' => null); |
|
94 | - try{ |
|
93 | + $res = array('task' => $task->getName(), 'error' => null); |
|
94 | + try { |
|
95 | 95 | $this->provider->setTaskStatus($task, $status); |
96 | 96 | $res['status'] = $status; |
97 | - Log::addConfigurationLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" has been '. ($status ? 'enabled' : 'disabled') .'.'); |
|
97 | + Log::addConfigurationLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" has been '.($status ? 'enabled' : 'disabled').'.'); |
|
98 | 98 | } |
99 | 99 | catch (\Exception $ex) { |
100 | 100 | $res['error'] = $ex->getMessage(); |
101 | - Log::addErrorLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" could not be ' . ($status ? 'enabled' : 'disabled') .'. Error: '. $ex->getMessage()); |
|
101 | + Log::addErrorLog('Module '.$this->module->getName().' : Admin Task "'.$task->getName().'" could not be '.($status ? 'enabled' : 'disabled').'. Error: '.$ex->getMessage()); |
|
102 | 102 | } |
103 | 103 | |
104 | 104 | $controller->pageHeader(); |
105 | - if($res['error']) http_response_code(500); |
|
105 | + if ($res['error']) http_response_code(500); |
|
106 | 106 | |
107 | 107 | $controller->encode($res); |
108 | 108 | } |
@@ -138,9 +138,9 @@ discard block |
||
138 | 138 | |
139 | 139 | $data = new ViewBag(); |
140 | 140 | $data->set('title', $controller->getPageTitle()); |
141 | - $data->set('admin_config_url', 'module.php?mod=' . $this->module->getName() . '&mod_action=AdminConfig&ged=' . $tree->getNameUrl()); |
|
141 | + $data->set('admin_config_url', 'module.php?mod='.$this->module->getName().'&mod_action=AdminConfig&ged='.$tree->getNameUrl()); |
|
142 | 142 | $data->set('module_title', $this->module->getTitle()); |
143 | - $data->set('save_url', 'module.php?mod=' . $this->module->getName() . '&mod_action=Task@save&ged=' . $tree->getNameUrl()); |
|
143 | + $data->set('save_url', 'module.php?mod='.$this->module->getName().'&mod_action=Task@save&ged='.$tree->getNameUrl()); |
|
144 | 144 | $data->set('task', $task); |
145 | 145 | |
146 | 146 | ViewFactory::make('TaskEdit', $this, $controller, $data)->render(); |
@@ -157,17 +157,17 @@ discard block |
||
157 | 157 | && Filter::checkCsrf() |
158 | 158 | ); |
159 | 159 | |
160 | - $task_name = Filter::post('task'); |
|
161 | - $frequency = Filter::postInteger('frequency'); |
|
162 | - $is_limited = Filter::postInteger('is_limited', 0, 1); |
|
163 | - $nb_occur = Filter::postInteger('nb_occur'); |
|
160 | + $task_name = Filter::post('task'); |
|
161 | + $frequency = Filter::postInteger('frequency'); |
|
162 | + $is_limited = Filter::postInteger('is_limited', 0, 1); |
|
163 | + $nb_occur = Filter::postInteger('nb_occur'); |
|
164 | 164 | |
165 | 165 | $task = $this->provider->getTask($task_name, false); |
166 | 166 | |
167 | 167 | $success = false; |
168 | - if($task) { |
|
168 | + if ($task) { |
|
169 | 169 | $task->setFrequency($frequency); |
170 | - if($is_limited == 1) { |
|
170 | + if ($is_limited == 1) { |
|
171 | 171 | $task->setRemainingOccurrences($nb_occur); |
172 | 172 | } |
173 | 173 | else { |
@@ -176,34 +176,34 @@ discard block |
||
176 | 176 | |
177 | 177 | $res = $task->save(); |
178 | 178 | |
179 | - if($res) { |
|
180 | - if($task instanceof MyArtJaub\Webtrees\Module\AdminTasks\Model\ConfigurableTaskInterface) { |
|
179 | + if ($res) { |
|
180 | + if ($task instanceof MyArtJaub\Webtrees\Module\AdminTasks\Model\ConfigurableTaskInterface) { |
|
181 | 181 | $res = $task->saveConfig(); |
182 | 182 | |
183 | - if(!$res) { |
|
183 | + if (!$res) { |
|
184 | 184 | FlashMessages::addMessage(I18N::translate('An error occured while updating the specific settings of administrative task “%s”', $task->getTitle()), 'danger'); |
185 | - Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'. $task->getName() .'” specific settings could not be updated. See error log.'); |
|
185 | + Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'.$task->getName().'” specific settings could not be updated. See error log.'); |
|
186 | 186 | } |
187 | 187 | } |
188 | 188 | |
189 | - if($res) { |
|
189 | + if ($res) { |
|
190 | 190 | FlashMessages::addMessage(I18N::translate('The administrative task “%s” has been successfully updated', $task->getTitle()), 'success'); |
191 | - Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'.$task->getName() .'” has been updated.'); |
|
191 | + Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'.$task->getName().'” has been updated.'); |
|
192 | 192 | $success = true; |
193 | 193 | } |
194 | 194 | } |
195 | 195 | else { |
196 | 196 | FlashMessages::addMessage(I18N::translate('An error occured while updating the administrative task “%s”', $task->getTitle()), 'danger'); |
197 | - Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'. $task->getName() .'” could not be updated. See error log.'); |
|
197 | + Log::addConfigurationLog('Module '.$this->module->getName().' : AdminTask “'.$task->getName().'” could not be updated. See error log.'); |
|
198 | 198 | } |
199 | 199 | |
200 | 200 | } |
201 | 201 | |
202 | - $redirection_url = 'module.php?mod=' . $this->module->getName() . '&mod_action=AdminConfig'; |
|
203 | - if(!$success) { |
|
204 | - $redirection_url = 'module.php?mod=' . $this->module->getName() . '&mod_action=Task@edit&task='. $task->getName(); |
|
202 | + $redirection_url = 'module.php?mod='.$this->module->getName().'&mod_action=AdminConfig'; |
|
203 | + if (!$success) { |
|
204 | + $redirection_url = 'module.php?mod='.$this->module->getName().'&mod_action=Task@edit&task='.$task->getName(); |
|
205 | 205 | } |
206 | - header('Location: ' . WT_BASE_URL . $redirection_url); |
|
206 | + header('Location: '.WT_BASE_URL.$redirection_url); |
|
207 | 207 | } |
208 | 208 | |
209 | 209 | } |
210 | 210 | \ No newline at end of file |
@@ -145,14 +145,15 @@ discard block |
||
145 | 145 | $this->provider->setGeoAnalysisStatus($ga, $status); |
146 | 146 | $res['status'] = $status; |
147 | 147 | Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been '. ($status ? 'enabled' : 'disabled') .'.'); |
148 | - } |
|
149 | - catch (\Exception $ex) { |
|
148 | + } catch (\Exception $ex) { |
|
150 | 149 | $res['error'] = $ex->getMessage(); |
151 | 150 | Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be ' . ($status ? 'enabled' : 'disabled') .'. Error: '. $ex->getMessage()); |
152 | 151 | } |
153 | 152 | |
154 | 153 | $controller->pageHeader(); |
155 | - if($res['error']) http_response_code(500); |
|
154 | + if($res['error']) { |
|
155 | + http_response_code(500); |
|
156 | + } |
|
156 | 157 | |
157 | 158 | $controller->encode($res); |
158 | 159 | } |
@@ -178,14 +179,15 @@ discard block |
||
178 | 179 | try{ |
179 | 180 | $this->provider->deleteGeoAnalysis($ga); |
180 | 181 | Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been deleted.'); |
181 | - } |
|
182 | - catch (\Exception $ex) { |
|
182 | + } catch (\Exception $ex) { |
|
183 | 183 | $res['error'] = $ex->getMessage(); |
184 | 184 | Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be deleted. Error: '. $ex->getMessage()); |
185 | 185 | } |
186 | 186 | |
187 | 187 | $controller->pageHeader(); |
188 | - if($res['error']) http_response_code(500); |
|
188 | + if($res['error']) { |
|
189 | + http_response_code(500); |
|
190 | + } |
|
189 | 191 | |
190 | 192 | $controller->encode($res); |
191 | 193 | } |
@@ -240,7 +242,9 @@ discard block |
||
240 | 242 | |
241 | 243 | $nb_found = $placesGeneralResults['knownsum']; |
242 | 244 | $nb_other = 0; |
243 | - if(isset($placesGeneralResults['other'])) $nb_other =$placesGeneralResults['other']; |
|
245 | + if(isset($placesGeneralResults['other'])) { |
|
246 | + $nb_other =$placesGeneralResults['other']; |
|
247 | + } |
|
244 | 248 | $nb_unknown = $placesGeneralResults['unknown']; |
245 | 249 | |
246 | 250 | $data->set('stats_gen_nb_found', $nb_found); |
@@ -260,11 +264,12 @@ discard block |
||
260 | 264 | if($level_map >= 0 && $level_map < count($levelvalues)) { |
261 | 265 | $levelref = $levelvalues[0] . '@' . $levelvalues[$level_map]; |
262 | 266 | if(!isset($results_by_subdivs[$levelref])) { $levelref = $levelvalues[0]; } |
263 | - } |
|
264 | - else { |
|
267 | + } else { |
|
265 | 268 | $levelref = $levelvalues[0]; |
266 | 269 | } |
267 | - if(isset($places_mappings[$levelref])) $levelref = $places_mappings[$levelref]; |
|
270 | + if(isset($places_mappings[$levelref])) { |
|
271 | + $levelref = $places_mappings[$levelref]; |
|
272 | + } |
|
268 | 273 | if(isset($results_by_subdivs[$levelref])) { |
269 | 274 | $count_subd = isset($results_by_subdivs[$levelref]['count']) ? $results_by_subdivs[$levelref]['count'] : 0; |
270 | 275 | $count_subd += $count; |
@@ -281,8 +286,7 @@ discard block |
||
281 | 286 | $data->set('results_by_subdivisions', $results_by_subdivs); |
282 | 287 | |
283 | 288 | $html = ViewFactory::make('GeoAnalysisTabGeneralMap', $this, new BaseController(), $data)->getHtmlPartial(); |
284 | - } |
|
285 | - else { |
|
289 | + } else { |
|
286 | 290 | $results = $placesGeneralResults['places']; |
287 | 291 | arsort($results); |
288 | 292 | $data->set('results', $results); |
@@ -290,8 +294,7 @@ discard block |
||
290 | 294 | |
291 | 295 | $html = ViewFactory::make('GeoAnalysisTabGeneralTable', $this, new BaseController(), $data)->getHtmlPartial(); |
292 | 296 | } |
293 | - } |
|
294 | - else { |
|
297 | + } else { |
|
295 | 298 | $html = '<p class="warning">' . I18N::translate('No data is available for the general analysis.') . '</p>'; |
296 | 299 | } |
297 | 300 | return $html; |
@@ -325,9 +328,15 @@ discard block |
||
325 | 328 | $sum = 0; |
326 | 329 | $other = 0; |
327 | 330 | $unknown = 0; |
328 | - if(isset($genData['sum'])) $sum = $genData['sum']; |
|
329 | - if(isset($genData['other'])) $other = $genData['other']; |
|
330 | - if(isset($genData['unknown'])) $unknown = $genData['unknown']; |
|
331 | + if(isset($genData['sum'])) { |
|
332 | + $sum = $genData['sum']; |
|
333 | + } |
|
334 | + if(isset($genData['other'])) { |
|
335 | + $other = $genData['other']; |
|
336 | + } |
|
337 | + if(isset($genData['unknown'])) { |
|
338 | + $unknown = $genData['unknown']; |
|
339 | + } |
|
331 | 340 | |
332 | 341 | if($sum > 0) { |
333 | 342 | $results_by_gen[$gen]['sum'] = $sum; |
@@ -345,8 +354,7 @@ discard block |
||
345 | 354 | $results_by_gen[$gen]['places'][$placename]['flag'] = $flag; |
346 | 355 | } |
347 | 356 | } |
348 | - } |
|
349 | - else { |
|
357 | + } else { |
|
350 | 358 | $tmp = $genData['places']; |
351 | 359 | if($other > 0) { |
352 | 360 | $tmp = array_slice($tmp, 0, 5, true); |
@@ -362,8 +370,7 @@ discard block |
||
362 | 370 | |
363 | 371 | $html = ViewFactory::make('GeoAnalysisTabGenerations', $this, new BaseController(), $data)->getHtmlPartial(); |
364 | 372 | |
365 | - } |
|
366 | - else { |
|
373 | + } else { |
|
367 | 374 | $html = '<p class="warning">' . I18N::translate('No data is available for the generations analysis.') . '</p>'; |
368 | 375 | } |
369 | 376 | return $html; |
@@ -36,47 +36,47 @@ discard block |
||
36 | 36 | */ |
37 | 37 | class GeoAnalysisController extends MvcController |
38 | 38 | { |
39 | - /** |
|
40 | - * GeoAnalysis Provider |
|
41 | - * @var GeoAnalysisProvider $provider |
|
42 | - */ |
|
43 | - protected $provider; |
|
39 | + /** |
|
40 | + * GeoAnalysis Provider |
|
41 | + * @var GeoAnalysisProvider $provider |
|
42 | + */ |
|
43 | + protected $provider; |
|
44 | 44 | |
45 | - /** |
|
46 | - * Constructor for GeoAnalysis controller |
|
47 | - * @param AbstractModule $module |
|
48 | - */ |
|
49 | - public function __construct(AbstractModule $module) { |
|
50 | - parent::__construct($module); |
|
45 | + /** |
|
46 | + * Constructor for GeoAnalysis controller |
|
47 | + * @param AbstractModule $module |
|
48 | + */ |
|
49 | + public function __construct(AbstractModule $module) { |
|
50 | + parent::__construct($module); |
|
51 | 51 | |
52 | - $this->provider = $this->module->getProvider(); |
|
53 | - } |
|
52 | + $this->provider = $this->module->getProvider(); |
|
53 | + } |
|
54 | 54 | |
55 | - /** |
|
56 | - * Pages |
|
57 | - */ |
|
55 | + /** |
|
56 | + * Pages |
|
57 | + */ |
|
58 | 58 | |
59 | - /** |
|
60 | - * GeoAnalysis@index |
|
61 | - */ |
|
62 | - public function index() { |
|
59 | + /** |
|
60 | + * GeoAnalysis@index |
|
61 | + */ |
|
62 | + public function index() { |
|
63 | 63 | |
64 | - $controller = new PageController(); |
|
65 | - $controller->setPageTitle(I18N::translate('Sosa Geographical dispersion')); |
|
64 | + $controller = new PageController(); |
|
65 | + $controller->setPageTitle(I18N::translate('Sosa Geographical dispersion')); |
|
66 | 66 | |
67 | - $data = new ViewBag(); |
|
68 | - $data->set('title', $controller->getPageTitle()); |
|
69 | - $data->set('has_analysis', false); |
|
67 | + $data = new ViewBag(); |
|
68 | + $data->set('title', $controller->getPageTitle()); |
|
69 | + $data->set('has_analysis', false); |
|
70 | 70 | |
71 | - $ga_id = Filter::getInteger('ga_id'); |
|
71 | + $ga_id = Filter::getInteger('ga_id'); |
|
72 | 72 | |
73 | - if($ga_id && $ga = $this->provider->getGeoAnalysis($ga_id)) { |
|
74 | - $data->set('has_analysis', true); |
|
75 | - $data->set('geoanalysis', $ga); |
|
73 | + if($ga_id && $ga = $this->provider->getGeoAnalysis($ga_id)) { |
|
74 | + $data->set('has_analysis', true); |
|
75 | + $data->set('geoanalysis', $ga); |
|
76 | 76 | |
77 | - $controller |
|
78 | - ->addExternalJavascript(Constants::WT_RAPHAEL_JS_URL()) |
|
79 | - ->addInlineJavascript(' |
|
77 | + $controller |
|
78 | + ->addExternalJavascript(Constants::WT_RAPHAEL_JS_URL()) |
|
79 | + ->addInlineJavascript(' |
|
80 | 80 | jQuery("#geodispersion-tabs").tabs(); |
81 | 81 | jQuery("#geodispersion-tabs").css("visibility", "visible"); |
82 | 82 | |
@@ -97,128 +97,128 @@ discard block |
||
97 | 97 | "json" |
98 | 98 | ); |
99 | 99 | '); |
100 | - } |
|
100 | + } |
|
101 | 101 | |
102 | - ViewFactory::make('GeoAnalysis', $this, $controller, $data)->render(); |
|
103 | - } |
|
102 | + ViewFactory::make('GeoAnalysis', $this, $controller, $data)->render(); |
|
103 | + } |
|
104 | 104 | |
105 | - /** |
|
106 | - * GeoAnalysis@listAll |
|
107 | - */ |
|
108 | - public function listAll() { |
|
105 | + /** |
|
106 | + * GeoAnalysis@listAll |
|
107 | + */ |
|
108 | + public function listAll() { |
|
109 | 109 | |
110 | - $controller = new PageController(); |
|
111 | - $controller->setPageTitle(I18N::translate('Sosa Geographical dispersion')); |
|
110 | + $controller = new PageController(); |
|
111 | + $controller->setPageTitle(I18N::translate('Sosa Geographical dispersion')); |
|
112 | 112 | |
113 | - $data = new ViewBag(); |
|
114 | - $data->set('title', $controller->getPageTitle()); |
|
115 | - $data->set('has_list', false); |
|
113 | + $data = new ViewBag(); |
|
114 | + $data->set('title', $controller->getPageTitle()); |
|
115 | + $data->set('has_list', false); |
|
116 | 116 | |
117 | - $ga_list = $this->provider->getGeoAnalysisList(); |
|
118 | - if(count($ga_list) > 0 ) { |
|
119 | - $data->set('has_list', true); |
|
120 | - $data->set('geoanalysislist', $ga_list); |
|
121 | - } |
|
117 | + $ga_list = $this->provider->getGeoAnalysisList(); |
|
118 | + if(count($ga_list) > 0 ) { |
|
119 | + $data->set('has_list', true); |
|
120 | + $data->set('geoanalysislist', $ga_list); |
|
121 | + } |
|
122 | 122 | |
123 | - ViewFactory::make('GeoAnalysisList', $this, $controller, $data)->render(); |
|
124 | - } |
|
123 | + ViewFactory::make('GeoAnalysisList', $this, $controller, $data)->render(); |
|
124 | + } |
|
125 | 125 | |
126 | 126 | /** |
127 | 127 | * GeoAnalysis@setStatus |
128 | 128 | */ |
129 | - public function setStatus() { |
|
130 | - $controller = new JsonController(); |
|
129 | + public function setStatus() { |
|
130 | + $controller = new JsonController(); |
|
131 | 131 | |
132 | - $ga_id = Filter::getInteger('ga_id'); |
|
133 | - $ga = $this->provider->getGeoAnalysis($ga_id, false); |
|
132 | + $ga_id = Filter::getInteger('ga_id'); |
|
133 | + $ga = $this->provider->getGeoAnalysis($ga_id, false); |
|
134 | 134 | |
135 | - $controller->restrictAccess( |
|
136 | - true // Filter::checkCsrf() -- Cannot use CSRF on a GET request (modules can only work with GET requests) |
|
137 | - && Auth::isManager(Globals::getTree()) |
|
138 | - && $ga !== null |
|
139 | - ); |
|
135 | + $controller->restrictAccess( |
|
136 | + true // Filter::checkCsrf() -- Cannot use CSRF on a GET request (modules can only work with GET requests) |
|
137 | + && Auth::isManager(Globals::getTree()) |
|
138 | + && $ga !== null |
|
139 | + ); |
|
140 | 140 | |
141 | - $status = Filter::getBool('status'); |
|
142 | - $res = array('geoanalysis' => $ga->getId() , 'error' => null); |
|
143 | - try{ |
|
144 | - $this->provider->setGeoAnalysisStatus($ga, $status); |
|
145 | - $res['status'] = $status; |
|
141 | + $status = Filter::getBool('status'); |
|
142 | + $res = array('geoanalysis' => $ga->getId() , 'error' => null); |
|
143 | + try{ |
|
144 | + $this->provider->setGeoAnalysisStatus($ga, $status); |
|
145 | + $res['status'] = $status; |
|
146 | 146 | Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been '. ($status ? 'enabled' : 'disabled') .'.'); |
147 | - } |
|
148 | - catch (\Exception $ex) { |
|
149 | - $res['error'] = $ex->getMessage(); |
|
147 | + } |
|
148 | + catch (\Exception $ex) { |
|
149 | + $res['error'] = $ex->getMessage(); |
|
150 | 150 | Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be ' . ($status ? 'enabled' : 'disabled') .'. Error: '. $ex->getMessage()); |
151 | - } |
|
151 | + } |
|
152 | 152 | |
153 | - $controller->pageHeader(); |
|
154 | - if($res['error']) http_response_code(500); |
|
153 | + $controller->pageHeader(); |
|
154 | + if($res['error']) http_response_code(500); |
|
155 | 155 | |
156 | - $controller->encode($res); |
|
157 | - } |
|
156 | + $controller->encode($res); |
|
157 | + } |
|
158 | 158 | |
159 | 159 | /** |
160 | - * GeoAnalysis@delete |
|
161 | - */ |
|
162 | - public function delete() { |
|
163 | - $controller = new JsonController(); |
|
160 | + * GeoAnalysis@delete |
|
161 | + */ |
|
162 | + public function delete() { |
|
163 | + $controller = new JsonController(); |
|
164 | 164 | |
165 | - $ga_id = Filter::getInteger('ga_id'); |
|
166 | - $ga = $this->provider->getGeoAnalysis($ga_id, false); |
|
165 | + $ga_id = Filter::getInteger('ga_id'); |
|
166 | + $ga = $this->provider->getGeoAnalysis($ga_id, false); |
|
167 | 167 | |
168 | - $controller->restrictAccess( |
|
169 | - true // Filter::checkCsrf() -- Cannot use CSRF on a GET request (modules can only work with GET requests) |
|
170 | - && Auth::isManager(Globals::getTree()) |
|
171 | - && $ga |
|
172 | - ); |
|
168 | + $controller->restrictAccess( |
|
169 | + true // Filter::checkCsrf() -- Cannot use CSRF on a GET request (modules can only work with GET requests) |
|
170 | + && Auth::isManager(Globals::getTree()) |
|
171 | + && $ga |
|
172 | + ); |
|
173 | 173 | |
174 | - $res = array('geoanalysis' => $ga->getId() , 'error' => null); |
|
175 | - try{ |
|
176 | - $this->provider->deleteGeoAnalysis($ga); |
|
174 | + $res = array('geoanalysis' => $ga->getId() , 'error' => null); |
|
175 | + try{ |
|
176 | + $this->provider->deleteGeoAnalysis($ga); |
|
177 | 177 | Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been deleted.'); |
178 | - } |
|
179 | - catch (\Exception $ex) { |
|
180 | - $res['error'] = $ex->getMessage(); |
|
178 | + } |
|
179 | + catch (\Exception $ex) { |
|
180 | + $res['error'] = $ex->getMessage(); |
|
181 | 181 | Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be deleted. Error: '. $ex->getMessage()); |
182 | - } |
|
182 | + } |
|
183 | 183 | |
184 | - $controller->pageHeader(); |
|
185 | - if($res['error']) http_response_code(500); |
|
184 | + $controller->pageHeader(); |
|
185 | + if($res['error']) http_response_code(500); |
|
186 | 186 | |
187 | - $controller->encode($res); |
|
188 | - } |
|
187 | + $controller->encode($res); |
|
188 | + } |
|
189 | 189 | |
190 | - /** |
|
191 | - * GeoAnalysis@dataTabs |
|
192 | - */ |
|
193 | - public function dataTabs() { |
|
194 | - $wt_tree = Globals::getTree(); |
|
195 | - $controller = new JsonController(); |
|
190 | + /** |
|
191 | + * GeoAnalysis@dataTabs |
|
192 | + */ |
|
193 | + public function dataTabs() { |
|
194 | + $wt_tree = Globals::getTree(); |
|
195 | + $controller = new JsonController(); |
|
196 | 196 | |
197 | - $ga_id = Filter::getInteger('ga_id'); |
|
198 | - $ga = $this->provider->getGeoAnalysis($ga_id); |
|
199 | - $sosa_provider = new SosaProvider($wt_tree, Auth::user()); |
|
197 | + $ga_id = Filter::getInteger('ga_id'); |
|
198 | + $ga = $this->provider->getGeoAnalysis($ga_id); |
|
199 | + $sosa_provider = new SosaProvider($wt_tree, Auth::user()); |
|
200 | 200 | |
201 | - $controller |
|
202 | - ->restrictAccess($ga && $sosa_provider->isSetup()) |
|
203 | - ->pageHeader(); |
|
201 | + $controller |
|
202 | + ->restrictAccess($ga && $sosa_provider->isSetup()) |
|
203 | + ->pageHeader(); |
|
204 | 204 | |
205 | - $jsonArray = array(); |
|
205 | + $jsonArray = array(); |
|
206 | 206 | |
207 | - list($placesDispGeneral, $placesDispGenerations) = $ga->getAnalysisResults($sosa_provider->getAllSosaWithGenerations()); |
|
207 | + list($placesDispGeneral, $placesDispGenerations) = $ga->getAnalysisResults($sosa_provider->getAllSosaWithGenerations()); |
|
208 | 208 | |
209 | - $flags = array(); |
|
210 | - if($placesDispGeneral && $ga->getOptions() && $ga->getOptions()->isUsingFlags()) { |
|
211 | - $mapProvider = new GoogleMapsProvider(); |
|
212 | - foreach($placesDispGeneral['places'] as $place => $count) { |
|
213 | - $flags[$place] = $mapProvider->getPlaceIcon(new Place($place, $wt_tree)); |
|
214 | - } |
|
215 | - } |
|
209 | + $flags = array(); |
|
210 | + if($placesDispGeneral && $ga->getOptions() && $ga->getOptions()->isUsingFlags()) { |
|
211 | + $mapProvider = new GoogleMapsProvider(); |
|
212 | + foreach($placesDispGeneral['places'] as $place => $count) { |
|
213 | + $flags[$place] = $mapProvider->getPlaceIcon(new Place($place, $wt_tree)); |
|
214 | + } |
|
215 | + } |
|
216 | 216 | |
217 | - $jsonArray['generaltab'] = $this->htmlPlacesAnalysisGeneralTab($ga, $placesDispGeneral, $flags); |
|
218 | - $jsonArray['generationstab'] = $this->htmlPlacesAnalysisGenerationsTab($ga, $placesDispGenerations, $flags); |
|
217 | + $jsonArray['generaltab'] = $this->htmlPlacesAnalysisGeneralTab($ga, $placesDispGeneral, $flags); |
|
218 | + $jsonArray['generationstab'] = $this->htmlPlacesAnalysisGenerationsTab($ga, $placesDispGenerations, $flags); |
|
219 | 219 | |
220 | - $controller->encode($jsonArray); |
|
221 | - } |
|
220 | + $controller->encode($jsonArray); |
|
221 | + } |
|
222 | 222 | |
223 | 223 | /** |
224 | 224 | * Returns HTML code for the GeoAnalysis general tab (can be either a map or a table). |
@@ -228,68 +228,68 @@ discard block |
||
228 | 228 | * @param (null|array) $flags Array of flags |
229 | 229 | * @return string HTML code for the general tab |
230 | 230 | */ |
231 | - protected function htmlPlacesAnalysisGeneralTab(GeoAnalysis $ga, $placesGeneralResults, $flags= null) { |
|
232 | - if(!empty($placesGeneralResults)){ |
|
233 | - $data = new ViewBag(); |
|
231 | + protected function htmlPlacesAnalysisGeneralTab(GeoAnalysis $ga, $placesGeneralResults, $flags= null) { |
|
232 | + if(!empty($placesGeneralResults)){ |
|
233 | + $data = new ViewBag(); |
|
234 | 234 | |
235 | - $nb_found = $placesGeneralResults['knownsum']; |
|
236 | - $nb_other = 0; |
|
237 | - if(isset($placesGeneralResults['other'])) $nb_other =$placesGeneralResults['other']; |
|
238 | - $nb_unknown = $placesGeneralResults['unknown']; |
|
235 | + $nb_found = $placesGeneralResults['knownsum']; |
|
236 | + $nb_other = 0; |
|
237 | + if(isset($placesGeneralResults['other'])) $nb_other =$placesGeneralResults['other']; |
|
238 | + $nb_unknown = $placesGeneralResults['unknown']; |
|
239 | 239 | |
240 | - $data->set('stats_gen_nb_found', $nb_found); |
|
241 | - $data->set('stats_gen_nb_other', $nb_other); |
|
242 | - $data->set('stats_gen_nb_unknown', $nb_unknown); |
|
240 | + $data->set('stats_gen_nb_found', $nb_found); |
|
241 | + $data->set('stats_gen_nb_other', $nb_other); |
|
242 | + $data->set('stats_gen_nb_unknown', $nb_unknown); |
|
243 | 243 | |
244 | - $data->set('use_flags', $ga->getOptions() && $ga->getOptions()->isUsingFlags()); |
|
244 | + $data->set('use_flags', $ga->getOptions() && $ga->getOptions()->isUsingFlags()); |
|
245 | 245 | |
246 | - if($ga->hasMap()) { |
|
247 | - $max = $placesGeneralResults['max']; |
|
248 | - $map = $ga->getOptions()->getMap(); |
|
249 | - $results_by_subdivs = $map->getSubdivisions(); |
|
250 | - $places_mappings = $map->getPlacesMappings(); |
|
251 | - foreach ($placesGeneralResults['places'] as $location => $count) { |
|
252 | - $levelvalues = array_reverse(array_map('trim',explode(',', $location))); |
|
253 | - $level_map = $ga->getAnalysisLevel() - $ga->getOptions()->getMapLevel(); |
|
254 | - if($level_map >= 0 && $level_map < count($levelvalues)) { |
|
255 | - $levelref = $levelvalues[0] . '@' . $levelvalues[$level_map]; |
|
256 | - if(!isset($results_by_subdivs[$levelref])) { $levelref = $levelvalues[0]; } |
|
257 | - } |
|
258 | - else { |
|
259 | - $levelref = $levelvalues[0]; |
|
260 | - } |
|
261 | - if(isset($places_mappings[$levelref])) $levelref = $places_mappings[$levelref]; |
|
262 | - if(isset($results_by_subdivs[$levelref])) { |
|
263 | - $count_subd = isset($results_by_subdivs[$levelref]['count']) ? $results_by_subdivs[$levelref]['count'] : 0; |
|
264 | - $count_subd += $count; |
|
265 | - $results_by_subdivs[$levelref]['count'] = $count_subd; |
|
266 | - $results_by_subdivs[$levelref]['transparency'] = Functions::safeDivision($count_subd, $max); |
|
267 | - if($ga->getOptions()->isUsingFlags() && $flags) { |
|
268 | - $results_by_subdivs[$levelref]['place'] = new Place($location, Globals::getTree()); |
|
269 | - $results_by_subdivs[$levelref]['flag'] = $flags[$location]; |
|
270 | - } |
|
271 | - } |
|
272 | - } |
|
246 | + if($ga->hasMap()) { |
|
247 | + $max = $placesGeneralResults['max']; |
|
248 | + $map = $ga->getOptions()->getMap(); |
|
249 | + $results_by_subdivs = $map->getSubdivisions(); |
|
250 | + $places_mappings = $map->getPlacesMappings(); |
|
251 | + foreach ($placesGeneralResults['places'] as $location => $count) { |
|
252 | + $levelvalues = array_reverse(array_map('trim',explode(',', $location))); |
|
253 | + $level_map = $ga->getAnalysisLevel() - $ga->getOptions()->getMapLevel(); |
|
254 | + if($level_map >= 0 && $level_map < count($levelvalues)) { |
|
255 | + $levelref = $levelvalues[0] . '@' . $levelvalues[$level_map]; |
|
256 | + if(!isset($results_by_subdivs[$levelref])) { $levelref = $levelvalues[0]; } |
|
257 | + } |
|
258 | + else { |
|
259 | + $levelref = $levelvalues[0]; |
|
260 | + } |
|
261 | + if(isset($places_mappings[$levelref])) $levelref = $places_mappings[$levelref]; |
|
262 | + if(isset($results_by_subdivs[$levelref])) { |
|
263 | + $count_subd = isset($results_by_subdivs[$levelref]['count']) ? $results_by_subdivs[$levelref]['count'] : 0; |
|
264 | + $count_subd += $count; |
|
265 | + $results_by_subdivs[$levelref]['count'] = $count_subd; |
|
266 | + $results_by_subdivs[$levelref]['transparency'] = Functions::safeDivision($count_subd, $max); |
|
267 | + if($ga->getOptions()->isUsingFlags() && $flags) { |
|
268 | + $results_by_subdivs[$levelref]['place'] = new Place($location, Globals::getTree()); |
|
269 | + $results_by_subdivs[$levelref]['flag'] = $flags[$location]; |
|
270 | + } |
|
271 | + } |
|
272 | + } |
|
273 | 273 | |
274 | - $data->set('map', $ga->getOptions()->getMap()); |
|
275 | - $data->set('results_by_subdivisions', $results_by_subdivs); |
|
274 | + $data->set('map', $ga->getOptions()->getMap()); |
|
275 | + $data->set('results_by_subdivisions', $results_by_subdivs); |
|
276 | 276 | |
277 | - $html = ViewFactory::make('GeoAnalysisTabGeneralMap', $this, new BaseController(), $data)->getHtmlPartial(); |
|
278 | - } |
|
279 | - else { |
|
280 | - $results = $placesGeneralResults['places']; |
|
281 | - arsort($results); |
|
282 | - $data->set('results', $results); |
|
283 | - $data->set('analysis_level', $ga->getAnalysisLevel()); |
|
277 | + $html = ViewFactory::make('GeoAnalysisTabGeneralMap', $this, new BaseController(), $data)->getHtmlPartial(); |
|
278 | + } |
|
279 | + else { |
|
280 | + $results = $placesGeneralResults['places']; |
|
281 | + arsort($results); |
|
282 | + $data->set('results', $results); |
|
283 | + $data->set('analysis_level', $ga->getAnalysisLevel()); |
|
284 | 284 | |
285 | - $html = ViewFactory::make('GeoAnalysisTabGeneralTable', $this, new BaseController(), $data)->getHtmlPartial(); |
|
286 | - } |
|
287 | - } |
|
288 | - else { |
|
289 | - $html = '<p class="warning">' . I18N::translate('No data is available for the general analysis.') . '</p>'; |
|
290 | - } |
|
291 | - return $html; |
|
292 | - } |
|
285 | + $html = ViewFactory::make('GeoAnalysisTabGeneralTable', $this, new BaseController(), $data)->getHtmlPartial(); |
|
286 | + } |
|
287 | + } |
|
288 | + else { |
|
289 | + $html = '<p class="warning">' . I18N::translate('No data is available for the general analysis.') . '</p>'; |
|
290 | + } |
|
291 | + return $html; |
|
292 | + } |
|
293 | 293 | |
294 | 294 | /** |
295 | 295 | * Returns HTML code for the GeoAnalysis generations tab. |
@@ -299,66 +299,66 @@ discard block |
||
299 | 299 | * @param (null|array) $flags Array of flags |
300 | 300 | * @return string HTML code for the generations tab |
301 | 301 | */ |
302 | - protected function htmlPlacesAnalysisGenerationsTab(GeoAnalysis $ga, $placesGenerationsResults, $flags = null) { |
|
303 | - if(!empty($placesGenerationsResults) && $ga->getOptions()){ |
|
304 | - $data = new ViewBag(); |
|
302 | + protected function htmlPlacesAnalysisGenerationsTab(GeoAnalysis $ga, $placesGenerationsResults, $flags = null) { |
|
303 | + if(!empty($placesGenerationsResults) && $ga->getOptions()){ |
|
304 | + $data = new ViewBag(); |
|
305 | 305 | |
306 | - ksort($placesGenerationsResults); |
|
306 | + ksort($placesGenerationsResults); |
|
307 | 307 | |
308 | - $detailslevel = $ga->getOptions()->getMaxDetailsInGen(); |
|
309 | - $data->set('max_details_gen', $detailslevel); |
|
310 | - $data->set('use_flags', $ga->getOptions()->isUsingFlags()); |
|
311 | - $data->set('analysis_level', $ga->getAnalysisLevel()); |
|
312 | - $display_all_places = !is_null($detailslevel) && $detailslevel == 0; |
|
313 | - $data->set('display_all_places', $display_all_places); |
|
308 | + $detailslevel = $ga->getOptions()->getMaxDetailsInGen(); |
|
309 | + $data->set('max_details_gen', $detailslevel); |
|
310 | + $data->set('use_flags', $ga->getOptions()->isUsingFlags()); |
|
311 | + $data->set('analysis_level', $ga->getAnalysisLevel()); |
|
312 | + $display_all_places = !is_null($detailslevel) && $detailslevel == 0; |
|
313 | + $data->set('display_all_places', $display_all_places); |
|
314 | 314 | |
315 | - $results_by_gen = array(); |
|
316 | - foreach($placesGenerationsResults as $gen => $genData){ |
|
317 | - $sum = 0; |
|
318 | - $other = 0; |
|
319 | - $unknown = 0; |
|
320 | - if(isset($genData['sum'])) $sum = $genData['sum']; |
|
321 | - if(isset($genData['other'])) $other = $genData['other']; |
|
322 | - if(isset($genData['unknown'])) $unknown = $genData['unknown']; |
|
315 | + $results_by_gen = array(); |
|
316 | + foreach($placesGenerationsResults as $gen => $genData){ |
|
317 | + $sum = 0; |
|
318 | + $other = 0; |
|
319 | + $unknown = 0; |
|
320 | + if(isset($genData['sum'])) $sum = $genData['sum']; |
|
321 | + if(isset($genData['other'])) $other = $genData['other']; |
|
322 | + if(isset($genData['unknown'])) $unknown = $genData['unknown']; |
|
323 | 323 | |
324 | - if($sum > 0) { |
|
325 | - $results_by_gen[$gen]['sum'] = $sum; |
|
326 | - $results_by_gen[$gen]['other'] = $other; |
|
327 | - $results_by_gen[$gen]['unknown'] = $unknown; |
|
328 | - $results_by_gen[$gen]['places'] = array(); |
|
329 | - arsort($genData['places']); |
|
324 | + if($sum > 0) { |
|
325 | + $results_by_gen[$gen]['sum'] = $sum; |
|
326 | + $results_by_gen[$gen]['other'] = $other; |
|
327 | + $results_by_gen[$gen]['unknown'] = $unknown; |
|
328 | + $results_by_gen[$gen]['places'] = array(); |
|
329 | + arsort($genData['places']); |
|
330 | 330 | |
331 | - if($display_all_places){ |
|
332 | - foreach($genData['places'] as $placename=> $count){ |
|
333 | - $results_by_gen[$gen]['places'][$placename]['count'] = $count; |
|
331 | + if($display_all_places){ |
|
332 | + foreach($genData['places'] as $placename=> $count){ |
|
333 | + $results_by_gen[$gen]['places'][$placename]['count'] = $count; |
|
334 | 334 | |
335 | - if($ga->getOptions() && $ga->getOptions()->isUsingFlags() && ($flag = $flags[$placename]) != ''){ |
|
336 | - $results_by_gen[$gen]['places'][$placename]['place'] = new Place($placename, Globals::getTree()); |
|
337 | - $results_by_gen[$gen]['places'][$placename]['flag'] = $flag; |
|
338 | - } |
|
339 | - } |
|
340 | - } |
|
341 | - else { |
|
342 | - $tmp = $genData['places']; |
|
343 | - if($other > 0) { |
|
344 | - $tmp = array_slice($tmp, 0, 5, true); |
|
345 | - $tmp['other'] = $other; |
|
346 | - arsort($tmp); |
|
347 | - } |
|
348 | - $results_by_gen[$gen]['places'] = array_slice($tmp, 0, 5, true); |
|
349 | - } |
|
350 | - } |
|
351 | - } |
|
335 | + if($ga->getOptions() && $ga->getOptions()->isUsingFlags() && ($flag = $flags[$placename]) != ''){ |
|
336 | + $results_by_gen[$gen]['places'][$placename]['place'] = new Place($placename, Globals::getTree()); |
|
337 | + $results_by_gen[$gen]['places'][$placename]['flag'] = $flag; |
|
338 | + } |
|
339 | + } |
|
340 | + } |
|
341 | + else { |
|
342 | + $tmp = $genData['places']; |
|
343 | + if($other > 0) { |
|
344 | + $tmp = array_slice($tmp, 0, 5, true); |
|
345 | + $tmp['other'] = $other; |
|
346 | + arsort($tmp); |
|
347 | + } |
|
348 | + $results_by_gen[$gen]['places'] = array_slice($tmp, 0, 5, true); |
|
349 | + } |
|
350 | + } |
|
351 | + } |
|
352 | 352 | |
353 | - $data->set('results_by_generations', $results_by_gen); |
|
353 | + $data->set('results_by_generations', $results_by_gen); |
|
354 | 354 | |
355 | - $html = ViewFactory::make('GeoAnalysisTabGenerations', $this, new BaseController(), $data)->getHtmlPartial(); |
|
355 | + $html = ViewFactory::make('GeoAnalysisTabGenerations', $this, new BaseController(), $data)->getHtmlPartial(); |
|
356 | 356 | |
357 | - } |
|
358 | - else { |
|
359 | - $html = '<p class="warning">' . I18N::translate('No data is available for the generations analysis.') . '</p>'; |
|
360 | - } |
|
361 | - return $html; |
|
362 | - } |
|
357 | + } |
|
358 | + else { |
|
359 | + $html = '<p class="warning">' . I18N::translate('No data is available for the generations analysis.') . '</p>'; |
|
360 | + } |
|
361 | + return $html; |
|
362 | + } |
|
363 | 363 | |
364 | 364 | } |
365 | 365 | \ No newline at end of file |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | |
71 | 71 | $ga_id = Filter::getInteger('ga_id'); |
72 | 72 | |
73 | - if($ga_id && $ga = $this->provider->getGeoAnalysis($ga_id)) { |
|
73 | + if ($ga_id && $ga = $this->provider->getGeoAnalysis($ga_id)) { |
|
74 | 74 | $data->set('has_analysis', true); |
75 | 75 | $data->set('geoanalysis', $ga); |
76 | 76 | |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | jQuery.get( |
84 | 84 | "module.php", |
85 | 85 | { |
86 | - "mod" : "'. $this->module->getName() .'", |
|
86 | + "mod" : "'. $this->module->getName().'", |
|
87 | 87 | "mod_action": "GeoAnalysis@dataTabs", |
88 | 88 | "ga_id" : "'.$ga_id.'" |
89 | 89 | }, |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | $data->set('has_list', false); |
116 | 116 | |
117 | 117 | $ga_list = $this->provider->getGeoAnalysisList(); |
118 | - if(count($ga_list) > 0 ) { |
|
118 | + if (count($ga_list) > 0) { |
|
119 | 119 | $data->set('has_list', true); |
120 | 120 | $data->set('geoanalysislist', $ga_list); |
121 | 121 | } |
@@ -139,19 +139,19 @@ discard block |
||
139 | 139 | ); |
140 | 140 | |
141 | 141 | $status = Filter::getBool('status'); |
142 | - $res = array('geoanalysis' => $ga->getId() , 'error' => null); |
|
143 | - try{ |
|
142 | + $res = array('geoanalysis' => $ga->getId(), 'error' => null); |
|
143 | + try { |
|
144 | 144 | $this->provider->setGeoAnalysisStatus($ga, $status); |
145 | 145 | $res['status'] = $status; |
146 | - Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been '. ($status ? 'enabled' : 'disabled') .'.'); |
|
146 | + Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been '.($status ? 'enabled' : 'disabled').'.'); |
|
147 | 147 | } |
148 | 148 | catch (\Exception $ex) { |
149 | 149 | $res['error'] = $ex->getMessage(); |
150 | - Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be ' . ($status ? 'enabled' : 'disabled') .'. Error: '. $ex->getMessage()); |
|
150 | + Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be '.($status ? 'enabled' : 'disabled').'. Error: '.$ex->getMessage()); |
|
151 | 151 | } |
152 | 152 | |
153 | 153 | $controller->pageHeader(); |
154 | - if($res['error']) http_response_code(500); |
|
154 | + if ($res['error']) http_response_code(500); |
|
155 | 155 | |
156 | 156 | $controller->encode($res); |
157 | 157 | } |
@@ -171,18 +171,18 @@ discard block |
||
171 | 171 | && $ga |
172 | 172 | ); |
173 | 173 | |
174 | - $res = array('geoanalysis' => $ga->getId() , 'error' => null); |
|
175 | - try{ |
|
174 | + $res = array('geoanalysis' => $ga->getId(), 'error' => null); |
|
175 | + try { |
|
176 | 176 | $this->provider->deleteGeoAnalysis($ga); |
177 | 177 | Log::addConfigurationLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" has been deleted.'); |
178 | 178 | } |
179 | 179 | catch (\Exception $ex) { |
180 | 180 | $res['error'] = $ex->getMessage(); |
181 | - Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be deleted. Error: '. $ex->getMessage()); |
|
181 | + Log::addErrorLog('Module '.$this->module->getName().' : Geo Analysis ID "'.$ga->getId().'" could not be deleted. Error: '.$ex->getMessage()); |
|
182 | 182 | } |
183 | 183 | |
184 | 184 | $controller->pageHeader(); |
185 | - if($res['error']) http_response_code(500); |
|
185 | + if ($res['error']) http_response_code(500); |
|
186 | 186 | |
187 | 187 | $controller->encode($res); |
188 | 188 | } |
@@ -207,9 +207,9 @@ discard block |
||
207 | 207 | list($placesDispGeneral, $placesDispGenerations) = $ga->getAnalysisResults($sosa_provider->getAllSosaWithGenerations()); |
208 | 208 | |
209 | 209 | $flags = array(); |
210 | - if($placesDispGeneral && $ga->getOptions() && $ga->getOptions()->isUsingFlags()) { |
|
210 | + if ($placesDispGeneral && $ga->getOptions() && $ga->getOptions()->isUsingFlags()) { |
|
211 | 211 | $mapProvider = new GoogleMapsProvider(); |
212 | - foreach($placesDispGeneral['places'] as $place => $count) { |
|
212 | + foreach ($placesDispGeneral['places'] as $place => $count) { |
|
213 | 213 | $flags[$place] = $mapProvider->getPlaceIcon(new Place($place, $wt_tree)); |
214 | 214 | } |
215 | 215 | } |
@@ -228,13 +228,13 @@ discard block |
||
228 | 228 | * @param (null|array) $flags Array of flags |
229 | 229 | * @return string HTML code for the general tab |
230 | 230 | */ |
231 | - protected function htmlPlacesAnalysisGeneralTab(GeoAnalysis $ga, $placesGeneralResults, $flags= null) { |
|
232 | - if(!empty($placesGeneralResults)){ |
|
231 | + protected function htmlPlacesAnalysisGeneralTab(GeoAnalysis $ga, $placesGeneralResults, $flags = null) { |
|
232 | + if (!empty($placesGeneralResults)) { |
|
233 | 233 | $data = new ViewBag(); |
234 | 234 | |
235 | 235 | $nb_found = $placesGeneralResults['knownsum']; |
236 | 236 | $nb_other = 0; |
237 | - if(isset($placesGeneralResults['other'])) $nb_other =$placesGeneralResults['other']; |
|
237 | + if (isset($placesGeneralResults['other'])) $nb_other = $placesGeneralResults['other']; |
|
238 | 238 | $nb_unknown = $placesGeneralResults['unknown']; |
239 | 239 | |
240 | 240 | $data->set('stats_gen_nb_found', $nb_found); |
@@ -243,28 +243,28 @@ discard block |
||
243 | 243 | |
244 | 244 | $data->set('use_flags', $ga->getOptions() && $ga->getOptions()->isUsingFlags()); |
245 | 245 | |
246 | - if($ga->hasMap()) { |
|
246 | + if ($ga->hasMap()) { |
|
247 | 247 | $max = $placesGeneralResults['max']; |
248 | 248 | $map = $ga->getOptions()->getMap(); |
249 | 249 | $results_by_subdivs = $map->getSubdivisions(); |
250 | 250 | $places_mappings = $map->getPlacesMappings(); |
251 | 251 | foreach ($placesGeneralResults['places'] as $location => $count) { |
252 | - $levelvalues = array_reverse(array_map('trim',explode(',', $location))); |
|
252 | + $levelvalues = array_reverse(array_map('trim', explode(',', $location))); |
|
253 | 253 | $level_map = $ga->getAnalysisLevel() - $ga->getOptions()->getMapLevel(); |
254 | - if($level_map >= 0 && $level_map < count($levelvalues)) { |
|
255 | - $levelref = $levelvalues[0] . '@' . $levelvalues[$level_map]; |
|
256 | - if(!isset($results_by_subdivs[$levelref])) { $levelref = $levelvalues[0]; } |
|
254 | + if ($level_map >= 0 && $level_map < count($levelvalues)) { |
|
255 | + $levelref = $levelvalues[0].'@'.$levelvalues[$level_map]; |
|
256 | + if (!isset($results_by_subdivs[$levelref])) { $levelref = $levelvalues[0]; } |
|
257 | 257 | } |
258 | 258 | else { |
259 | 259 | $levelref = $levelvalues[0]; |
260 | 260 | } |
261 | - if(isset($places_mappings[$levelref])) $levelref = $places_mappings[$levelref]; |
|
262 | - if(isset($results_by_subdivs[$levelref])) { |
|
261 | + if (isset($places_mappings[$levelref])) $levelref = $places_mappings[$levelref]; |
|
262 | + if (isset($results_by_subdivs[$levelref])) { |
|
263 | 263 | $count_subd = isset($results_by_subdivs[$levelref]['count']) ? $results_by_subdivs[$levelref]['count'] : 0; |
264 | - $count_subd += $count; |
|
264 | + $count_subd += $count; |
|
265 | 265 | $results_by_subdivs[$levelref]['count'] = $count_subd; |
266 | 266 | $results_by_subdivs[$levelref]['transparency'] = Functions::safeDivision($count_subd, $max); |
267 | - if($ga->getOptions()->isUsingFlags() && $flags) { |
|
267 | + if ($ga->getOptions()->isUsingFlags() && $flags) { |
|
268 | 268 | $results_by_subdivs[$levelref]['place'] = new Place($location, Globals::getTree()); |
269 | 269 | $results_by_subdivs[$levelref]['flag'] = $flags[$location]; |
270 | 270 | } |
@@ -286,7 +286,7 @@ discard block |
||
286 | 286 | } |
287 | 287 | } |
288 | 288 | else { |
289 | - $html = '<p class="warning">' . I18N::translate('No data is available for the general analysis.') . '</p>'; |
|
289 | + $html = '<p class="warning">'.I18N::translate('No data is available for the general analysis.').'</p>'; |
|
290 | 290 | } |
291 | 291 | return $html; |
292 | 292 | } |
@@ -300,7 +300,7 @@ discard block |
||
300 | 300 | * @return string HTML code for the generations tab |
301 | 301 | */ |
302 | 302 | protected function htmlPlacesAnalysisGenerationsTab(GeoAnalysis $ga, $placesGenerationsResults, $flags = null) { |
303 | - if(!empty($placesGenerationsResults) && $ga->getOptions()){ |
|
303 | + if (!empty($placesGenerationsResults) && $ga->getOptions()) { |
|
304 | 304 | $data = new ViewBag(); |
305 | 305 | |
306 | 306 | ksort($placesGenerationsResults); |
@@ -313,26 +313,26 @@ discard block |
||
313 | 313 | $data->set('display_all_places', $display_all_places); |
314 | 314 | |
315 | 315 | $results_by_gen = array(); |
316 | - foreach($placesGenerationsResults as $gen => $genData){ |
|
316 | + foreach ($placesGenerationsResults as $gen => $genData) { |
|
317 | 317 | $sum = 0; |
318 | 318 | $other = 0; |
319 | 319 | $unknown = 0; |
320 | - if(isset($genData['sum'])) $sum = $genData['sum']; |
|
321 | - if(isset($genData['other'])) $other = $genData['other']; |
|
322 | - if(isset($genData['unknown'])) $unknown = $genData['unknown']; |
|
320 | + if (isset($genData['sum'])) $sum = $genData['sum']; |
|
321 | + if (isset($genData['other'])) $other = $genData['other']; |
|
322 | + if (isset($genData['unknown'])) $unknown = $genData['unknown']; |
|
323 | 323 | |
324 | - if($sum > 0) { |
|
324 | + if ($sum > 0) { |
|
325 | 325 | $results_by_gen[$gen]['sum'] = $sum; |
326 | 326 | $results_by_gen[$gen]['other'] = $other; |
327 | 327 | $results_by_gen[$gen]['unknown'] = $unknown; |
328 | 328 | $results_by_gen[$gen]['places'] = array(); |
329 | 329 | arsort($genData['places']); |
330 | 330 | |
331 | - if($display_all_places){ |
|
332 | - foreach($genData['places'] as $placename=> $count){ |
|
331 | + if ($display_all_places) { |
|
332 | + foreach ($genData['places'] as $placename=> $count) { |
|
333 | 333 | $results_by_gen[$gen]['places'][$placename]['count'] = $count; |
334 | 334 | |
335 | - if($ga->getOptions() && $ga->getOptions()->isUsingFlags() && ($flag = $flags[$placename]) != ''){ |
|
335 | + if ($ga->getOptions() && $ga->getOptions()->isUsingFlags() && ($flag = $flags[$placename]) != '') { |
|
336 | 336 | $results_by_gen[$gen]['places'][$placename]['place'] = new Place($placename, Globals::getTree()); |
337 | 337 | $results_by_gen[$gen]['places'][$placename]['flag'] = $flag; |
338 | 338 | } |
@@ -340,7 +340,7 @@ discard block |
||
340 | 340 | } |
341 | 341 | else { |
342 | 342 | $tmp = $genData['places']; |
343 | - if($other > 0) { |
|
343 | + if ($other > 0) { |
|
344 | 344 | $tmp = array_slice($tmp, 0, 5, true); |
345 | 345 | $tmp['other'] = $other; |
346 | 346 | arsort($tmp); |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | |
357 | 357 | } |
358 | 358 | else { |
359 | - $html = '<p class="warning">' . I18N::translate('No data is available for the generations analysis.') . '</p>'; |
|
359 | + $html = '<p class="warning">'.I18N::translate('No data is available for the generations analysis.').'</p>'; |
|
360 | 360 | } |
361 | 361 | return $html; |
362 | 362 | } |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * webtrees-lib: MyArtJaub library for webtrees |
|
4 | - * |
|
5 | - * @package MyArtJaub\Webtrees |
|
6 | - * @subpackage Hook |
|
7 | - * @author Jonathan Jaubart <[email protected]> |
|
8 | - * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | - * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | - */ |
|
3 | + * webtrees-lib: MyArtJaub library for webtrees |
|
4 | + * |
|
5 | + * @package MyArtJaub\Webtrees |
|
6 | + * @subpackage Hook |
|
7 | + * @author Jonathan Jaubart <[email protected]> |
|
8 | + * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | + * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | + */ |
|
11 | 11 | namespace MyArtJaub\Webtrees\Hook\HookInterfaces; |
12 | 12 | |
13 | 13 | use Fisharebest\Webtrees\GedcomRecord; |
@@ -22,6 +22,7 @@ discard block |
||
22 | 22 | * |
23 | 23 | * @param GedcomRecord $grec Gedcom record |
24 | 24 | * @param string $size Prepend size |
25 | + * @return void |
|
25 | 26 | */ |
26 | 27 | public function hRecordNamePrepend(GedcomRecord $grec, $size); |
27 | 28 | |
@@ -30,6 +31,7 @@ discard block |
||
30 | 31 | * |
31 | 32 | * @param GedcomRecord $grec Gedcom record |
32 | 33 | * @param string $size Append size |
34 | + * @return string |
|
33 | 35 | */ |
34 | 36 | public function hRecordNameAppend(GedcomRecord $grec, $size); |
35 | 37 |
@@ -1,13 +1,13 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * webtrees-lib: MyArtJaub library for webtrees |
|
4 | - * |
|
5 | - * @package MyArtJaub\Webtrees |
|
6 | - * @subpackage Hook |
|
7 | - * @author Jonathan Jaubart <[email protected]> |
|
8 | - * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | - * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | - */ |
|
3 | + * webtrees-lib: MyArtJaub library for webtrees |
|
4 | + * |
|
5 | + * @package MyArtJaub\Webtrees |
|
6 | + * @subpackage Hook |
|
7 | + * @author Jonathan Jaubart <[email protected]> |
|
8 | + * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | + * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | + */ |
|
11 | 11 | namespace MyArtJaub\Webtrees\Hook\HookInterfaces; |
12 | 12 | |
13 | 13 | /** |
@@ -15,12 +15,12 @@ discard block |
||
15 | 15 | */ |
16 | 16 | interface PageHeaderExtenderInterface { |
17 | 17 | |
18 | - /** |
|
19 | - * Get HTML code for extending the header of a page. |
|
20 | - * |
|
21 | - * @return string HTML code extension |
|
22 | - */ |
|
23 | - public function hPrintHeader(); |
|
18 | + /** |
|
19 | + * Get HTML code for extending the header of a page. |
|
20 | + * |
|
21 | + * @return string HTML code extension |
|
22 | + */ |
|
23 | + public function hPrintHeader(); |
|
24 | 24 | |
25 | 25 | } |
26 | 26 |
@@ -1,13 +1,13 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * webtrees-lib: MyArtJaub library for webtrees |
|
4 | - * |
|
5 | - * @package MyArtJaub\Webtrees |
|
6 | - * @subpackage Hook |
|
7 | - * @author Jonathan Jaubart <[email protected]> |
|
8 | - * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | - * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | - */ |
|
3 | + * webtrees-lib: MyArtJaub library for webtrees |
|
4 | + * |
|
5 | + * @package MyArtJaub\Webtrees |
|
6 | + * @subpackage Hook |
|
7 | + * @author Jonathan Jaubart <[email protected]> |
|
8 | + * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | + * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | + */ |
|
11 | 11 | namespace MyArtJaub\Webtrees\Hook\HookInterfaces; |
12 | 12 | |
13 | 13 | /** |
@@ -15,12 +15,12 @@ discard block |
||
15 | 15 | */ |
16 | 16 | interface PageFooterExtenderInterface { |
17 | 17 | |
18 | - /** |
|
19 | - * Get HTML code for extending the footer of a page. |
|
20 | - * |
|
21 | - * @return string HTML code extension |
|
22 | - */ |
|
23 | - public function hPrintFooter(); |
|
18 | + /** |
|
19 | + * Get HTML code for extending the footer of a page. |
|
20 | + * |
|
21 | + * @return string HTML code extension |
|
22 | + */ |
|
23 | + public function hPrintFooter(); |
|
24 | 24 | |
25 | 25 | } |
26 | 26 |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * webtrees-lib: MyArtJaub library for webtrees |
|
4 | - * |
|
5 | - * @package MyArtJaub\Webtrees |
|
6 | - * @subpackage Hook |
|
7 | - * @author Jonathan Jaubart <[email protected]> |
|
8 | - * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | - * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | - */ |
|
3 | + * webtrees-lib: MyArtJaub library for webtrees |
|
4 | + * |
|
5 | + * @package MyArtJaub\Webtrees |
|
6 | + * @subpackage Hook |
|
7 | + * @author Jonathan Jaubart <[email protected]> |
|
8 | + * @copyright Copyright (c) 2011-2016, Jonathan Jaubart |
|
9 | + * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 |
|
10 | + */ |
|
11 | 11 | namespace MyArtJaub\Webtrees\Hook\HookInterfaces; |
12 | 12 | |
13 | 13 | use Fisharebest\Webtrees\Controller\IndividualController; |
@@ -34,26 +34,26 @@ |
||
34 | 34 | protected $fact; |
35 | 35 | |
36 | 36 | /** |
37 | - * Contructor for the decorator |
|
38 | - * |
|
39 | - * @param \Fisharebest\Webtrees\Fact $fact_in The Fact to extend |
|
40 | - */ |
|
37 | + * Contructor for the decorator |
|
38 | + * |
|
39 | + * @param \Fisharebest\Webtrees\Fact $fact_in The Fact to extend |
|
40 | + */ |
|
41 | 41 | public function __construct(\Fisharebest\Webtrees\Fact $fact_in){ |
42 | 42 | $this->fact = $fact_in; |
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
46 | - * Check if a fact has a date and is sourced |
|
47 | - * Values: |
|
48 | - * - 0, if no date is found for the fact |
|
49 | - * - -1, if the date is not precise |
|
50 | - * - -2, if the date is precise, but no source is found |
|
51 | - * - 1, if the date is precise, and a source is found |
|
52 | - * - 2, if the date is precise, a source exists, and is supported by a certificate (requires _ACT usage) |
|
53 | - * - 3, if the date is precise, a source exists, and the certificate supporting the fact is within an acceptable range of date |
|
54 | - * |
|
55 | - * @return int Level of sources |
|
56 | - */ |
|
46 | + * Check if a fact has a date and is sourced |
|
47 | + * Values: |
|
48 | + * - 0, if no date is found for the fact |
|
49 | + * - -1, if the date is not precise |
|
50 | + * - -2, if the date is precise, but no source is found |
|
51 | + * - 1, if the date is precise, and a source is found |
|
52 | + * - 2, if the date is precise, a source exists, and is supported by a certificate (requires _ACT usage) |
|
53 | + * - 3, if the date is precise, a source exists, and the certificate supporting the fact is within an acceptable range of date |
|
54 | + * |
|
55 | + * @return int Level of sources |
|
56 | + */ |
|
57 | 57 | public function isSourced(){ |
58 | 58 | $isSourced=0; |
59 | 59 | $date = $this->fact->getDate(); |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | * |
39 | 39 | * @param \Fisharebest\Webtrees\Fact $fact_in The Fact to extend |
40 | 40 | */ |
41 | - public function __construct(\Fisharebest\Webtrees\Fact $fact_in){ |
|
41 | + public function __construct(\Fisharebest\Webtrees\Fact $fact_in) { |
|
42 | 42 | $this->fact = $fact_in; |
43 | 43 | } |
44 | 44 | |
@@ -54,22 +54,22 @@ discard block |
||
54 | 54 | * |
55 | 55 | * @return int Level of sources |
56 | 56 | */ |
57 | - public function isSourced(){ |
|
58 | - $isSourced=0; |
|
57 | + public function isSourced() { |
|
58 | + $isSourced = 0; |
|
59 | 59 | $date = $this->fact->getDate(); |
60 | - if($date->isOK()) { |
|
61 | - $isSourced=-1; |
|
62 | - if($date->qual1=='' && $date->minimumJulianDay() == $date->maximumJulianDay()){ |
|
63 | - $isSourced=-2; |
|
60 | + if ($date->isOK()) { |
|
61 | + $isSourced = -1; |
|
62 | + if ($date->qual1 == '' && $date->minimumJulianDay() == $date->maximumJulianDay()) { |
|
63 | + $isSourced = -2; |
|
64 | 64 | $citations = $this->fact->getCitations(); |
65 | - foreach($citations as $citation){ |
|
66 | - $isSourced=max($isSourced, 1); |
|
67 | - if(preg_match('/3 _ACT (.*)/', $citation) ){ |
|
68 | - $isSourced=max($isSourced, 2); |
|
65 | + foreach ($citations as $citation) { |
|
66 | + $isSourced = max($isSourced, 1); |
|
67 | + if (preg_match('/3 _ACT (.*)/', $citation)) { |
|
68 | + $isSourced = max($isSourced, 2); |
|
69 | 69 | preg_match_all("/4 DATE (.*)/", $citation, $datessource, PREG_SET_ORDER); |
70 | - foreach($datessource as $daterec){ |
|
70 | + foreach ($datessource as $daterec) { |
|
71 | 71 | $datesource = new Date($daterec[1]); |
72 | - if(abs($datesource->julianDay() - $date->julianDay()) < self::DATE_PRECISION_MARGIN){ |
|
72 | + if (abs($datesource->julianDay() - $date->julianDay()) < self::DATE_PRECISION_MARGIN) { |
|
73 | 73 | $isSourced = max($isSourced, 3); //If this level increases, do not forget to change the constant MAX_IS_SOURCED_LEVEL |
74 | 74 | } |
75 | 75 | } |
@@ -24,16 +24,16 @@ discard block |
||
24 | 24 | * {@inhericDoc} |
25 | 25 | * @see \MyArtJaub\Webtrees\Mvc\View\AbstractView::renderContent() |
26 | 26 | */ |
27 | - protected function renderContent() { |
|
28 | - /** @var \Fisharebest\Webtrees\Individual $indi */ |
|
29 | - $indi = $this->data->get('indi'); |
|
27 | + protected function renderContent() { |
|
28 | + /** @var \Fisharebest\Webtrees\Individual $indi */ |
|
29 | + $indi = $this->data->get('indi'); |
|
30 | 30 | |
31 | - /** @var \Fisharebest\Webtrees\Tree $tree */ |
|
32 | - $tree = $this->data->get('tree'); |
|
31 | + /** @var \Fisharebest\Webtrees\Tree $tree */ |
|
32 | + $tree = $this->data->get('tree'); |
|
33 | 33 | |
34 | - //Welcome section - gedcom title, date, statistics - based on gedcom_block |
|
35 | - $content = |
|
36 | - '<table> |
|
34 | + //Welcome section - gedcom title, date, statistics - based on gedcom_block |
|
35 | + $content = |
|
36 | + '<table> |
|
37 | 37 | <tr> |
38 | 38 | <td> |
39 | 39 | <a href="pedigree.php?rootid=' . $indi->getXref() . '&ged=' . $tree->getNameUrl() . '"> |
@@ -46,50 +46,50 @@ discard block |
||
46 | 46 | </a> |
47 | 47 | </td>'; |
48 | 48 | |
49 | - if (Site::getPreference('USE_REGISTRATION_MODULE') && !Auth::check()) { |
|
50 | - $content .= ' |
|
49 | + if (Site::getPreference('USE_REGISTRATION_MODULE') && !Auth::check()) { |
|
50 | + $content .= ' |
|
51 | 51 | <td> |
52 | 52 | <a href="' . WT_LOGIN_URL . '?action=register"> |
53 | 53 | <i class="icon-user_add"></i><br>'.I18N::translate('Request a new user account').' |
54 | 54 | </a> |
55 | 55 | </td>'; |
56 | - } |
|
57 | - $content .= ' |
|
56 | + } |
|
57 | + $content .= ' |
|
58 | 58 | </tr> |
59 | 59 | </table>'; |
60 | 60 | |
61 | - // Piwik Statistics |
|
62 | - if ($this->data->get('piwik_enabled', false)){ |
|
63 | - $content .= ' |
|
61 | + // Piwik Statistics |
|
62 | + if ($this->data->get('piwik_enabled', false)){ |
|
63 | + $content .= ' |
|
64 | 64 | <div class="center"> |
65 | 65 | <div id="piwik_stats"> |
66 | 66 | <i class="icon-loading-small"></i> ' . I18N::translate('Retrieving Piwik statistics...') . ' |
67 | 67 | </div> |
68 | 68 | </div>'; |
69 | - } |
|
69 | + } |
|
70 | 70 | |
71 | - $content .= '<hr />'; |
|
71 | + $content .= '<hr />'; |
|
72 | 72 | |
73 | - // Login section - based on login_block |
|
74 | - if (Auth::check()) { |
|
75 | - $content .= ' |
|
73 | + // Login section - based on login_block |
|
74 | + if (Auth::check()) { |
|
75 | + $content .= ' |
|
76 | 76 | <div class="center"> |
77 | 77 | <form method="post" action="logout.php" name="logoutform" onsubmit="return true;"> |
78 | 78 | <br>' . |
79 | - I18N::translate('You are signed in as %s.', '<a href="edituser.php" class="name2">' . Auth::user()->getRealNameHtml() . '</a>') . |
|
80 | - '<br><br> |
|
79 | + I18N::translate('You are signed in as %s.', '<a href="edituser.php" class="name2">' . Auth::user()->getRealNameHtml() . '</a>') . |
|
80 | + '<br><br> |
|
81 | 81 | <input type="submit" value="'.I18N::translate('sign out').'"> |
82 | 82 | <br><br> |
83 | 83 | </form> |
84 | 84 | </div>'; |
85 | - } else { |
|
86 | - $content .= ' |
|
85 | + } else { |
|
86 | + $content .= ' |
|
87 | 87 | <div id="maj-login-box"> |
88 | 88 | <form id="maj-login-form" name="maj-login-form" method="post" action="'.WT_LOGIN_URL.'"> |
89 | 89 | <input type="hidden" name="action" value="login"> |
90 | 90 | <div> |
91 | 91 | <label for="maj-username">'. I18N::translate('Username'). |
92 | - '<input type="text" id="maj-username" name="username" class="formField"> |
|
92 | + '<input type="text" id="maj-username" name="username" class="formField"> |
|
93 | 93 | </label> |
94 | 94 | </div> |
95 | 95 | <div> |
@@ -103,17 +103,17 @@ discard block |
||
103 | 103 | <div> |
104 | 104 | <a href="#" id="maj-passwd_click">'. I18N::translate('Request a new password').'</a> |
105 | 105 | </div>'; |
106 | - if (Site::getPreference('USE_REGISTRATION_MODULE')) { |
|
107 | - $content.= ' |
|
106 | + if (Site::getPreference('USE_REGISTRATION_MODULE')) { |
|
107 | + $content.= ' |
|
108 | 108 | <div> |
109 | 109 | <a href="'.WT_LOGIN_URL.'?action=register">'. I18N::translate('Request a new user account').'</a> |
110 | 110 | </div>'; |
111 | - } |
|
112 | - $content.= ' |
|
111 | + } |
|
112 | + $content.= ' |
|
113 | 113 | </form>'; // close "login-form" |
114 | 114 | |
115 | - // hidden New Password block |
|
116 | - $content.= ' |
|
115 | + // hidden New Password block |
|
116 | + $content.= ' |
|
117 | 117 | <div id="maj-new_passwd"> |
118 | 118 | <form id="maj-new_passwd_form" name="new_passwd_form" action="'.WT_LOGIN_URL.'" method="post"> |
119 | 119 | <input type="hidden" name="time" value=""> |
@@ -130,10 +130,10 @@ discard block |
||
130 | 130 | </form> |
131 | 131 | </div> |
132 | 132 | </div>';//"login-box" |
133 | - } |
|
133 | + } |
|
134 | 134 | |
135 | - return $content; |
|
136 | - } |
|
135 | + return $content; |
|
136 | + } |
|
137 | 137 | |
138 | 138 | |
139 | 139 | } |
@@ -36,20 +36,20 @@ discard block |
||
36 | 36 | '<table> |
37 | 37 | <tr> |
38 | 38 | <td> |
39 | - <a href="pedigree.php?rootid=' . $indi->getXref() . '&ged=' . $tree->getNameUrl() . '"> |
|
40 | - <i class="icon-pedigree"></i><br>' . I18N::translate('Default chart') . ' |
|
39 | + <a href="pedigree.php?rootid=' . $indi->getXref().'&ged='.$tree->getNameUrl().'"> |
|
40 | + <i class="icon-pedigree"></i><br>' . I18N::translate('Default chart').' |
|
41 | 41 | </a> |
42 | 42 | </td> |
43 | 43 | <td> |
44 | - <a href="individual.php?pid=' . $indi->getXref() . '&ged=' . $tree->getNameUrl() . '"> |
|
45 | - <i class="icon-indis"></i><br>' . I18N::translate('Default individual') . ' |
|
44 | + <a href="individual.php?pid=' . $indi->getXref().'&ged='.$tree->getNameUrl().'"> |
|
45 | + <i class="icon-indis"></i><br>' . I18N::translate('Default individual').' |
|
46 | 46 | </a> |
47 | 47 | </td>'; |
48 | 48 | |
49 | 49 | if (Site::getPreference('USE_REGISTRATION_MODULE') && !Auth::check()) { |
50 | 50 | $content .= ' |
51 | 51 | <td> |
52 | - <a href="' . WT_LOGIN_URL . '?action=register"> |
|
52 | + <a href="' . WT_LOGIN_URL.'?action=register"> |
|
53 | 53 | <i class="icon-user_add"></i><br>'.I18N::translate('Request a new user account').' |
54 | 54 | </a> |
55 | 55 | </td>'; |
@@ -59,16 +59,16 @@ discard block |
||
59 | 59 | </table>'; |
60 | 60 | |
61 | 61 | // Piwik Statistics |
62 | - if ($this->data->get('piwik_enabled', false)){ |
|
62 | + if ($this->data->get('piwik_enabled', false)) { |
|
63 | 63 | $content .= ' |
64 | 64 | <div class="center"> |
65 | 65 | <div id="piwik_stats"> |
66 | - <i class="icon-loading-small"></i> ' . I18N::translate('Retrieving Piwik statistics...') . ' |
|
66 | + <i class="icon-loading-small"></i> ' . I18N::translate('Retrieving Piwik statistics...').' |
|
67 | 67 | </div> |
68 | 68 | </div>'; |
69 | 69 | } |
70 | 70 | |
71 | - $content .= '<hr />'; |
|
71 | + $content .= '<hr />'; |
|
72 | 72 | |
73 | 73 | // Login section - based on login_block |
74 | 74 | if (Auth::check()) { |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | <div class="center"> |
77 | 77 | <form method="post" action="logout.php" name="logoutform" onsubmit="return true;"> |
78 | 78 | <br>' . |
79 | - I18N::translate('You are signed in as %s.', '<a href="edituser.php" class="name2">' . Auth::user()->getRealNameHtml() . '</a>') . |
|
79 | + I18N::translate('You are signed in as %s.', '<a href="edituser.php" class="name2">'.Auth::user()->getRealNameHtml().'</a>'). |
|
80 | 80 | '<br><br> |
81 | 81 | <input type="submit" value="'.I18N::translate('sign out').'"> |
82 | 82 | <br><br> |
@@ -98,34 +98,34 @@ discard block |
||
98 | 98 | </label> |
99 | 99 | </div> |
100 | 100 | <div> |
101 | - <input type="submit" value="'. I18N::translate('sign in'). '"> |
|
101 | + <input type="submit" value="'. I18N::translate('sign in').'"> |
|
102 | 102 | </div> |
103 | 103 | <div> |
104 | 104 | <a href="#" id="maj-passwd_click">'. I18N::translate('Request a new password').'</a> |
105 | 105 | </div>'; |
106 | 106 | if (Site::getPreference('USE_REGISTRATION_MODULE')) { |
107 | - $content.= ' |
|
107 | + $content .= ' |
|
108 | 108 | <div> |
109 | - <a href="'.WT_LOGIN_URL.'?action=register">'. I18N::translate('Request a new user account').'</a> |
|
109 | + <a href="'.WT_LOGIN_URL.'?action=register">'.I18N::translate('Request a new user account').'</a> |
|
110 | 110 | </div>'; |
111 | 111 | } |
112 | - $content.= ' |
|
112 | + $content .= ' |
|
113 | 113 | </form>'; // close "login-form" |
114 | 114 | |
115 | 115 | // hidden New Password block |
116 | - $content.= ' |
|
116 | + $content .= ' |
|
117 | 117 | <div id="maj-new_passwd"> |
118 | 118 | <form id="maj-new_passwd_form" name="new_passwd_form" action="'.WT_LOGIN_URL.'" method="post"> |
119 | 119 | <input type="hidden" name="time" value=""> |
120 | 120 | <input type="hidden" name="action" value="requestpw"> |
121 | 121 | <h4>'. I18N::translate('Lost password request').'</h4> |
122 | 122 | <div> |
123 | - <label for="maj-new_passwd_username">'. I18N::translate('Username or email address') . ' |
|
123 | + <label for="maj-new_passwd_username">'. I18N::translate('Username or email address').' |
|
124 | 124 | <input type="text" id="maj-new_passwd_username" name="new_passwd_username" value=""> |
125 | 125 | </label> |
126 | 126 | </div> |
127 | 127 | <div> |
128 | - <input type="submit" value="'. I18N::translate('Continue'). '"> |
|
128 | + <input type="submit" value="'. I18N::translate('Continue').'"> |
|
129 | 129 | </div> |
130 | 130 | </form> |
131 | 131 | </div> |