Skip to content

Tags: cobjet-dev/genghis

Tags

v2.3.11

Toggle v2.3.11's commit message
Fix bobthecow#167 — bug in rounding when displaying "humanized" sizes.

v2.3.10

Toggle v2.3.10's commit message
Work around rack-protection's misguided path decoding.

v2.3.9

Toggle v2.3.9's commit message
 * Fix bobthecow#135 — error when entering a `new Date()` value in a …

…document.

 * Fix (future) backwards compatibility breaks in the PHP Mongo driver (using `'safe' => true` with `MongoClient`).

v2.3.8

Toggle v2.3.8's commit message
 * [Fix bobthecow#130][i130] — Resolve bug creating or editing `ISODa…

…te` instances with years between 1 and 99.

 * Improve time rendering, prevent microsecond truncation.

v2.3.7

Toggle v2.3.7's commit message
Genghis v2.3.7

* Fix bobthecow#126 — Resolve bug editing non-ObjectId `_id` in Ruby 1.8.7.

v2.3.6

Toggle v2.3.6's commit message
 * Change grippie cursor to `row-resize` — Thanks @Zatsugami.

 * Fix "unable to connect" errors for some driver versions (PHP backend) — Thanks @redexp.
 * Fix bobthecow#117 — Update JSON gem dependency (Ruby backend).
 * Fix bobthecow#112 — Add support for Sinatra v1.4.0 (Ruby backend).
 * Support latest Mongo driver version (Ruby backend).
 * Update to latest Bootstrap, CodeMirror, Esprima, Hogan.js, jQuery, Mousetrap and tablesorter vendor libraries.

v2.3.5

Toggle v2.3.5's commit message
 * Improve "remove server" button and confirmation dialog to clarify …

…that this removes settings but not data.

 * Expose server error when adding duplicate collection (or GridFS collection) names.
 * Fix bobthecow#108 — Don't add servers with malformed (or empty) DSNs.

v2.3.4

Toggle v2.3.4's commit message
Fix bobthecow#100 — Work around backwards compatibility break in `mon…

…go` gem 1.8.4 (Ruby backend).

v2.3.3

Toggle v2.3.3's commit message
Fix bobthecow#105 — Fix bug introduced when rendering DB references.

v2.3.2

Toggle v2.3.2's commit message
 * Fix bobthecow#103 — Properly encode and decode API URI components …

…in Backbone v1.0.

 * Clean up page title for non-ObjectId documents.