Jump to content

Help:Gadget-Cat-a-lot/merge requests 2025

From Wikimedia Commons, the free media repository

This page has a list of changes done in Outreachy round 30 contribution period and would be ready for merging (see phab:T387982)

General rules on how they are added to the list are
  1. If the change is with normal background and it is located in the first part of the list, then it should be ready for merge
  2. If there is a blue background, there is ongoing work
    • example: the previous version of datanamespace support was ok, but there are now additional changes for handling the sortkeys, so I marked it with blue until I have checked those.
  3. Everything under the section "TODO: needs review" is not ready for merge.
    • At minimum they need review, but some also have bugs or changes need planning on how to integrate them into the official version of Cat-a-lot.
    • When they are ready the subtitle is moved to first part of the list

Add class "noprint" to the main Cat-a-lot UI container

[edit]
@media print {
	#cat_a_lot {
		display: none !important;
	}
}

Allow translating Cat-a-lot's name

[edit]

Limit Cat-a-lot box height to 65% of the screen

[edit]

Add pause / continue editing to Gadget-libAPI.js and error dialog to Cat-a-lot

[edit]
  • Howto test: directions howto test is described in ticket phab:T390131

Add Wikimedia Commons datanamespace support to Cat-a-lot

[edit]

Add clickable button to categorysearch

[edit]

Cat-a-lot translations (hindi)

[edit]

Cat-a-lot: Prevent self-categorization

[edit]

Add export selected files feature to Cat-a-lot

[edit]
  • Howto test the change: Open cat-a-lot in category page, select some files. When first file is selected there should be a export link after "One file selected" text.

Cat-a-lot dialog boxes to be responsive

[edit]
  • Phabricator ticket: phab:T390490
  • by: Shellygarg10, Nidhicodes, Zache
  • Requested changes:
  • Howto test the changes: Without a change when mobile phone user executes Cat-a-lot changes, the status dialog boxes are wider than the screen and text overflows from left and right side of the screen. After the change the dialog will fit to the screen.
[edit]
Note
Fix currently solves the missing error message and stuck, but it doesn't yet to solve underlying issue what causes the editing fail in first place.

TODO: needs review

[edit]

Below this these will require either review, comments or something else. After check they will be moved to top part of the page.

In Beta Commons, Cat-a-lot preferences dialog doesn't work.

[edit]

TODO: Needs review + feedback

  • Phabricator ticket: phab:T389716
  • by: adiba_anjum
  • Requested changes:

Add imagegrid / list toggle to special:search

[edit]

TODO: Standalone features are solved in the ticket, Cat-a-lot migration needs planning

  • Phabricator ticket: phab:T389735
  • by: RitaNamono
  • Requested changes:

Add Petscan support

[edit]

TODO: currently functional proof-of-concept, needs merge strategy