aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.editRecovery
Commit message (Expand)AuthorAgeFilesLines
* editRecovery storage: Return early if db isn't openEd Sanders2025-03-271-0/+5
* editRecovery: Add missing documentation and rename methodsEd Sanders2025-03-272-12/+38
* editRecovery storage: Handle errors consistentlyEd Sanders2025-03-271-9/+11
* editRecovery storage: Document promises properlyEd Sanders2025-03-271-8/+12
* Merge "mediawiki.editRecovery: Migrate counters to Prometheus"jenkins-bot2025-02-181-8/+7
|\
| * mediawiki.editRecovery: Migrate counters to PrometheusTimo Tijhof2024-12-201-8/+7
* | resources: Use simple for-in instead of Object.keys().forEach()Timo Tijhof2024-12-221-8/+8
|/
* EditRecovery: Do not reload form data when discarding recoverySam Wilson2024-11-081-1/+0
* Edit Recovery: wrap buttons if their text is longSam Wilson2024-10-021-0/+1
* Edit recovery: Ask to recover, not to discardSam Wilson2024-10-013-15/+13
* eslint: Autofix var to let/constEd Sanders2024-09-122-5/+5
* Document optional parameters in .js code as optionalthiemowmde2024-07-181-1/+1
* ESLint: Enforce prefer-arrow-callback and autofixEd Sanders2024-06-112-16/+16
* Merge "Edit Recovery: delete by key, rather than looping through all"jenkins-bot2024-04-231-16/+2
|\
| * Edit Recovery: delete by key, rather than looping through allSam Wilson2024-04-171-16/+2
* | Edit Recovery: discard section dataSam Wilson2024-04-171-6/+4
|/
* Edit Recovery: use live diff viewSam Wilson2024-04-111-1/+6
* Edit Recovery: return to deleting stored data if unchangedSam Wilson2024-04-101-5/+13
* Edit Recovery: always store and don't restore on POSTSam Wilson2024-03-201-10/+9
* docs: Migrate hooks to JSDocapaskulin2024-03-151-2/+2
* editRecovery: use 'blur', not 'visibilitychange'TheresNoTime2024-03-131-1/+1
* Merge "Add statsv to edit recovery"jenkins-bot2024-02-221-0/+11
|\
| * Add statsv to edit recoveryTheresNoTime2024-02-201-0/+11
* | Edit Recovery: Use word-separator message instead of hardcoded spaceJon Harald Søby2024-02-211-0/+2
* | Edit Recovery: Switch recovery message language based on $wgEditSubmitButtonL...Sam Wilson2024-02-201-5/+8
|/
* Use ESLint "sourceType": "commonjs" for package modulesBartosz Dziewoński2024-02-131-2/+2
* editRecovery: Remove private isSameAsOriginal function from docsJon Robson2024-02-061-0/+1
* Edit Recovery: Unify check of difference from original dataSam Wilson2024-02-021-5/+21
* Merge "Edit Recovery: Do not show popup if saved data same as current"jenkins-bot2024-02-021-1/+13
|\
| * Edit Recovery: Do not show popup if saved data same as currenthmonroy2024-01-291-1/+13
* | Merge "Edit Recovery: Delete the data-saved sessionStorage flag"jenkins-bot2024-02-021-1/+12
|\ \ | |/ |/|
| * Edit Recovery: Delete the data-saved sessionStorage flagSam Wilson2024-01-251-1/+12
* | Merge "Edit Recovery: Improve initial check for install vs upgrade"jenkins-bot2024-01-251-2/+2
|\ \ | |/ |/|
| * Edit Recovery: Improve initial check for install vs upgradeSam Wilson2024-01-181-2/+2
* | Edit Recovery: Use original data rather than re-reading currentSam Wilson2024-01-221-3/+4
|/
* Edit Recovery: Add message if parent revision ID doesn't matchSam Wilson2024-01-182-2/+13
* Merge "Edit Recovery: load data only after deleting expired rows"jenkins-bot2024-01-172-5/+8
|\
| * Edit Recovery: load data only after deleting expired rowsSam Wilson2024-01-172-5/+8
* | Documentation: Move to exclude listJon Robson2024-01-163-6/+19
|/
* Edit Recovery: Only delete in postEdit if data was savedSam Wilson2024-01-102-1/+9
* Merge "editRecovery: Add -editRecoverySection js config"jenkins-bot2024-01-092-1/+10
|\
| * editRecovery: Add -editRecoverySection js configTheresNoTime2024-01-092-1/+10
* | Edit Recovery: set caret position when loading form dataSam Wilson2024-01-091-1/+1
* | Edit Recovery: switch back from form.reset() to manual settingSam Wilson2024-01-091-1/+2
* | Edit recovery: Use addEventListener and arrow functions consistentlyEd Sanders2024-01-051-21/+21
|/
* EditRecovery: Use ResourceLoader dynamic configTheresNoTime2023-12-131-2/+3
* Edit Recovery: Store better original form dataSam Wilson2023-12-051-4/+25
* Fix editRecovery data not being deleted on saveSohom2023-11-131-1/+1
* Merge "Edit Recovery: add new special page to list unsaved changes"jenkins-bot2023-11-131-0/+16
|\
| * Edit Recovery: add new special page to list unsaved changesSam Wilson2023-11-121-0/+16