App-Chronicle

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

5.1.4 - 2nd March 2016
    * Reworked how tags are fetched from entries.

5.1.3 - 12th February 2016
    * Accepted contribution from Matthias Bethke to allow UTF-8 filenames.

5.1.2 - 2nd January 2016
    * Load gravitars in a protocol-agnostic fashion.

5.1.1 - 4th July 2015
    * Updated default RSS-feed to validate correctly.

5.1.0 - 16th June 2015
    * Allow per-post templates.
	* Allow posts to be truncated.
	* Allow user to configure the man/max/step-size of the tag-cloud.
	* Allow static-pages to be created via new plugin.
	* Allow input-folder layout to be preserved via new plugin.
	* Abort if entries don't have titles.
	* Abort if titles aren't unique within a blog.

themes/bs2/static/js/bootstrap.js  view on Meta::CPAN

    }

  , tip: function () {
      return this.$tip = this.$tip || $(this.options.template)
    }

  , arrow: function(){
      return this.$arrow = this.$arrow || this.tip().find(".tooltip-arrow")
    }

  , validate: function () {
      if (!this.$element[0].parentNode) {
        this.hide()
        this.$element = null
        this.options = null
      }
    }

  , enable: function () {
      this.enabled = true
    }



( run in 0.492 second using v1.01-cache-2.11-cpan-a5abf4f5562 )