non port: chinese/wordpress-zh_TW/Makefile |
SVNWeb
|
Number of commits found: 97 |
Tue, 14 Feb 2023
|
[ 18:28 Bernard Spil (brnrd) ] 6beccad (Only the first 10 of 20 ports in this commit are shown above. )
www/wordpress: Transform into master port
* Simplify language ports
* Removes differences in pkg-message and pkg-descr
* Reduce files to manage on updates
|
Mon, 28 Nov 2022
|
[ 18:16 Jochen Neumeister (joneum) ] 6ed8dda (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 6.1.1
Changlog:
https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/
Sponsored by: Netzkommune GmbH
|
Fri, 28 Oct 2022
|
[ 12:42 Jochen Neumeister (joneum) ] c783ffd (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 6.0.3
Sponsored by: Netzkommune GmbH
|
Sat, 17 Sep 2022
|
[ 20:25 Jochen Neumeister (joneum) ] f716c18 (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 6.0.2
Changelog:
https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/
Sponsored by: Netzkommune GmbH
|
[ 08:01 Jochen Neumeister (joneum) ] 3ae94f9 (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 6.0.1
Changelog:
https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/
Sponsored by: Netzkommune GmbH
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 25fe59a (Only the first 10 of 124 ports in this commit are shown above. )
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Jul 2022
|
[ 14:39 Jochen Neumeister (joneum) ] f526cbc (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to Version 6.0
Welcome to “Arturo”
Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz
musician, Arturo O’Farrill. Known for his influence on contemporary Latin
jazz, Arturo has pressed more than 15 albums spanning a body of work across five
decades.
Take some time to explore WordPress 6.0, built to help you unlock your creative
aspirations and make your site-building experience more intuitive. And check out
some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary
Latin jazz, and so much more.
With nearly 1,000 enhancements and bug fixes, the second major release of 2022
is here. Download it now! As of today, WordPress powers more than 42% of
websites worldwide.1
Site owners and administrators should upgrade to take full advantage of the many
stability, performance, and usability enhancements today. WordPress content
creators will enjoy a suite of new features geared toward improving the writing
and designing experiences.
Full Changelog see: https://wordpress.org/news/2022/05/arturo/
Sponsored by: Netzkommune GmbH
|
Wed, 29 Jun 2022
|
[ 15:00 Stefan Eßer (se) ] 15c825b
Fix CONFLICTS_INSTALL in categories cad and chinese
Approved by: portmgr (implicit)
|
Sun, 17 Apr 2022
|
[ 12:13 Jochen Neumeister (joneum) ] 0fa601e (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 5.9.3
Sponsored by: Netzkommune GmbH
|
Fri, 18 Mar 2022
|
[ 15:18 Jochen Neumeister (joneum) ] 1938dcf (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 5.9.2
Changelog:
https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/
Sponsored by: Netzkommune GmbH
|
Fri, 4 Mar 2022
|
[ 09:39 Jochen Neumeister (joneum) ] 4c2b021 (Only the first 10 of 14 ports in this commit are shown above. )
*/wordpress*: Update to 5.9.1
Changelog:
https://wordpress.org/news/2022/02/wordpress-5-9-1-maintenance-release/
PR: 262184
Reported by: takefu@airport.fm
Sponspred by: Netzkommune GmbH
|
Sun, 6 Feb 2022
|
[ 18:36 Stefan Eßer (se) ] bdd2d4a (Only the first 10 of 69 ports in this commit are shown above. )
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit)
|
Fri, 28 Jan 2022
|
[ 15:27 Bernard Spil (brnrd) ] c600bba (Only the first 10 of 12 ports in this commit are shown above. )
www/wordpress: Security update to 5.9
* and language versions
PR: 261460
Security: 79b65dc5-749f-11ec-8be6-d4c9ef517024
MFH: 2022Q1
|
Thu, 6 Jan 2022
|
[ 06:25 Xin LI (delphij) Author: Kenji Takefu ] c44d822 (Only the first 10 of 19 ports in this commit are shown above. )
*/wordpress*: Update to 5.8.2
For all languages:
Make the port portlint(1),portclippy(1) compliant.
For www,french,german,japanese,russian:
Fix pkg-message.in to only show upgrade message when upgrading.
For www,zh_CN,zh_TW,french,german:
Use do-install-DOCS-on for documentation.
For zh_CN,zh_TW:
Add CPE information
PR: 260013
Approved by: maintainer timeout
|
Tue, 16 Nov 2021
|
[ 19:10 Dmitry Marakasov (amdmi3) ] 725b541
chinese/wordpress-zh_TW: mark BROKEN
Approved by: portmgr blanket
|
Fri, 3 Sep 2021
|
[ 04:26 Jochen Neumeister (joneum) ] e733aee (Only the first 10 of 12 ports in this commit are shown above. )
*/wordpress-*: Update to 5.8
Changelog: https://wordpress.org/news/2021/07/tatum/
Sponsored by: Netzkommune GmbH
|
Thu, 8 Jul 2021
|
[ 17:01 Jochen Neumeister (joneum) ] 5dcc4b0
chinese/wordpress-zh_TW: Update to 5.7.2
Sponsored by: Netzkommune GmbH
|
Wed, 7 Jul 2021
|
[ 21:13 Jochen Neumeister (joneum) ] 6beefaf
chinese/wordpress-zh_TW: Update to 5.5.5
Sponsored by: Netzkommune GmbH
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 3 Nov 2020
|
[ 19:27 joneum ] (Only the first 10 of 12 ports in this commit are shown above. )
wordpress: Update to 5.5.3
Changlogs:
-
https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/
- https://wordpress.org/news/2020/10/wordpress-5-5-3-maintenance-release/
MFH: 2020Q4 (with hat)
Security: 11325357-1d3c-11eb-ab74-4c72b94353b5
Sponsored by: Netzkommune GmbH
|
Mon, 7 Sep 2020
|
[ 08:59 joneum ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 5.5.1
Sponsored by: Netzkommune GmbH
|
Mon, 29 Jun 2020
|
[ 22:24 joneum ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 5.4.2
Changelog: https://wordpress.org/news/2020/04/wordpress-5-4-1/
Reported by: delphij
MFH: 2020Q2
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D25262
|
Sun, 10 May 2020
|
[ 13:51 joneum ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 5.3.3
Add php-json support [1]
PR: 244382 [1]
Sponsored by: Netzkommune GmbH
|
Thu, 26 Dec 2019
|
[ 10:29 joneum ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 5.3.2
Changelog: https://wordpress.org/news/
MFH: 2019Q4
Security: 7b97b32e-27c4-11ea-9673-4c72b94353b5
Sponsored by: Netzkommune GmbH
|
Tue, 12 Nov 2019
|
[ 08:00 joneum ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 5.2.4
Changelog: https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
MFH: 2019Q4
Security: 459df1ba-051c-11ea-9673-4c72b94353b5
Sponsored by: Netzkommune GmbH
|
Fri, 6 Sep 2019
|
[ 17:14 joneum ] (Only the first 10 of 14 ports in this commit are shown above. )
Wordpress: Update to 5.2.3
changelog:
https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/
MFH: 2019Q3
Security: 8a9f86de-d080-11e9-9051-4c72b94353b5
Sponsored by: Netzkommune GmbH
|
Sat, 11 May 2019
|
[ 10:45 joneum ] (Only the first 10 of 12 ports in this commit are shown above. )
WordPress: Update to 5.2
- https://wordpress.org/news/2019/05/jaco/
- https://wordpress.org/support/wordpress-version/version-5-2/
Sponsored by: Netzkommune GmbH
|
Thu, 21 Mar 2019
|
[ 10:07 joneum ]
Update to 5.1.1
Changelog:
https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/
MFH: 2019Q1
Security: 15ee0e93-4bbb-11e9-9ba0-4c72b94353b5
Sponsored by: Netzkommune GmbH
|
Mon, 11 Mar 2019
|
[ 20:29 antoine ]
Mark BROKEN: unfetchable
Reported by: pkg-fallout
|
Thu, 28 Feb 2019
|
[ 10:17 joneum ]
Update wordpress to 5.1
https://wordpress.org/support/wordpress-version/version-5-1/
https://wordpress.org/news/2019/02/betty/
Sponsored by: Netzkommune GmbH
|
Sun, 8 Jul 2018
|
[ 16:19 joneum ]
Update to 4.9
|
Wed, 25 Apr 2018
|
[ 22:00 mat ] (Only the first 10 of 15 ports in this commit are shown above. )
Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by: Absolight
|
Thu, 5 Oct 2017
|
[ 17:42 joneum ]
Update to 4.8.2
- Changelog:
https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/
Approved by: mentors (implicit)
MFH: 2017Q4
Security: a48d4478-e23f-4085-8ae4-6b3a7b6f016b
|
Thu, 13 Jul 2017
|
[ 16:12 joneum ]
- chinese/wordpress-zh_TW: Update from 4.7.5 to 4.8
- Changelog: https://wordpress.org/news/2017/06/evans/
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11569
|
Tue, 20 Jun 2017
|
[ 16:15 joneum ]
- chinese/wordpress-zh_TW: Update to 4.7.5
- Changelog: https://wordpress.org/news/2017/05/wordpress-4-7-5/
Approved by: miwi (mentor)
MFH: 2017Q2
Security: a5bb7ea0-3e58-11e7-94a2-00e04c1ea73d
Differential Revision: https://reviews.freebsd.org/D11275
|
Tue, 16 May 2017
|
[ 13:37 joneum ] (Only the first 10 of 355 ports in this commit are shown above. )
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755
|
Tue, 25 Apr 2017
|
[ 06:03 miwi ]
- Revert the php7 switch, we can't force users to switch to php7 yet.
|
[ 02:01 miwi ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update to 4.7.4
- Switch to php7
Changelog:
https://wordpress.org/news/2017/04/wordpress-4-7-4/
Submitted by: maintainer via irc
|
Tue, 7 Mar 2017
|
[ 13:56 tz ]
chinese/wordpress-zh_CN, chinese/wordpress-zh_TW, german/wordpress,
japanese/wordpress and www/wordpress, : Update from 4.7.2 to 4.7.3
Changelog:
https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/
This update fixes 6 security issues.
PR: 217608
Submitted by: Jochen Neumeister (maintainer)
MFH: 2017Q1
|
Sat, 28 Jan 2017
|
[ 20:54 sunpoet ]
Update to 4.7.2
Changes: https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/
PR: 216540
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer)
|
Sat, 14 Jan 2017
|
[ 17:19 sunpoet ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 4.7.1
Changes: https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/
PR: 216059
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer)
|
Tue, 13 Dec 2016
|
[ 16:30 amdmi3 ]
- Update to 4.7
PR: 215110
Submitted by: joneum@bsdproject.de (maintainer)
|
Thu, 1 Dec 2016
|
[ 11:18 mat ] (Only the first 10 of 56 ports in this commit are shown above. )
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
|
Thu, 15 Sep 2016
|
[ 01:41 swills ] (Only the first 10 of 193 ports in this commit are shown above. )
Unmark broken on powerpc64
These ports built successfully
|
Wed, 14 Sep 2016
|
[ 16:14 pawel ]
Update to version 4.6.1
PR: 212676
Submitted by: Jochen Neumeister (maintainer)
|
Fri, 19 Aug 2016
|
[ 22:45 pawel ]
- Update to version 4.6
- Convert to USES=php:web
PR: 211980
Submitted by: Jochen Neumeister (maintainer)
|
Wed, 10 Aug 2016
|
[ 00:19 wen ]
- Pass maintainership to submitter
PR: 211708
Submitted by: joneum@bsdproject.de
|
Mon, 25 Jul 2016
|
[ 20:01 rene ] (Only the first 10 of 317 ports in this commit are shown above. )
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary
|
Tue, 10 May 2016
|
[ 01:50 junovitch ]
chinese/wordpress-zh_TW: update 4.4.2 -> 4.5.2
Approved by: ports-secteam (with hat)
Security: CVE-2016-4566
Security: CVE-2016-4567
Security: https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html
MFH: 2016Q2
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Tue, 23 Feb 2016
|
[ 09:38 miwi ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 4.4.2
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Fri, 8 Jan 2016
|
[ 04:40 miwi ]
- Update to 4.4.1
|
Thu, 24 Dec 2015
|
[ 15:40 miwi ]
- Update to 4.4
- Switch to mysqli
- Add ftp suport
- Take maintainership
|
Sat, 5 Dec 2015
|
[ 09:42 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
|
Thu, 1 Oct 2015
|
[ 15:55 sunpoet ]
- Update to 4.3.1
- Cleanup MASTER_SITES
Changes: https://tw.wordpress.org/2015/09/16/wordpress-4-3-1/
MFH: 2015Q3
|
Mon, 31 Aug 2015
|
[ 13:32 sunpoet ]
- Update to 4.3
- Add NO_ARCH
Changes: https://tw.wordpress.org/2015/08/19/billie/
|
Sun, 30 Aug 2015
|
[ 20:13 jbeich ] (Only the first 10 of 19 ports in this commit are shown above. )
Reset maintainership per mail on freebsd-ports@ list
Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Thu, 6 Aug 2015
|
[ 19:55 flo ]
Update to 4.2.4
PR: 202107
Submitted by: ychsiao@ychsiao.org (maintainer)
MFH: 2015Q3
Security: ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
|
Sun, 28 Jun 2015
|
[ 08:53 sunpoet ]
- Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by: portmgr (blanket)
|
Fri, 8 May 2015
|
[ 20:22 sunpoet ]
- Update to 4.2.2
Changes: https://tw.wordpress.org/2015/05/07/wordpress-4-2-2/
https://tw.wordpress.org/2015/04/29/wordpress-4-2-1/
https://tw.wordpress.org/2015/04/29/wordpress-4-2/
PR: 200030
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Thu, 30 Apr 2015
|
[ 11:29 sunpoet ]
- Update to 4.1.4
PR: 199764
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2015Q2
|
Sun, 26 Apr 2015
|
[ 09:31 sunpoet ]
- Update to 4.1.2
Changes: https://tw.wordpress.org/2015/04/22/wordpress-4-1-2/
PR: 199701
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2015Q2
|
Thu, 15 Jan 2015
|
[ 18:01 sunpoet ]
- Update to 4.1
Changes: https://tw.wordpress.org/2015/01/08/dinah/
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2015Q1
|
Mon, 24 Nov 2014
|
[ 18:32 sunpoet ]
- While I'm here, update to 4.0.1
Changes: https://tw.wordpress.org/2014/11/21/wordpress-4-0-1/
https://tw.wordpress.org/2014/09/05/benny/
PR: ports/194931
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
MFH: 2014Q4
|
Sat, 10 May 2014
|
[ 17:34 sunpoet ]
- Update to 3.9.1
Changes: http://tw.wordpress.org/2014/05/09/wordpress-3-9-1/
PR: ports/189524
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sat, 26 Apr 2014
|
[ 18:12 sunpoet ]
- Update to 3.9
- Simplify pre-install:
- Remove .include <bsd.port.options.mk>
- Remove unnecessary SUB_LISTS
Changes: http://tw.wordpress.org/2014/04/24/smith/
PR: ports/189018
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Tue, 18 Feb 2014
|
[ 13:25 miwi ]
- Stage support
|
Tue, 4 Feb 2014
|
[ 11:41 sunpoet ]
- Update to 3.8.1
Changes: http://tw.wordpress.org/2014/01/24/wordpress-3-8-1/
PR: ports/186080
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Mon, 23 Dec 2013
|
[ 18:30 sunpoet ]
- Update to 3.8
Changes: http://tw.wordpress.org/2013/12/16/parker/
PR: ports/185075
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Thu, 31 Oct 2013
|
[ 12:44 sunpoet ]
- Update to 3.7.1
Changes: http://tw.wordpress.org/2013/10/30/wordpress-3-7-1/
PR: ports/183489
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sat, 26 Oct 2013
|
[ 12:45 sunpoet ]
- Update to 3.7
Changes: http://tw.wordpress.org/2013/10/25/basie/
PR: ports/183324
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 16:01 bapt ] (Only the first 10 of 138 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
|
Sat, 14 Sep 2013
|
[ 14:10 sunpoet ]
- Update to 3.6.1
Changes: http://tw.wordpress.org/2013/09/13/wordpress-3-6-1/
PR: ports/182088
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sun, 4 Aug 2013
|
[ 02:56 vanilla ]
Upgrade to 3.6.
PR: ports/181000
Submitted by: maintainer
|
Mon, 15 Jul 2013
|
[ 14:58 miwi ]
- Update to 3.5.2
PR: 180401
Submitted by: maintainer
|
Wed, 30 Jan 2013
|
[ 06:30 delphij ]
Update to 3.5.1.
PR: ports/175680
Approved by: maintainer
Security: 559e00b7-6a4d-11e2-b6b0-10bf48230856
|
Sun, 16 Dec 2012
|
[ 19:24 rm ]
- update russian [1], chinese_zh_TW [2] and chinese_zh_CN [3]
versions of wordpress to 3.5
while here, make changes common for all of this ports:
- trim Makefile header
- remove indefinite article from COMMENT
- do not define LICENSE_FILE for standard license
- remove license.txt from PORTDOCS
- tab -> space change in pkg-descr:WWW
- trailing whitespace fixes
PR: 174399 [1]
PR: 174452 [2]
PR: 174400 [3]
Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) [1],
Bo-Yi Wu <appleboy.tw@gmail.com> [2],
Joe Horn <joehorn@gmail.com> (maintainer) [3]
Approved by: Joe Horn <joehorn@gmail.com> (maintainer) [2]
|
Fri, 7 Sep 2012
|
[ 20:25 swills ]
- Update to 3.4.2 [1] [2] [3]
- Document security issue [4]
PR: ports/171397 [1]
PR: ports/171404 [2]
PR: ports/171405 [3]
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) [1]
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) [2] [3]
Reviewed by: eadler [4]
Security: 30149157-f926-11e1-95cd-001fd0af1a4c
|
Thu, 28 Jun 2012
|
[ 17:52 jase ]
- Update to 3.4.1 [1]
- Convert to optionsNG and add DOCS option
PR: ports/169515 [1]
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
Approved by: culot (mentor)
|
Sat, 16 Jun 2012
|
[ 19:56 sunpoet ]
- Update to 3.4
Changes: http://tw.wordpress.org/2012/06/14/green/
PR: ports/169093
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sun, 22 Apr 2012
|
[ 13:18 sunpoet ]
- Update to 3.3.2
Changes: http://tw.wordpress.org/2012/04/21/wordpress-3-3-2/
PR: ports/167173
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Wed, 25 Jan 2012
|
[ 23:12 sunpoet ]
- Update to 3.3.1
Changes:
http://tw.wordpress.org/2012/01/17/wordpress-3-3-1-%e5%ae%89%e5%85%a8%e8%88%87%e7%b6%ad%e8%ad%b7%e7%89%88%e6%9c%ac%e9%87%8b%e5%87%ba/
PR: ports/164465
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Wed, 13 Jul 2011
|
[ 05:56 sunpoet ]
- Update to 3.2.1
Changes: http://tw.wordpress.org/2011/07/13/wordpress-3-2-1/
PR: ports/158856
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Tue, 5 Jul 2011
|
[ 06:48 sunpoet ]
- Update to 3.2
Changes: http://tw.wordpress.org/2011/07/05/gershwin/
PR: ports/158655
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Thu, 26 May 2011
|
[ 19:23 sunpoet ]
- Update to 3.1.3
Changes: http://tw.wordpress.org/2011/05/26/wordpress-3-1-3/
PR: ports/157349
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sat, 14 May 2011
|
[ 10:47 sunpoet ]
- Update to 3.1.2
Changes: http://tw.wordpress.org/2011/04/27/wordpress-3-1-2/
PR: ports/156666
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: maintainer (timeout, 17 days)
|
Sat, 16 Apr 2011
|
[ 13:23 sunpoet ]
- Update to 3.1.1
Changes: http://tw.wordpress.org/2011/04/05/wordpress-3-1-1/
PR: ports/156273
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Thu, 17 Mar 2011
|
[ 13:13 miwi ]
- Update to 3.1
PR: 155079
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: maintainer timeout
|
Tue, 8 Feb 2011
|
[ 13:35 miwi ]
- Update to 3.0.5
With hat: secteam (myself)
Security: http://codex.wordpress.org/Version_3.0.5
Feature safe: yes
|
Fri, 31 Dec 2010
|
[ 02:25 sunpoet ]
- Update to 3.0.4
Changes:
http://tw.wordpress.org/2010/12/30/3-0-4-%e9%87%8d%e8%a6%81%e5%ae%89%e5%85%a8%e6%80%a7%e6%9b%b4%e6%96%b0/
PR: ports/153558
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sun, 12 Dec 2010
|
[ 01:11 pgollucci ]
- Update to 3.0.3
PR: ports/152984
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: joehorn@gmail.com (maintainer)
|
Thu, 2 Dec 2010
|
[ 15:57 sunpoet ]
- Update to 3.0.2
- Add MASTER_SITES
Changes: http://tw.wordpress.org/2010/12/01/wordpress-3-0-2/
PR: ports/152779
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Mon, 8 Nov 2010
|
[ 02:36 sunpoet ]
- Update to 3.0.1
- Add LICENSE
Changes: http://codex.wordpress.org/Version_3.0.1
PR: ports/151780
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
Sun, 20 Jun 2010
|
[ 12:21 miwi ]
- Update to WP 3.0
PR: 147966 [1]
147945 [2]
Submitted by: Joe Horn <joehorn@gmail.com> [1]
Yuan-Chung Hsiao <ychsiao@ychsiao.org> [2]
Feature safe: yes
|
Fri, 9 Apr 2010
|
[ 08:11 wen ]
WordPress is a state-of-the-art semantic personal publishing platform
with a focus on aesthetics, web standards, and usability.
More simply, Wordpress is what you use when you want to work
with your blogging software, not fight it.
WWW: http://tw.wordpress.org/
PR: ports/144369
Submitted by: Joe Horn <joehorn@gmail.com>
|
Number of commits found: 97 |