GitHub/WoltLab/com.woltlab.wcf.exporter.git
8 years agoPrepared update release 2.1.9
Marcel Werk [Sun, 3 Apr 2016 16:02:20 +0000 (18:02 +0200)]
Prepared update release

8 years agoAdded missing use
Marcel Werk [Fri, 1 Apr 2016 15:07:41 +0000 (17:07 +0200)]
Added missing use

8 years agoFixed poll import issues
Marcel Werk [Mon, 28 Mar 2016 10:00:19 +0000 (12:00 +0200)]
Fixed poll import issues

8 years agoFixed some ipb issues
Marcel Werk [Mon, 14 Mar 2016 11:42:40 +0000 (12:42 +0100)]
Fixed some ipb issues

8 years agoUpdated release date 2.1.8
Alexander Ebert [Sun, 13 Mar 2016 09:57:08 +0000 (10:57 +0100)]
Updated release date

8 years agoFixed update instructions
Alexander Ebert [Sun, 6 Mar 2016 13:40:38 +0000 (14:40 +0100)]
Fixed update instructions

8 years agoPreparing release 2.1.8
Alexander Ebert [Thu, 3 Mar 2016 12:27:25 +0000 (13:27 +0100)]
Preparing release 2.1.8

8 years agoMerge branch '2.0'
Tim Düsterhus [Tue, 23 Feb 2016 20:35:18 +0000 (21:35 +0100)]
Merge branch '2.0'

8 years agoFix typo in VB3or4xExporter
Tim Düsterhus [Tue, 23 Feb 2016 20:34:09 +0000 (21:34 +0100)]
Fix typo in VB3or4xExporter

8 years agoAdd missing PasswordUtil reference
Lexa [Thu, 11 Feb 2016 16:20:54 +0000 (17:20 +0100)]
Add missing PasswordUtil reference

8 years agoAdd metric tons of decodeHTML to VB exporter
Tim Düsterhus [Thu, 14 Jan 2016 15:35:20 +0000 (16:35 +0100)]
Add metric tons of decodeHTML to VB exporter

`htmlspecialchars()` all the things before putting them into the database
will make my application totally secure. I mean, what if an evil user would
wreak havoc in my precious database via an SQL-injection using '<', '>', '"'
and '&' inside his email address?

8 years agoSupport BCrypt hashes (phpBB 3.1)
Tim Düsterhus [Sat, 9 Jan 2016 19:57:30 +0000 (20:57 +0100)]
Support BCrypt hashes (phpBB 3.1)

8 years agoFix namespace in use statement
Matthias Schmidt [Sun, 3 Jan 2016 13:31:37 +0000 (14:31 +0100)]
Fix namespace in use statement

8 years agoMerge branch '2.0'
Tim Düsterhus [Sun, 3 Jan 2016 12:46:45 +0000 (13:46 +0100)]
Merge branch '2.0'

8 years agoFixed some ipb3 issues
Marcel Werk [Thu, 31 Dec 2015 15:57:31 +0000 (16:57 +0100)]
Fixed some ipb3 issues

8 years agoFix typo in fixBBCodes (VB 3/4)
Tim Düsterhus [Thu, 24 Dec 2015 22:50:19 +0000 (23:50 +0100)]
Fix typo in fixBBCodes (VB 3/4)

8 years agoRemove erroneous `2` in `continue 2;` (XF)
Tim Düsterhus [Thu, 24 Dec 2015 22:48:29 +0000 (23:48 +0100)]
Remove erroneous `2` in `continue 2;` (XF)

8 years agoUpdating release date 2.1.7
Alexander Ebert [Sun, 20 Dec 2015 18:55:56 +0000 (19:55 +0100)]
Updating release date

8 years agoAttempt to fix travis build by using sudo: false
Tim Düsterhus [Sat, 19 Dec 2015 21:02:42 +0000 (22:02 +0100)]
Attempt to fix travis build by using sudo: false

