phpmyadmin / phpmyadmin/phpmyadmin

MIME Transformation Imagelink and link - repairs and idea

Open
#6,266 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement
Dominant language
PHP
Stars
7.9k
Forks
3.6k
Avg merge
4d 18h
Merged PRs (30d)
36

Description

Hello. I found some thing when I play with MIME transformations.

  1. I found if I use Browser display transformation as 'Text/Plain:Link' and show the table, then click od the link, the link doesn't work properly, because I am redirected to phpmyadmin main page, not to the link page.

  2. Would be possible to add new parameter to the 'Text/Plain:Imagelink' and show size of picture in the table?

  3. When I am using 'Text/Plain:Imagelink', the base folder is local/phpmyadmin/%1stOption. It's easy to jump to upper folder and than specify project name (%1stOption = '../projectname/...'), but I think it will be better to set base as project folder (local/projectname/%1stOption/) or let the user select which one he want as default, because if I will use it on remote server, i think it will makes problems with path ...

Thanks a lot and I hope I am not wasting your time with my posts :) .


Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the MIME transformation handling for “Text/Plain:Link” and “Text/Plain:Imagelink”, then reproduce the link redirect and image-path behavior described in the issue. Review how Browser display transformations build links and image URLs, and determine whether image dimensions and configurable base paths are supported before defining separate completion criteria for each request.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.