Commit graph

7 commits

Author SHA1 Message Date
Umherirrender 8e4bff8976 Add phpcs and make pass
Change-Id: I52845fc95b53eca5149a947dfc6a1b39100da97b
2017-05-30 20:23:16 +02:00
Brad Jorsch a2bf4f6bb9 Update for API error i18n
See Iae0e2ce3.

Change-Id: Ibd138ddfdb6b728e65f29939133b483500c850d1
2016-11-14 12:48:23 -05:00
Fomafix 35fce8db4b Replace array( ... ) by [ ... ] in PHP
Change-Id: Ib41735975aa242709846a5f3acd04e540dd2cfd4
2016-10-14 18:24:02 +02:00
Fomafix fc873a1414 Remove unused attribute mIsAjaxRequest
The attribute mIsAjaxRequest is unused since 4b4a6308.

Change-Id: Ief01459527f04a13eb4db7e2d099188fc5c5504e
2016-08-30 12:17:30 +02:00
Sébastien Santoro fee5d0dc01 Move functions outside extension entry point
The extension entry point contains several callback functions, and an
helper function. We move them respectively to the new CategoryTreeHooks
class and to the existing CategoryTree class.

This change is intended to prepare the extension transition to the new
registration system.

Bug: T87888
Change-Id: Ic6ddd6f0dc51e90391f2b8d3c4450683ed67c018
2016-04-02 01:49:43 +00:00
Fomafix f37ad97bb1 Trim HTML in API response on server side instead of client side
Change-Id: I9f61c98b4be2f10563e4c0d1d6165e1922bfe52c
2016-01-31 20:44:58 +00:00
Alex Monk 680cdd688a Use an API module instead of the old (to be removed) ajax functions
Also removes some stuff that appears unused.
Caching depends on Ia18874c9

Bug: T92788
Change-Id: I4d106d8fbfd799a15ef3f8eda06c437b234ec218
2016-01-25 18:26:40 +00:00