index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
resources
/
src
/
mediawiki.editRecovery
Commit message (
Expand
)
Author
Age
Files
Lines
*
editRecovery storage: Return early if db isn't open
Ed Sanders
2025-03-27
1
-0
/
+5
*
editRecovery: Add missing documentation and rename methods
Ed Sanders
2025-03-27
2
-12
/
+38
*
editRecovery storage: Handle errors consistently
Ed Sanders
2025-03-27
1
-9
/
+11
*
editRecovery storage: Document promises properly
Ed Sanders
2025-03-27
1
-8
/
+12
*
Merge "mediawiki.editRecovery: Migrate counters to Prometheus"
jenkins-bot
2025-02-18
1
-8
/
+7
|
\
|
*
mediawiki.editRecovery: Migrate counters to Prometheus
Timo Tijhof
2024-12-20
1
-8
/
+7
*
|
resources: Use simple for-in instead of Object.keys().forEach()
Timo Tijhof
2024-12-22
1
-8
/
+8
|
/
*
EditRecovery: Do not reload form data when discarding recovery
Sam Wilson
2024-11-08
1
-1
/
+0
*
Edit Recovery: wrap buttons if their text is long
Sam Wilson
2024-10-02
1
-0
/
+1
*
Edit recovery: Ask to recover, not to discard
Sam Wilson
2024-10-01
3
-15
/
+13
*
eslint: Autofix var to let/const
Ed Sanders
2024-09-12
2
-5
/
+5
*
Document optional parameters in .js code as optional
thiemowmde
2024-07-18
1
-1
/
+1
*
ESLint: Enforce prefer-arrow-callback and autofix
Ed Sanders
2024-06-11
2
-16
/
+16
*
Merge "Edit Recovery: delete by key, rather than looping through all"
jenkins-bot
2024-04-23
1
-16
/
+2
|
\
|
*
Edit Recovery: delete by key, rather than looping through all
Sam Wilson
2024-04-17
1
-16
/
+2
*
|
Edit Recovery: discard section data
Sam Wilson
2024-04-17
1
-6
/
+4
|
/
*
Edit Recovery: use live diff view
Sam Wilson
2024-04-11
1
-1
/
+6
*
Edit Recovery: return to deleting stored data if unchanged
Sam Wilson
2024-04-10
1
-5
/
+13
*
Edit Recovery: always store and don't restore on POST
Sam Wilson
2024-03-20
1
-10
/
+9
*
docs: Migrate hooks to JSDoc
apaskulin
2024-03-15
1
-2
/
+2
*
editRecovery: use 'blur', not 'visibilitychange'
TheresNoTime
2024-03-13
1
-1
/
+1
*
Merge "Add statsv to edit recovery"
jenkins-bot
2024-02-22
1
-0
/
+11
|
\
|
*
Add statsv to edit recovery
TheresNoTime
2024-02-20
1
-0
/
+11
*
|
Edit Recovery: Use word-separator message instead of hardcoded space
Jon Harald Søby
2024-02-21
1
-0
/
+2
*
|
Edit Recovery: Switch recovery message language based on $wgEditSubmitButtonL...
Sam Wilson
2024-02-20
1
-5
/
+8
|
/
*
Use ESLint "sourceType": "commonjs" for package modules
Bartosz Dziewoński
2024-02-13
1
-2
/
+2
*
editRecovery: Remove private isSameAsOriginal function from docs
Jon Robson
2024-02-06
1
-0
/
+1
*
Edit Recovery: Unify check of difference from original data
Sam Wilson
2024-02-02
1
-5
/
+21
*
Merge "Edit Recovery: Do not show popup if saved data same as current"
jenkins-bot
2024-02-02
1
-1
/
+13
|
\
|
*
Edit Recovery: Do not show popup if saved data same as current
hmonroy
2024-01-29
1
-1
/
+13
*
|
Merge "Edit Recovery: Delete the data-saved sessionStorage flag"
jenkins-bot
2024-02-02
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
Edit Recovery: Delete the data-saved sessionStorage flag
Sam Wilson
2024-01-25
1
-1
/
+12
*
|
Merge "Edit Recovery: Improve initial check for install vs upgrade"
jenkins-bot
2024-01-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Edit Recovery: Improve initial check for install vs upgrade
Sam Wilson
2024-01-18
1
-2
/
+2
*
|
Edit Recovery: Use original data rather than re-reading current
Sam Wilson
2024-01-22
1
-3
/
+4
|
/
*
Edit Recovery: Add message if parent revision ID doesn't match
Sam Wilson
2024-01-18
2
-2
/
+13
*
Merge "Edit Recovery: load data only after deleting expired rows"
jenkins-bot
2024-01-17
2
-5
/
+8
|
\
|
*
Edit Recovery: load data only after deleting expired rows
Sam Wilson
2024-01-17
2
-5
/
+8
*
|
Documentation: Move to exclude list
Jon Robson
2024-01-16
3
-6
/
+19
|
/
*
Edit Recovery: Only delete in postEdit if data was saved
Sam Wilson
2024-01-10
2
-1
/
+9
*
Merge "editRecovery: Add -editRecoverySection js config"
jenkins-bot
2024-01-09
2
-1
/
+10
|
\
|
*
editRecovery: Add -editRecoverySection js config
TheresNoTime
2024-01-09
2
-1
/
+10
*
|
Edit Recovery: set caret position when loading form data
Sam Wilson
2024-01-09
1
-1
/
+1
*
|
Edit Recovery: switch back from form.reset() to manual setting
Sam Wilson
2024-01-09
1
-1
/
+2
*
|
Edit recovery: Use addEventListener and arrow functions consistently
Ed Sanders
2024-01-05
1
-21
/
+21
|
/
*
EditRecovery: Use ResourceLoader dynamic config
TheresNoTime
2023-12-13
1
-2
/
+3
*
Edit Recovery: Store better original form data
Sam Wilson
2023-12-05
1
-4
/
+25
*
Fix editRecovery data not being deleted on save
Sohom
2023-11-13
1
-1
/
+1
*
Merge "Edit Recovery: add new special page to list unsaved changes"
jenkins-bot
2023-11-13
1
-0
/
+16
|
\
|
*
Edit Recovery: add new special page to list unsaved changes
Sam Wilson
2023-11-12
1
-0
/
+16
[next]