forked from codeberg/usemod.usemod
Compare commits
78 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 | ||
|
|
932fa71cb5 | ||
|
|
e9341a3ee5 | ||
|
|
4364cd7da3 | ||
|
|
d71565c85b | ||
|
|
1275491365 | ||
|
|
027da87d33 | ||
|
|
730799f93d | ||
|
|
54bb8f0f22 | ||
|
|
073748c0ca | ||
|
|
920c918c15 | ||
|
|
ff1a3762b1 | ||
|
|
2ae7b38813 | ||
|
|
a1cb3d9d76 | ||
|
|
13c4c7528c | ||
|
|
1f1718b165 | ||
|
|
a70fe404f4 | ||
|
|
36ec8e1315 | ||
|
|
bebaea5179 | ||
|
|
677f956db7 | ||
|
|
e3aa55e96b | ||
|
|
295de1ea38 | ||
|
|
f01d6b2c1a |
4
CREDITS
4
CREDITS
@@ -6,10 +6,14 @@ Users which contributed patches added to versions after 1.0:
|
||||
* CliffordAdams
|
||||
* DavidClaughton
|
||||
* DavidWall
|
||||
* GunnarH
|
||||
* GyPark
|
||||
* JuanMtnezPineda
|
||||
* MarkIrons
|
||||
* MikeCastle
|
||||
* RichardP
|
||||
* Robin Rowe (rower@movieeditor.com)
|
||||
* StefanTrcek
|
||||
* TomScanlan
|
||||
* Trent
|
||||
* UngarPeter
|
||||
|
||||
76
Changelog
76
Changelog
@@ -1,4 +1,65 @@
|
||||
|
||||
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
|
||||
fix contributed by JuanMtnezPineda
|
||||
* QuoteHtml, GetPageLockLink, GetAdminBar: move function to allow defered
|
||||
compilation again
|
||||
* fixed bug: make GotoBars at top and bottom look the same on the edit page
|
||||
* added some missing ScriptLinkChar() instead of "?"
|
||||
* updated barnesandnoble.com search URL
|
||||
|
||||
Changes for bugfix release 1.0.3 (September 12, 2007):
|
||||
|
||||
* fixed bug IntermapedGifNotInlinedForLink
|
||||
* fixed bug AuthenicationFailedNoHeader
|
||||
* fixed bug BacklinksMissesSomeFreeLinks
|
||||
fix contributed by BrianHunter
|
||||
* fixed bug EmptyTableElements
|
||||
fix contributed by StefanTrcek
|
||||
* fixed bug MiscTranslation
|
||||
fix contributed by JuanMtnezPineda
|
||||
* added more translation strings
|
||||
* DoRC: when using rcidonly text was quoted too much
|
||||
noticed by CliffordAdams (bug was introduced with XssFix in 1.0.1)
|
||||
* fixed bug UrlEncoding
|
||||
fix contributed by StefanTrcek
|
||||
|
||||
Changes for bugfix release 1.0.2 (August 26, 2007):
|
||||
|
||||
* added CREDITS and Changelog (forgot them in 1.0.1)
|
||||
@@ -15,10 +76,11 @@ Changes for bugfix release 1.0.2 (August 26, 2007):
|
||||
* added patch RobotsNoFollow version D
|
||||
contributed by Trent with suggestion by UngarPeter
|
||||
based on work by TomScanlan
|
||||
* fixed bug ActionLinksExistsZeroSubPage aka RequestedLinks
|
||||
* fixed bug ActionLinksExistsZeroSubPage
|
||||
aka bug RequestedLinks
|
||||
based on fix by GyPark and MikeCastle
|
||||
* fixed bug ImageExtensionsCaseSensitive aka
|
||||
UppercaseImageUploadCausesProblemsWithDisplay
|
||||
* fixed bug ImageExtensionsCaseSensitive
|
||||
aka bug UppercaseImageUploadCausesProblemsWithDisplay
|
||||
* added ico/tif/tiff to ImageExtensions
|
||||
* fixed bug CamelCaseImageUploadCausesProblemsWithDisplay
|
||||
with suggestion from DavidClaughton
|
||||
@@ -29,10 +91,12 @@ Changes for bugfix release 1.0.1 (July 9, 2007):
|
||||
fix contributed by Christoph Berg (cb@df7cb.de)
|
||||
* fixed bug PossibleToCreatePagesThatCanNotBeEdited
|
||||
fix contributed by RichardP
|
||||
* fixed bug FileUploadManglesFile aka Win32BinaryUpload aka
|
||||
UploadOnWindowsNeedsBinmode
|
||||
* fixed bug FileUploadManglesFile
|
||||
aka bug Win32BinaryUpload
|
||||
aka bug UploadOnWindowsNeedsBinmode
|
||||
fix contributed by Robin Rowe (rower@movieeditor.com) and DavidWall
|
||||
* fixed bug CompareButtonFailsToDiff aka DoHistory's_Form
|
||||
* fixed bug CompareButtonFailsToDiff
|
||||
aka bug DoHistory's_Form
|
||||
fix contributed by BrianHunter and ??
|
||||
* fixed bug BadHtml
|
||||
* fixed bug AmpersandBug
|
||||
|
||||
4
README
4
README
@@ -1,5 +1,5 @@
|
||||
README for UseModWiki 1.0.2
|
||||
Last updated: August 26, 2007
|
||||
README for UseModWiki 1.0.6
|
||||
Last updated: August 28, 2009
|
||||
|
||||
Release notes:
|
||||
|
||||
|
||||
8
config
8
config
@@ -1,5 +1,5 @@
|
||||
# == Configuration =======================================================
|
||||
# Original version from UseModWiki 1.0.2
|
||||
# == Configuration =====================================================
|
||||
# Original version from UseModWiki 1.1.0
|
||||
|
||||
$CookieName = "Wiki"; # Name for this wiki (for multi-wiki sites)
|
||||
$SiteName = "Wiki"; # Name of site (used for titles)
|
||||
@@ -96,7 +96,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
|
||||
@@ -110,7 +110,7 @@ $BracketImg = 1; # 1 = [url url.gif] becomes image link, 0 = no img
|
||||
# Names of sites. (The first entry is used for the number link.)
|
||||
@IsbnNames = ('bn.com', 'amazon.com', 'search');
|
||||
# Full URL of each site before the ISBN
|
||||
@IsbnPre = ('http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=',
|
||||
@IsbnPre = ('http://search.barnesandnoble.com/booksearch/isbninquiry.asp?isbn=',
|
||||
'http://www.amazon.com/exec/obidos/ISBN=',
|
||||
'http://www.pricescan.com/books/BookDetail.asp?isbn=');
|
||||
# Rest of URL of each site after the ISBN (usually '')
|
||||
|
||||
@@ -91,6 +91,24 @@ Database is stored in temporary directory %s
|
||||
|
||||
Config file error:
|
||||
|
||||
Administration
|
||||
|
||||
Unlock page
|
||||
|
||||
Lock page
|
||||
|
||||
Delete this page
|
||||
|
||||
Edit Banned List
|
||||
|
||||
Run Maintenance
|
||||
|
||||
Edit/Rename pages
|
||||
|
||||
Unlock site
|
||||
|
||||
Lock site
|
||||
|
||||
Search:
|
||||
|
||||
Go!
|
||||
@@ -431,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...
|
||||
|
||||
@@ -445,36 +467,54 @@ Lock for %s created.
|
||||
|
||||
Lock for %s removed.
|
||||
|
||||
Editing Banned list
|
||||
|
||||
Updating Banned list
|
||||
|
||||
Empty banned list or error.
|
||||
|
||||
Resubmit with at least one space character to remove.
|
||||
|
||||
Removed banned list
|
||||
|
||||
Updated banned list
|
||||
|
||||
Editing Links
|
||||
|
||||
UpdateLinksList could not get main lock
|
||||
|
||||
Updating Links
|
||||
|
||||
Administration
|
||||
Empty command list or error.
|
||||
|
||||
Unlock page
|
||||
Finished command list.
|
||||
|
||||
Lock page
|
||||
Could not open %s log file:
|
||||
|
||||
Delete this page
|
||||
Error was:
|
||||
|
||||
Edit Banned List
|
||||
Delete-Page: page %1 is invalid, error is: %2
|
||||
|
||||
Run Maintenance
|
||||
Rename-Text: old page %1 is invalid, error is: %2
|
||||
|
||||
Edit/Rename pages
|
||||
Rename-Text: new page %1 is invalid, error is: %2
|
||||
|
||||
Unlock site
|
||||
Rename: old page %1 is invalid, error is: %2
|
||||
|
||||
Lock site
|
||||
Rename: new page %1 is invalid, error is: %2
|
||||
|
||||
Confirm Delete %s
|
||||
Rename: new page %s already exists--not renamed.
|
||||
|
||||
Rename: old page %s does not exist--nothing done.
|
||||
|
||||
Displaying Wiki Version
|
||||
|
||||
Delete %s
|
||||
|
||||
Confirm deletion of %s by following this link:
|
||||
|
||||
Confirm Delete
|
||||
|
||||
Delete %s
|
||||
|
||||
%s can not be deleted.
|
||||
|
||||
%s can not be deleted because it is locked.
|
||||
|
||||
Reference in New Issue
Block a user