GitHub/WoltLab/com.woltlab.wcf.exporter.git
3 years agoRelease 5.2.10 5.2.10 5.2.final
Alexander Ebert [Mon, 23 Nov 2020 13:46:00 +0000 (14:46 +0100)]
Release 5.2.10

4 years agoMerge pull request #48 from WoltLab/phpbb-dropdown-selectoptions
Marcel Werk [Thu, 1 Oct 2020 13:11:02 +0000 (15:11 +0200)]
Merge pull request #48 from WoltLab/phpbb-dropdown-selectoptions

Fix off-by-one in selectOptions (phpBB 3.1+)

4 years agoFix off-by-one in selectOptions (phpBB 3.1+)
Tim Düsterhus [Thu, 1 Oct 2020 10:18:37 +0000 (12:18 +0200)]
Fix off-by-one in selectOptions (phpBB 3.1+)

Apparently the `option_id` is 0-indexed, but the value selected by the user is
stored 1-indexed. Technically the underscore workaround could now be removed.

4 years agoMerge pull request #47 from WoltLab/smf-password
Tim Düsterhus [Wed, 30 Sep 2020 10:59:30 +0000 (12:59 +0200)]
Merge pull request #47 from WoltLab/smf-password

Export the correct salt for SMF2

4 years agoExport the correct salt for SMF2
joshuaruesweg [Wed, 30 Sep 2020 10:57:24 +0000 (12:57 +0200)]
Export the correct salt for SMF2

4 years agoMerge pull request #46 from WoltLab/phpbb-attachment
Alexander Ebert [Fri, 25 Sep 2020 22:20:29 +0000 (00:20 +0200)]
Merge pull request #46 from WoltLab/phpbb-attachment

Make attachment BBCode regex for phpBB less specific

4 years agoMake attachment BBCode regex for phpBB less specific
Tim Düsterhus [Mon, 21 Sep 2020 10:06:18 +0000 (12:06 +0200)]
Make attachment BBCode regex for phpBB less specific

Apparently phpBB 3.2 no longer uses the HTML comments within the BBCode tags:

   [attachment=1]IMG_*redacted*.jpg[/attachment]
   [attachment=0]*redacted*_*redacted*.jpg[/attachment]

4 years agoRelease 5.2.9 5.2.9
Alexander Ebert [Fri, 28 Aug 2020 13:32:38 +0000 (15:32 +0200)]
Release 5.2.9

4 years agoRelease 5.2.9
Alexander Ebert [Wed, 26 Aug 2020 15:58:07 +0000 (17:58 +0200)]
Release 5.2.9

4 years agovB5: Support import of [img2=json] BBCode
Tim Düsterhus [Mon, 24 Aug 2020 12:09:26 +0000 (14:09 +0200)]
vB5: Support import of [img2=json] BBCode

4 years agovB5: Fix import of double quoted URLs
Tim Düsterhus [Mon, 24 Aug 2020 12:08:58 +0000 (14:08 +0200)]
vB5: Fix import of double quoted URLs

4 years agoMerge branch '3.1' into 5.2
Marcel Werk [Thu, 30 Jul 2020 11:28:47 +0000 (13:28 +0200)]
Merge branch '3.1' into 5.2

4 years agoMerge branch '3.0' into 3.1 3.1.final
Marcel Werk [Thu, 30 Jul 2020 11:28:35 +0000 (13:28 +0200)]
Merge branch '3.0' into 3.1

4 years agoFixed usage of continue in switches 3.0.final
Marcel Werk [Fri, 18 May 2018 08:42:42 +0000 (10:42 +0200)]
Fixed usage of continue in switches

4 years agoFixed missing import of the lastChangeTime for files (filebase)
Marcel Werk [Fri, 24 Jul 2020 14:13:21 +0000 (16:13 +0200)]
Fixed missing import of the lastChangeTime for files (filebase)

4 years agoRelease 5.2.7 5.2.7
Alexander Ebert [Sat, 27 Jun 2020 12:14:58 +0000 (14:14 +0200)]
Release 5.2.7

