.. |
admin.php
|
Move define of AUTOSAVE_INTERVAL to wp-settings so that it is available earlier. Props simonwheatley. fixes #6668 for trunk
|
2008-04-14 17:07:34 +00:00 |
bookmark.php
|
Strip slashes before preparing link for insert. see #6644
|
2008-04-16 05:55:27 +00:00 |
class-ftp-pure.php
|
Typo fixes. fixes #6155
|
2008-03-11 23:45:07 +00:00 |
class-ftp-sockets.php
|
Typo fixes. fixes #6155
|
2008-03-11 23:45:07 +00:00 |
class-ftp.php
|
FTP CWD fixes from DD32. see #6245
|
2008-03-16 09:49:10 +00:00 |
class-pclzip.php
|
Chase down some 64bit dragons. Ensure that we only ever create a 32bit number to compare to the 32bit magic number when searching a zip file for the end of the directory record. See #6236.
|
2008-03-15 18:33:16 +00:00 |
class-wp-filesystem-direct.php
|
Direct file system manip fixes, should fix .svn upgrade problem. Hat tip: DD32.
|
2008-04-13 04:04:57 +00:00 |
class-wp-filesystem-ftpext.php
|
FTP find_base_dir fixes from DD32. see #5586
|
2008-03-21 05:15:21 +00:00 |
class-wp-filesystem-ftpsockets.php
|
FTP find_base_dir fixes from DD32. see #5586
|
2008-03-21 05:15:21 +00:00 |
comment.php
|
Prepare DB queries in more places. Props filosofo. see #6644
|
2008-04-14 16:13:25 +00:00 |
dashboard.php
|
Typo fix. see #6578
|
2008-04-17 22:00:39 +00:00 |
export.php
|
Prepare DB queries in more places. Props filosofo. see #6644
|
2008-04-14 16:13:25 +00:00 |
file.php
|
Use error handler instead of die when moving files to upload dir fails. Props simonwheatley. fixes #6450 for trunk
|
2008-04-14 16:01:59 +00:00 |
image.php
|
Suppress exif_read_data() errors. Props tellyworth. fixes #6571 for trunk
|
2008-04-14 20:19:15 +00:00 |
import.php
|
Importer refactoring from tellyworth. fixes #5522
|
2007-12-24 06:20:34 +00:00 |
media.php
|
Legacy uploader fix from tellyworth. fixes #6629 for trunk
|
2008-04-16 22:03:44 +00:00 |
misc.php
|
Reture true from got_mod_rewrite if we can't determine if the module is loaded. Add got_rewrite filter. Props andy. fixes #6278
|
2008-03-25 00:22:37 +00:00 |
plugin.php
|
Use is_plugin_active() and remove double searching. Props DD32. fixes #6332
|
2008-03-23 16:36:05 +00:00 |
post.php
|
Prepare DB queries in more places. Props filosofo. see #6644
|
2008-04-14 16:13:25 +00:00 |
schema.php
|
Use constant instead of DB option for setting autosave_interval. Props mdawaffe. fixes #6075
|
2008-03-06 06:07:53 +00:00 |
taxonomy.php
|
Make sure cat parents are >= 0. see #6305
|
2008-03-23 01:10:46 +00:00 |
template.php
|
Shift-click to select a range of checkboxes. Props mdawaffe. fixes #6541 for trunk
|
2008-04-18 22:23:02 +00:00 |
theme.php
|
Theme tagging from andy. fixes #5545
|
2007-12-31 18:39:43 +00:00 |
update.php
|
Return WP_Error from download_url() on HTTP Errors. Fix cases where current plugin filename differs from the WordPress.org slug. Props DD32. see #5586
|
2008-03-27 07:36:30 +00:00 |
upgrade.php
|
Typo fixes. see #6644
|
2008-04-14 16:49:17 +00:00 |
user.php
|
Prepare DB queries in more places. Props filosofo. see #6644
|
2008-04-14 16:13:25 +00:00 |
widgets.php
|
Tweak unused widgets interface. Make widget titles less repetitive. fixes #6349 #5823 for trunk
|
2008-04-17 20:36:59 +00:00 |