Module:Cargo: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2024

25 December 2023

19 December 2023

  • curprev 23:3823:38, 19 December 2023Vinifera7 talk contribs 32,838 bytes +302 Tables in Lua are always passed by reference, so we need to make shallow copies of the tables passed into the query function to avoid modifying them, which can cause weird bugs

1 November 2022

  • curprev 22:5122:51, 1 November 2022Vinifera7 talk contribs 32,536 bytes +256 map_results_to_id function: Return the results order as a separate table to avoid indexing conflicts. Retain existing behavior of append_id_field option to avoid breaking modules that already make use of it.

24 January 2022

22 January 2022

21 January 2022

2 January 2022

17 July 2021

10 July 2021

8 July 2021

12 May 2021

2 May 2021

3 May 2020

8 January 2020

  • curprev 21:0521:05, 8 January 2020>Illviljan 35,081 bytes −77 m_cargo.map_results_to_id(args) - Add option to add the ids sequentially to the table as well.

14 September 2019

  • curprev 06:5206:52, 14 September 2019>Illviljanm 35,158 bytes +6 table_query: Allow q_join to be nil, since joins can be handled by the data map.

13 September 2019

10 September 2019

7 September 2019

28 June 2019

  • curprev 19:5119:51, 28 June 2019>OmegaK2 34,832 bytes +59 Changed the storage message to be more verbose
  • curprev 19:3619:36, 28 June 2019>OmegaK2 34,773 bytes +2,215 Added the generic lua data store function that is used in other places to this module

10 February 2019

  • curprev 15:4015:40, 10 February 2019>Illviljan 32,558 bytes +115 cargo.query now repeats until there are less results than 5000, unless a limit has been specifically defined. Removed repeater in table_query that did the same thing..

20 January 2019

25 September 2018

16 September 2018

15 September 2018

11 September 2018

11 August 2018

5 August 2018

  • curprev 09:1009:10, 5 August 2018>OmegaK2 30,752 bytes +30,752 Moving cargo functions to a standalone module in the future - new function cargo.table_query to streamline creation of tables (WIP)