8 years agoPreparing release 2.1.7
Alexander Ebert [Sat, 19 Dec 2015 20:55:20 +0000 (21:55 +0100)]
Preparing release 2.1.7

8 years agoMerge branch '2.0'
Tim Düsterhus [Sun, 13 Dec 2015 13:01:31 +0000 (14:01 +0100)]
Merge branch '2.0'

8 years agoFix import of non-thumbnailed attachments (vB)
Tim Düsterhus [Sun, 13 Dec 2015 13:01:00 +0000 (14:01 +0100)]
Fix import of non-thumbnailed attachments (vB)

8 years agoMerge branch '2.0'
Tim Düsterhus [Sun, 13 Dec 2015 12:55:24 +0000 (13:55 +0100)]
Merge branch '2.0'

8 years agoProperly import polls without end date (vB)
Tim Düsterhus [Sun, 13 Dec 2015 12:55:07 +0000 (13:55 +0100)]
Properly import polls without end date (vB)

9 years agoFix code style
Tim Düsterhus [Sun, 6 Dec 2015 23:07:02 +0000 (00:07 +0100)]
Fix code style

This is safe, as the `use`d classes are not checking at compile
time, but rather when they are used (pun intended) during the execution
(i.e. when an object created with `new` or a static method is called).

9 years agoMerge pull request #17 from NurPech/master
Tim Düsterhus [Sun, 6 Dec 2015 23:03:14 +0000 (00:03 +0100)]
Merge pull request #17 from NurPech/master

fixed syntax error

9 years agofixed syntax error
NurPech [Sun, 6 Dec 2015 23:00:32 +0000 (00:00 +0100)]
fixed syntax error

9 years agoFixed null values in column 'author_name'
Marcel Werk [Fri, 4 Dec 2015 17:44:17 +0000 (18:44 +0100)]
Fixed null values in column 'author_name'

9 years agoFix attachment export (WP 3)
Tim Düsterhus [Mon, 9 Nov 2015 00:25:00 +0000 (01:25 +0100)]
Fix attachment export (WP 3)

9 years agoSkip user option import if it is invalid after changing encoding (vB)
Tim Düsterhus [Sun, 1 Nov 2015 21:45:38 +0000 (22:45 +0100)]
Skip user option import if it is invalid after changing encoding (vB)

9 years agoFix export of selectOptions in broken encodings (vB)
Tim Düsterhus [Sat, 31 Oct 2015 23:51:47 +0000 (00:51 +0100)]
Fix export of selectOptions in broken encodings (vB)

9 years agoMerge branch 'master' of github.com:WoltLab/com.woltlab.wcf.exporter
Marcel Werk [Sat, 31 Oct 2015 22:56:47 +0000 (23:56 +0100)]
Merge branch 'master' of github.com:WoltLab/com.woltlab.wcf.exporter

9 years agoAdded IPB4 support
Marcel Werk [Sat, 31 Oct 2015 22:56:37 +0000 (23:56 +0100)]
Added IPB4 support

9 years agoProperly convert [img] (MyBB)
Tim Düsterhus [Thu, 29 Oct 2015 17:15:18 +0000 (18:15 +0100)]
Properly convert [img] (MyBB)

9 years agoFix SMF exporter
Tim Düsterhus [Sat, 24 Oct 2015 21:10:40 +0000 (23:10 +0200)]
Fix SMF exporter

9 years agoUpdated release date 2.1.6
Alexander Ebert [Fri, 23 Oct 2015 09:25:32 +0000 (11:25 +0200)]
Updated release date

9 years agoPreparing release 2.1.6
Alexander Ebert [Tue, 20 Oct 2015 11:36:02 +0000 (13:36 +0200)]
Preparing release 2.1.6

9 years agoAdded WoltLab Calendar 2.x support
Marcel Werk [Sun, 27 Sep 2015 16:49:32 +0000 (18:49 +0200)]
Added WoltLab Calendar 2.x support

