-
```
Bug report from a user here in person:
$ camput file foo.txt
$ camput file --filenodes foo.txt
.. won't make a permanode for foo.txt.
Some bad camput caching bug.
```
Original issue reported …
-
```
There are several possible sorts we can show in the list view:
1. The date an item was originally created, even before it was imported into
Camlistore (as best known). For example, the date a ph…
-
```
For photo-gallery vs. blog, need a way to serve different css/js depending on
the wrapper permanode's classification.
Figure out where that goes.
Maybe even something hacky for now to unblock L…
-
```
Sometimes a recently-modified permanode has tons of attributes.
But the web UI rarely needs them all.
The Describe mechanism could also let the caller specify which attribute(s) to
return.
(th…
-
```
I've tried to share a dir on HEAD yesterday with steps such as:
camput file -permanode /somedir/pics/
(-> obtain a permanode for the camlicontent)
camput share -transitive
(-> obtain a bloref to …
-
```
Add functionality for cammount to mount root permanodes directly to a mount
point as it can for directory blobs.
Currently, roots are only exposed when cammount is invoked without a target
blob…
-
```
if camlicontent is a directory, the title that shows up on the blobitem should
be the dir name.
Conversely, if camlicontent is a file, if a title is set on the permanode, the
blobitem should di…
-
```
What steps will reproduce the problem?
1. Start camlistored with dev-server
2. Upload a few dozens pics as permanodes
3. Notice how the cpu usage regularly (and indefinitely) peaks in cpu usage
a…
-
```
If a permanode has attribute "camliContent" pointing to a "bytes" JSON schema,
we should find the sha1 of the bytes content (which might be of unbounded
size), to prevent dup uploads in the futu…
-
```
In parallel with the UI blog support, we need publish handler support.
This includes: a parent container permanode (a "gallery" for pictures and a
"blog" for blog posts) needs to have a default …