First round of bugfixes after the opening of the public beta!

- New words in the dictionary
- Bugs fixed in HTML Checker tag stack which rejected <IMG> and <LI>
  and had a potential infinite loop
- Multipart handling now handles Windows-uploaded filenames correctly
- Bug fixed in PostOperations that was causing nuke to fail and scribble
  and hide to succeed but throw an internal servlet error
- Enhanced conference listing now gives a better activity report in conferences
- Top Content font enlarged
- Null posts now work (they used to in WebbMe)
- Slippage display corrected
- Probably a couple of other things I can't think of just now.
This commit is contained in:
Eric J. Bowersox
2001-04-05 05:12:20 +00:00
parent 257537e869
commit f19aab70fe
15 changed files with 375 additions and 184 deletions

View File

@@ -1,3 +1,5 @@
acmecity
advogato
ain't
anime
@@ -8,10 +10,12 @@ boitano
boromax
can't
cartman
cdt
checkouts
couldn't
crewmember
crewmembers
cst
deflector
deflectors
delenn
@@ -20,10 +24,13 @@ dilithium
docking
doesn't
don't
edt
eminds
entil'zha
eps
erbo
est
faux
fett
followup
franklin
@@ -47,19 +54,27 @@ lafou
ma'am
maddog
marillion
mdt
minbar
minbari
mp
mr
mst
mustn't
nacelle
nacelles
navigational
ops
padd
paperclip
pdt
peachy
pic
planitia
planum
privs
psi
pst
refit
refitting
replicator
@@ -70,9 +85,12 @@ runabout
salchow
salchows
sarcastically
shouldn't
silverwrist
snarf
snarfage
snarfer
snarfing
snazzy
sourceforge
spaceport
@@ -92,6 +110,7 @@ turbolift
tuzanor
umbilical
umbilicals
unread
url
utne
valen

View File

@@ -9,7 +9,7 @@
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
language governing rights and limitations under the License.
The Original Code is the Venice Web Community System.
The Original Code is the Venice Web Communities System.
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
@@ -34,4 +34,16 @@
<appender-ref ref="STDLOG"/>
</root>
<!-- Turn down the standard detail in some areas -->
<category name="com.silverwrist.util.ServletMultipartHandler">
<priority value="fatal"/>
</category>
<category name="com.silverwrist.venice.htmlcheck">
<priority value="fatal"/>
</category>
</configuration>