Commit Graph

1115 Commits

Author SHA1 Message Date
Mario Visic ff901ca3d3 Merge branch 'feature/unauthorized_admin_login' 2011-08-28 01:15:25 +08:00
Mario Visic cd464e604c Logging in as an account without membership no longer infinetly redirects. 2011-08-28 01:14:02 +08:00
Mario Visic 63c30bc135 Added a failing cucumber scenario for logging in without a membership to the site. 2011-08-27 13:28:51 +08:00
M. Scott Ford d49453dfc8 Adjusted the interaction with the media dialog. 2011-08-27 01:15:07 -04:00
PitOn ef75d4acef devise transaltions 2011-08-27 06:33:33 +04:00
PitOn d9dafd2222 default.yml translations 2011-08-27 06:27:14 +04:00
PitOn e8bea2844b more translations 2011-08-27 00:45:25 +04:00
did 265525c1a7 fix issue #175 + the liquid template of content types (back-office) were broken 2011-08-26 00:30:34 +02:00
did bb48552b51 Ruby MRI 1.9.3 Compatability Fixes 2011-08-25 23:28:56 +02:00
did aa5c5f0092 tweak the spec_helper.rb file (see issue #157) 2011-08-25 22:15:23 +02:00
Didier Lafforgue 201063aae0 Merge pull request #180 from mariovisic/cache_double_render_error
Issue #176 Fix: Do not render twice for cached pages.
2011-08-25 12:56:17 -07:00
did 71a592eec1 fix issue #177 2011-08-25 18:27:43 +02:00
Mario Visic fdf55aee88 Do not render twice for cached pages. 2011-08-25 22:11:57 +08:00
did c990a89e57 db/seeds.rb is not needed anymore 2011-08-25 15:33:06 +02:00
did 01f6a0aad5 fix issue #171 2011-08-25 15:32:00 +02:00
did 7a9caabc41 new custom_fields gem version (beta 24) 2011-08-25 15:15:42 +02:00
did d0566f917e fix issue #179 2011-08-25 14:58:49 +02:00
did aff1d23d90 Merge branch 'master' of github.com:locomotivecms/engine 2011-08-24 15:16:33 +02:00
Didier Lafforgue e111e2c1f9 Merge pull request #174 from mariovisic/hide_unauthorized_links
Links are incorrectly shown to actions accounts cannot access.
2011-08-22 15:55:41 -07:00
Didier Lafforgue f140fcc260 Merge pull request #172 from colibri-software/tablerow_fix
Fixed issue with tablerow tag
2011-08-22 15:48:42 -07:00
Mario Visic 22445856ec The add account link is now hidden unless admins have permission. 2011-08-20 17:41:00 +08:00
Mario Visic 8a5241f265 Updated a scenario to fail. 2011-08-20 17:37:58 +08:00
Mario Visic a7bc648333 Implemented the site ability fix for designers. 2011-08-20 17:33:13 +08:00
Mario Visic 5c3cf83082 Added a failing scenario for the new site button when the account is a designer. 2011-08-20 17:31:16 +08:00
Mario Visic 24c9752018 Implemenation for hiding the destroy asset button. 2011-08-20 17:13:06 +08:00
Mario Visic 0ed6c21f10 Added a failing cucumber test for viewing the delete asset button as an author. 2011-08-20 17:08:37 +08:00
Alex Sanford 88fd17a5aa Fixed issue with tablerow tag 2011-08-19 10:10:26 -03:00
did 7ea25b3a59 in some circonstances, the site_id disappeared when generating the url of a file in a model 2011-08-19 12:06:41 +02:00
did 0e3d601ea9 fix xss vulnerability issue (#170) 2011-08-18 16:06:34 +02:00
did 52e78d9b9a fix issue #169 2011-08-18 12:32:45 +02:00
did 8e26b922f4 BSON::ObjectId has to be converted in String in liquid templates 2011-08-18 12:03:34 +02:00
GarPit 75e6f2cd08 more translations 2011-08-17 18:28:49 +04:00
did e0b9367f10 Got Mongoid and FactoryGirl to stop preloading models (#157) 2011-08-16 20:58:23 +02:00
Didier Lafforgue c3ba38216d Merge pull request #167 from pacifists/master
added parent and breadcrumbs methods to page drop
2011-08-15 15:38:20 -07:00
did b3a8916565 upgrade to will_paginate 3.0 (issue #166) 2011-08-15 15:32:21 -07:00
did 2d4f3df106 has_many target is not exported correctly (issue #165) + fix the import function as well 2011-08-15 14:39:53 -07:00
did 3ad8101ed6 re-write tests for the (reverse) has_many features (#164) 2011-08-14 14:07:15 -07:00
Didier Lafforgue 8d30ba5152 Merge pull request #164 from corgibytes/has_many_issue
Has many relationships are not working correctly
2011-08-14 13:37:59 -07:00
did cdf386aac2 fix issue #163 2011-08-14 13:33:24 -07:00
did 4543e597ed complete issue #162 2011-08-14 12:51:11 -07:00
Didier Lafforgue acbf481134 Merge pull request #162 from kikito/es-locale-admin-fixes
added/corrected entries in admin_ui.es.yml
2011-08-14 12:49:55 -07:00
Didier Lafforgue 5d8f255e72 Merge pull request #161 from kikito/es-locale-public-files
Es locale public files
2011-08-14 12:46:40 -07:00
Didier Lafforgue 12c9bd1eca Merge pull request #159 from bquorning/patch-1
Adding indexes
2011-08-14 12:44:59 -07:00
Didier Lafforgue b4bfea616a Merge pull request #158 from colibri-software/add_admin_user
Added rake task to create new admin user
2011-08-14 12:27:03 -07:00
did 408ff098ba Set up specs to use spork for faster test runs (#157) 2011-08-14 12:16:59 -07: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
did b23f2697e9 clean tests and make them pass in the order observed on nix systems 2011-08-13 16:24:02 -07:00
M. Scott Ford 19f4fe295d Illustrated that the reverse has many feature is also having the same problem. 2011-08-13 01:05:45 -04:00
M. Scott Ford 1d85c0dbf3 Cleaned up the use of the 'wait until' steps in the has many examples. 2011-08-13 01:04:30 -04:00