9 years agoFixed wrong comments
Marcel Werk [Sun, 27 Sep 2015 16:23:00 +0000 (18:23 +0200)]
Fixed wrong comments

9 years agoFixed comment
Marcel Werk [Fri, 18 Sep 2015 21:10:45 +0000 (23:10 +0200)]
Fixed comment

9 years agoImproved import of private albums
Marcel Werk [Fri, 18 Sep 2015 17:06:51 +0000 (19:06 +0200)]
Improved import of private albums

9 years agoImproved import of WCF2.1 applications
Marcel Werk [Fri, 18 Sep 2015 13:58:15 +0000 (15:58 +0200)]
Improved import of WCF2.1 applications

9 years agoFixed blog/gallery import issues
Marcel Werk [Mon, 7 Sep 2015 11:44:57 +0000 (13:44 +0200)]
Fixed blog/gallery import issues

9 years agoUpdating release date 2.1.5
Alexander Ebert [Thu, 3 Sep 2015 09:06:42 +0000 (11:06 +0200)]
Updating release date

9 years agoMerge branch '2.0'
Alexander Ebert [Thu, 3 Sep 2015 08:40:48 +0000 (10:40 +0200)]
Merge branch '2.0'

Conflicts:
package.xml

9 years agoUpdated release date 2.0.12
Alexander Ebert [Wed, 2 Sep 2015 08:52:03 +0000 (10:52 +0200)]
Updated release date

9 years agoFixed fromversion
Alexander Ebert [Tue, 1 Sep 2015 07:43:38 +0000 (09:43 +0200)]
Fixed fromversion

9 years agoPreparing release 2.1.5
Alexander Ebert [Sun, 30 Aug 2015 20:59:03 +0000 (22:59 +0200)]
Preparing release 2.1.5

9 years agoMerge branch '2.0'
Alexander Ebert [Sun, 30 Aug 2015 19:28:19 +0000 (21:28 +0200)]
Merge branch '2.0'

Conflicts:
package.xml

9 years agoPreparing release 2.0.12
Alexander Ebert [Sun, 30 Aug 2015 14:00:06 +0000 (16:00 +0200)]
Preparing release 2.0.12

9 years agoFix issues in poll export (phpBB)
Tim Düsterhus [Wed, 19 Aug 2015 10:22:35 +0000 (12:22 +0200)]
Fix issues in poll export (phpBB)

9 years agoMerge branch '2.0'
Tim Düsterhus [Wed, 19 Aug 2015 10:22:59 +0000 (12:22 +0200)]
Merge branch '2.0'

9 years agoFix issues in poll export (phpBB)
Tim Düsterhus [Wed, 19 Aug 2015 10:22:35 +0000 (12:22 +0200)]
Fix issues in poll export (phpBB)

9 years agoFix board name export (phpBB)
Tim Düsterhus [Wed, 5 Aug 2015 15:56:56 +0000 (17:56 +0200)]
Fix board name export (phpBB)

9 years agoFix poll export (phpBB)
Tim Düsterhus [Wed, 5 Aug 2015 15:56:19 +0000 (17:56 +0200)]
Fix poll export (phpBB)

9 years agoMerge branch '2.0'
Tim Düsterhus [Wed, 5 Aug 2015 15:57:26 +0000 (17:57 +0200)]
Merge branch '2.0'

9 years agoFix board name export (phpBB)
Tim Düsterhus [Wed, 5 Aug 2015 15:56:56 +0000 (17:56 +0200)]
Fix board name export (phpBB)

9 years agoFix poll export (phpBB)
Tim Düsterhus [Wed, 5 Aug 2015 15:56:19 +0000 (17:56 +0200)]
Fix poll export (phpBB)

9 years agoMerge branch '2.0'
Tim Düsterhus [Tue, 4 Aug 2015 15:06:36 +0000 (17:06 +0200)]
Merge branch '2.0'

9 years agoFix MyBB 1.8 compatibility (profile fields)
Tim Düsterhus [Tue, 4 Aug 2015 15:06:20 +0000 (17:06 +0200)]
Fix MyBB 1.8 compatibility (profile fields)

