Added new rich editor and removed old ones.
This commit is contained in:
parent
c9168a442f
commit
6bc0736348
55 changed files with 2877 additions and 1798 deletions
|
|
@ -20,6 +20,7 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In
|
|||
Andy Grundman
|
||||
Koen de Jonge / ProcoliX
|
||||
Martin Kamerbeek / ProcoliX
|
||||
Len Kranendonk
|
||||
Christophe Marcant
|
||||
Tavis Parker / ParkerOne Consulting
|
||||
Daniel Quinlan
|
||||
|
|
@ -45,7 +46,7 @@ to WebGUI, but who's work has made WebGUI possible:
|
|||
|
||||
Perl.................................Larry Wall / O'Reilly
|
||||
|
||||
IE Rich Edit.........................Brattli
|
||||
Rich Edit............................interactivetools.com
|
||||
|
||||
Data::Config.........................Sébastien Aperghis-Tramoni
|
||||
|
||||
|
|
|
|||
|
|
@ -25,10 +25,9 @@ alter table discussion add column userDefined2 varchar(255);
|
|||
alter table discussion add column userDefined3 varchar(255);
|
||||
alter table discussion add column userDefined4 varchar(255);
|
||||
alter table discussion add column userDefined5 varchar(255);
|
||||
|
||||
--- SMB authentication module ----------------------------------------------
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=495;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (495,1,'WebGUI','htmlArea (default)', 1038159820);
|
||||
insert into settings (name,value) values ('smbPDC','your PDC');
|
||||
insert into settings (name,value) values ('smbBDC','your BDC');
|
||||
insert into settings (name,value) values ('smbDomain','your NT Domain');
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue