[MDBF-9] Rules change file title in the database Created: 2020-03-25 Updated: 2022-02-01 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Andreia Hendea | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | download | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Rules as stored in the database in the column code like this:
The Files table uses 2 columns to displays its files on the website: first is Name and second is Title. The rules are used to populate the Title column in the Files table. The Title column is used instead of the Name column to display a certain file or set of files. For example: for yum/ or repo/, the servers uses the Titles for the files instead of the Name in the web page : 'Red Hat, Fedora, and CentOS Packages' (yum/) and 'Debian and Ubuntu Packages' (repo/). The problem appears when a lot of the files have the Title column NULL in the database (because they use the Name column to be displayed such as: mariadb-connector-nodejs-2.3.1.zip. A possible solution is to have the Title column populated for all entries and be the one used when displaying files on the website. |