@mturdus the page option is now 1-indexed and I have fixes some css styles for a better rendering of different options.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Today
- - make page option 1-indexed
Rebase and re-run tests with expected LANG
Yesterday
@nib please do submit a diff, I'd be happy to review it.
Thaanks
Works for me. Tested on our firm instance.
In D25962#25652, @mturdus wrote:This looks very pro !
I found one small issue:
the page parameter seems to be zero-based. Can you make it one-based, so that the first page can be accessed with page=1 instead of page=0 ?
This looks very pro !
Thanks! Accepting per testing in D25956#25577
Sun, Apr 13
Update quickstart with paste mailkey removal
Capitalize consistently
Reset to original diff.
Sat, Apr 12
In D25900#25559, @mainframe98 wrote:I had to go dig for this, but from what I understand of looking at PhabricatorMetaMTAMailProperties, which is the class now responsible for this functionality, creating a mail key only happens when its loadMailKey method is called. That method is only called when email functionality engaged.
Thanks! Small nitpick: I'd probably change @deprecated call Exception::getPrevious directly. to @deprecated Call Exception::getPrevious() directly.
@mturdus I have landed this but have reintroduced this code which you have removed - I hope you can remove it again. Sorry for that!
In D25900#25554, @aklapper wrote:What is (or rather was, I guess) that mailKey thingie good for?
In D25619#22881, @aklapper wrote:@bekay: Would you like to merge this?
What is (or rather was, I guess) that mailKey thingie good for? Or more relevant, I assume it's intentionally after performing the Test Plan steps above that creating a new Paste does not create a new row in phabricator_metamta.metamta_mailproperties?
Apart from that, seems to work as expected. :) Thanks!
Fri, Apr 11
Wow, super fast thanks. Maybe nice to expand a bit the src/applications/project/remarkup/__tests__/ProjectRemarkupRuleTestCase.php
That's true of all projects - Remarkup here for instance.
In T16028#21601, @pppery wrote:{#js-draw-lib} does work.
{#js-draw-lib} does work.
@pppery I don't know if you wanna step in, since the change was introduced by you.
git rebase master
This is great.
Strip proceeding slash of path; wrap error message in quotation marks
Thu, Apr 10
Much better, two nitpicks:
Only expose last call location if phabricator.developer-mode is set
Thanks! Indeed I should have tested this more.