did
1f49eca09f
with_scope did not resolve (ie the Liquid way) correctly the values
2012-03-08 09:24:33 -08:00
Paul Sponagl
b13c5d1d40
added a snippet option to the liquid nav tag
...
this is useful if you want to render more than
just a page.title string within the nav list item.
(page.menue_image, page.menue_teaser...)
use nav snippet: "<liquid snippet>" to provide a string
or nav snippet: "<snippetname>" to load the snippet from db.
added page.<editable_field> for usage within liquid templates
2012-03-07 16:32:25 +01:00
Didier Lafforgue
6619d4e5dc
all the non-models specs have been fixed
2012-02-16 02:45:14 +01:00
Mario Visic
75b0137230
Merge remote-tracking branch 'origin/master' into rails_3_1
...
Conflicts:
Gemfile
Gemfile.lock
features/support/env.rb
locomotive_cms.gemspec
spec/cells/locomotive/global_actions_spec.rb
spec/cells/locomotive/main_menu_cell_spec.rb
spec/cells/locomotive/settings_menu_cell_spec.rb
2012-01-14 16:37:24 +10:30
Mario Visic
0926286318
The content liquid drop is now contents (plural).
2012-01-04 21:06:06 +08:00
did
e9ef4d48c3
content_instance becomes now content_entry with its shortcut content_type.entries + change references to the old custom_fields API
2011-12-23 00:45:32 +01:00
Mario Visic
4e6fc04889
Use contents_custom_fields instead of content_custom_fields
2011-12-05 22:29:32 +08:00
Mario Visic
9f56eecd56
Merge branch 'master' into rails_3_1
...
Conflicts:
Gemfile
Gemfile.lock
config/boot.rb
2011-11-27 20:33:45 +11:00
Mario Visic
5c6794d69c
Fixed some failing dragonfly specs.
2011-11-27 19:02:20 +11:00
Mario Visic
ad6273e2fd
Lots of spec fixes (mostly namespacing), down to 107 failing specs.
2011-11-26 17:24:34 +11:00
Mario Visic
51c0397531
Removed spork to get spec helper working. Will readd later if required.
2011-11-20 21:39:46 +11:00
Mario Visic
06ab49ecec
Replaced will_paginate with kaminari
2011-11-05 16:45:43 +11:00
Rytis Lukoševičius
6b9d2317da
adding .published? and .listed? methods for the liquid Page drop class
2011-10-04 04:35:40 +03:00
did
bb48552b51
Ruby MRI 1.9.3 Compatability Fixes
2011-08-25 23:28:56 +02:00
Alex Sanford
88fd17a5aa
Fixed issue with tablerow tag
2011-08-19 10:10:26 -03:00
Rytis Lukoševičius
69e24e8fe0
added .breadcrumbs method to Page drop. It gives all the ancestors of the page and the page itself
2011-08-14 11:34:57 +03:00
Rytis Lukoševičius
025d5a7dda
added .parent method to Page drop
2011-08-14 11:34:08 +03:00
Petr Blaho
dfa0196e89
Added tests to https variant of js and css url in liquid tags
2011-07-19 23:02:36 +02:00
Petr Blaho
18d3c5c591
Extended tests of js and css liquid tags to distinguish between url that starts with "/" or "http:"
2011-07-19 22:58:08 +02:00
Petr Blaho
e39519f3ba
Added tests for stylesheet_url and javascript_url liquid tags
2011-07-19 16:40:58 +02:00
did
6acec074e2
spanish translation (ticket #103 )
2011-07-06 00:33:34 +02:00
did
812965ad50
tweak the form UI (errors, input separator) + add more tests
2011-07-01 02:15:45 +02:00
did
5e8eac53d4
refactor the way the middlewares are loaded (both app and engine) + tweaks some back-office texts + improve the UI by adding icons on addind a picture links + fix an annoying bug with carrierwave
2011-06-28 15:38:13 +02:00
did
fa7e4c24d8
implement feature #57
2011-06-23 05:57:52 -07:00
did
d4b7734003
fix issue #90
2011-06-23 01:14:36 -07:00
did
f4d9acd282
fix the tests + finish the integration of Dragonfly + clean code
2011-06-20 17:39:59 -07:00
AJ Schuster
f65cd0b2fc
Allows for page- and content instance-specific metadata.
...
Falls back to site metadata when not specified.
2011-04-29 16:10:13 -04:00
did
ea050afd5e
use absolute urls for the pagination links + allow developers to access the http params within a liquid template + the with_scope handles category fields
2011-04-29 01:16:40 +02:00
Didier Lafforgue
c27062452e
Merged pull request #60 from karlbright/master.
...
Theme asset filenames made lowercase
2011-04-27 07:19:53 -07:00
did
b58e49fce2
make locomotive work with bushido + refactor some portions of code (routing constraints, ...etc) + fix broken tests
2011-04-25 01:21:38 +02:00
karlbright
57dff76d8e
Added ability to set media attribute within stylesheet_tag
2011-04-11 15:22:41 +08:00
did
50f06a7b85
invalidate dynamic klass after an import + change the id of a link in the nav tag
2011-03-09 00:27:46 +01:00
Dirk Kelly
f4c242ce1a
speccing out the content tag
2011-03-02 09:11:40 +08:00
did
ebc40d1682
the site drop has access to pages
2011-02-27 17:14:14 +01:00
karlbright
9d11d9e019
Added theme_image_tag liquid tag to make it easy to insert theme image files
2011-02-15 15:33:52 +08:00
did
083debc516
add seo_metadata liquid tag (Mario)
2011-02-13 14:40:55 +01:00
did
94be90986d
merge Dirk's branch + upgrade a lot of gems (rails, ...etc)
2011-02-12 15:00:57 +01:00
Dirk Kelly
7bce392e56
moved to the listed methods in the nav
2011-02-01 16:07:56 +08:00
Dirk Kelly
2d3c0e974f
not showing unlisted pages in the nav
2011-02-01 14:43:07 +08:00
dinedine
2e774b2a97
conflict between the index scope in the page model and the mongoid index method
2011-01-27 10:49:42 +01:00
dinedine
69c9dbbbcf
new Gemfile + fixing broken tests + improve the way we fetch the sicurrent te when serving fonts
2011-01-26 14:07:33 +01:00
Dirk Kelly
7d529f22d7
I can't believe I missed the include_page? method.
...
Now supports exactly the same standards as the top level list elements, such as unpublished and excluded urls
2011-01-25 07:54:07 +08:00
Dirk Kelly
825521a5d4
need to reject templatized pages, because they're not real pages.
...
Also using children with minimal attributes, like top level.
2011-01-24 23:20:26 +08:00
Dirk Kelly
f512b417f5
added the depth option to nav tag
2011-01-24 17:00:02 +08:00
dinedine
d5464aa782
add tests
2011-01-18 01:19:18 +01:00
dinedine
d8a8ad4de0
make the webservice helper more robust (because of the numerous api errors in tumblr)
2011-01-03 22:09:19 +01:00
dinedine
572ee360a1
preserve page orders when importing theme + handle favicon as theme asset + add tests for the nav tag + polish code (remove useless logs)
2011-01-03 11:50:09 +01:00
dinedine
89f106405d
fix broken tests + get rid of warnings in cucumber
2010-10-29 17:40:58 +02:00
dinedine
bab4577de0
fixing failed tests
2010-10-12 17:26:05 +02:00
dinedine
335d7a1aac
fix a major bug when updating template children which have the same parent + remove debug output + rspec tests pass
2010-08-31 01:56:54 +02:00