4 years agoMerge branch '3.1' into 5.2
Alexander Ebert [Sat, 27 Jun 2020 11:38:26 +0000 (13:38 +0200)]
Merge branch '3.1' into 5.2

4 years agoRelease 3.1.15 3.1.15
Alexander Ebert [Sat, 27 Jun 2020 11:04:16 +0000 (13:04 +0200)]
Release 3.1.15

4 years agoMerge branch '3.1' into 5.2
Marcel Werk [Thu, 18 Jun 2020 18:03:22 +0000 (20:03 +0200)]
Merge branch '3.1' into 5.2

4 years agoFixed import of user option types
Marcel Werk [Thu, 18 Jun 2020 18:03:08 +0000 (20:03 +0200)]
Fixed import of user option types

4 years agoMerge branch '3.1' into 5.2
Matthias Schmidt [Sat, 13 Jun 2020 12:32:30 +0000 (14:32 +0200)]
Merge branch '3.1' into 5.2

4 years agoAdd .editorconfig file
Matthias Schmidt [Sat, 13 Jun 2020 12:32:21 +0000 (14:32 +0200)]
Add .editorconfig file

See WoltLab/WCF#3306

4 years agoPreparing the release 5.2.4 5.2.4
Alexander Ebert [Wed, 25 Mar 2020 16:09:49 +0000 (17:09 +0100)]
Preparing the release 5.2.4

4 years agoMerge pull request #42 from WoltLab/default-password
Tim Düsterhus [Sun, 15 Mar 2020 12:55:13 +0000 (13:55 +0100)]
Merge pull request #42 from WoltLab/default-password

Use `null` instead of `''` as the password value before replacing the…

4 years agoAdd support for attach BBCode with type / width / alt text (XF 2)
Tim Düsterhus [Thu, 6 Feb 2020 12:15:31 +0000 (13:15 +0100)]
Add support for attach BBCode with type / width / alt text (XF 2)

4 years agoAdd support for rgb() colors (XF 2)
Tim Düsterhus [Thu, 6 Feb 2020 12:12:53 +0000 (13:12 +0100)]
Add support for rgb() colors (XF 2)

4 years agoAdd support for pixel based font sizes (XF 2)
Tim Düsterhus [Thu, 6 Feb 2020 12:08:22 +0000 (13:08 +0100)]
Add support for pixel based font sizes (XF 2)

4 years agoFixed media import from WoltLab Suite 3.0
Marcel Werk [Thu, 5 Mar 2020 15:25:23 +0000 (16:25 +0100)]
Fixed media import from WoltLab Suite 3.0

4 years agoMerge branch '3.1' into 5.2
Alexander Ebert [Sun, 23 Feb 2020 12:20:22 +0000 (13:20 +0100)]
Merge branch '3.1' into 5.2

4 years agoPreparing the release 3.1.12 3.1.12
Alexander Ebert [Sat, 22 Feb 2020 23:29:26 +0000 (00:29 +0100)]
Preparing the release 3.1.12

4 years agoMerge branch '3.0' into 3.1
Alexander Ebert [Sat, 22 Feb 2020 18:48:20 +0000 (19:48 +0100)]
Merge branch '3.0' into 3.1

4 years agoPreparing the release 3.0.23 3.0.23
Alexander Ebert [Sat, 22 Feb 2020 17:59:29 +0000 (18:59 +0100)]
Preparing the release 3.0.23

4 years agoUse `null` instead of `''` as the password value before replacing the hash
Tim Düsterhus [Mon, 10 Feb 2020 19:49:07 +0000 (20:49 +0100)]
Use `null` instead of `''` as the password value before replacing the hash

This will result in a hash of `invalid:` and thus prevent login without
Exceptions.

Fixes #41

4 years agoPreparing the release 5.2.2 5.2.2
Alexander Ebert [Thu, 6 Feb 2020 18:10:54 +0000 (19:10 +0100)]
Preparing the release 5.2.2

4 years agoPreparing the release 5.2.2
Alexander Ebert [Thu, 30 Jan 2020 19:54:52 +0000 (20:54 +0100)]
Preparing the release 5.2.2

4 years agoMerge branch 'master' into next
Marcel Werk [Thu, 23 Jan 2020 12:15:02 +0000 (13:15 +0100)]
Merge branch 'master' into next

4 years agoMerge branch '3.0'
Marcel Werk [Thu, 23 Jan 2020 12:13:47 +0000 (13:13 +0100)]
Merge branch '3.0'

4 years agoFixed wrong quotes in font tags
Marcel Werk [Thu, 23 Jan 2020 12:13:14 +0000 (13:13 +0100)]
Fixed wrong quotes in font tags

4 years agoMerge branch 'master' into next
Tim Düsterhus [Mon, 20 Jan 2020 12:10:58 +0000 (13:10 +0100)]
Merge branch 'master' into next

4 years agoMerge branch 'vb5-fix'
Tim Düsterhus [Mon, 20 Jan 2020 12:01:42 +0000 (13:01 +0100)]
Merge branch 'vb5-fix'

4 years agoAdd support for pixel based font sizes (vB 5)
Tim Düsterhus [Sat, 18 Jan 2020 10:57:44 +0000 (11:57 +0100)]
Add support for pixel based font sizes (vB 5)

4 years agoAdd support for [attach=config] (vB 5)
Tim Düsterhus [Fri, 17 Jan 2020 17:51:47 +0000 (18:51 +0100)]
Add support for [attach=config] (vB 5)

4 years agoFix BBCodes in signatures (vB 5)
Tim Düsterhus [Fri, 17 Jan 2020 11:21:22 +0000 (12:21 +0100)]
Fix BBCodes in signatures (vB 5)

4 years agoAdd support for [attach=json] (vB 5)
Tim Düsterhus [Fri, 17 Jan 2020 11:20:55 +0000 (12:20 +0100)]
Add support for [attach=json] (vB 5)

4 years agoMerge branch 'master' into next
Tim Düsterhus [Sun, 12 Jan 2020 16:55:34 +0000 (17:55 +0100)]
Merge branch 'master' into next

4 years agoFix typo in XF2xExporter
Tim Düsterhus [Sun, 12 Jan 2020 16:55:16 +0000 (17:55 +0100)]
Fix typo in XF2xExporter

4 years agoPreparing the release 5.2.0 5.2.0
Alexander Ebert [Sat, 28 Dec 2019 19:45:07 +0000 (20:45 +0100)]
Preparing the release 5.2.0

4 years agoSupport for attachments with the `.bin` extensions (WoltLab Suite 5.2+)
Alexander Ebert [Thu, 26 Dec 2019 17:41:51 +0000 (18:41 +0100)]
Support for attachments with the `.bin` extensions (WoltLab Suite 5.2+)

Fixes #36

4 years agoPreparing the release 5.2.0 RC 2 5.2.0_RC_2
Alexander Ebert [Thu, 19 Dec 2019 19:26:18 +0000 (20:26 +0100)]
Preparing the release 5.2.0 RC 2

4 years agoIncorrect number of tokens
Alexander Ebert [Mon, 16 Dec 2019 19:29:42 +0000 (20:29 +0100)]
Incorrect number of tokens

4 years agoDropped the API compatibility 5.2.0_RC_1
Alexander Ebert [Wed, 11 Dec 2019 17:29:59 +0000 (18:29 +0100)]
Dropped the API compatibility

4 years agoPreparing the release 5.2.0 RC 1
Alexander Ebert [Wed, 11 Dec 2019 17:04:33 +0000 (18:04 +0100)]
Preparing the release 5.2.0 RC 1

4 years agoIncorrect "fromversion" value
Alexander Ebert [Sun, 8 Dec 2019 15:12:38 +0000 (16:12 +0100)]
Incorrect "fromversion" value

4 years agoForce the redeployment of all files
Alexander Ebert [Sun, 8 Dec 2019 14:54:07 +0000 (15:54 +0100)]
Force the redeployment of all files

4 years agoExperimental upgrade support for 3.1 -> 5.2
Alexander Ebert [Wed, 4 Dec 2019 15:45:20 +0000 (16:45 +0100)]
Experimental upgrade support for 3.1 -> 5.2

5 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 3 Nov 2019 17:00:00 +0000 (18:00 +0100)]
Merge branch 'master' into next

5 years agoPreparing the release 3.1.11 3.1.11
Alexander Ebert [Wed, 23 Oct 2019 11:13:17 +0000 (13:13 +0200)]
Preparing the release 3.1.11

5 years agoPreparing the release 3.1.11
Alexander Ebert [Sun, 13 Oct 2019 18:16:00 +0000 (20:16 +0200)]
Preparing the release 3.1.11

5 years agoPreparing the release 5.2.0 Beta 2 5.2.0_Beta_2
Alexander Ebert [Sat, 5 Oct 2019 18:28:16 +0000 (20:28 +0200)]
Preparing the release 5.2.0 Beta 2

5 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 2 Oct 2019 22:25:21 +0000 (00:25 +0200)]
Merge branch 'master' into next

5 years agoMerge branch 'xf21'
Tim Düsterhus [Wed, 2 Oct 2019 22:25:04 +0000 (00:25 +0200)]
Merge branch 'xf21'

5 years agoSupport XF 2.1 reactions
Tim Düsterhus [Wed, 2 Oct 2019 21:15:59 +0000 (23:15 +0200)]
Support XF 2.1 reactions

5 years agoAdd compatibility hint for XenForo 2.1
Tim Düsterhus [Wed, 2 Oct 2019 18:35:23 +0000 (20:35 +0200)]
Add compatibility hint for XenForo 2.1

5 years agoAdd support for XenForo 2.1
Tim Düsterhus [Wed, 2 Oct 2019 18:34:29 +0000 (20:34 +0200)]
Add support for XenForo 2.1

5 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 11 Sep 2019 09:56:14 +0000 (11:56 +0200)]
Merge branch 'master' into next

5 years agoMerge branch '3.0'
Tim Düsterhus [Wed, 11 Sep 2019 09:55:59 +0000 (11:55 +0200)]
Merge branch '3.0'

5 years agoAdd support for SMF legacy attachment filenames
Tim Düsterhus [Mon, 9 Sep 2019 18:34:42 +0000 (20:34 +0200)]
Add support for SMF legacy attachment filenames

5 years agoFix import of article comment (responses)
Matthias Schmidt [Mon, 9 Sep 2019 16:58:48 +0000 (18:58 +0200)]
Fix import of article comment (responses)

5 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 8 Sep 2019 17:38:06 +0000 (19:38 +0200)]
Merge branch 'master' into next

5 years agoFix smiley categories being imported twice
Matthias Schmidt [Sun, 8 Sep 2019 17:37:58 +0000 (19:37 +0200)]
Fix smiley categories being imported twice

5 years agoExport media categories
Matthias Schmidt [Sun, 8 Sep 2019 17:26:16 +0000 (19:26 +0200)]
Export media categories

See #32

5 years agoUpdate PHP versions in travis file
Matthias Schmidt [Sun, 8 Sep 2019 15:05:55 +0000 (17:05 +0200)]
Update PHP versions in travis file

5 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 8 Sep 2019 15:04:50 +0000 (17:04 +0200)]
Merge branch 'master' into next

5 years agoFix export of CMS contents
Matthias Schmidt [Sun, 8 Sep 2019 14:49:36 +0000 (16:49 +0200)]
Fix export of CMS contents

See #32

5 years agoPreparing the release 3.1.10 3.1.10
Alexander Ebert [Fri, 30 Aug 2019 15:17:23 +0000 (17:17 +0200)]
Preparing the release 3.1.10

5 years agoPreparing the release 5.2.0 Beta 1 5.2.0_Beta_1
Alexander Ebert [Sun, 25 Aug 2019 15:12:53 +0000 (17:12 +0200)]
Preparing the release 5.2.0 Beta 1

5 years agoMerge branch 'xobor' into next
Tim Düsterhus [Wed, 10 Jul 2019 10:12:10 +0000 (12:12 +0200)]
Merge branch 'xobor' into next

5 years agoExport attachments (Xobor)
Tim Düsterhus [Mon, 8 Jul 2019 19:38:20 +0000 (21:38 +0200)]
Export attachments (Xobor)

