Skip to content

Commit

Permalink
- upgrade to 0.7.2.3 (add bsd license support)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolivet committed Oct 14, 2008
1 parent 2524eed commit 0d407dd
Show file tree
Hide file tree
Showing 23 changed files with 61 additions and 1,072 deletions.
16 changes: 8 additions & 8 deletions _devel/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>EditArea - the code editor in a textarea</title>
<!-- <link href="style.css" rel="stylesheet" type="text/css"> -->
<style>
<style>
/* html{
width: 80%;
}*/
Expand Down Expand Up @@ -277,7 +277,7 @@ function toogle_editable()

function open_file1()
{
var new_file= {id: "to\\ é # € to", text: "aaaaaaaaaaa\n print('toto'); ", title: 'beautiful title', do_highlight: true, syntax: 'php'};
var new_file= {id: "to\\ # to", text: "aaaaaaaaaaa\n print('toto'); ", title: 'beautiful title', do_highlight: true, syntax: 'php'};
//editAreaLoader.execCommand('src', 'open_file', new_file);
editAreaLoader.openFile('src', new_file);
//alert(editAreaLoader.execCommand('src', 'save_file', file_id)['text']);
Expand All @@ -292,21 +292,21 @@ function open_file2()

function close_file1()
{
editAreaLoader.closeFile('src', "to\\ é # € to");
editAreaLoader.closeFile('src', "to\\ # to");
}

function open_many_files()
{
var new_file= {id: "tod\\ ddf é # € to", text: "aaaaaaaaaaa", title: 'beautifsdfs dfl title'};
var new_file= {id: "tod\\ ddf # to", text: "aaaaaaaaaaa", title: 'beautifsdfs dfl title'};
editAreaLoader.openFile('src', new_file);

var new_file= {id: "tdsf # € to", text: "aaaaaaaaaaa", title: 'beautifsdfs dfl title'};
var new_file= {id: "tdsf # to", text: "aaaaaaaaaaa", title: 'beautifsdfs dfl title'};
editAreaLoader.openFile('src', new_file);

var new_file= {id: "tdsff# € to", text: "aaaaaaaaaaa", title: 'beautifsdffl title'};
var new_file= {id: "tdsff# to", text: "aaaaaaaaaaa", title: 'beautifsdffl title'};
editAreaLoader.openFile('src', new_file);

var new_file= {id: "tdfg€ to", text: "aaaaaaaaaaa", title: 'beautifsdffl title'};
var new_file= {id: "tdfg to", text: "aaaaaaaaaaa", title: 'beautifsdffl title'};
editAreaLoader.openFile('src', new_file);

var new_file= {id: "tdfdsf to", text: "aaaaaaaaaaa", title: 'beautifsdffl title'};
Expand Down Expand Up @@ -393,7 +393,7 @@ function test(){
<?php
$val='
< ?php
é &ecute; &#x92c;&#x93f;&#x930;&#x92f;&#x93e;&#x928;&#x940;
&ecute; &#x92c;&#x93f;&#x930;&#x92f;&#x93e;&#x928;&#x940;
//Thanks to TinyMCE developpers!
$authors= array();
Expand Down
3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**** v 0.7.2.3 ****
- it's now released under both LGPL, Apache, BSD license (you can use the one you prefer)

**** v 0.7.2.2 ****
- Fix bug regression introduced in 0.7.2 that make IE7 not working
- add Esperento translation (thanks to Olivier)
Expand Down
4 changes: 2 additions & 2 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>General information</h2>
EditArea is developed by Christophe Dolivet
(<a href='http://www.cdolivet.net/index.php?page=Contact'>contact</a>)
and is currently released
under the "LGPL" license, read the license agreement for details.
under the "LGPL", "Apache" and "BSD" licenses (use the one you want), read the licenses agreement for details.
</p>
<h2>Features</h2>
<ul>
Expand All @@ -41,7 +41,7 @@ <h2>Features</h2>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>Browser support</h2>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2>Initialization of EditArea</h2>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>Contributors</h2>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/customization_language.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>Contributing your language pack</h3>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/customization_plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3>Plugin example source</h3>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/customization_syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3>Contributing your syntax definition file</h3>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/include.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h3>Inconvient:</h3>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ <h1>EditArea documentation</h1>
</li>
<li><a href='compatibility.html'>Compatibility chart</a></li>
<li><a href='credits.html'>Credits</a></li>
<li><a href='license.html'>License</a></li>
<li><a href='license.html'>Licenses</a></li>
</ul>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>The most basic page integration (converts one textarea into editor):</h3>
</div>
<div class='footer'>
<div class="indexlink"><a href="index.html">Index</a></div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet - 2007</div>
<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2008</div>
<br style="clear: both" />
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/javascript_functions.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0d407dd

Please sign in to comment.