aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/DeleteAction.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* delete: Replace deprecated User::matchEditToken(...) callSohom2024-05-291-2/+9
* Rename dropdown-related methods to avoid random camel-caseBartosz Dziewoński2024-03-091-4/+4
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Merge "Html: Copy listDropDownOptions() and listDropDownOptionsOoui() from Xm...jenkins-bot2024-02-041-1/+1
|\
| * Html: Copy listDropDownOptions() and listDropDownOptionsOoui() from Xml and m...James D. Forrester2024-02-031-1/+1
* | actions: Switch from mixed Xml and Html classes to pure Html onesJames D. Forrester2024-02-031-1/+1
|/
* Merge "Warn if page was edited while deletion was being confirmed"jenkins-bot2024-01-291-2/+31
|\
| * Warn if page was edited while deletion was being confirmedballoonguy2024-01-291-2/+31
* | Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvide...jenkins-bot2024-01-231-1/+1
|\ \
| * | Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-1/+1
| |/
* / Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+1
|/
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Fix tabindex for "Delete talk page" checkboxJon Harald Søby2023-11-121-1/+1
* Migrate a couple more wfGetDb() calls to ICPAmir Sarabadani2023-10-171-1/+1
* Deprecate returning a string from Action::getPageTitle()C. Scott Ananian2023-09-211-1/+1
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-3/+7
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-3/+7
* | Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* | Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
|/
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-29/+10
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Migrate several wfGetDB() to use ICPAmir Sarabadani2023-07-051-1/+5
* DeleteAction: Avoid displaying the form unconditionallyFunc2023-07-041-0/+4
* DeleteAction: Call setAction for file revision deleteFunc2023-06-301-0/+1
* Convert FormlessAction to FormAction in DeleteActionhueitan2023-06-211-47/+40
* DeleteAction: Replace remaining OOUI fieldsFunc2023-05-311-13/+7
* Convert DeleteAction to use HTMLFormDaimona Eaytoy2023-05-191-102/+50
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-0/+1
* resources: Merge mediawiki.action.delete into mediawiki.misc-authed-oouiUmherirrender2023-03-111-1/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* actions: Use user language for word 'other' in drop down listsUmherirrender2022-12-191-1/+1
* Fix casing of class and function name usagesReedy2022-12-041-3/+3
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-2/+2
* actions: Migrate to SelectQueryBuilder APIDerick Alangi2022-08-291-17/+16
* DeleteAction: Improve messaging on successful page deletionDayllan Maza2022-08-151-19/+49
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-4/+4
* DeleteAction: Show warning when subpages are presentDayllan Maza2022-06-011-11/+16
* Merge "Remove message boxes with IDs in core"jenkins-bot2022-05-231-3/+10
|\
| * Remove message boxes with IDs in coreStang2022-05-111-3/+10
* | DeletePage: Show warning when assoc talk page has subpagesDayllan Maza2022-05-061-5/+20
|/
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* DeleteAction: Add "Delete associated talk page" option to the formDaimona Eaytoy2022-04-181-11/+59
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-1/+5
* Inject MainConfig into actionsAlexander Vorwerk2022-01-121-2/+5