| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will allow interfaces using Codex to style message boxes
consistently on the server side.
Skins can now remove the ResourceLoaderSkin message box module
and instead load the codex-styles module.
Since certain JavaScript may be looking for the existing classes,
these are retained for now (this prevents Selenium tests failing)
Depends-On: I3959c8f8d4c7bbe019f5e3b356649b5b7dc88907
Depends-On: I45c60e9f5cbb57eae61c9487f120b9165bf5a190
Bug: T326587
Change-Id: I16d8f53b9a83a468acdb3803044f6c4e9d5dfeeb
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes the limit=… parameter behave more predictable, in my
opinion:
- …?limit=0 is still respected. I don't get why anybody would
do this intentionally. But even if it's an error, ignoring
the number would hide that error.
- …?limit= without a value as well as …?limit fall back to the
default value instead of 0.
Bug: T289351
Change-Id: I9ffa642d6aef235f56253fbf102a4e3943847d31
|
|
|
|
|
|
|
|
|
|
| |
Syntactical leftover with no significance in modern web.
Bug: T309150
Depends-On: I3a029ca950db42b938962b2452ad136ae8ddea6f
Depends-On: Id0557ac19583de36d7226b14a4c06933da47fe97
Depends-On: I17580a72e4a9384d7d774866e610197e950900cb
Change-Id: I4bbfa47fbf6e30fb90d920d6d02cdf6e0b1cdb46
|
|
|
|
|
|
| |
Use inline suppression for known exception from eval/passthru/query call
Change-Id: Ie85ea5698a615adf07e4e391bf06d102149effd5
|
|
Bug: T321882
Change-Id: I5dc1f7e9c303cd3f5b9dd7010d6bb470d8400a18
|