Please can you grant me svn commit access…

Please can you grant me svn commit access to the meta.svn repo. I was trying to fix an issue on apps.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ with shortcodeShortcode A shortcode is a placeholder used within a WordPress post, page, or widget to insert a form or function generated by a plugin in a specific location on your site. rendering of the install buttons and found I don’t have the required access now these have all been moved to meta.svn.

#commit, #meta-svn

Hi can we please have colordiff added to…

Hi, can we please have colordiff added to dev-base. I miss it when reviewing my changes pre-commit 🙂

#request

Please could you give me commit access to…

Please could you give me commit access to glotpress.svn.wordpress.org so that I can update the locales.php file to include the Yorùbá language.

#glotpress, #svn

Please can I have commit access to https…

Please can I have commit access to https://supportpress.svn.wordpress.org I’m trying to set up and install locally and finding bugs and things to fix along the way which I would like to push back into the trunk version.

#supportpress, #svn

Please can I have commit access for https…

Please can I have commit access for: https://code.svn.wordpress.org/dotorg-api/

Trying to update the Browse Happy APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. to current browser versions.

#code-svn, #commit

Please can you update the PHP linting on…

Please can you update the PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. linting on the unit-tests repo to PHP 5.3 or disable it entirely?

We have test cases for actions with closures and now I can change the file 🙂

peter@atom (wireless.ftwr.co.uk) wp-testcase 0 0.01 $ svn diff

Property changes on: test_actions.php
___________________________________________________________________
Added: svn:eol-style
+ native

peter@atom (wireless.ftwr.co.uk) wp-testcase 0 0.09 $ svn ci -m “Set svn:eol-style native”
Sending wp-testcase/test_actions.php
Transmitting file data .svn: Commit failed (details follow):
svn: Commit blocked by pre-commit hook (exit code 1) with output:

***********************************
PHP error in: wp-testcase/test_actions.php:

Parse error: syntax error, unexpected T_FUNCTION in wp-testcase/test_actions.php on line 268
Errors parsing wp-testcase/test_actions.php
***********************************

peter@atom (wireless.ftwr.co.uk) wp-testcase 1 0.07 $

#unit-tests

Getting errors on commit to the unit-tes…

Getting errors on commit to the unit-tests svn:

peterwestwood@Peter-Westwoods-MacBook-Pro (peterwestwood ttys005 May 6 12:17 ) wp-testcase 1 $ svn ci -m “Remove erroneous svn:executable properties”
Sending wp-testcase/test_shortcode.php
Sending wp-testcase/test_user_capabilities.php
svn: Commit failed (details follow):
svn: MERGE of ‘/wp-testcase’: 200 OK (https://unit-tests.svn.wordpress.org)

The commit does go through though – https://unit-tests.trac.wordpress.org/changeset/348

#unit-tests

Now that we are seeing more activity fro…

Now that we are seeing more activity from more developers in the Unit Tests tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. and SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. please can we have a mailing list setup which receives:

  • SVN::Notify emails for svn commits – aka what wp-svn gets for WordPress
  • All the general emails that trac generates for ticket changes – aka what wp-trac gets for WordPress

I think one email list with both combined is fine.

#svn, #trac, #unit-tests

The Unit Tests svn repos appear out of s…

The Unit Tests svn repos appear out of sync and the follow message is seen on commit (from duck_) :

$ svn ci -m “More WP_Query properties and in order listed in WP_Query.
Test verbose rules.”
Sending wp-testcase/test_query.php
Transmitting file data .
Committed revision 338.

Warning: post-commit hook failed (exit code 255) with output:
Permission denied (publickey).

http://svn.automattic.com/wordpress-tests/ – r320
https://unit-tests.svn.wordpress.org/ – r338

#svn

I packaged up my mu-plugin for always showing…

I packaged up my mu-plugin for always showing the admin bar and released it: https://wordpress.org/extend/plugins/logged-out-admin-bar/
I also network activated it for the make.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ network

#admin-bar, #make