Skip to content

Commit

Permalink
^ [Kunena#4] Update file headers, remove $Id, 2010->2011 and kunena.c…
Browse files Browse the repository at this point in the history
…om->.org
  • Loading branch information
fxstein committed Jul 11, 2011
1 parent 076b373 commit 984e5fb
Show file tree
Hide file tree
Showing 34 changed files with 84 additions and 140 deletions.
43 changes: 22 additions & 21 deletions administrator/components/com_kunenaimporter/CHANGELOG.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
die();
Expand All @@ -33,6 +31,9 @@

KunenaImporter 1.6.5-DEV

10-July-2011 fxstein
^ [#4] Update file headers, remove $Id, 2010->2011 and kunena.com->.org

10-July-2011 Matias
^ [#20] Add support for Joomla 1.7: Code cleanup, DS removal and small fixes
^ [#20] Add support for Joomla 1.7: Convert language strings to the new format
Expand Down Expand Up @@ -75,83 +76,83 @@
5-July-2011 Matias
^ [#1] Convert component to PHP5

29-November-2010 Xillibit
29-November-2011 Xillibit
# [#20178] Fixes some issues with ccBoard importer

30-October-2010 svens LDA
30-October-2011 svens LDA
^ [#22975] update ru-RU (thanks ZARKOS)

30-October-2010 fxstein
30-October-2011 fxstein
^ [#20178] Project Cleanup - All validation warnings and errors fixed

16-September-2010 Matias
16-September-2011 Matias
+ [#20178] Added ru-RU (thanks ZARGOS)

6-September-2010 Matias
6-September-2011 Matias
# [#20178] User mapping: Misc fixes and optimizations
# [#20178] User mapping: Update all user information when user gets mapped manually (no need to re-run importer)
# [#20178] User mapping: Map user by manually entering id, unmap by 0

4-September-2010 Matias
4-September-2011 Matias
# [#20178] User mapping: Greatly improve performance by making own task from basic user mapping
# [#20178] User mapping: Improve performance by preloading needed user mapping when migrating tables
# [#20178] User mapping: Better user mapping reports
# [#20178] User mapping: Improve algorithm to map users who have slightly different information in Joomla
# [#20178] User: Fix last logged in info if user has posts, but has never logged in (lost during previous migration?)
+ [#20178] User mapping: Add filters by ignored users and never logged in

3-September-2010 Matias
3-September-2011 Matias
# [#20178] SMF2: Fix subscriptions export
# [#20178] Import: Map all userids from external to Joomla ids
# [#20178] Import: Use negative userids if user isn't mapped (allows late mapping)
# [#20178] User mapping: Fatal error, trying to access protected variable
# [#20178] User mapping: Fix pagination
# [#20178] User mapping: Filter by mapped/unmapped/all

2-September-2010 Matias
2-September-2011 Matias
# [#20178] SMF2: Better version detection
# [#20178] SMF2: Import some configuration options
# [#20178] SMF2: Cleanup text on categories, messages

1-September-2010 Matias
1-September-2011 Matias
+ [#20178] Create new exporter for SMF2 (standalone)
# [#20178] phpBB3: Fix subscriptions export
- [#20178] Remove database options from configuration

KunenaImporter 1.6.0-RC1

24-August-2010 Matias
24-August-2011 Matias
^ [#20178] phpBB3: Update exporter for Kunena 1.6 (add some missing fields, do not add slashes)
+ [#20178] phpBB3: Use rokbridge to map users between phpBB and Joomla (most reliable way)
# [#20178] phpBB3: Use right field for username if migrated from SMF
^ [#20178] Minimum Kunena version requirement: 1.6.0RC2 build 3251

22-August-2010 Matias
22-August-2011 Matias
^ [#20178] Cleanup all files, remove empty directories, files, improve installer etc

16-August-2010 Xillibit
16-August-2011 Xillibit
+ [#20178] Support partial for ccboard and agora

22-Apr-2010 Matias
22-Apr-2011 Matias
# [#20178] Fix [url] tag (contained extra information and were not parsed)
# [#20178] Some posts were modified 0 minutes ago
# [#20178] Importer status was broken (showing 0% all the time)
# [#20178] Modified by (userid) was not mapped to Joomla

21-Apr-2010 Matias
21-Apr-2011 Matias
# [#20178] Add views to aid on users import
# [#20178] phpBB3: Fix slashes on category names
# [#20178] phpBB3: Fix never logged in date
# [#20178] Fix installer: usermap table was not created

19-Apr-2010 Matias
19-Apr-2011 Matias
+ [#20178] Detect rokbridge (phpBB3)

17-Apr-2010 Matias
17-Apr-2011 Matias
# [#20178] Make more stable against database errors, including failed detection of external forum
# [#20178] Detect and prevent importing Kunena into itself

03-Apr-2010 Matias
03-Apr-2011 Matias
# [#20178] Restructuring, add build system, add keywords for every file etc

30-Aug-2009 Matias
Expand Down
6 changes: 2 additions & 4 deletions administrator/components/com_kunenaimporter/COPYRIGHT.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
die();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
@charset "UTF-8";
/**
* @version $Id$
* Kunena Importer Component
* @package com_kunenaimporter
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
**/

Expand Down
6 changes: 2 additions & 4 deletions administrator/components/com_kunenaimporter/controller.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<author>Kunena Team</author>
<authorEmail>admin@kunena.org</authorEmail>
<authorUrl>http://www.kunena.org</authorUrl>
<copyright>(c)2010-2011 Kunena Team. All rights reserved.</copyright>
<copyright>(c)2011-2011 Kunena Team. All rights reserved.</copyright>
<license>GNU/GPL</license>
<description>Imports external forum data (phpBB3, SMF2, Agora, ...) into Kunena Forum.</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
;
; Imports forum data into Kunena
;
; @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
; @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
; @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
; @link http://www.kunena.com
; @link http://www.kunena.org
;
; Note : All ini files need to be saved as UTF-8 - No BOM

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
;
; Imports forum data into Kunena
;
; @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
; @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
; @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
; @link http://www.kunena.com
; @link http://www.kunena.org
;
; Note : All ini files need to be saved as UTF-8 - No BOM

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
;
; Imports forum data into Kunena *** RUS by ZARKOS www.JoomlaRuClub.Ru ***
;
; @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
; @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
; @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
; @link http://www.kunena.com
; @link http://www.kunena.org
;
; Note : All ini files need to be saved as UTF-8 - No BOM

Expand Down
6 changes: 2 additions & 4 deletions administrator/components/com_kunenaimporter/models/export.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* @version $Id$
* Kunena Forum Importer Component
* @package com_kunenaimporter
*
* Imports forum data into Kunena
*
* @Copyright (C) 2009 - 2010 Kunena Team All rights reserved
* @Copyright (C) 2009 - 2011 Kunena Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.com
* @link http://www.kunena.org
*
*/
defined ( '_JEXEC' ) or die ();
Expand Down
Loading

0 comments on commit 984e5fb

Please sign in to comment.