Didier Lafforgue
f0e41205fd
re-organize filters + drop unused tags
2012-04-02 02:41:52 +02:00
Didier Lafforgue
3f6e7acda6
fix issue #333
2012-03-28 17:33:20 +02:00
Didier Lafforgue
2329f26e4d
new liquid filter: default
2012-03-26 18:12:16 +02:00
Didier Lafforgue
90e1c4f438
preserve GET parameters when paginating a collection
2012-03-26 17:58:01 +02:00
Didier Lafforgue
e9bf29f297
the last commit broke the test suite: fixed now
2012-03-23 00:41:04 +01:00
Didier Lafforgue
b7424b1fd4
implement the auto_discovery_link_tag liquid filter (feature #206 )
2012-03-23 00:18:32 +01:00
Didier Lafforgue
b3b0a5ac16
new editable element for a page: the control
2012-03-22 00:50:34 +01:00
Didier Lafforgue
ab5a4755b8
make the editable elements more robust when working with localization + write tests to prove it
2012-03-21 03:21:29 +01:00
Didier Lafforgue
cfbe68564d
fixed editable elements (wip)
2012-03-19 02:29:59 +01:00
Didier Lafforgue
9a9f270d99
fix issue #317 + with_scope works now with has_many relationships + clean code
2012-03-12 03:09:20 +01:00
Didier Lafforgue
7ab8110e41
with_scope also takes care of order_by (pull request #278 )
2012-03-09 01:01:09 +01:00
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