Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Conversation

white-gecko
Copy link
Member

This Fork is not ready to be merged!

This fork is meant to get an overview on how diverged the amsl.technology branch actually is.

a-nnika and others added 30 commits September 11, 2015 10:47
* replace save icon with new icon
* drop hidden class on inline edit
* increase width of filter overlay
* initially use option value for filter
Copy link
Member Author

@white-gecko white-gecko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This merge has a lot of new contributions which can be presented much more overseeable if the extensions are moved to separate repositories.
Further a huge amount of the changed lines is the new amsl theme.

.vagrant

# export folder
dumps/
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should work

url = https://github.com/amsl-project/template.ontowiki.git
[submodule "extensions/deadlinehelper"]
path = extensions/deadlinehelper
url = https://github.com/amsl-project/deadlinehelper.ontowiki.git
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these dependencies are replaced by composer dependencies in OntoWiki

sh -c "$(PWD)/application/scripts/vocab.sh $(PWD)"

export-virtuoso:
sh -c "$(PWD)/application/scripts/export.sh $(PWD)"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tasks of the Makefile are also taken over by composer.

if (($config->lists) && $config->lists->showHeading === "true") {
$listHeading = $list->getTitle();
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should work

'mainTemplate' => $mainTemplate,
'other' => $other
'other' => $other,
'heading' => $listHeading
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should work

$contentType = 'text/csv';
$filename = 'query-result.csv';
break;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already in the latest OntoWiki: #280

<h3>
<span class="name">"<?php echo $entry['name'][0]['value']; ?>"</span>
<span class="views">(<?php echo $numViews ?> views)</span>
<span class="views">(<?php echo $numViews ?> <?php echo $this->_('views'); ?>)</span>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good

<span class="views">(<?php echo $numViews ?> <?php echo $this->_('views'); ?>)</span>
</h3>
open with:
<?php echo $this->_('Open with:'); ?>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good

$QEurl->queryUri = $this->instanceUri;
?>
<a class="minibutton" href="<?php echo $QEurl; ?>">Editor</a>
<a class="minibutton" href="<?php echo $QEurl; ?>"><?php echo $this->_('Editor'); ?></a>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good


$this->_response->setBody(json_encode($result));
}
} No newline at end of file
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new extensions …

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants