Page MenuHomePhabricator
Feed Advanced Search

Feb 2 2016

exp10r3r set the repository for D15168: Enable removal of users from chat rooms in Conpherence to rP Phabricator.
Feb 2 2016, 9:30 PM · Conpherence
exp10r3r added a task to D15168: Enable removal of users from chat rooms in Conpherence: T9348: No way to kick users out of a Conpherence.
Feb 2 2016, 9:29 PM · Conpherence
exp10r3r added a revision to T9348: No way to kick users out of a Conpherence: D15168: Enable removal of users from chat rooms in Conpherence.
Feb 2 2016, 9:29 PM · Conpherence (v4)
exp10r3r added a comment to T9348: No way to kick users out of a Conpherence.

I tried doing an arc diff to submit my patch but ran into this,

Feb 2 2016, 9:29 PM · Conpherence (v4)
exp10r3r retitled D15168: Enable removal of users from chat rooms in Conpherence from to Enable removal of users from chat rooms in Conpherence.
Feb 2 2016, 9:26 PM · Conpherence
exp10r3r added a comment to T9348: No way to kick users out of a Conpherence.

I'm on the freenode IRC channel. Studying the code now. If I need any help and assuming I don't give up in between, I'll ask my questions.
And as for this thread, I think I've understood both your points.
Being an admirer of Phab's current documentation, I'll try imitating it in my work as well.

Feb 2 2016, 7:44 PM · Conpherence (v4)
CodeMouse92 added a comment to T9348: No way to kick users out of a Conpherence.

Right, yeah. CSI is somewhat separate, since most of it isn't intended to be picked up by autodoc tools, but it is also designed to not conflict with those. (I should have the published standard up on my site in the next week.) Docs are "what does the code do" and "how do I use it", CSI is "why is the code like this and what is it doing?"

Feb 2 2016, 7:36 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

I'm referring to that as well. Diviner builds docs from his comment blocks. Most of it is only on abstractions though like libphutil.

Feb 2 2016, 7:35 PM · Conpherence (v4)
CodeMouse92 added a comment to T9348: No way to kick users out of a Conpherence.

I'll admit, his docs are quite impressive. What I'm referring to is effectively inline-documentation of the code's intent itself, which is inherently separate from docs, and is solely to make maintenance by any programmer who takes the code on possible, without involving the previous dev in person, and largely without invoking the consequences of Brooks' Law.

Feb 2 2016, 7:33 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

In general @epriestley writes more documentation than any engineer I've ever met. At least, most abstractions are well documented.

Feb 2 2016, 7:31 PM · Conpherence (v4)
CodeMouse92 added a comment to T9348: No way to kick users out of a Conpherence.

I'd have to agree not to write things twice. That said, I do know that when we undertook starting our own animation system, we first dismantled the open source one we were considering prior (that's where we commented everything), and figured out the inherent problems at its core, which in turn prevented making the same mistakes in our system. Plus, some approaches may be at least partially salvageable for v2, tying back in with the basic idea of "don't code things twice".

Feb 2 2016, 7:30 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

For the record I did try to do this myself with my limited eng skills, and I gave up. If you're a natural with JavaScript, it's likely an easy task. I'm not.

Feb 2 2016, 7:29 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

There are two main issues. First being we prefer not to context switch ourselves to whatever the issue-du-jour is. That is, we're a very small team (2 people) on a very large project. We maintain throughput by being focused on the current task. We're not currently focused on Conpherence.

Feb 2 2016, 7:26 PM · Conpherence (v4)
CodeMouse92 added a comment to T9348: No way to kick users out of a Conpherence.

Right about now, it might be worth mentioning that my company instituted a standard of commenting every single logical statement in code, stating the intent of the logical statement (not just restating the code).

Feb 2 2016, 7:10 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

But maybe you are an adventurous soul! Code is reasonably organized by application, so src/applications/conpherence/ contains PHP and webroot/rsrc/js/application/conpherence/ contains the JavaScript.

Feb 2 2016, 7:06 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

The engineer who built Conpherence is no longer contributing code, which means another developer would have to learn it first to give you pointers on where to start. This isn't a great use of our time. I expect Conpherence to get overhauled sometime in the next 3-6 months.

Feb 2 2016, 6:56 PM · Conpherence (v4)
exp10r3r added a comment to T9348: No way to kick users out of a Conpherence.

Why is that?

Feb 2 2016, 6:53 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

This isn't a good task to learn how to contribute to Phabricator.

Feb 2 2016, 6:17 PM · Conpherence (v4)
exp10r3r added a comment to T9348: No way to kick users out of a Conpherence.

I'd like to contribute and help in finishing this. Where do I go?

Feb 2 2016, 6:16 PM · Conpherence (v4)
exp10r3r moved T3165: Provide Search in Conpherence from Future to v3 on the Conpherence board.
Feb 2 2016, 6:13 PM · Conpherence (v4)
exp10r3r moved T3165: Provide Search in Conpherence from v3 to Future on the Conpherence board.
Feb 2 2016, 6:13 PM · Conpherence (v4)
CodeMouse92 added a comment to T8972: Editing a room edits the previously selected one.

Yes, I know. I also know bugs can get buried or resolve themselves over time (seen both), so since this is a bit old, I'm just confirming on stable for reference. Take your time. :)

Feb 2 2016, 4:49 PM · Conpherence (v4)
epriestley added a comment to T8972: Editing a room edits the previously selected one.

Yep, we'll close issues once we resolve them.

Feb 2 2016, 4:47 PM · Conpherence (v4)
CodeMouse92 added a comment to T8972: Editing a room edits the previously selected one.

Confirming that this bug is still kicking in the latest stable.

Feb 2 2016, 4:42 PM · Conpherence (v4)

Feb 1 2016

storrgie added a comment to T7755: Improve reliability of real-time notification delivery.

Correct... I'll dive into that. Although it doesn't look like its a quick/simple config change. I'll report back when I have it running.

Feb 1 2016, 6:30 PM · Conpherence
epriestley added a comment to T7755: Improve reliability of real-time notification delivery.

It sounds like neither of you have actually configured Phabricator's real-time infrastructure. See:

Feb 1 2016, 6:27 PM · Conpherence
storrgie added a comment to T7755: Improve reliability of real-time notification delivery.

I'd like to not have the users drop back to other means like hangouts. I was happy to wind down the rocket instance, but I might have to bring it back if there are situations arising where real-time coms are required.

Feb 1 2016, 6:27 PM · Conpherence
mna added a comment to T7755: Improve reliability of real-time notification delivery.

[...]. It currently feels like you have to _send_ a message to get the updates in the chat room.

Feb 1 2016, 4:39 PM · Conpherence
storrgie added a comment to T7755: Improve reliability of real-time notification delivery.

Migrated over from rocket.chat (to pick up all the other awesome things within phabricator) and this is one of the first 'issues' I'm seeing with users. Almost everyone is connecting from Fedora 23 boxes with the latex Firefox release (44). It currently feels like you have to _send_ a message to get the updates in the chat room.

Feb 1 2016, 3:59 PM · Conpherence

Jan 30 2016

storrgie added a comment to T8972: Editing a room edits the previously selected one.

just got an instance set up and ran into this, adding my voice to say issue is obnoxious.

Jan 30 2016, 1:41 AM · Conpherence (v4)

Jan 22 2016

clemvangelis added a comment to T10196: Toggling the conpherence sidebar breaks project Open Task view.

Thanks for the quick fix !

Jan 22 2016, 9:15 AM · Quicksand, Conpherence, Bug Report
epriestley closed T10196: Toggling the conpherence sidebar breaks project Open Task view as Resolved by committing rP6ea9aa39a08a: Fix quicksand interaction with HTTP GET prefilling in ApplicationSearch.
Jan 22 2016, 12:29 AM · Quicksand, Conpherence, Bug Report
epriestley claimed T10196: Toggling the conpherence sidebar breaks project Open Task view.
Jan 22 2016, 12:24 AM · Quicksand, Conpherence, Bug Report
epriestley added a revision to T10196: Toggling the conpherence sidebar breaks project Open Task view: D15082: Fix quicksand interaction with HTTP GET prefilling in ApplicationSearch.
Jan 22 2016, 12:23 AM · Quicksand, Conpherence, Bug Report

Jan 21 2016

eadler moved T1271: Jabber Integration from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 21 2016, 5:54 PM · Restricted Project, Conpherence, HipChat, Phabot
eadler added a project to T1271: Jabber Integration: Restricted Project.
Jan 21 2016, 5:54 PM · Restricted Project, Conpherence, HipChat, Phabot
chad added a project to T10196: Toggling the conpherence sidebar breaks project Open Task view: Quicksand.

Quicksand issue most likely. Thanks for the report. I was mostly curious is people are using the column in the real world.

Jan 21 2016, 4:25 PM · Quicksand, Conpherence, Bug Report
clemvangelis added a comment to T10196: Toggling the conpherence sidebar breaks project Open Task view.

Hi chad,
We ran into this bug because a colleague use it and couldn't display project tasks.

Jan 21 2016, 3:43 PM · Quicksand, Conpherence, Bug Report
chad added a project to T10196: Toggling the conpherence sidebar breaks project Open Task view: Conpherence.
Jan 21 2016, 3:35 PM · Quicksand, Conpherence, Bug Report

Jan 20 2016

epriestley closed T9178: Simple way to send a message to a whole project as Invalid.

This does not describe a root problem. See Contributing Feature Requests and Describing Root Problems.

Jan 20 2016, 3:35 AM · Projects, Conpherence

Jan 19 2016

chad updated the image for Conpherence from F1064791: profile to F1064793: profile.
Jan 19 2016, 10:02 PM
chad updated the image for Conpherence from F72705: profile-project.png to F1064791: profile.
Jan 19 2016, 10:01 PM

Jan 13 2016

epriestley closed T10140: How to clear Conpherence messages history? as Resolved.

There is no such option.

Jan 13 2016, 2:02 PM · Conpherence, Bug Report
serverliving.com created T10140: How to clear Conpherence messages history?.
Jan 13 2016, 9:22 AM · Conpherence, Bug Report

Jan 1 2016

chad updated subscribers of T9348: No way to kick users out of a Conpherence.
Jan 1 2016, 7:53 AM · Conpherence (v4)

Dec 29 2015

epriestley closed T7707: Implement a read-through cache layer, a subtask of T7708: Improve performance of chat column, as Resolved.
Dec 29 2015, 7:37 PM · Conpherence

Dec 26 2015

epriestley renamed T9274: Lightbox cycles through both on-page images and Conpherence sidebar images from Image preview list shows images from Conpherence sidebar as well to Lightbox cycles through both on-page images and Conpherence sidebar images.
Dec 26 2015, 10:57 PM · Lightbox, Conpherence

Dec 25 2015

epriestley merged T7587: Consider allowing room/thread conversion into T8488: Remove "room" vs "message" distinction.
Dec 25 2015, 3:20 PM · Conpherence
epriestley merged task T7587: Consider allowing room/thread conversion into T8488: Remove "room" vs "message" distinction.
Dec 25 2015, 3:20 PM · Conpherence
epriestley added a comment to T7587: Consider allowing room/thread conversion.

I'm going to merge this into T8488 since I think we ended up just removing this distinction.

Dec 25 2015, 3:20 PM · Conpherence

Dec 14 2015

chad changed the visibility for T2731: remote control of Bot via external API.
Dec 14 2015, 7:05 PM · Conpherence, Phabot
epriestley updated subscribers of T7829: PhabricatorBotFeedNotificationHandler is completely broken and unusable.
Dec 14 2015, 7:01 PM · Conpherence, Phabot

Oct 19 2015

mholden added a comment to T7568: Support Desktop Notifications in Conpherence.

Along similar lines, has their been any discussion of adding direct support for integrating with a service like http://pushbullet.com or http://pushover.net? It would be *so* cool to get push notifications on my phone for events I care about.

Oct 19 2015, 5:39 AM · Conpherence (v4)

Oct 5 2015

chad claimed T9348: No way to kick users out of a Conpherence.
Oct 5 2015, 8:55 PM · Conpherence (v4)

Sep 4 2015

epriestley added a comment to T9348: No way to kick users out of a Conpherence.

u wot m8 ill +1 u

Sep 4 2015, 10:52 PM · Conpherence (v4)
chad added a comment to T9348: No way to kick users out of a Conpherence.

+1

Sep 4 2015, 10:51 PM · Conpherence (v4)
epriestley created T9348: No way to kick users out of a Conpherence.
Sep 4 2015, 10:47 PM · Conpherence (v4)
chad added a comment to T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself.

Also as an aside, I prefer the raw markup in the meme case at least. I know what success_kid is, so I can actually envision the meme. Changing this markup would need to convey all the same information.

Sep 4 2015, 6:13 PM · Conpherence
chad merged task T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself into T3278: ⛄ Build a summary mode Remarkup engine for constrained text areas.
Sep 4 2015, 6:06 PM · Conpherence
chad added a comment to T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself.

Oh! I had forgot about that task. Sounds like a good place to merge.

Sep 4 2015, 6:06 PM · Conpherence
epriestley added a comment to T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself.

Remarkup does have multiple rendering modes. There are currently three: email-text (used for text email bodies), email-html (used for html email bodies) and html (used elsewhere).

Sep 4 2015, 5:52 PM · Conpherence
chad closed T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself as Wontfix.

T2849 has a sort of better explanation of what Remarkup is/does.

Sep 4 2015, 5:43 PM · Conpherence
chad added a comment to T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself.

Remarkup doesn't work like this, there is the raw and there is marked up. We don't cache/build other outputs like raw-ish.

Sep 4 2015, 5:40 PM · Conpherence
CaptSpot created T9344: When chat entry is image macro, show only the information of the message in the image, not the macro itself.
Sep 4 2015, 3:59 PM · Conpherence

Aug 30 2015

chad renamed T7332: Notification / Message icons should update in real-time from Mark all notifications as read does not mark them in other tabs to Notification / Message icons should update in real-time.
Aug 30 2015, 10:01 PM · Conpherence (v4), Aphlict, Notifications
chad added a comment to T7332: Notification / Message icons should update in real-time.

@stophi, this is essentially the same. Phabricator does not currently update the 'jewels' or 'messages/notifications' in real-time. Would love to, just haven't built it.

Aug 30 2015, 9:58 PM · Conpherence (v4), Aphlict, Notifications
chad added a project to T7332: Notification / Message icons should update in real-time: Conpherence.
Aug 30 2015, 9:57 PM · Conpherence (v4), Aphlict, Notifications

Aug 29 2015

chad closed T9217: Logged out Conpherence needs some UI retouching as Resolved by committing rPa339e6de9e34: Update Conpherence layout for logged out view.
Aug 29 2015, 3:29 PM · Conpherence
chad added a revision to T9217: Logged out Conpherence needs some UI retouching: D14002: Update Conpherence layout for logged out view.
Aug 29 2015, 12:37 AM · Conpherence

Aug 27 2015

hach-que added a comment to T9274: Lightbox cycles through both on-page images and Conpherence sidebar images.

yeah I know this is super minor, but it's also not an obvious thing to discover so I figured I'd document it so you're aware of it

Aug 27 2015, 3:40 AM · Lightbox, Conpherence
epriestley added a comment to T9274: Lightbox cycles through both on-page images and Conpherence sidebar images.

This feels unexpected/weird enough to me to consider fixing at some point, but not really broken or particularly problematic.

Aug 27 2015, 2:56 AM · Lightbox, Conpherence
epriestley triaged T9274: Lightbox cycles through both on-page images and Conpherence sidebar images as Wishlist priority.
Aug 27 2015, 2:55 AM · Lightbox, Conpherence
chad added a comment to T9274: Lightbox cycles through both on-page images and Conpherence sidebar images.

I feel like you got some fresh french fries and are complaining there is a yummy curly fry in the midst. Just enjoy the curly fry. mmmm http://onecurlyfryinaboxoftheregular.com/

Aug 27 2015, 2:52 AM · Lightbox, Conpherence
chad added a project to T9274: Lightbox cycles through both on-page images and Conpherence sidebar images: Conpherence.
Aug 27 2015, 2:47 AM · Lightbox, Conpherence

Aug 23 2015

joshuaspence added a comment to T7580: Alert users to username mentions in Conpherence threads they are members of.

I'd actually like this functionality in other places such as Maniphest. That is, I'd like a stronger notification if I am mentioned on an object that I am subscribed to rather than just a plain comment which doesn't contain a mention.

Aug 23 2015, 8:49 PM · Conpherence (v4)

Aug 20 2015

chad closed T8834: Remove Calendar/Files from Conpherence as Resolved by committing rP167eb9a25692: Remove Files Widget from Conpherence.
Aug 20 2015, 3:24 PM · Calendar, Conpherence

Aug 19 2015

devurandom added a comment to T6868: Show when users are online or offline in Conpherence.

Idea: Displaying Last-Seen: 5 minutes ago should already help many people and might not require you to track open connections.

Aug 19 2015, 11:45 AM · Conpherence
chad added a revision to T8834: Remove Calendar/Files from Conpherence: D13936: Remove Files Widget from Conpherence.
Aug 19 2015, 3:21 AM · Calendar, Conpherence
chad added a revision to T8834: Remove Calendar/Files from Conpherence: D13934: Remove Calendar from Conpherence.
Aug 19 2015, 1:37 AM · Calendar, Conpherence

