tkh_admin_panel 0.9.10 → 0.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 166b9ae19084886b2c4bca3d5cf2087e447377b1
4
- data.tar.gz: 61201597871efe82551b074e1cfa33a1e4c57743
3
+ metadata.gz: 0f66f4beee2a7d189937bc8dcf8eed23a8d925a4
4
+ data.tar.gz: 9cde678794807da3fd64b3739de71991f4a9b587
5
5
  SHA512:
6
- metadata.gz: aae6a49650212f63759d0d1c1f594da5a776f8bc83d97393ce3e86f7826b7bd3e99dd6984741945f12c4fe58d0083d544901b323b816bfa249cd0699d49dfa80
7
- data.tar.gz: 4724eed1e6f2a8f6a56dd996e77909ce5356892885e3b372a1193ecdbd820d3210772a3925e547d6a6066e43ff550d02577b229c527424cc249ef5a84f4ee161
6
+ metadata.gz: 75d0b7a8935f382d14edd4a1f8614c08e9befaaeb89b73fcb3101a61c5b79450fe94387434b92cabf7510fbdbd56a9a16a0965f18d1848666749134ec6882217
7
+ data.tar.gz: 4ff7f9fd9da60e485b5d956d95bb193b76d470d095471ea3b37766a4e55363b0b7a0a07b849bb58560dc6c37c62bb2cf3c5c6dc17a9ea061512d8bdbcf598152
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.9.11
6
+
7
+ * Parent page title field autocompletes in the page form
8
+
9
+
5
10
  ## 0.9.10
6
11
 
7
12
  * Fixed up and styled paginators
@@ -21,3 +21,6 @@ jQuery ->
21
21
  $('#page_author_name').typeahead(
22
22
  name: 'page_author_name',
23
23
  local: $('#page_author_name').data('source') )
24
+ $('#page_parent_page_title').typeahead(
25
+ name: 'page_parent_page_title',
26
+ local: $('#page_parent_page_title').data('source') )
@@ -1,3 +1,3 @@
1
1
  module TkhAdminPanel
2
- VERSION = "0.9.10"
2
+ VERSION = "0.9.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_admin_panel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.10
4
+ version: 0.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-11 00:00:00.000000000 Z
11
+ date: 2014-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties