You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users expect the image-dialog in the editor to contain a upload-facility (as seen in Usability tests) probably since this is known from Wordpress, Facebook etc.
Such a dialog might be implemented using the WikiEditor extensions structure, the use of the file API and Mediawiki's upload API
Upload Itself
Stashing principles
Stashing in actual upload
UI
on D'n'D of a file, automatically switch to/trigger upload part
Implement basic dialog structure
Implement Wizard behaviour
Collapsible Tree Structure for space saving overview of licenses
Basic form validation
Disable "Insert" when being in the upload-wizard
Disable "back" after finished upload
explain licenses results (Users will NOT know what the licenses are!)
sanity-checks
check if user is logged in, don't display recent and upload than
check if image is uploaded already (Done by the upload wizard by pseudo-chunked uploading, using the stach-area)
File Error Handling
Check if the Browser supports FileAPI etc. (Many still use IE8,9 and Safari5.1)
RELATED: specific fix showing recent uplaods: #14, uploading-usability: #10, editing-Usability:
The text was updated successfully, but these errors were encountered:
We should use the dialog (if javascript is on) for normal uploads as well since the upload form is hard to customize: it only allow text on the top (bad mapping).
Users expect the image-dialog in the editor to contain a upload-facility (as seen in Usability tests) probably since this is known from Wordpress, Facebook etc.
Such a dialog might be implemented using the WikiEditor extensions structure, the use of the file API and Mediawiki's upload API
Upload Itself
UI
sanity-checks
RELATED: specific fix showing recent uplaods: #14, uploading-usability: #10, editing-Usability:
The text was updated successfully, but these errors were encountered: