-
In the media manager there is a restriction to upload `php` files.
But user can rename any uploaded file to `*.php`.
Tested on 351 build.
_PS: And also will be good to have a possibility to enter re…
-
It is not possible to build the master on linux (Mint 17.1).
The builds fails at the :sagan-client:npmBuild step.
If I execute "gulp build" into the sagan-client folder this is the output:
```
[12:05…
-
When running syncWX as a 'logon' event, Has anyone else encountered or reported displaying information from a previous login? I can reproduce this at will by connecting from two different locations.
…
-
We should introduce a class to the Filesystem package that simply provides file extensions used throughout the app. We have these in various places so far:
- Ignore file names ['.svn', '.git', '.DS_St…
-
Paul Withers [3:46 PM]
How do you get the `view` SSJS variable in Java? Is there an easy helper method (and if using `resolveVariable()` what class do you cast to?)
I can't see anything obvious under…
-
When i try to associate a tooptip dialog with a inputbox(editBox) the tooltipDialog appears far away from related field.
I i would like to do is onChange event of an inputBox i have to check a parame…
-
```
Expose serialization and deserialization functions for object's various
representations.
```
Original issue reported on code.google.com by `kris...@gmail.com` on 2 Jan 2009 at 7:54
-
After recommended tap over tape to a colleague, he pointed out the big difference in file size due to dependencies.
As a comparison `node-tape` with dependencies installed weighs in at about 2.4MB …
-
Your package.json states no dependancies, but I can find several:
```
grep -r 'require(' .|grep -v "'\."
./slm.js:var FS = require('fs');
./vm_node.js:var FS = require('fs');
./vm_node.js:var NodeVM …
-
```
What steps will reproduce the problem?
1. Create a test.sjs file in the DOCUMENT_ROOT containing
response.write (HTML.dump(request));
2. Browse to http://server/test.sjs/123
What is the expected…