User contributions for Vinifera7
Jump to navigation
Jump to search
27 January 2022
- 18:5718:57, 27 January 2022 diff hist +15 Template:Character substitution templates No edit summary
25 January 2022
- 10:5610:56, 25 January 2022 diff hist 0 m Module:Data tables/Character stats No edit summary
- 10:4810:48, 25 January 2022 diff hist −272 Module:Data tables/Monster stats Manual update from PyPoE export.
- 10:4710:47, 25 January 2022 diff hist +262 Module:Data tables/Character stats Manual update from PyPoE export.
24 January 2022
- 22:2022:20, 24 January 2022 diff hist +114 Module:Cargo Fixed bug where addslashes function was returning an extra value, causing problems when used in a table.
- 19:1119:11, 24 January 2022 diff hist +60 Template:Item table/doc No edit summary
- 19:1019:10, 24 January 2022 diff hist +120 Module:Item table Added map series column
- 19:0919:09, 24 January 2022 diff hist +34 Module:Item table/config No edit summary
- 13:2013:20, 24 January 2022 diff hist +172 Module:Util Added option to split function that allows it to split by plain strings as opposed to Lua patterns.
- 10:4410:44, 24 January 2022 diff hist −2,746 Module:Item util format_value function from Module:Util updated. This is no longer needed.
- 10:4210:42, 24 January 2022 diff hist −28 Module:Item util/config No edit summary
- 10:4010:40, 24 January 2022 diff hist −17 Module:Skill/doc No edit summary
- 10:4010:40, 24 January 2022 diff hist −48 Module:Skill No edit summary
- 10:3110:31, 24 January 2022 diff hist −17 Module:Item/core/doc No edit summary
- 10:3110:31, 24 January 2022 diff hist −120 Module:Item/core No edit summary
- 10:2210:22, 24 January 2022 diff hist −19 Module:Item table No edit summary
- 10:2210:22, 24 January 2022 diff hist −5 Module:Modifier table No edit summary
- 10:2210:22, 24 January 2022 diff hist −35 Module:Util Removing frame parameter from util.html.format_value
- 00:4000:40, 24 January 2022 diff hist 0 Module:Data tables/Character stats The stat ID is still the same.
23 January 2022
- 23:3823:38, 23 January 2022 diff hist −7 Module:Modifier table/doc No edit summary
- 23:3623:36, 23 January 2022 diff hist +80 m Module:Modifier table No edit summary
- 23:3223:32, 23 January 2022 diff hist −3,255 Module:Modifier table Translation strings moved to Module:Modifier table/config for easier porting. Use invoker factory from Module:Util. No globals. Passing the rarely used frame object around the entire codebase through function parameters is a code smell. Testing shows that it doesn't significantly impact execution time to simply call mw.getCurrentFrame() as needed.
- 23:2923:29, 23 January 2022 diff hist +12 Module:Modifier table/config No edit summary
- 23:0123:01, 23 January 2022 diff hist +17 Module:Item/core/doc No edit summary
- 20:4120:41, 23 January 2022 diff hist +30 Module:Util/doc No edit summary
- 20:2920:29, 23 January 2022 diff hist +58 Module:Util No edit summary
- 18:0018:00, 23 January 2022 diff hist −52 Module:Skill No edit summary
- 17:5917:59, 23 January 2022 diff hist +18 Module:Skill/doc No edit summary
- 05:4105:41, 23 January 2022 diff hist +22 Module:Modifier table/config No edit summary
- 05:4005:40, 23 January 2022 diff hist +274 N Module:Modifier table/config/doc Created page with "{{Documentation subpage}} {{Lua|Module:Util}} This is the configuration file for Module:Modifier table. This file can be edited to allow easy translation/porting of the..."
- 05:3905:39, 23 January 2022 diff hist 0 m Module:Modifier table/config No edit summary
- 05:3805:38, 23 January 2022 diff hist +3,638 N Module:Modifier table/config Created page with "------------------------------------------------------------------------------- -- -- Configuration for Module:Module table -- ---------------------------..."
- 01:4201:42, 23 January 2022 diff hist +571 Module:Item util Cargo's implementation of HOLDS breaks when there is a properly escaped quotation mark at the end of a string literal. Instead, we avoid using HOLDS by explicitly joining the child table and then comparing using a native operator.
22 January 2022
- 23:5723:57, 22 January 2022 diff hist +12 Module:Skill Declare variables locally.
- 23:5423:54, 22 January 2022 diff hist +6 Module:Skill Declare variables locally.
- 23:5323:53, 22 January 2022 diff hist +91 Module:Skill Use invoker factory from Module:Util. No globals. Passing the rarely used frame object around the entire codebase through function parameters is a code smell. Testing shows that it doesn't significantly impact execution time to simply call mw.getCurrentFrame() as needed.
- 20:5320:53, 22 January 2022 diff hist −12 Module:Item util Fixed bug where item query was returning an error when it shouldn't.
- 20:4020:40, 22 January 2022 diff hist +61 Module:Item util No edit summary
- 18:4318:43, 22 January 2022 diff hist −251 Module:Item/core Fixed
- 18:4118:41, 22 January 2022 diff hist +28 Module:Item util/config No edit summary
- 18:3418:34, 22 January 2022 diff hist +251 Module:Item/core Undo revision 1139666 by Vinifera7 (talk) Found a bug that didn't show up in testing.
- 18:1818:18, 22 January 2022 diff hist −251 Module:Item/core Passing the rarely used frame object around the entire codebase through function parameters is a code smell. Testing shows that it doesn't significantly impact execution time to simply call mw.getCurrentFrame() as needed.
- 17:3717:37, 22 January 2022 diff hist −19 Module:Util store function no longer accepts a frame object
- 17:3017:30, 22 January 2022 diff hist −55 Module:Item/recipes No edit summary
- 17:0017:00, 22 January 2022 diff hist −215 Module:Item/cargo Removed unused code
- 16:4516:45, 22 January 2022 diff hist +2,746 Module:Item util Added function for formatting values – based on function from Module:Util
- 15:5615:56, 22 January 2022 diff hist −148 Module:Util frame is not used here
- 05:3605:36, 22 January 2022 diff hist −309 Module:Item/cargo No edit summary
- 05:3205:32, 22 January 2022 diff hist +13 Module:Cargo No edit summary
- 05:2605:26, 22 January 2022 diff hist +470 Module:Util Added function for getting frame arguments raw, when the options offered by Module:Arguments are not needed.