Timeline
02/12/2015:
- 19:08 Changeset [9479] by
- Make sure Site admins can set the "register" and "activate" pages in …
- 19:00 Ticket #6197 (Register/Activate pages and bp_core_get_directory_page_ids() since 2.2) closed by
- fixed: In 9478: […]
- 19:00 Changeset [9478] by
- Make sure Site admins can set the "register" and "activate" pages in …
- 17:42 Ticket #6219 (Cache group 'bp_friends_requests' should be global) created by
- I think, in a multisite network the cache group 'bp_friends_requests' …
- 17:10 Ticket #6218 (bp_friend_get_total_requests_count() could use already cached data) created by
- [https://buddypress.trac.wordpress.org/browser/tags/2.2.0/src/bp-friend …
- 15:27 Ticket #6216 (buddypress.js has dependency to deprecated bp-jquery-scroll-to.js) closed by
- fixed: In 9477: […]
- 15:27 Changeset [9477] by
- Undeprecate jquery.scroll-to.js. This file was deprecated as part of …
- 14:19 Ticket #6217 (Subnav items: Optional?) created by
-
The second param in
BP_Component::setup_nav()
is noted in the …
02/11/2015:
- 21:38 Ticket #6215 (Activity: 'just-me' scope not using the correct user ID) closed by
- fixed: In 9476: […]
- 21:38 Changeset [9476] by
- Activity: In the 'just-me' scope, use the correct user ID variable. …
- 21:37 Changeset [9475] by
- Activity: In the 'just-me' scope, use the correct user ID variable. …
- 21:26 Changeset [9474] by
- bp-legacy: Clear list item in widgets with avatars. Fixes an issue …
- 21:24 Changeset [9473] by
- bp-legacy: Clear list item in widgets with avatars. Fixes an issue …
- 20:57 Ticket #6195 (Ajax Activity Update Fails to Post When Akismet Enabled) closed by
- invalid: > Sorry for wasting valuable time. Next time I run into an issue I …
- 20:21 Ticket #6216 (buddypress.js has dependency to deprecated bp-jquery-scroll-to.js) created by
- [https://buddypress.trac.wordpress.org/browser/tags/2.2.0/src/bp-core/d …
- 19:52 Ticket #6215 (Activity: 'just-me' scope not using the correct user ID) created by
- My bad! See attached patch with unit test.
- 17:44 Ticket #6214 (Don't show "Favorites" menu point if favorites are disabled) created by
- If I disable favorites like this: […] the favorites menu point …
- 17:37 Ticket #6213 (buddypress.css is never minified) created by
- in …
- 17:29 Ticket #6212 (messages_add_autocomplete_js() uses deprecated scripts) created by
- With 2.1 a few scripts where deprecated, like "bp-jquery-autocomplete" …
- 16:23 Ticket #6211 ("Only Me" profile fields are searchable by other users) created by
- As noted by user @asitha …
- 03:49 Ticket #6210 (Create New Invitations API) created by
- Create a flexible API to create/retrieve invitations across …
- 03:02 Ticket #6209 (Add tests for group invitations and membership request functions) created by
- As the first step toward developing a new invitations API, I want to …
- 00:36 Ticket #6208 (Filter register_url when registration is enabled) created by
- When registration is enabled and the page is properly set, we should …
- 00:31 Changeset [9472] by
-
Update
bp_blogs_creation_location()
to use …
02/10/2015:
- 19:33 Ticket #6207 (BP user blogs count display in user nav not classed.) created by
- The user navs display counts in spans on various nav tabs e.g …
- 04:07 Ticket #6206 (add class name to `th label` column in notification table) created by
- Seems there is a missing class name in the notification table TH. …
- 02:58 Ticket #6205 (Notification counter vs. pagination) created by
- When on a user's notification screen, the counter is showing, but …
- 02:49 Ticket #5138 (Audit & replace $bp global touches with wrapper functions & methods) closed by
- fixed: In 9471: […]
- 02:49 Changeset [9471] by
-
Replace all remaining
$bp
global touches withbuddypress()
. All … - 01:09 Changeset [9470] by
-
Beautify
/deprecated/2.1.php
: * Add brackets * Remove$bp
global … - 00:59 Changeset [9469] by
-
Beautify
bp-blogs-widgets.php
: * Add missing semi-colons * Add … - 00:24 Changeset [9468] by
- Replace all references to `bp_get_root_domain() . '/' . …
- 00:12 Changeset [9467] by
- Replace all references to `bp_get_root_domain() . '/' . …
- 00:06 Ticket #6204 (Move bp_loggedin_register_page_redirect_to into helper function) created by
-
Right now the
bp_loggedin_register_page_redirect_to
filter is …
02/09/2015:
- 23:34 Changeset [9466] by
- Replace all references to `bp_get_root_domain() . '/' . …
- 23:13 Changeset [9465] by
-
PHPDoc block and column align an array in
bp_get_group_has_avatar()
. … - 23:12 Ticket #6203 (bp_get_group_has_avatar and $_FILES check) closed by
- fixed: In 9464: […]
- 23:12 Changeset [9464] by
-
Remove
$_FILES
check inbp_get_group_has_avatar()
. This function … - 22:29 Ticket #6203 (bp_get_group_has_avatar and $_FILES check) created by
-
bp_get_group_has_avatar()
does a$_FILES
check that looks pretty … - 22:00 Changeset [9463] by
- Explicit visibility for group template classes. See r7277, #5108.
- 21:12 Changeset [9462] by
-
Add PHPDoc to some functions in
bp-groups-template.php
. Also … - 20:54 Changeset [9461] by
-
Add PHPDoc to
bp_get_group_join_button()
functions, and some … - 20:45 Changeset [9460] by
-
Remove
break
that is never reached from … - 20:43 Ticket #6199 (Travis-ci builds error due to php 5.2) closed by
- fixed: In 9459: […]
- 20:43 Changeset [9459] by
- Remove PHP 5.2 from Travis config until it's supported again. Props …
- 20:35 Changeset [9458] by
-
Simplify more
ABSPATH
checks. See #5847, #5891, r9351. - 20:20 Changeset [9457] by
-
Clean up the feed section of
bp-groups-template.php
. * Brackets * … - 09:35 Ticket #6159 (bp_activity_thumbnail_content_images() assumes img height/width is ...) closed by
- fixed: In 9456: […]
- 09:35 Changeset [9456] by
-
Activity: update
bp_activity_thumbnail_content_images
to check that … - 09:25 Ticket #6135 (Update HTTPS domain for Gravatar image links) closed by
- fixed: In 9455: […]
- 09:25 Changeset [9455] by
-
Core: use
//www.gravatar.com
for all image links. www.gravatar.com … - 01:42 Ticket #6202 (Wrong group forum informations) created by
- BP 2.2.0 stable, bbp 2.5.4, Twenty Thirteen and BuddyPress Default …
- 00:00 Ticket #6201 (Uncaught TypeError: undefined is not a function on line 1326 of global.js) created by
- I just updated to version 2.2 and discovered a JS error in console for …
02/08/2015:
- 23:20 Changeset [9454] by
- Adds hooks documentation to bp-groups-loader.php. See #5943.
- 23:16 Changeset [9453] by
- Adds hooks documentation to bp-groups-widgets.php. See #5943.
- 23:14 Changeset [9452] by
- Adds and fixes hooks documentation for bp-groups-filters.php. See #5943.
- 23:09 Changeset [9451] by
- Adds hooks documentation to bp-groups-actions.php. See #5943.
- 23:05 Changeset [9450] by
- Adds hooks documentation to bp-groups-activity. See #5943.
- 20:44 Ticket #4857 (Automatic download of translations from translate.wordpress.org) closed by
- fixed: This was completed a long time again - setting an arbitrary milestone …
- 16:49 Ticket #6200 (BP legacy template RTL style not loading.) created by
-
All I see the
bp-legacy-css-rtl
handle load the previously loaded … - 03:35 Ticket #6199 (Travis-ci builds error due to php 5.2) created by
- Travis has disabled php 5.2. This has happened before when 5.2 didn't …
- 02:59 Ticket #5621 (Remove buddypress.pot from develop repo) closed by
- fixed: In 9449: […]
- 02:59 Changeset [9449] by
-
Delete
buddypress.pot
from repository root. For GlotPress going …
02/07/2015:
- 20:34 Changeset [9448] by
- When prefetching member types in the loop, cache arrays instead of …
- 20:32 Ticket #6193 (Displaying member types within members loop fails) closed by
- fixed: In 9447: […]
- 20:32 Changeset [9447] by
- When prefetching member types in the loop, cache arrays instead of …
- 20:11 Ticket #6198 (buddypress private group forums showing up in activity) created by
- Hello moderators. I have found this issue recently and have read all …
- 19:01 Ticket #6197 (Register/Activate pages and bp_core_get_directory_page_ids() since 2.2) created by
- #6176 is a relative ticket. Context : - Multisite config - User …
- 16:58 Ticket #6196 (Wrong users menu settings in backend) created by
-
The
profile_admin_head
function of theBP_Members_Admin
class is …
02/06/2015:
- 21:32 Ticket #6195 (Ajax Activity Update Fails to Post When Akismet Enabled) created by
- I originally raised this issue in the support forums here: …
- 16:26 Ticket #6194 (BuddyPress administration not working) closed by
- invalid: Hi back! Sorry to hear you're having this kind of trouble. Based on …
- 15:43 Ticket #6194 (BuddyPress administration not working) created by
- Hi there! We've installed BuddyPress as a way to network our staff …
- 14:22 Ticket #6193 (Displaying member types within members loop fails) created by
- I've been pinged by this topic …
- 14:18 Ticket #6192 (Codex: Changelog links broken) closed by
- worksforme: Updated page, removed href's, greyed out links. @Jessy Marco For …
- 11:25 Ticket #6192 (Codex: Changelog links broken) created by
- Some of the changelog links are broken here: …
02/05/2015:
- 23:11 Ticket #6191 (Akismet integration using deprecated functions) created by
- The following notices are popping up when using the latest version of …
- 18:01 Ticket #6190 (Custom page template needs to be validated before using it in template ...) created by
- Came across an issue on an install where a non-existent custom page …
- 16:13 Ticket #6189 (Query string in directory URL breaks AJAX pagination) created by
- Steps to reproduce, with JavaScript enabled: 1. Visit the Members …
- 10:27 Ticket #6188 (Member Types API: remove a user's member type) created by
- I find myself missing a simple method for removing a certain user's …
- 00:27 Ticket #6187 (Release 2.2) closed by
- fixed: BuddyPress 2.2.0 is live! * Blog post: …
Note: See TracTimeline
for information about the timeline view.