Action complete

Jump to navigation Jump to search

Reverted edits by Admin (talk | contribs); changed back to last revision by en>Admin.

Return to Source code & patches.

Line 64: Line 64:
$wgUploadPath = "{$wgScriptPath}/media";
$wgUploadPath = "{$wgScriptPath}/media";


$wgUploadDirectory = "{$IP}/media/" . $domain;<br />$wgPageFormsSimpleUpload = true;
$wgUploadDirectory = "{$IP}/media/" . $domain;<br />
|-
|-
|[[Source code & patches/includes/GlobalFunctions.php|includes/GlobalFunctions.php]]
|[[Source code & patches/includes/GlobalFunctions.php|includes/GlobalFunctions.php]]
|support for path (page/subpage) in file names
|support for path (page/subpage) in the filename
|-
|-
|[[Source code & patches/includes/filerepo/file/File.php|includes/filerepo/file/File.php]]
|[[Source code & patches/includes/filerepo/file/File.php|includes/filerepo/file/File.php]]
|support for path (page/subpage) in file names
|support for path (page/subpage) in the filename
|-
|-
|[[Source code & patches/includes/upload/UploadBase.php|includes/upload/UploadBase.php]]
|[[Source code & patches/includes/upload/UploadBase.php|includes/upload/UploadBase.php]]
|
|
*support for path (page/subpage) in file names
*support for path (page/subpage) in the filename
*disable "was-deleted", "duplicate", "duplicate-archive" and "bad-prefix"  warnings
*disable "was-deleted", "duplicate" and "duplicate-archive" warnings
|-
|-
|[[Source code & patches/includes/upload/UploadFromStash.php|includes/upload/UploadFromStash.php]]
|[[Source code & patches/includes/upload/UploadFromStash.php|includes/upload/UploadFromStash.php]]
|support for path (page/subpage) in file names
|support for path (page/subpage) in the filename
|-
|-
|[[Source code & patches/includes/upload/UploadFromFile.php|includes/upload/UploadFromFile.php]]
|[[Source code & patches/includes/upload/UploadFromFile.php|includes/upload/UploadFromFile.php]]
|support for path (page/subpage) in file names
|support for path (page/subpage) in the filename
|-
|-
|[[Source code & patches/includes/api/ApiUpload.php|includes/api/ApiUpload.php]]
|[[Source code & patches/includes/api/ApiUpload.php|includes/api/ApiUpload.php]]
|support for path (page/subpage) in file names
|support for path (page/subpage) in the filename
|-
|-
|[[Source code & patches/img auth.php|img_auth.php]]
|[[Source code & patches/img auth.php|img_auth.php]]
|display images with path
|
|-
|[[Source code & patches/resources/src/mediawiki.util/util.js|resources/src/mediawiki.util/util.js]]
|support for images with path in MultimediaViewer
|-
|[[Source code & patches/resources/src/mediawiki.Upload.BookletLayout/BookletLayout.js|resources/src/mediawiki.Upload.BookletLayout/BookletLayout.js]]
|allow uploading a file under the current page from VisualEditor
|-
|[[Source code & patches/resources/src/mediawiki.ForeignStructuredUpload.BookletLayout/BookletLayout.js|resources/src/mediawiki.ForeignStructuredUpload.BookletLayout/BookletLayout.js]]
|show checkbox "Upload under current page" in VisualEditor's file upload
|-
|[[Source code & patches/resources/Resources.php|resources/Resources.php]]
|added label key "upload-form-label-own-work-custom"
|-
|[[Source code & patches/resources/src/mediawiki.api/upload.js|resources/src/mediawiki.api/upload.js]]
|allow uploading a file under the current page from VisualEditor
|}
|}


Line 141: Line 126:
!file
!file
!edits
!edits
|-
|[[Source code & patches/extensions/PageForms/libs/PF simpleupload.js|extensions/PageForms/libs/PF_simpleupload.js]]
|(added feature) support for uploading a picture under the current page
|-
|-
|[[/extensions/PageForms/includes/PF_AutoeditAPI.php|extensions/PageForms/includes/PF_AutoeditAPI.php]]
|[[/extensions/PageForms/includes/PF_AutoeditAPI.php|extensions/PageForms/includes/PF_AutoeditAPI.php]]
Line 208: Line 190:
|[[/extensions/SemanticMediaWiki/src/ParserData.php|extensions/SemanticMediaWiki/src/ParserData.php]]
|[[/extensions/SemanticMediaWiki/src/ParserData.php|extensions/SemanticMediaWiki/src/ParserData.php]]
|See here <nowiki>https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/4907</nowiki> The semantic properties were not always updated on page save
|See here <nowiki>https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/4907</nowiki> The semantic properties were not always updated on page save
|-
|[[Source code & patches/extensions/SemanticMediaWiki/src/Query/ResultPrinters/ResultPrinter.php|extensions/SemanticMediaWiki/src/Query/ResultPrinters/ResultPrinter.php]]
|in the function "getFurtherResultsLink", limit and offset will be reset if limit is less than 20
|-
|[[Source code & patches/extensions/SemanticMediaWiki/src/Factbox/Factbox.php|extensions/SemanticMediaWiki/src/Factbox/Factbox.php]]
|populate Factbox using semantic properties from the store instead than from the parser
|}
|}
<br />
<br />