Aug 18 2015

chad created T9217: Logged out Conpherence needs some UI retouching.
Aug 18 2015, 9:14 PM · Conpherence

Aug 17 2015

devurandom closed T9196: Ability to unset room picture in Conpherence as Spite.

I would argue differently ("T8972 is the reason I noticed that conpherence does not allow me to revert mistakes when editing rooms"). If fixing T8972 also allows me to revert the room picture to the original state, then that's fine with me.

Aug 17 2015, 9:28 AM · Conpherence
chad added a comment to T9196: Ability to unset room picture in Conpherence.

something like T8972

Aug 17 2015, 12:00 AM · Conpherence

Aug 16 2015

devurandom added a comment to T9196: Ability to unset room picture in Conpherence.

My primary concern is the picture. While I can unset the picture of projects, I cannot do so for conferences. Thus there is no way to return to the original state after something like T8972 (or simply a mistake) occurred.

Aug 16 2015, 9:41 PM · Conpherence
devurandom renamed T9196: Ability to unset room picture in Conpherence from Ability to undo "Edit Room" in Conpherence to Ability to unset room picture in Conpherence.
Aug 16 2015, 9:39 PM · Conpherence
chad added a comment to T9196: Ability to unset room picture in Conpherence.

Isn't T8972 the actual core problem. Or if it isn't, can you explain how users need to edit and undo Conpherence Room settings so frequently?

Aug 16 2015, 8:49 PM · Conpherence
devurandom added a comment to T9196: Ability to unset room picture in Conpherence.

P.S: Since you use transactions everywhere, I assumed they would make the implementation of an undo action rather simple.

Aug 16 2015, 7:19 PM · Conpherence
devurandom added a comment to T9196: Ability to unset room picture in Conpherence.

Problem: The settings of a Conpherence room were changed mistakenly. I need to undo the change. Resetting Conpherence room images (part of the accidental change) to the default is not possible.

Aug 16 2015, 7:12 PM · Conpherence
chad updated subscribers of T8972: Editing a room edits the previously selected one.

I can confirm this bug, and we should resolve it soon. Sorry if it slid under our radar.

Aug 16 2015, 3:11 PM · Conpherence (v4)
chad updated the task description for T9195: Durable column menu should always display.
Aug 16 2015, 3:06 PM · Conpherence
chad raised the priority of T8972: Editing a room edits the previously selected one from Normal to Needs Triage.
Aug 16 2015, 2:59 PM · Conpherence (v4)
chad added a comment to T9196: Ability to unset room picture in Conpherence.

I can't really figure out what happened in Phabricator that you would need such a feature, or only need it in Conpherence. We don't have undo elements as a common pattern (its in diff comments only).

Aug 16 2015, 2:50 PM · Conpherence
devurandom created T9196: Ability to unset room picture in Conpherence.
Aug 16 2015, 8:53 AM · Conpherence
devurandom added a comment to T8972: Editing a room edits the previously selected one.

What actually happens is even more annoying: The dialogue displays the values of the previous room, but saving it edits the values of the current room.

Aug 16 2015, 8:47 AM · Conpherence (v4)
devurandom added a comment to T8972: Editing a room edits the previously selected one.

Confirmed. Quite annoying, too.

Aug 16 2015, 8:45 AM · Conpherence (v4)
devurandom added a comment to T9195: Durable column menu should always display.

Thanks for the hint with \! From watching some commits, I knew there was such a column, but I didn't figure out how to open it... ;)

Aug 16 2015, 8:39 AM · Conpherence
p858snake added a comment to T9195: Durable column menu should always display.

No, I don't use it at all.

Aug 16 2015, 12:36 AM · Conpherence

Aug 15 2015

chad updated the task description for T9195: Durable column menu should always display.
Aug 15 2015, 11:55 PM · Conpherence
chad renamed T9195: Durable column menu should always display from Conpherence should have a better indicator for closing the sidebar mode to Durable column menu should always display.
Aug 15 2015, 11:55 PM · Conpherence
chad added a comment to T9195: Durable column menu should always display.

pasted_file (116×304 px, 29 KB)

Aug 15 2015, 11:53 PM · Conpherence
chad added a comment to T9195: Durable column menu should always display.

There is supposed to be a menu icon there, so there is a bug somewhere. Do you have no Conpherences at all, perhaps?

Aug 15 2015, 11:53 PM · Conpherence