root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1821 [1821] 07/03/09 16:56:32 donncha Silence is golden, fixes #993
(edit) @1820 [1820] 07/03/09 16:50:53 donncha Move blogs.php into a function in mu.php
(edit) @1819 [1819] 07/03/09 14:19:28 donncha gettext some text, props momo360modena, fixes #963
(edit) @1818 [1818] 07/03/09 13:27:31 donncha Added recommended characters message on "new blog" form. See #1012
(edit) @1817 [1817] 07/03/09 13:13:59 donncha Move BLOGUPLOADDIR mod into it's own function and apply to upload_dir …
(edit) @1816 [1816] 07/03/09 12:27:53 donncha Removed this comment, code doesn't break uploads any more
(edit) @1815 [1815] 07/03/09 11:38:44 donncha Removed wp_die() from theme editor, it's disabled in includes/mu.php
(edit) @1814 [1814] 07/03/09 10:34:02 donncha Bypass get_option() in get_blog_option(). option_* filter replaced by …
(edit) @1813 [1813] 07/02/09 11:19:34 donncha Switch blog once, get_option() a few times
(edit) @1812 [1812] 07/02/09 11:12:23 donncha Just switch blogs and get_option()
(edit) @1811 [1811] 07/02/09 10:15:18 donncha Switch to blog once and update_option().
(edit) @1810 [1810] 07/02/09 09:28:49 donncha Cache get_current_site_name()
(edit) @1809 [1809] 07/02/09 09:25:59 donncha Changed wp_cache_add() to wp_cache_set()
(edit) @1808 [1808] 07/02/09 09:03:24 donncha Cache the results of get_id_from_blogname()
(edit) @1807 [1807] 07/02/09 09:02:41 donncha switch to blog once and use get_option() instead of calling …
(edit) @1806 [1806] 07/01/09 10:36:03 donncha More merging of the WP 2.8 branch
(edit) @1805 [1805] 06/30/09 15:57:41 donncha WP 2.8 branch merge, part 1
(edit) @1804 [1804] 06/30/09 14:47:37 donncha Use switch_to_blog() for get_blog_option(), is it slower? See #980
(edit) @1803 [1803] 06/30/09 12:33:33 donncha Move html out of text string. Escape single quotes for translation. Fixes …
(edit) @1802 [1802] 06/30/09 11:51:06 donncha Only show first 5 users of any blog and link to the users page for "more", …
(edit) @1801 [1801] 06/30/09 11:21:42 donncha Activate plugin before adding it sitewide. Props apeatling, fixes #1010
(edit) @1800 [1800] 06/30/09 11:17:22 donncha Deactivate sitewide plugins that are deleted, props apeatling. Fixes #1009
(edit) @1799 [1799] 06/30/09 11:06:18 donncha Fixed SQL to create users table, props jamescollins, GIGALinux. Fixes …
(edit) @1798 [1798] 06/30/09 10:54:51 donncha Not used in WP 2.8 branch any more
(edit) @1797 [1797] 06/12/09 11:57:26 donncha Added "WP_FIRST_INSTALL" constant and only create global tables when …
(edit) @1794 [1794] 06/12/09 11:51:12 donncha Don't open "Site Admin" menu by default.
(edit) @1790 [1790] 06/04/09 15:07:54 donncha After deleting blog, remove it from blog list
(edit) @1789 [1789] 06/03/09 15:24:08 donncha Cache the current blog on non VHOST installs. Clear that cache when blog …
(edit) @1788 [1788] 05/29/09 17:36:06 donncha Clear the short blog details.
(edit) @1784 [1784] 05/26/09 16:33:07 donncha Use wp.org *_options functions. Init object cache when switching.
(edit) @1782 [1782] 05/26/09 16:25:11 donncha Removed neosmart object cache plugins. See #988
(edit) @1781 [1781] 05/26/09 15:37:25 donncha No post_category any more
(edit) @1780 [1780] 05/26/09 15:05:21 donncha Minor text changes to comments
(edit) @1779 [1779] 05/26/09 14:46:02 donncha Update checker uses transients rather than options now. Redirect those …
(edit) @1778 [1778] 05/26/09 14:27:42 donncha Flush rewrite rules on page edit
(edit) @1777 [1777] 05/26/09 13:48:25 donncha Move *site_options() functions into functions.php (and update them) Misc …
(edit) @1776 [1776] 05/21/09 14:46:07 donncha Big huge 2.8 merge. Some things are broken. Only for the brave.
(edit) @1775 [1775] 05/19/09 12:34:20 donncha More WP 2.8 trunk merges
(edit) @1774 [1774] 05/19/09 12:14:54 donncha More merging from WP 2.8
(edit) @1773 [1773] 05/19/09 11:59:45 donncha Added new and modified js, css and image files from WP 2.8 trunk
(edit) @1772 [1772] 05/18/09 16:50:27 donncha Removed admin bar from trunk
(edit) @1771 [1771] 05/18/09 16:30:20 donncha Merged 2.7 branch into trunk
(edit) @1740 [1740] 04/15/09 21:02:57 donncha Revert [1655], see #334
(edit) @1685 [1685] 02/25/09 18:02:10 donncha Fix submenu links, see [1684]
(edit) @1683 [1683] 02/25/09 15:22:03 donncha Hover actions for blogs, props props jlencion, fixes #917
(edit) @1681 [1681] 02/25/09 15:11:14 donncha Cache site_name if only one site
(edit) @1679 [1679] 02/25/09 14:46:54 donncha Only get site_name if we have to
(edit) @1675 [1675] 02/20/09 13:16:51 donncha Merge from 2.7 branch. See #911
(edit) @1673 [1673] 02/20/09 11:39:48 donncha Append .txt to import files rather than .import
(edit) @1671 [1671] 02/19/09 17:57:52 donncha Merge from 2.7 branch
(edit) @1665 [1665] 02/13/09 16:46:12 donncha Hide "get more plugins" from regular users, fixes #899
(edit) @1662 [1662] 02/12/09 15:39:52 donncha Administrator -> administrator, fixes #896
(edit) @1658 [1658] 02/11/09 18:20:06 donncha Remove admin-bar gettext group Add rtl support to admin bar, fixes #847, …
(edit) @1657 [1657] 02/11/09 17:54:46 donncha Show admin bar on every blog. See #883
(edit) @1656 [1656] 02/11/09 16:14:45 donncha Use admin_url(), props James Collins, see #890
(edit) @1655 [1655] 02/11/09 12:16:34 donncha Add UNIQUE key to sitemeta table, fixes #334, props gwagenknecht
(edit) @1654 [1654] 02/10/09 18:11:04 donncha Check the MU plugindir for the plugin too, fixes #888, props deannas
(edit) @1653 [1653] 02/10/09 17:37:49 donncha Add trailing slashes to the siteurl for upgrades, fixes #890
(edit) @1652 [1652] 02/10/09 14:50:55 donncha Added "update_welcome_user_subject" and "update_welcome_subject" filters. …
(edit) @1651 [1651] 02/10/09 14:43:15 donncha Added "SITE_ID_CURRENT_SITE" constant, fixes #784
(edit) @1648 [1648] 01/28/09 20:59:14 donncha Beta no more
(edit) @1647 [1647] 01/28/09 20:55:09 donncha Delete the capabilities and user_levels records correctly
(edit) @1646 [1646] 01/28/09 20:53:38 donncha These cache groups are set in wp-settings.php
(edit) @1645 [1645] 01/28/09 20:30:26 donncha WP Merge of http://trac.wordpress.org/changeset/10451, props markjaquith
(edit) @1644 [1644] 01/28/09 18:16:05 donncha Cast the cap_key as an array, just in case
(edit) @1643 [1643] 01/28/09 17:50:52 donncha Removed favicon, sites get lazy and use it instead of their own branding
(edit) @1642 [1642] 01/28/09 17:49:21 donncha NOBLOGREDIRECT is now only used on VHOST installs, update text
(edit) @1641 [1641] 01/28/09 17:07:45 donncha Move update_blog_public() to wpmu-functions. No need to update blog option …
(edit) @1640 [1640] 01/28/09 14:43:49 donncha Added "is_user_spammy()" Check that user is not a spammer when logging in. …
(edit) @1639 [1639] 01/28/09 13:49:59 donncha Merge capabilities to preserve custom caps, fixes #753, props phlux0r
(edit) @1638 [1638] 01/28/09 10:55:33 donncha Style the "space used" dashboard widget, props lunabyte, fixes #843 and …
(edit) @1637 [1637] 01/28/09 10:25:46 donncha Sidemenu styling, fixes #870, props apeatling
(edit) @1636 [1636] 01/27/09 18:30:23 donncha Fixed redirection for VHOST installs. Non VHOST will show a 404. See …
(edit) @1635 [1635] 01/27/09 14:21:54 donncha Clarify comment
(edit) @1634 [1634] 01/27/09 14:20:32 donncha Only site_admins allowed in the plugin installer
(edit) @1633 [1633] 01/27/09 13:21:10 donncha Make "SHOW TABLES" more efficient, fixes #833, props jamescollins
(edit) @1632 [1632] 01/27/09 12:23:34 donncha Added "parent_file" filter, fixes #747, props lunabyte
(edit) @1631 [1631] 01/27/09 11:59:45 donncha Move 404 catching code into a function fired off the "plugins_loaded" …
(edit) @1630 [1630] 01/27/09 11:41:30 donncha Trim upload file types, see …
(edit) @1629 [1629] 01/27/09 11:38:41 donncha Make sure $ext is defined to avoid PHP warnings, fixes #865
(edit) @1628 [1628] 01/27/09 11:26:13 donncha admin_email -> new_admin_email, fixes #867
(edit) @1627 [1627] 01/22/09 17:04:58 donncha Current site check, fixes #834, props kingler
(edit) @1626 [1626] 01/22/09 09:43:28 donncha Missing </p>, props lunabyte, fixes #856
(edit) @1625 [1625] 01/21/09 20:02:07 donncha Correct SQL, fixes #854
(edit) @1624 [1624] 01/21/09 18:18:05 donncha 2.7 Beta (very soon)
(edit) @1623 [1623] 01/21/09 18:03:40 donncha Use URLs returned by API
(edit) @1622 [1622] 01/21/09 17:21:33 donncha Show an identifier in the admin bar dropdown for the blog if their blog …
(edit) @1621 [1621] 01/21/09 17:03:02 donncha Remove slashes from new blog name sent to signup page
(edit) @1620 [1620] 01/21/09 14:45:06 donncha Added back in "NOBLOGREDIRECT" functionality and fixes 404 on vhost …
(edit) @1619 [1619] 01/21/09 14:43:17 donncha MU zip file will create wordpress-mu directory WP -> WP MU text changes
(edit) @1618 [1618] 01/21/09 12:50:04 donncha Revert isset(), made in [1604]
(edit) @1617 [1617] 01/20/09 20:59:14 donncha Added get_user_count()
(edit) @1616 [1616] 01/20/09 20:33:45 donncha New API location, not active yet
(edit) @1615 [1615] 01/20/09 16:37:34 donncha WordPress? -> WordPress? MU updater
(edit) @1614 [1614] 01/20/09 16:34:53 donncha isset()
(edit) @1613 [1613] 01/20/09 13:21:18 donncha Merge with wp
(edit) @1612 [1612] 01/20/09 13:21:06 donncha Only send notification email when user is changing their own profile
(edit) @1611 [1611] 01/19/09 13:39:40 donncha Added "muplugins_loaded", props transom, see #841
(edit) @1610 [1610] 01/19/09 13:36:55 donncha Replaced the missing </form>, props diegoferrari, fixes #845
(edit) @1609 [1609] 01/19/09 13:32:07 donncha Menu fixes, fixes #849, needs testing
Note: See TracRevisionLog for help on using the revision log.