Sergey Biryukov
|
0237fadd3a
|
I18N: Add translator comments for strings in wp-admin/includes/class-wp-filesystem-base.php .
See #34684.
Built from https://develop.svn.wordpress.org/trunk@35662
git-svn-id: http://core.svn.wordpress.org/trunk@35626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-11-18 17:21:26 +00:00 |
|
Scott Taylor
|
b8c37073d8
|
Add @access docs to class-wp-filesystem-* files.
Props wenthemes.
Fixes #33725.
Built from https://develop.svn.wordpress.org/trunk@33984
git-svn-id: http://core.svn.wordpress.org/trunk@33953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-09-10 01:21:24 +00:00 |
|
Scott Taylor
|
60b8e86b36
|
In WP_Filesystem_Base::chdir|chgrp|chmod() (all mock abstract methods), modify @return to include string so that subclass @return s match.
See #32444.
Built from https://develop.svn.wordpress.org/trunk@32962
git-svn-id: http://core.svn.wordpress.org/trunk@32933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-06-27 00:43:24 +00:00 |
|
Dion Hulse
|
42fbb6568e
|
WP Filesystem: Correctly set the @since for WP_Filesystem_Base::getchmod() added in r32923.
This is 2.5.0 as that's when the function become available in all subclasses.
See #29548
Built from https://develop.svn.wordpress.org/trunk@32924
git-svn-id: http://core.svn.wordpress.org/trunk@32895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-06-24 04:52:25 +00:00 |
|
Dion Hulse
|
8f47efe7dc
|
WP Filesystem: Correctly parse the permissions field in the directory listings, and actually set it in FTP environments
Props mnelson4 for initial patch.
Fixes #29548
Built from https://develop.svn.wordpress.org/trunk@32923
git-svn-id: http://core.svn.wordpress.org/trunk@32894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-06-24 04:49:25 +00:00 |
|
Scott Taylor
|
c6a4512b1b
|
Add missing doc blocks to wp-admin/includes/* .
Fix some egregious uses of tabbing.
Some functions can simply return `apply_filters(...)` instead of setting a variable that is immediately returned.
See #32444.
Built from https://develop.svn.wordpress.org/trunk@32654
git-svn-id: http://core.svn.wordpress.org/trunk@32624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-05-29 20:17:26 +00:00 |
|
Scott Taylor
|
7cb45f2402
|
Don't call the size function count() as part of a test condition in loops. Compute the size beforehand, and not on each iteration.
Scrutinizer added a Performance label: these are the only violations.
See #30799.
Built from https://develop.svn.wordpress.org/trunk@31554
git-svn-id: http://core.svn.wordpress.org/trunk@31535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-02-26 05:48:24 +00:00 |
|
Scott Taylor
|
bc55996a0b
|
@param cleanup:
* `get_metadata()` will return literally anything, needs to be `mixed`
* `wp()` and `WP_Query::__construct()` no longer just take a query string
* Clarify a few others
See #30799.
Built from https://develop.svn.wordpress.org/trunk@31212
git-svn-id: http://core.svn.wordpress.org/trunk@31193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-01-16 19:03:23 +00:00 |
|
Scott Taylor
|
b29a20b90a
|
WP_Filesystem_Base should declare $errors and $options as fields for use by subclasses.
See #30799.
Built from https://develop.svn.wordpress.org/trunk@31208
git-svn-id: http://core.svn.wordpress.org/trunk@31189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-01-16 17:10:43 +00:00 |
|
Scott Taylor
|
2749e46178
|
In WP_Filesystem_Base , make the only private member, $cache , public and remove magic methods. $cache was always public until [28487], has been essentially public via a magic method since.
See #30891.
Built from https://develop.svn.wordpress.org/trunk@31145
git-svn-id: http://core.svn.wordpress.org/trunk@31126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-01-11 22:04:22 +00:00 |
|
Drew Jaynes
|
8df7115760
|
Use the correct hash notation syntax for the WP_Filesystem_Base::dirlist() DocBlock.
See #28298.
Built from https://develop.svn.wordpress.org/trunk@30722
git-svn-id: http://core.svn.wordpress.org/trunk@30712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-03 10:11:22 +00:00 |
|
Drew Jaynes
|
c4b9da857a
|
Using let's properly in inline comments lets us move on to more pressing matters of inline documentation.
Props trepmal.
Fixes #30570.
Built from https://develop.svn.wordpress.org/trunk@30703
git-svn-id: http://core.svn.wordpress.org/trunk@30693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 04:43:22 +00:00 |
|
Scott Taylor
|
da4c39480f
|
Improve various @param docs for src/wp-admin/includes/class-wp-filesystem-*.php .
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30678
git-svn-id: http://core.svn.wordpress.org/trunk@30668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 00:13:22 +00:00 |
|
Drew Jaynes
|
a8583d5f19
|
Fix some words that aren't words.
See #28885.
Built from https://develop.svn.wordpress.org/trunk@29454
git-svn-id: http://core.svn.wordpress.org/trunk@29232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-09 19:30:17 +00:00 |
|
Drew Jaynes
|
097dc8ee15
|
Fix syntax for single- and multi-line comments in wp-admin-directory files.
See #28931.
Built from https://develop.svn.wordpress.org/trunk@29206
git-svn-id: http://core.svn.wordpress.org/trunk@28990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-07-17 09:14:16 +00:00 |
|
Drew Jaynes
|
3665b5a1a1
|
Add periods to short descriptions for magic methods added in [28501], [28521], and [28524].
See #22234 and #28885.
Built from https://develop.svn.wordpress.org/trunk@29165
git-svn-id: http://core.svn.wordpress.org/trunk@28949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-07-14 01:12:14 +00:00 |
|
Drew Jaynes
|
e923e70d86
|
Fill out inline documentation for magic methods added to the WP_Filesystem_Base class in [28521].
See #22234 and #28885.
Built from https://develop.svn.wordpress.org/trunk@29147
git-svn-id: http://core.svn.wordpress.org/trunk@28931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-07-13 23:52:14 +00:00 |
|
Scott Taylor
|
3d0a869a21
|
WP_Filesystem_Base->abspath() should use the WPINC constant
Props wojtek.szkutnik
See #14157.
Built from https://develop.svn.wordpress.org/trunk@28904
git-svn-id: http://core.svn.wordpress.org/trunk@28703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-29 22:16:15 +00:00 |
|
Scott Taylor
|
09ecc213c8
|
In WP_Filesystem_Base , the constructor is a noop, so it shouldn't even be declared. Setting it implies that parent::__construct() should be called by its subclasses.
See #27881, #22234.
Built from https://develop.svn.wordpress.org/trunk@28529
git-svn-id: http://core.svn.wordpress.org/trunk@28355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-19 16:46:14 +00:00 |
|
Scott Taylor
|
85f73cf458
|
Classes that have __set() also need __isset() and __unset() .
See #27881, #22234.
Built from https://develop.svn.wordpress.org/trunk@28524
git-svn-id: http://core.svn.wordpress.org/trunk@28350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-19 06:52:14 +00:00 |
|
Scott Taylor
|
821246b4ae
|
Some classes with __get() method also need __set() .
See #27881, #22234.
Built from https://develop.svn.wordpress.org/trunk@28521
git-svn-id: http://core.svn.wordpress.org/trunk@28347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-19 06:31:15 +00:00 |
|
Scott Taylor
|
7a378bc48f
|
Add access modifiers to members and methods in WP_Filesystem_Base . Add magic __get() method for backwards compatibility.
See #27881, #22234.
Built from https://develop.svn.wordpress.org/trunk@28487
git-svn-id: http://core.svn.wordpress.org/trunk@28313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-19 00:06:14 +00:00 |
|
Dion Hulse
|
c43600ea4b
|
First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time.
See #18476 See #23122. Props kurtpayne, bananastalktome, and, DrewAPicture
Built from https://develop.svn.wordpress.org/trunk@25560
git-svn-id: http://core.svn.wordpress.org/trunk@25478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-22 04:44:10 +00:00 |
|
Dion Hulse
|
7a6fad844a
|
WP_Filesystem: Let the code breathe, add some additional whitespace between method definitions and comments.
Built from https://develop.svn.wordpress.org/trunk@25305
git-svn-id: http://core.svn.wordpress.org/trunk@25267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-09-09 02:55:09 +00:00 |
|
Dion Hulse
|
8a70215404
|
Theme Installer/Updater: Handle custom Theme directories when updating themes, and installing new themes. Fixes #22501
Built from https://develop.svn.wordpress.org/trunk@25082
git-svn-id: http://core.svn.wordpress.org/trunk@25067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-22 04:50:09 +00:00 |
|
Dion Hulse
|
1b9ab9f66f
|
WP_Filesystem: Use the FTP_* path override constants during upgrades for prefixed paths, ie. use FTP_BASE for ABSPATH/sub-dir as well as just for ABSPATH/. Props vericgar for initial patch. See #14401
Built from https://develop.svn.wordpress.org/trunk@25057
git-svn-id: http://core.svn.wordpress.org/trunk@25043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-20 06:47:08 +00:00 |
|
Sergey Biryukov
|
aadd546d48
|
Avoid PHP notices in get_sample_permalink() and get_sample_permalink_html(). Remove unused global reference. props ocean90. fixes #25005.
Built from https://develop.svn.wordpress.org/trunk@25028
git-svn-id: http://core.svn.wordpress.org/trunk@25015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-15 16:25:12 +00:00 |
|
Sergey Biryukov
|
428e9baba7
|
Correct return value for WP_Filesystem_Base::gethchmod(). props bananastalktome. fixes #23121.
git-svn-id: http://core.svn.wordpress.org/trunk@23349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-01-28 01:55:39 +00:00 |
|
Helen Hou-Sandí
|
b1f1579604
|
its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.
git-svn-id: http://core.svn.wordpress.org/trunk@23191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-12-20 15:55:32 +00:00 |
|
Dion Hulse
|
298b6b269f
|
Make WP_Filesystem_Base::getnumchmodfromh() return the expected values when the executable bit is set in the input. Props Keruspe. Fixes #20365
git-svn-id: http://core.svn.wordpress.org/trunk@22083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-09-29 01:33:15 +00:00 |
|
dd32
|
18e83f9c36
|
WP_Filesystem: When recursivly searching for a directory path, only search for unfound directory entries. This solves a case where the same directory may be entered twice inadvertantly when nested directories using the same name exist. Fixes #20652
git-svn-id: http://core.svn.wordpress.org/trunk@21222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-07-06 11:19:46 +00:00 |
|
dd32
|
6c6d746637
|
WP_Filesystem: Correct a rare case where the FTP directory will be detected incorrectly when the final path token exists higher in the chain, for example /x/x/Z/x/Z/ would be detected as /x/x/Z/. Fixes #20934
git-svn-id: http://core.svn.wordpress.org/trunk@21221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-07-06 10:41:32 +00:00 |
|
ryan
|
e3b46b25d3
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
git-svn-id: http://svn.automattic.com/wordpress/trunk@19712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-01-08 17:01:11 +00:00 |
|
duck_
|
c1d1590171
|
Fix typos in documentation (wp-admin/). See #18560.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-09-03 14:18:10 +00:00 |
|
nacin
|
2571545ec0
|
@since s/3.2/3.2.0/
git-svn-id: http://svn.automattic.com/wordpress/trunk@18268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-06-11 04:40:18 +00:00 |
|
westi
|
53ce9d6f50
|
More phpdoc typo fixes. See #17414 props Utkarsh
git-svn-id: http://svn.automattic.com/wordpress/trunk@17926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 09:56:59 +00:00 |
|
dd32
|
dd3c9a5195
|
Add an extra FTP_LANG_DIR override constant to short-circuit WP_Filesystem_Base::find_folder(WP_LANG_DIR);. See #11495
git-svn-id: http://svn.automattic.com/wordpress/trunk@17579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-01 09:17:27 +00:00 |
|
dd32
|
5b12ecb83d
|
Be a party-pooper; No more Akismet Dancing upon upgrade; Respect custom WP_CONTENT_DIR for bundled plugins/theme installation; Respect custom WP_CONTENT_DIR/WP_LANG_DIR for Language files when upgrading; Standardise WP_Filesystem path method returns (They're trailing slash'd). Adds an exclusion list to copy_dir() as well as WP_Filesystem_Base::wp_lang_dir(). See #14484 See #11495
git-svn-id: http://svn.automattic.com/wordpress/trunk@17576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-03-31 13:28:36 +00:00 |
|
dd32
|
394fa6d6b2
|
Ensure slashing of paths returned by WP_Filesystem_Base::find_folder() is consistent with the slashing of paths; Affects Windows machines using the Direct transport.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-23 05:54:32 +00:00 |
|
nacin
|
8bcc5969dc
|
Spelling and grammar fun. Fixes #11875 props cnorris23
git-svn-id: http://svn.automattic.com/wordpress/trunk@13382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-24 20:13:23 +00:00 |
|
ryan
|
8760e7da1b
|
Coding standards, space after if
git-svn-id: http://svn.automattic.com/wordpress/trunk@12752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-18 20:34:48 +00:00 |
|
azaozz
|
5c21d67399
|
WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304
git-svn-id: http://svn.automattic.com/wordpress/trunk@11831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-08-16 08:34:53 +00:00 |
|
ryan
|
31a2bbad76
|
WPFS cleanups. Props DD32. fixes #9525
git-svn-id: http://svn.automattic.com/wordpress/trunk@10919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-13 16:11:02 +00:00 |
|
ryan
|
e89192b1a8
|
Strip trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@10150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-09 18:03:31 +00:00 |
|
azaozz
|
81797b2ca3
|
Check if the FTP account is rooted to the base of the WordPress install, props DD32, see #7861
git-svn-id: http://svn.automattic.com/wordpress/trunk@9118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-10 10:40:04 +00:00 |
|
azaozz
|
da61c3c1cb
|
Fix for "Unable to locate WordPress directory" on core update and PHPDoc for class-wp-filesystem-base.php, props DD32, fixes #7861
git-svn-id: http://svn.automattic.com/wordpress/trunk@9117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-10 10:02:46 +00:00 |
|
westi
|
121f0754c6
|
Autodetect binary files for FTP filesystems. Fixes #7568 props DD32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-26 06:53:57 +00:00 |
|
westi
|
7f894ae416
|
phpdoc for wp-admin. See #7496 props santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-14 06:30:38 +00:00 |
|
ryan
|
35b18e5034
|
Trailing whitespace cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@8600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-09 05:36:14 +00:00 |
|
ryan
|
14fc4d5981
|
Turn off verbose
git-svn-id: http://svn.automattic.com/wordpress/trunk@8255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-07-04 06:18:20 +00:00 |
|