Only process macros once per page.

This commit is contained in:
JT Smith 2003-03-02 21:15:56 +00:00
parent 0ebac2be41
commit 5f6313579f
12 changed files with 219 additions and 26 deletions

View file

@ -49,6 +49,11 @@ save you many hours of grief.
significantly. Macros written for versions prior to 5.2.0
are not compatible with this version or after.
* All discussions and user submission systems now have a property
for filtering content. This filter has been set to remove
javascript and macros, but you may wish to set these to one
of the other options.
5.1.0
--------------------------------------------------------------------

View file

@ -58,6 +58,11 @@ INSERT INTO international VALUES (4,'HttpProxy',2,'Timeout (Sekunden)',104039557
INSERT INTO international VALUES (3,'HttpProxy',2,'HTTP Proxy',1040395372);
INSERT INTO international VALUES (2,'HttpProxy',2,'HTTP Proxy ändern',1040395360);
INSERT INTO international VALUES (1,'HttpProxy',2,'URL',1040395344);
alter table wobject add column filterPost varchar(30) not null default 'javascript';
delete from settings where name='filterContributedHTML';
update international set namespace='Discussion' where internationalId=524 and namespace='WebGUI';
alter table wobject add column addEditStampToPosts int not null default 1;