Commit Graph

831 Commits

Author SHA1 Message Date
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
M. Scott Ford 48f869dc27 Added failing feature for to illustrate issue with has_many relationships. 2011-08-13 01:04:10 -04:00
Enrique García Cota cab52f8f7b added/corrected entries in admin_ui.es.yml 2011-08-12 14:13:44 +02:00
Enrique García Cota e0f11c8a5c added es locale files for tiny_mce + plugins 2011-08-12 13:25:34 +02:00
Enrique García Cota d398b8fba5 added es locale for jquery ui datepicker 2011-08-12 13:24:48 +02:00
Enrique García Cota 85f29c00fe added es locale for aloha editor 2011-08-12 13:24:26 +02:00
did 161878f57e add information to set up carrierwave for local filesystems 2011-08-11 14:47:12 -07:00
Didier Lafforgue 7a4253a7e4 Merge pull request #152 from frisoft/master
Bugfix: import and italian localization update.
2011-08-11 14:00:48 -07:00
did 67d7b13f4f Add the reverse has_many field feature (mainly based on pull request #142) 2011-08-11 13:45:46 -07:00
Benjamin Quorning e2eb8f2e90 Adding indexes on :position and [[:depth, :asc], [:position, :asc]] to avoid Mongo::OperationFailure: too much data for sort() with no index 2011-08-09 15:07:15 +03:00
Alex Sanford c225a8d394 Added rake task to create new admin user 2011-08-04 13:19:39 -03:00
Andrea Frigido 37c50d27ff Bugfix: import site with empty editable file. 2011-08-03 08:58:47 +02:00
Andrea Frigido 3966c7bdae Italian localization update. 2011-08-01 16:21:15 +02:00
did 333934c022 Merge branch 'master' of github.com:locomotivecms/engine 2011-07-28 21:11:24 +02:00
did 040a51bc5f when used with devise_cas_authenticable, it does make sense to ask for a password in the new account creation page 2011-07-28 21:11:06 +02:00
Didier Lafforgue 49fee12ffe Merge pull request #151 from pollingj/master
Page slugs hyphens
2011-07-28 07:49:45 -07:00
did a9b6c234e7 fix issue #150 2011-07-28 16:42:16 +02:00
Didier Lafforgue 92ec012472 Merge pull request #149 from corgibytes/content_type_names
Fixed issue with the way import was handling content_type name attributes
2011-07-28 06:09:23 -07:00
did 6d66275def merge pull request #148 2011-07-28 15:03:13 +02:00
did 08cac3b324 merging pull request #147 2011-07-28 13:54:24 +02:00
did dbee233d0a add test for the issue #146 2011-07-28 13:51:59 +02:00
Didier Lafforgue 50b1c0e383 Merge pull request #147 from infospace/master
Possible fix for Issue #146
2011-07-28 04:46:40 -07:00
did 4c8272dfa0 seo information were not imported for contents 2011-07-28 11:53:36 +02:00
John Polling 7c8b973889 Slugs for pages were using underscores and not hyphens
I think this has been resolved before, but it seems to have reverted.
Hyphens are more of a standard in CMS'
2011-07-28 10:38:00 +01:00
M. Scott Ford 36914834a1 Switched from calling #update to #update_attributes!. 2011-07-28 01:21:28 -04:00
M. Scott Ford 8564055fd1 Modified the existing site context so that it does not reset the site. 2011-07-28 01:20:52 -04:00
M. Scott Ford a532bb4c60 Fixed issues with the way import handled the content_type.name attribute. 2011-07-28 01:20:39 -04:00
M. Scott Ford 707973be16 Wrote a failing test to demonstrate issue with the way import handles the content_type.name attribute. 2011-07-28 01:19:51 -04:00
Didier Lafforgue 7e31d3ea76 Merge pull request #143 from Sharagoz/master
Cells gem not initialized in engine
2011-07-27 16:34:55 -07:00
Didier Lafforgue 243d0ac381 Merge pull request #141 from corgibytes/host_resolution
Prevent strange Capybara test failures because of missing entry in /etc/hosts
2011-07-27 16:29:41 -07:00
Tony C. Heupel d810e0b9c4 Issue 146: Try to fix the issue with path querystring messing up slugs. 2011-07-27 15:59:21 -07:00
did a1977085a3 new bushido gem 2011-07-28 00:41:32 +02:00
did d51e74b341 Merge branch 'master' of github.com:locomotivecms/engine 2011-07-28 00:40:33 +02:00
did 8da0db2454 improve the solution for the issue #127 and write tests (pull request #139) 2011-07-28 00:39:59 +02:00