Mikael Nordfeldth
|
1a9a8ea730
staticGet for sub-Managed_DataObject classes now calls parent
|
11 年之前 |
Mikael Nordfeldth
|
f433f7ce77
if parameters are not 0, null then limit will be PROFILES_PER_PAGE
|
12 年之前 |
Evan Prodromou
|
1c3c269ab4
cache key for member_ids
|
12 年之前 |
Evan Prodromou
|
69fb79caae
Cache IDs rather than profile objects
|
12 年之前 |
Evan Prodromou
|
642b1044cc
Better user group member queries
|
12 年之前 |
Evan Prodromou
|
804c343a9f
move pending queue to sidebar
|
13 年之前 |
Evan Prodromou
|
330af9991f
Show blocked users from group in section
|
13 年之前 |
Evan Prodromou
|
b73eaa44de
emit fewer notices for group joins
|
13 年之前 |
Evan Prodromou
|
9ca3c3d1c3
move core schema to class files
|
13 年之前 |
Evan Prodromou
|
a3ef80941e
use multiGet() for a profile's groups
|
13 年之前 |
Zach Copley
|
36d619480a
Rip out user, group and site design customization code
|
13 年之前 |
Evan Prodromou
|
91e5a72609
remember to blow cache when creating a new group
|
13 年之前 |
Evan Prodromou
|
2a124c1397
make User_group use caching staticGet()
|
13 年之前 |
Evan Prodromou
|
b41c62a27c
single flag for private groups
|
13 年之前 |
Evan Prodromou
|
82a357947d
add force_scope flag to User_group
|
13 年之前 |
Evan Prodromou
|
44bcc942b8
Break up stream code to use separate notice stream classes
|
13 年之前 |
Evan Prodromou
|
0b35ce7c37
New NoticeStream class to reify streams of notices
|
13 年之前 |
Evan Prodromou
|
83fb5e6023
Mass replacement of #-comments with //-comments
|
13 年之前 |
Brion Vibber
|
6bdb1053ad
Pending members queue list -- doesn't yet allow approval.
|
13 年之前 |
Brion Vibber
|
a54eb0941e
Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.
|
13 年之前 |
Brion Vibber
|
0bec9cfdbc
Add request_queue table and user_group.join_policy column, for upcoming join & subscription moderation.
|
13 年之前 |
Evan Prodromou
|
2682915b99
events for creating a group
|
14 年之前 |
Brion Vibber
|
281076d5f6
Fix for PHP notice spew in group creation via API: set default 'mainpage' in User_group::register() rather than forcing all callers to do it manually.
|
14 年之前 |
Brion Vibber
|
90c7ff1983
Merge branch 'master' into 0.9.x
|
14 年之前 |
Brion Vibber
|
d3d9797496
Prevent group creation by silenced users.
|
14 年之前 |
Brion Vibber
|
66474586af
Update sorting for group inbox timelines; adds group_inbox_group_id_created_notice_id_idx index to group_inbox table
|
14 年之前 |
Brion Vibber
|
b0d7900530
Add getFancyName() to User_group to match the one on Profile: encapsulates the "fullname (nickname)" vs "nickname" logic and allows for localization of the parentheses in a common place.
|
14 年之前 |
Evan Prodromou
|
76038fe20c
better deletion of related objects in User_group::delete()
|
14 年之前 |
Brion Vibber
|
112b6c4079
Improve cache-friendliness of user_group->delete().
|
14 年之前 |
Brion Vibber
|
3579ccac8e
Cascading deletion for user_group; doesn't yet work properly with caching.
|
14 年之前 |