Skip to content

Commit

Permalink
Update copyright warnings, add changelog, update language files
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 12, 2018
1 parent 8dee2ed commit 142fb39
Show file tree
Hide file tree
Showing 71 changed files with 400 additions and 311 deletions.
19 changes: 17 additions & 2 deletions backstage/about.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand All @@ -28,6 +28,21 @@
<h3 class="panel-title"><?php printf(__('About Luna %s %s', 'luna'), Version::LUNA_VERSION, Version::LUNA_CODE_NAME) ?></h3>
</div>
<div class="panel-body">
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Emerald Update 9 <small>2.0.9</small></span></h2>
<ul class="changes">
<li><div class="stater"><em class="state state-system"><?php _e('System', 'luna') ?></em></div><?php _e('Profiles now show time in function of the profile\'s user', 'luna') ?></li>
<li><div class="stater"><em class="state state-note"><?php _e('Changed', 'luna') ?></em></div><?php _e('Updates some string to reflect current situations', 'luna') ?></li>
<li><div class="stater"><em class="state state-improved"><?php _e('Improved', 'luna') ?></em></div><?php _e('Site descriptions can now be up to 300 characters long instead of 255', 'luna') ?></li>
<li><div class="stater"><em class="state state-improved"><?php _e('Improved', 'luna') ?></em></div><?php _e('Improved errors for search queries', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Underscores are now properly escaped in LIKE-queries', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Fixes an issue where SMTP data could not be set due to a character limit', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Calculations now work properly in debug mode regardless of localization', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('There is no longer a hardcoded "said" string', 'luna') ?></li>
</ul>
</div>
</section>
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Emerald Update 8 <small>2.0.8</small></span></h2>
Expand Down Expand Up @@ -169,7 +184,7 @@
</section>
</div>
<div class="panel-footer">
<p><?php printf(__('Luna is developed by the %s. Copyright %s. Released under the GPLv2 license.', 'luna'), '<a href="http://getluna.org/">Luna Group</a>', '2013-2016') ?></p>
<p><?php printf(__('Luna is developed by the %s. Copyright %s. Released under the GPLv2 license.', 'luna'), '<a href="http://getluna.org/">Luna Group</a>', '2013-2018') ?></p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion backstage/appearance.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/bans.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/board.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/censoring.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/features.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/footer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/groups.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/loader.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/maintenance.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/menu.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Licensed under GPLv2 (http://getluna.org/license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion backstage/moderate.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/prune.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/ranks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/reports.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/settings.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/update.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion backstage/users.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion comment.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion db_update.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion delete.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion edit.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion extern.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion help.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion inbox.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2014-2016 Luna
* Copyright (C) 2014-2018 Luna
* Based on work by Adaur (2010), Vincent Garnier, Connorhd and David 'Chacmool' Djurback
* Licensed under GPLv2 (http://getluna.org/license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion include/cache.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/common.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* Licensed under GPLv2 (http://getluna.org/license.php)
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/common_db.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/mysql.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/mysql_innodb.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/mysqli.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/mysqli_innodb.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/pgsql.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/sqlite.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/dblayer/sqlite3.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
2 changes: 1 addition & 1 deletion include/draw_functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* License: http://opensource.org/licenses/MIT MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion include/email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright (C) 2013-2016 Luna
* Copyright (C) 2013-2018 Luna
* Based on code by FluxBB copyright (C) 2008-2012 FluxBB
* Based on code by Rickard Andersson copyright (C) 2002-2008 PunBB
* License: http://opensource.org/licenses/MIT MIT
Expand Down
Loading

0 comments on commit 142fb39

Please sign in to comment.