User Details
- User Since
- Apr 25 2013, 5:59 PM (604 w, 1 h)
- Availability
- Available
Nov 23 2017
Jun 19 2017
Please remember to update Phabricator before filing bug reports. This UI no longer exists.
May 30 2017
May 29 2017
May 28 2017
Can you just pick a new query and fix the panel?
Jan 19 2017
Jan 18 2017
As I've understood the EditEngine supersedes CustomFields by the flexibility. Are there any examples (in code or in documentation) on how new fields can be added to commits or other entities?
Jan 12 2017
Before the menu item seem to be called Create Diff and it worked. Right now it's called Create Revision and clicking on it shows an error:
Jan 7 2017
Any update on when this change can be merged?
Dec 13 2016
Nov 29 2016
This is custom code.
That's why I said In my fork. This is custom code.
Nov 24 2016
Looks like the JIRA's default door keeper worker. I guess it is automatically discovered when you run arc liberate command.
Jul 7 2016
We'll eventually not publish stories at all ...
Jul 5 2016
Jul 4 2016
Jun 13 2016
My dashboard is about 100% red. This also sort of teaches users that it's fine to let revisions sit for a couple of days, which isn't what I'd like the UI to teach.
Jun 6 2016
My apologies. I will upgrade and post back if issue was fixed for me.
Jun 1 2016
May 16 2016
I'm accepting this revision, because it's identical to https://secure.phabricator.com/differential/diff/26214/ diff created by @epriestley some time ago.
Apr 28 2016
Thanks. I'll upgrade then.
Apr 19 2016
OK.
The upstream is moving to a direction where "Tags" are being used in situations where a project is being associated with a thing. This is because (I think) because people assumed objects could only be associated with a single project.
Apr 15 2016
Apr 7 2016
Not sure what to say about this, because the problem I was experiencing originally wasn't with recurring events, but with all day events.
Feb 16 2016
Thanks.
After recent upgrade I no longer have this ./scripts/aphront/aphrontpath.php file. Was it moved to different place?
Jan 17 2016
Jan 7 2016
Dec 17 2015
Yes, I'm using svn:externals from same repository. I have several base modules stored in repository and projects include these base modules via externals.
@altendky, when doing svn up the revision for each file in working copy is set to last commit in the repository in general, not last commit when each particular path was changed. This solved problem for me at least when using Subversion 1.6 client.
Nov 24 2015
Interesting. Thanks.
@epriestley in above comment you've used double parenthesis syntax ((text)). I can't find reference to it on the Remarkup documentation page.
Nov 10 2015
Oct 7 2015
@cspeckmim, an issue is several month old, but still has Priority set to Needs Triage. If and when issue will be confirmed by Phabricator team (that usually results in Priority field value change), then I would be glad to send differential revision for it.
Oct 6 2015
Oct 2 2015
Sep 28 2015
Yes, this did the trick:
Sep 27 2015
Since php.ini settings are shared across all PHP scripts on computer there is no way to increase per-script memory limit other than changing script invocation command line to something like php -d memory_limit=-1 actual_script.
Sep 18 2015
The https://github.com/aik099/arcanist/commit/8fbffd1adf4bb9a6efb43fa046592c5a595ebe12 change (made myself) solved @neoone described problem. You can apply mentioned commit to your Arcanist install and all should work.
I've checked, that Differential revision is storing images as regular file and that's why it works in Differential itself. But https://secure.phabricator.com/diffusion/ARC/browse/master/src/workflow/ArcanistPatchWorkflow.php;083127c4cc5aaca09cb2cd829a6a58bc7dc74738$605-627 code that applies changes in revision just ignores images instead of attempting to download corresponding file from Phabricator server.
Also having this issue on the Subversion repository.
Sep 8 2015
Aug 18 2015
Sorry, I know, that there is a rule that tells not to post bugs about prototype applications. Just wanted to make sure, that issue would be noted.
Aug 17 2015
Aug 12 2015
Here is the complete trace (reproducible):
https://secure.phabricator.com/diffusion/ARC/browse/master/src/lint/linter/ArcanistPhpcsLinter.php;807057087d65298e69bb8260db81bee1ae109084$114-120 - yes, the PHPCS linter doesn't set name, which is bad considering it knows (from xml report) which sniff name it is, that raised an error/warning.
Aug 5 2015
It's default configuration on CentOS to use same php.ini (which defines memory limit) for both FCGI PHP module (for Nginx), Mod_Php for Apache and CLI. Actually it's 1st time I hear, that PHP in CLI should have no memory limit by default. It doesn't have time limit, because it's not web request, but it surely always had memory limits.
Aug 2 2015
I'm just saying that if status icons are there, then maybe circles should be used in PhabricatorAuditCommitStatusConstants::getStatusIcon method as well.
Aug 1 2015
I don't even know in what case the triangle should show up.
That I see.
Jul 2 2015
Jun 19 2015
Jun 18 2015
Jun 12 2015
Jun 1 2015
May 13 2015
Ah, I've totally missed that ArcanistExternalLinter::supportsReadDataFromStdin method now returns false by default instead of true and it should work as expected.
May 9 2015
May 4 2015
@oujesky, you can use my repo fork https://github.com/aik099/arcanist , that has such functionality via --cl argument arc diff, arc export and arc lint commands.
May 1 2015
What is ghost inline comments?
Apr 26 2015
Apr 9 2015
If we add a code in place where we create transaction (audit action takes place) and all draft inlines become real inlines we can drop (from db) draft inlines that had Undo link. No side effects and small code amount.
Apr 1 2015
In the second case, "Unsubmitted" refers to the fact that you clicked the checkbox not being published yet. So this behavior is intentional, but not necessarily as clear as it could be.
Mar 31 2015
Mar 26 2015
- the left margin of Done checkbox is incorrect, which results in left checkbox edge being cut off
- the vertical align links is incorrect
When user have checked "Done" checkbox in inline comment, but haven't used large commenting form at the bottom, then comment end up in fixedState = 'draft' and no indication elsewhere is found:
- after large comment form indicating, that there are drafts
- in the list the yellow speech bubble
Mar 8 2015
I have Allow Registration option unchecked for that auth provider and that causes no grey text to be displayed in 2nd row.