Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |||
!Feature | !Feature | ||
!Comment | !Comment | ||
Line 15: | Line 16: | ||
| Better ID management than {{#idprovider-increment:}} (Extension:IDProvider) | | Better ID management than {{#idprovider-increment:}} (Extension:IDProvider) | ||
| | | | ||
* Similar to <unique number> in PageForms (see here). Solved with its own Extension:UniquePageTitle | * Similar to <unique number> in PageForms (see here). Solved with its own Extension:UniquePageTitle | ||
| Sorting function for multiple fields | | Sorting function for multiple fields | ||
| | | | ||
Line 53: | Line 53: | ||
=== Bugs === | === Bugs === | ||
{| class="wikitable" | |||
|+ | |||
! style="width:50%" | Bug | |||
! Comment | |||
|- | |||
| <s>Categories are stored in an extra slot, which conflicts with the normal categories (these are not displayed)</s> | |||
| Fixed with v1.0.5 | |||
|- | |||
| <code><nowiki>|preload=</nowiki></code> does not work in form definition (currently commented out in /includes/VisualData.php from line 1602). It is also designed to render entire pages and write them to the target page. It would be better to load normal text, e.g. <code><nowiki>{{My Template}}</nowiki></code>, without rendering it into the page | |||
| | |||
|- | |||
| Import script does not work due to incorrect version check 1.41 instead of 1.41.0 | |||
| | |||
|- | |||
| <s>includes/classes/SchemaProcessor.php: Line 1225: Typo $properties $this->replaceFormula( $proprties, $wiki['options-label-formula'] ) );</s> | |||
| Fixed with v1.0.5 | |||
|- | |||
| VE (VEForAll) does not load in inactive form tabs | |||
| | |||
|- | |||
| mw.widgets.UsersMultiselectWidget throws an error | |||
| | |||
|} |
Revision as of 07:35, 16 May 2024
VisualData examples and feature requests[edit | edit source]
Examples[edit | edit source]
Feature requests[edit | edit source]
Feature | Comment | ||
---|---|---|---|
Better ID management than 5617 (Extension:IDProvider) |
|
Sorting function for multiple fields | |
Image preview on file upload |
| ||
Pre-filled fields on form call |
| ||
Generate page title (PAGENAME) from another field (e.g., from project title) |
| ||
For long pages: Scroll back to the previous page position after saving popup forms | |||
Internationalization for values in select and dropdown lists |
| ||
Display label instead of schema name in tabs in forms | |||
Add sub-items and fields in forms based on queries | |||
Ability to open forms from the content block of another form (form button is currently not rendered) |
Bugs[edit | edit source]
Bug | Comment |
---|---|
Fixed with v1.0.5 | |
|preload= does not work in form definition (currently commented out in /includes/VisualData.php from line 1602). It is also designed to render entire pages and write them to the target page. It would be better to load normal text, e.g. {{My Template}} , without rendering it into the page
|
|
Import script does not work due to incorrect version check 1.41 instead of 1.41.0 | |
Fixed with v1.0.5 | |
VE (VEForAll) does not load in inactive form tabs | |
mw.widgets.UsersMultiselectWidget throws an error |