Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
ampli 5ea09092ad Fixed the following jslint warnings:
Lint at line 5 character 16: 'WebGUI' was used before it was defined.
var WebGUI = {};

Lint at line 53 character 86: Missing '()' invoking a constructor.
data[ columns[ i ].key ] = columns[i].formatter == "date" ? new Date : "";

Lint at line 89 character 21: 'i' is already defined.
for ( var i = 0; i < cols.length; i++ ) {

Lint at line 612 character 25: 'col' is already defined.
var col     = this.dataTable.getColumn( oldKey );

Lint at line 661 character 63: Missing '()' invoking a constructor.
allRecords[j].setData(newKey, new Date);
2011-06-29 04:55:59 +03:00
docs fixed #12169: extras uploads symlink export 2011-06-21 16:16:51 -05:00
etc rfe #12127: AssetProperty macro 2011-05-11 09:39:25 -05:00
lib fixed #12169: extras uploads symlink export 2011-06-21 16:16:51 -05:00
sbin allow specific expires dates for groups in userImport.pl 2011-06-20 18:26:39 -05:00
t Added POD and test for RenderThingData macro update 2011-06-16 18:07:54 -05:00
www Fixed the following jslint warnings: 2011-06-29 04:55:59 +03:00
.gitignore Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
.perltidyrc perltidyrc now placed where it can do the most good 2009-05-29 18:50:01 +00:00