5 years agoClean up XoborExporter
Tim Düsterhus [Mon, 21 Jan 2019 12:42:27 +0000 (13:42 +0100)]
Clean up XoborExporter

5 years agoExport profile fields (Xobor)
Tim Düsterhus [Sat, 11 Jun 2016 17:42:08 +0000 (19:42 +0200)]
Export profile fields (Xobor)

5 years agoThrow decodeHTML at Xobor source data
Tim Düsterhus [Thu, 9 Jun 2016 19:58:38 +0000 (21:58 +0200)]
Throw decodeHTML at Xobor source data

5 years agoExport boards, threads and posts (Xobor)
Tim Düsterhus [Thu, 9 Jun 2016 19:32:16 +0000 (21:32 +0200)]
Export boards, threads and posts (Xobor)

5 years agoExport users (Xobor)
Tim Düsterhus [Thu, 9 Jun 2016 18:55:32 +0000 (20:55 +0200)]
Export users (Xobor)

5 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 10 Jul 2019 10:11:13 +0000 (12:11 +0200)]
Merge branch 'master' into next

5 years agoFixed potentially undefined variable
Marcel Werk [Wed, 22 May 2019 10:01:16 +0000 (12:01 +0200)]
Fixed potentially undefined variable

5 years agoIgnore thumbnails when importing attachments (smf2)
Marcel Werk [Mon, 13 May 2019 15:51:25 +0000 (17:51 +0200)]
Ignore thumbnails when importing attachments (smf2)

5 years agoRemoved obsolete code
Marcel Werk [Mon, 13 May 2019 15:43:19 +0000 (17:43 +0200)]
Removed obsolete code

5 years agoUse API_VERSION for xsd paths 5.2.0_Alpha_1
Matthias Schmidt [Mon, 15 Apr 2019 16:15:10 +0000 (18:15 +0200)]
Use API_VERSION for xsd paths

See WoltLab/WCF#2821

5 years agoMerge branch 'master' into next
Alexander Ebert [Sat, 6 Apr 2019 11:13:11 +0000 (13:13 +0200)]
Merge branch 'master' into next

5 years agoPreparing the release 3.1.9 3.1.9
Alexander Ebert [Thu, 4 Apr 2019 15:46:54 +0000 (17:46 +0200)]
Preparing the release 3.1.9

5 years agoAdded support for wordpress pages
Marcel Werk [Tue, 26 Mar 2019 22:17:51 +0000 (23:17 +0100)]
Added support for wordpress pages

Closes #30

5 years agoAdded CMS support (WoltLab Suite)
Marcel Werk [Thu, 21 Mar 2019 16:34:15 +0000 (17:34 +0100)]
Added CMS support (WoltLab Suite)

Closes #32

5 years agoFixed import of orphaned attachments (IPB4)
Marcel Werk [Wed, 13 Mar 2019 14:48:46 +0000 (15:48 +0100)]
Fixed import of orphaned attachments (IPB4)

5 years agoUpdate copyright
Matthias Schmidt [Fri, 15 Feb 2019 16:02:02 +0000 (17:02 +0100)]
Update copyright

5 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 13 Jan 2019 12:35:09 +0000 (13:35 +0100)]
Merge branch 'master' into next

5 years agoMerge branch '3.0'
Matthias Schmidt [Sun, 13 Jan 2019 12:34:55 +0000 (13:34 +0100)]
Merge branch '3.0'

5 years agoMerge branch '2.1' into 3.0
Matthias Schmidt [Sun, 13 Jan 2019 12:34:41 +0000 (13:34 +0100)]
Merge branch '2.1' into 3.0

5 years agoMerge branch '2.0' into 2.1 2.1.final
Matthias Schmidt [Sun, 13 Jan 2019 12:32:38 +0000 (13:32 +0100)]
Merge branch '2.0' into 2.1

5 years agoAdd LICENSE file 2.0.final
Matthias Schmidt [Sun, 13 Jan 2019 12:32:22 +0000 (13:32 +0100)]
Add LICENSE file

Close  #33

5 years agoMerge master into next
Alexander Ebert [Tue, 1 Jan 2019 17:35:27 +0000 (18:35 +0100)]
Merge master into next