fix dojo multicombobox bug; prepare 0.95.1
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@549 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
8da70db68b
commit
a254b2df97
3 changed files with 16 additions and 2 deletions
|
@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
|
||||||
|
|
||||||
|
|
||||||
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
|
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
|
||||||
<li>SemanticScuttle v0.94</li>
|
<li>SemanticScuttle v0.95.1</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<?php if (isset($loadjs)) :?>
|
<?php if (isset($loadjs)) :?>
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dojo/dojo.xd.js"
|
src="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dojo/dojo.xd.js"
|
||||||
djConfig="parseOnLoad:true, isDebug:<?php echo DEBUG_MODE?'true':'false' ?>, usePlainJson:true, baseUrl: '<?php echo ROOT ?>', modulePaths: {'js': 'includes/js'}"></script>
|
djConfig="parseOnLoad:true, isDebug:<?php echo DEBUG_MODE?'true':'false' ?>, usePlainJson:true, baseUrl: '<?php echo ROOT ?>', modulePaths: {'js': 'js'}"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
dojo.require("dojo.parser");
|
dojo.require("dojo.parser");
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
ChangeLog for SemantiScuttle
|
ChangeLog for SemantiScuttle
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
0.95.1 - 2009-11-16
|
||||||
|
-------------------
|
||||||
|
- Fix bug: admin tags were not shown because javascript include was broken.
|
||||||
|
Thanks, Jean-Luc!
|
||||||
|
|
||||||
|
|
||||||
0.95 - 2009-11-10
|
0.95 - 2009-11-10
|
||||||
-----------------
|
-----------------
|
||||||
- Implement request #2878169: Voting system with two layouts
|
- Implement request #2878169: Voting system with two layouts
|
||||||
|
@ -21,6 +27,14 @@ ChangeLog for SemantiScuttle
|
||||||
translation. Choose the translation you like most.
|
translation. Choose the translation you like most.
|
||||||
|
|
||||||
|
|
||||||
|
0.94.1 - 2009-10-29
|
||||||
|
-------------------
|
||||||
|
This is a security release! We do highly recommend to update
|
||||||
|
your SemanticScuttle installations!
|
||||||
|
|
||||||
|
- Fix several XSS possibilities
|
||||||
|
|
||||||
|
|
||||||
0.94 - 2009-10-02
|
0.94 - 2009-10-02
|
||||||
-----------------
|
-----------------
|
||||||
- Fix bug #2834070: unfreed sql results
|
- Fix bug #2834070: unfreed sql results
|
||||||
|
|
Loading…
Reference in a new issue