9 years agoMerge remote-tracking branch 'origin/master'
Tim Düsterhus [Tue, 4 Aug 2015 12:20:37 +0000 (14:20 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agodecodeHTML() in usernames (phpBB)
Tim Düsterhus [Tue, 4 Aug 2015 12:11:36 +0000 (14:11 +0200)]
decodeHTML() in usernames (phpBB)

9 years agoMerge branch '2.0'
Tim Düsterhus [Tue, 4 Aug 2015 12:14:46 +0000 (14:14 +0200)]
Merge branch '2.0'

9 years agodecodeHTML() in usernames (phpBB)
Tim Düsterhus [Tue, 4 Aug 2015 12:11:36 +0000 (14:11 +0200)]
decodeHTML() in usernames (phpBB)

9 years agoUpdated release date 2.1.4
Alexander Ebert [Tue, 30 Jun 2015 13:47:06 +0000 (15:47 +0200)]
Updated release date

9 years agoPreparing internal release 2.1.4
Alexander Ebert [Thu, 25 Jun 2015 17:33:41 +0000 (19:33 +0200)]
Preparing internal release 2.1.4

9 years agoAdded missing import of notification setting
Marcel Werk [Wed, 17 Jun 2015 17:12:21 +0000 (19:12 +0200)]
Added missing import of notification setting

9 years agoFixed version 2.1.3
Alexander Ebert [Tue, 19 May 2015 18:38:51 +0000 (20:38 +0200)]
Fixed version

9 years agoUpdated release date
Alexander Ebert [Tue, 19 May 2015 18:03:45 +0000 (20:03 +0200)]
Updated release date

9 years agoPreparing release 2.1.2
Alexander Ebert [Sat, 16 May 2015 17:41:04 +0000 (19:41 +0200)]
Preparing release 2.1.2

9 years agoAdd support for phpBB's soft deletion
Tim Düsterhus [Mon, 27 Apr 2015 18:23:49 +0000 (20:23 +0200)]
Add support for phpBB's soft deletion

9 years agoFix phpBB post export
Tim Düsterhus [Tue, 24 Feb 2015 22:18:38 +0000 (23:18 +0100)]
Fix phpBB post export

Apply 4d0c636ee76a8857b1ef5350a50844a0057020db to phpBB 3.1
as well.

9 years agoFix “Fix board export (phpBB 3.1)”
Tim Düsterhus [Thu, 23 Apr 2015 20:42:54 +0000 (22:42 +0200)]
Fix “Fix board export (phpBB 3.1)”

see c6138fbe6435a172ee22a98cfe3dfa1a50836be4

9 years agoFix board export (phpBB 3.1)
Tim Düsterhus [Thu, 23 Apr 2015 20:40:54 +0000 (22:40 +0200)]
Fix board export (phpBB 3.1)

9 years agoChanged default values of the installation numbers
Marcel Werk [Mon, 20 Apr 2015 15:28:54 +0000 (17:28 +0200)]
Changed default values of the installation numbers

9 years agoUpdating release date 2.1.2
Alexander Ebert [Tue, 14 Apr 2015 18:46:28 +0000 (20:46 +0200)]
Updating release date

9 years agoPreparing release 2.1.2
Alexander Ebert [Mon, 13 Apr 2015 09:56:20 +0000 (11:56 +0200)]
Preparing release 2.1.2

9 years agoStrip out mentions from comments (XF)
Tim Düsterhus [Mon, 30 Mar 2015 16:50:54 +0000 (18:50 +0200)]
Strip out mentions from comments (XF)

9 years agoUpdating release date 2.1.1
Alexander Ebert [Fri, 27 Mar 2015 23:31:26 +0000 (00:31 +0100)]
Updating release date

9 years agoPreparing release 2.1.1
Alexander Ebert [Thu, 26 Mar 2015 18:14:08 +0000 (19:14 +0100)]
Preparing release 2.1.1

9 years agoFixed multiple issues in wbb3 exporter
Marcel Werk [Wed, 25 Mar 2015 14:35:23 +0000 (15:35 +0100)]
Fixed multiple issues in wbb3 exporter

9 years agoMerge branch '2.0'
Tim Düsterhus [Sat, 21 Mar 2015 15:38:19 +0000 (16:38 +0100)]
Merge branch '2.0'

9 years agoFix [size] bbcode (MyBB)
Tim Düsterhus [Sat, 21 Mar 2015 15:37:35 +0000 (16:37 +0100)]
Fix [size] bbcode (MyBB)

9 years agoUpdating release date 2.0.11
Alexander Ebert [Sun, 15 Mar 2015 14:42:19 +0000 (15:42 +0100)]
Updating release date

9 years agoPreparing internal release 2.0.11
Alexander Ebert [Mon, 9 Mar 2015 20:16:20 +0000 (21:16 +0100)]
Preparing internal release 2.0.11

9 years agoExport better blogs attachments (XF)
Tim Düsterhus [Sun, 8 Mar 2015 22:01:29 +0000 (23:01 +0100)]
Export better blogs attachments (XF)

9 years agoFix better blogs import when users are deleted (XF)
Tim Düsterhus [Sun, 8 Mar 2015 19:36:04 +0000 (20:36 +0100)]
Fix better blogs import when users are deleted (XF)

9 years agoAdd additional XenForo password schemes
Tim Düsterhus [Sun, 8 Mar 2015 17:31:15 +0000 (18:31 +0100)]
Add additional XenForo password schemes

9 years agoUpdating release date 2.1.0
Alexander Ebert [Sun, 1 Mar 2015 12:17:36 +0000 (13:17 +0100)]
Updating release date

9 years agoMerge branch 'nodebb'
Tim Düsterhus [Fri, 27 Feb 2015 23:37:21 +0000 (00:37 +0100)]
Merge branch 'nodebb'

9 years agoMark NodeBB exporter as experimental
Tim Düsterhus [Fri, 27 Feb 2015 23:37:05 +0000 (00:37 +0100)]
Mark NodeBB exporter as experimental

9 years agoRename NodeBB0x to NodeBB0xRedis
Tim Düsterhus [Fri, 27 Feb 2015 23:14:24 +0000 (00:14 +0100)]
Rename NodeBB0x to NodeBB0xRedis

9 years agoAllow specifying database data (NodeBB)
Tim Düsterhus [Fri, 27 Feb 2015 23:05:11 +0000 (00:05 +0100)]
Allow specifying database data (NodeBB)

9 years agoExport gravatars (NodeBB)
Tim Düsterhus [Fri, 27 Feb 2015 22:34:38 +0000 (23:34 +0100)]
Export gravatars (NodeBB)

9 years agoConvert Markdown to BBCode (NodeBB)
Tim Düsterhus [Fri, 27 Feb 2015 22:19:52 +0000 (23:19 +0100)]
Convert Markdown to BBCode (NodeBB)

9 years agoImport profile fields (NodeBB)
Tim Düsterhus [Fri, 27 Feb 2015 21:45:50 +0000 (22:45 +0100)]
Import profile fields (NodeBB)

9 years agoExport conversations (NodeBB)
Tim Düsterhus [Wed, 25 Feb 2015 20:53:58 +0000 (21:53 +0100)]
Export conversations (NodeBB)

9 years agoExport followers (NodeBB)
Tim Düsterhus [Wed, 25 Feb 2015 19:39:22 +0000 (20:39 +0100)]
Export followers (NodeBB)

9 years agoAdd like export (NodeBB)
Tim Düsterhus [Sun, 22 Feb 2015 22:54:22 +0000 (23:54 +0100)]
Add like export (NodeBB)

9 years agoAdd post export (NodeBB)
Tim Düsterhus [Sun, 22 Feb 2015 22:24:19 +0000 (23:24 +0100)]
Add post export (NodeBB)