mirror of
https://codeberg.org/usemod/usemod
synced 2026-04-04 18:40:10 +09:00
Compare commits
82 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ad2e04c33 | ||
|
|
380be5160c | ||
|
|
ee1e6b9b65 | ||
|
|
b1a6c615cf | ||
|
|
182fbdd079 | ||
|
|
d00245b234 | ||
|
|
ba3686996f | ||
|
|
eda0a5ee5a | ||
|
|
026a769e0a | ||
|
|
070ff2c704 | ||
|
|
8e3f7824eb | ||
|
|
d71a118d19 | ||
|
|
f14d05103c | ||
|
|
3aa96dd404 | ||
|
|
44e500ae44 | ||
|
|
70488b0c98 | ||
|
|
2950d9a81c | ||
|
|
de4e395c6c | ||
|
|
2883da1bf9 | ||
|
|
c99cad8cc9 | ||
|
|
08687dd8d8 | ||
|
|
418b667f28 | ||
|
|
f94bebe31e | ||
|
|
3a46d68d6f | ||
|
|
f6c8f13015 | ||
|
|
2214a8175a | ||
|
|
b11337d2d6 | ||
|
|
501a7e36f4 | ||
|
|
9474e6789a | ||
|
|
870e1f7eed | ||
|
|
d3b07e925d | ||
|
|
110664adb9 | ||
|
|
e80c4cd8d5 | ||
|
|
f4822aa6e8 | ||
|
|
bf012db309 | ||
|
|
a3f1349664 | ||
|
|
cca8fc0aa6 | ||
|
|
59aae67859 | ||
|
|
18e2417539 | ||
|
|
d4ba6323a3 | ||
|
|
15412f6695 | ||
|
|
b175a5b4e5 | ||
|
|
0cf89ae446 | ||
|
|
0568007328 | ||
|
|
d40a1b150f | ||
|
|
7f1c918633 | ||
|
|
da5eaed40e | ||
|
|
5c48d9a789 | ||
|
|
16660d99f9 | ||
|
|
8d39add40a | ||
|
|
31e4f86676 | ||
|
|
a0419ff448 | ||
|
|
da6052adeb | ||
|
|
cc41abd92c | ||
|
|
8f23adcc7a | ||
|
|
aff1b8387d | ||
|
|
6a64c22e12 | ||
|
|
19ad47ff11 | ||
|
|
9f68448d5f | ||
|
|
59fc58fbab | ||
|
|
c6ee9ee1ac | ||
|
|
479225d1d9 | ||
|
|
c4a95bf817 | ||
|
|
eedbd60ba9 | ||
|
|
31361f5c2d | ||
|
|
d50a72c86d | ||
|
|
c0bb6e62c1 | ||
|
|
a5eb14d28e | ||
|
|
32a13c5e8b | ||
|
|
33bef450e8 | ||
|
|
39995d1c0c | ||
|
|
d521f7011d | ||
|
|
c64c3ff54c | ||
|
|
8429294b5c | ||
|
|
21c98985bc | ||
|
|
8814048cfc | ||
|
|
26037dd0dd | ||
|
|
49cec5752d | ||
|
|
78a833233c | ||
|
|
d9a7c35fe7 | ||
|
|
c846f805fb | ||
|
|
20c51dd9ff |
2
CREDITS
2
CREDITS
@@ -6,8 +6,10 @@ Users which contributed patches added to versions after 1.0:
|
||||
* CliffordAdams
|
||||
* DavidClaughton
|
||||
* DavidWall
|
||||
* GunnarH
|
||||
* GyPark
|
||||
* JuanMtnezPineda
|
||||
* MarkIrons
|
||||
* MikeCastle
|
||||
* RichardP
|
||||
* Robin Rowe (rower@movieeditor.com)
|
||||
|
||||
45
Changelog
45
Changelog
@@ -1,4 +1,49 @@
|
||||
|
||||
Changes for release 1.2.0 (November 05, 2017):
|
||||
* switch DTD to HTML 4.0.1 Transitional
|
||||
* cleanup generated HTML code
|
||||
* added CSS class wikibody to include all except wikiheader and wikifooter
|
||||
suggested by UngarPeter
|
||||
* fixed bug CallingKeepFileName
|
||||
with suggestion from JuanMtnezPineda
|
||||
* show IP address instead of faked DNS entry on RecentChanges
|
||||
* add EditHash
|
||||
|
||||
Changes for release 1.1.0 (October 31, 2017):
|
||||
* enable warnings (perl -w)
|
||||
* fix warnings
|
||||
* enable taint mode (perl -T)
|
||||
* fixes for taint mode
|
||||
based on work by MarkIrons
|
||||
* fixed bug UnusedVariableDeclaration
|
||||
fix contributed by JuanMtnezPineda
|
||||
* fixed bug PwlistArray
|
||||
fix contributed by JuanMtnezPineda
|
||||
* remove unused variables
|
||||
|
||||
Changes for bugfix release 1.0.6 (November 05, 2016):
|
||||
|
||||
* fixed bug CookieIgnored
|
||||
* fixed bug CGIStartformAndEndform
|
||||
* fixed bug SkipMigratingParameterLock
|
||||
based on fix by GyPark
|
||||
|
||||
Changes for bugfix release 1.0.5 (August 28, 2009):
|
||||
|
||||
* added patch RssLinkInHeader (but only for normal pages)
|
||||
contributed by UngarPeter
|
||||
* added patch DoPageLockMinorTweak
|
||||
contributed by JuanMtnezPineda
|
||||
* Allow "0" as page name if FreeLinks are allowed
|
||||
* fixed bug NumericDatesNeedZeroPadding
|
||||
fix contributed by GunnarH
|
||||
* fixed bug ExtraBRAtDoBackLinks
|
||||
fix contributed by JuanMtnezPineda
|
||||
* fixed bug TTatDoEditBanned
|
||||
fix contributed by JuanMtnezPineda
|
||||
* fixed bug NonEnglishRSS
|
||||
fixes contributed by GunnarH
|
||||
|
||||
Changes for bugfix release 1.0.4 (December 1, 2007):
|
||||
|
||||
* fixed bug NoDisplayFooterInActionLink
|
||||
|
||||
4
README
4
README
@@ -1,5 +1,5 @@
|
||||
README for UseModWiki 1.0.4
|
||||
Last updated: December 1, 2007
|
||||
README for UseModWiki 1.0.6
|
||||
Last updated: August 28, 2009
|
||||
|
||||
Release notes:
|
||||
|
||||
|
||||
15
config
15
config
@@ -1,5 +1,5 @@
|
||||
# == Configuration =======================================================
|
||||
# Original version from UseModWiki 1.0.4
|
||||
# == Configuration =====================================================
|
||||
# Original version from UseModWiki 1.2.0
|
||||
|
||||
$CookieName = "Wiki"; # Name for this wiki (for multi-wiki sites)
|
||||
$SiteName = "Wiki"; # Name of site (used for titles)
|
||||
@@ -11,7 +11,7 @@ $ScriptTZ = ""; # Local time zone ("" means do not print)
|
||||
$RcDefault = 30; # Default number of RecentChanges days
|
||||
@RcDays = qw(1 3 7 30 90); # Days for links on RecentChanges
|
||||
$KeepDays = 14; # Days to keep old revisions
|
||||
$SiteBase = ""; # Full URL for <BASE> header
|
||||
$SiteBase = ""; # Full URL for <base> header
|
||||
$FullUrl = ""; # Set if the auto-detected URL is wrong
|
||||
$RedirType = 1; # 1 = CGI.pm, 2 = script, 3 = no redirect
|
||||
$AdminPass = ""; # Set to non-blank to enable password(s)
|
||||
@@ -38,17 +38,19 @@ $DiffColor2 = '#cfffcf'; # Background color of new/added text
|
||||
$FavIcon = ''; # URL of bookmark/favorites icon, or ''
|
||||
$RssDays = 7; # Default number of days in RSS feed
|
||||
$UserHeader = ''; # Optional HTML header additional content
|
||||
$UserBody = ''; # Optional <BODY> tag additional content
|
||||
$UserBody = ''; # Optional <body> tag additional content
|
||||
$StartUID = 1001; # Starting number for user IDs
|
||||
$UploadDir = ''; # Full path (like /foo/www/uploads) for files
|
||||
$UploadUrl = ''; # Full URL (like http://foo.com/uploads)
|
||||
@ImageSites = qw(); # Url prefixes of good image sites: ()=all
|
||||
$Salt = 'pepper'; # Salt for generating an EditHash,
|
||||
# please choose something other here!
|
||||
|
||||
# Major options:
|
||||
$UseSubpage = 1; # 1 = use subpages, 0 = do not use subpages
|
||||
$UseCache = 0; # 1 = cache HTML pages, 0 = generate every page
|
||||
$EditAllowed = 1; # 1 = editing allowed, 0 = read-only
|
||||
$RawHtml = 0; # 1 = allow <HTML> tag, 0 = no raw HTML in pages
|
||||
$RawHtml = 0; # 1 = allow <html> tag, 0 = no raw HTML in pages
|
||||
$HtmlTags = 0; # 1 = "unsafe" HTML tags, 0 = only minimal tags
|
||||
$UseDiff = 1; # 1 = use diff features, 0 = do not use diff
|
||||
$FreeLinks = 1; # 1 = use [[word]] links, 0 = LinkPattern only
|
||||
@@ -63,6 +65,7 @@ $ReplaceFile = 'ReplaceFile'; # 0 = disable, 'PageName' = indicator tag
|
||||
$TableSyntax = 1; # 1 = wiki syntax tables, 0 = no table syntax
|
||||
$NewFS = 0; # 1 = new multibyte $FS, 0 = old $FS
|
||||
$UseUpload = 0; # 1 = allow uploads, 0 = no uploads
|
||||
$UseEditHash = 0; # 1 = use EditHash, 0 = no EditHash
|
||||
|
||||
# Minor options:
|
||||
$LogoLeft = 0; # 1 = logo on left, 0 = logo on right
|
||||
@@ -96,7 +99,7 @@ $MaskHosts = 0; # 1 = mask hosts/IPs, 0 = no masking
|
||||
$LockCrash = 0; # 1 = crash if lock stuck, 0 = auto clear locks
|
||||
$HistoryEdit = 0; # 1 = edit links on history page, 0 = no edit links
|
||||
$OldThinLine = 0; # 1 = old ==== thick line, 0 = ------ for thick line
|
||||
$NumberDates = 0; # 1 = 2003-6-17 dates, 0 = June 17, 2003 dates
|
||||
$NumberDates = 0; # 1 = 2003-06-17 dates, 0 = June 17, 2003 dates
|
||||
$ParseParas = 0; # 1 = new paragraph markup, 0 = old markup
|
||||
$AuthorFooter = 1; # 1 = show last author in footer, 0 = do not show
|
||||
$AllUpload = 0; # 1 = anyone can upload, 0 = only editor/admins
|
||||
|
||||
@@ -449,13 +449,17 @@ This operation is restricted to site editors only...
|
||||
|
||||
This operation is restricted to administrators only...
|
||||
|
||||
Set or Remove global edit lock
|
||||
Set global edit lock
|
||||
|
||||
Remove global edit lock
|
||||
|
||||
Edit lock created.
|
||||
|
||||
Edit lock removed.
|
||||
|
||||
Set or Remove page edit lock
|
||||
Set page edit lock
|
||||
|
||||
Remove page edit lock
|
||||
|
||||
Missing page id to lock/unlock...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user