Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding SugarExt for setting hidden attribute on FAT filesHEADmasterWalter Bender2013-06-103-0/+129
| | | | | | | | | This extension is used by Sugar to set the HIDDEN attribute for .Sugar-Metadata. By creating an extension, we avoid the need to add an additional dependency (fatattr) to Sugar. The code is modeled after fatattr, using an IOCTL call get and set FAT file attributes. There is a corresponding patch for model.py in sugar/src/jarabe/journal
* Send bundleId and objectId to javascriptDaniel Narvaez2013-06-101-10/+16
| | | | | | Also use the json module to generate the environemnt dictionary string. This takes care of a None objectId cleanly.
*