Hi, happy to announce Photon 1.23.9, a new version of an alternative CouchDB admin panel. New features since 1.22:
1. Deleted docs opened from _changes feed are now handled much better by JSON editor: the _deleted property is at the top, and switching it to false allows both Save and Clone actions. This feature is especially helpful for un-deleting docs with retained content. 2. Table view for indices now supports 2 new column modifiers, /int and /curr, so typing smth like “price /curr” at column header shows price properties casted to 123.00 fixed point format. Little reminder: there’s a lot of other modifiers, ie /dt which converts whatever to readable datetime, /list which shows array values line by line, and so on. 3. Added shortcut to _node/_local/_versions into About tab (Couch 3.3+ only). 4. JSON editor now folds/unfolds all top level branches on doc root click. https://github.com/ermouth/couch-photon Enjoy! Cheers, ermouth
