Index: trunk/extensions/NSFileRepo/README |
— | — | @@ -7,12 +7,12 @@ |
8 | 8 | |type2 = |
9 | 9 | |hook1 = userCan |
10 | 10 | |hook2 = ImgAuthBeforeStream |
11 | | -|username = [[User:Jpond|Jack D. Pond]] |
12 | | -|author = <!-- add only if different from user name --> |
| 11 | +|username = Jpond |
| 12 | +|author = Jack D. Pond |
13 | 13 | |description = implements per-namespace group permissions for image and file rights protection |
14 | 14 | |image = |
15 | | -|version = 1.1 |
16 | | -|update = 2009-09-4 |
| 15 | +|version = 1.3 |
| 16 | +|update = 2010-1-27 |
17 | 17 | |mediawiki = 1.13, 1.14, 1.15, 1.16 |
18 | 18 | |license = GNU General Public Licence 2.0 |
19 | 19 | |download = {{WikimediaDownload|NSFileRepo}} |
— | — | @@ -76,6 +76,23 @@ |
77 | 77 | ** Modifying and updating the standard version of img_auth.php to include localization and a hook necessary for this extension. Will hopefully be approved for version 1.16 |
78 | 78 | ** Discussing ways to allow modification of wfStripIllegalFilenameChars so that future patching will not be needed. |
79 | 79 | |
| 80 | +== Release Notes == |
| 81 | + |
| 82 | +=== NSFileRepo 1.3 === |
| 83 | + |
| 84 | +* Allow files with namespace protection (e.g. File:ns:yourfile.txt) to be whitelisted using standard [[Manual:$wgWhitelistRead | $wgWhitelistRead]] in localsettings. |
| 85 | + |
| 86 | +=== NSFileRepo 1.2 === |
| 87 | + |
| 88 | +* Fixed bug with reuploads and versioning |
| 89 | +* Added protection to archived files and thumbs |
| 90 | +* Known bug - deleted files are removed from protected Namespace and can be accessed - working on fix, but for now, recommend do not delete files. |
| 91 | + |
| 92 | +=== NSFileRepo 1.1 === |
| 93 | + |
| 94 | +* First fully tested version, works with MW 1.13.1, 1.14.1, 1.15.1 with patches |
| 95 | +* Works with 1.16.0 (trunk) without patches. |
| 96 | + |
80 | 97 | ==Download instructions== |
81 | 98 | |
82 | 99 | This Extension and the necessary patch/files may be downloaded from one of the following (SVN preferred). The distribution is the same for all versions of MW, 1.13.0 through Current. |