Alex Sanford
|
06e493477c
|
Added auth feature for current site
|
2012-04-27 12:05:21 -03:00 |
|
Alex Sanford
|
96007174cb
|
Added auth feature for content_assets
|
2012-04-27 08:27:05 -03:00 |
|
Alex Sanford
|
37f87e694c
|
Added auth feature for theme assets
|
2012-04-26 12:48:05 -03:00 |
|
Alex Sanford
|
4e6c106772
|
Added auth feature for snippets
|
2012-04-25 10:56:38 -03:00 |
|
Alex Sanford
|
44aadb8926
|
Added auth feature for content_types
|
2012-04-24 15:48:23 -03:00 |
|
Alex Sanford
|
7dcc1ba3f6
|
Merge branch 'master' into api_auth
Conflicts:
features/step_definitions/api_steps.rb
|
2012-04-24 13:22:35 -03:00 |
|
Alex Sanford
|
bf65fa47f3
|
Added destroy API method for pages and fixed feature
|
2012-04-24 12:13:26 -03:00 |
|
Didier Lafforgue
|
47015d3473
|
write cucumber tests to illustrate how to deal with a contact form + fix a tiny bug about it
|
2012-04-17 17:48:42 +02:00 |
|
Alex Sanford
|
edd236b202
|
Got authorization working for pages
|
2012-04-17 10:12:42 -03:00 |
|
Alex Sanford
|
97edb0e4b7
|
Added show action to page API and fixed some features
|
2012-04-16 15:36:39 -03:00 |
|
Didier Lafforgue
|
11d92ab80e
|
nested templatized pages finally done (+ specs) + upgrade gems + change the zindex value of the start button for the inline editor + change version (rc.3) for the next rc release
|
2012-03-28 00:26:32 +02:00 |
|
Didier Lafforgue
|
37042eaa03
|
the content_entries API returns always a flat list of entries + fix a bug about cycling dependencies when the content_type has a field named source
|
2012-03-07 02:56:56 +01:00 |
|
Didier Lafforgue
|
ac823aac66
|
entries can be grouped by a belongs_to field in the back-office + add the show action for the content_entries API
|
2012-03-07 01:39:24 +01:00 |
|
Didier Lafforgue
|
50a3addf45
|
fix ALL the cucumber tests + also solve a couple of UI bugs with the has_many and many_to_many relationships
|
2012-03-01 11:07:22 +01:00 |
|
Didier Lafforgue
|
fa2cd996ce
|
icons for redirect and templatized pages were not displayed in the back-office + fix the random issue when getting an API token in development (very weird behaviour) + remove the default mongoid scope for pages + force the depth
|
2012-02-20 17:21:32 +01:00 |
|
Didier Lafforgue
|
61281db943
|
the API for content_types now allows to change the label_field property of a content type
|
2012-02-20 16:16:59 +01:00 |
|
Didier Lafforgue
|
dd9b382637
|
alpha version of the upgrade script (good results with my existing locomotive sites) + fix bugs according to my tests with my existing live websites + remove useless code (polishing)
|
2012-02-20 01:15:43 +01:00 |
|
Didier Lafforgue
|
1332185d85
|
the locale was missing when saving an editable element by the inline editor
|
2012-02-10 01:42:06 +01:00 |
|
Didier Lafforgue
|
62eaeb10f5
|
templatized page can now use models from the main app + add new liquid filters
|
2012-02-10 00:57:57 +01:00 |
|
Didier Lafforgue
|
39d9c354da
|
API access for the current site + easy way to specify the localization of any controllers + fix a minor bug about adding/removing domains
|
2012-02-09 11:36:10 +01:00 |
|
Didier Lafforgue
|
f2467bbf42
|
ask for default site locale when creating the first site
|
2012-02-07 01:29:33 +01:00 |
|
did
|
112d61ac3b
|
no more references to zip templates
|
2012-02-06 08:58:50 -08:00 |
|
did
|
25e08596ef
|
refactor the code (move some pieces of code into the custom_fields gem) + solve a ton of bugs: circular dependencies inside the content_entry presenter, fix Locomotive.mounted_on (broken in rails 3.2), js errors when creating a page, locale switcher broken if a page was not translated in the target locale
|
2012-02-04 02:10:55 +01:00 |
|
did
|
dfd437a762
|
fix an issue with compass + move to rails 3.2 + switch from mongoid_acts_as_tree to mongoid_tree + implement the UI to deal with has_many field types (wip)
|
2012-02-01 02:01:42 +01:00 |
|
did
|
c9f07c823f
|
remove the old way of doing cross domain authentication (use the :domain => all option) + fix a couple of tiny bugs
|
2012-01-30 10:56:38 +01:00 |
|
did
|
b93c7f8f51
|
remove the import/export functionalities (replaced by the API and the new locomotive editor) + upgrade gems (codemirror, ...etc)
|
2012-01-28 12:41:00 +01:00 |
|
did
|
c5692aeb2a
|
fix errors when deploying a new brand new engine instance
|
2012-01-27 02:27:26 +01:00 |
|
did
|
b5fa2c761a
|
change the location url for the API responses + force the use of the default site locale when creating a new entry, content type or page
|
2012-01-26 07:51:32 -08:00 |
|
did
|
c0b8587eb2
|
rename the i18n site module into locales in order to avoid conflicts with the original i18n + rendering a page according to a locale specified in the url seems to work (tests are following)
|
2012-01-26 02:33:39 +01:00 |
|
did
|
e523cb952c
|
access entries of a content type from the API
|
2012-01-24 21:33:34 +01:00 |
|
did
|
ab507dc165
|
change the default API base path + implement the API for content_assets, content_types and pages resources
|
2012-01-24 21:16:53 +01:00 |
|
did
|
739d2db0a9
|
first api draft
|
2012-01-23 09:05:50 +01:00 |
|
did
|
09d6060633
|
refactoring (rename modules, clean code, remove useless files, ...etc) + improve the inline editor module (locale picker + better ui workflow)
|
2012-01-17 17:04:45 +01:00 |
|
did
|
89020e7cf5
|
got a working version of the inline editor
|
2012-01-17 02:53:49 +01:00 |
|
did
|
ebe149110b
|
first draft of the new inline editing toolbar
|
2012-01-16 23:59:59 +01:00 |
|
did
|
0489bbe4c2
|
implement the mechanism to pick a different locale for content types + implement multi-language for content types + rename scss files to css.scss
|
2012-01-14 01:38:09 +01:00 |
|
did
|
01c5de36a5
|
add the ui element to select the languages for a site
|
2012-01-09 17:24:34 -08:00 |
|
did
|
4c204ef6a6
|
refactor and clean code (wip) + the api controller has been deleted and replace by the entry_submission_controller (+ custom responder)
|
2012-01-09 06:49:59 -08:00 |
|
did
|
0f1b4f59d3
|
listing all entries (done) + fix bugs + tweak ui
|
2012-01-04 02:07:53 +01:00 |
|
did
|
81fc524fdc
|
Merge branch 'rails_3_1' of github.com:locomotivecms/engine into rails_3_1
|
2012-01-02 05:54:18 -08:00 |
|
did
|
912251d49b
|
big refactoring (wip) + add/edit entries for content types
|
2012-01-02 05:54:01 -08:00 |
|
Mario Visic
|
a65a871e19
|
Fixed a tiny bug preventing the robots controller rending.
|
2011-12-27 21:31:36 +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 |
|
did
|
9130544516
|
refactoring the creation of custom contents
|
2011-12-22 14:28:12 -08:00 |
|
did
|
d1bb45d7c8
|
polishing the UI for the content types, refactoring still in progress
|
2011-12-22 01:31:33 +01:00 |
|
did
|
217000042a
|
refactoring the content types section (wip)
|
2011-12-19 14:15:11 +01:00 |
|
did
|
8271782284
|
refactoring of the import UI is done
|
2011-12-11 23:33:38 +01:00 |
|
did
|
a25009824c
|
fix some bugs + refactor look and feel of the import screens (wip)
|
2011-12-08 07:47:17 -08:00 |
|
did
|
b60b1378f8
|
no more flash uploader only HTML5 goodness
|
2011-12-07 07:10:21 -08:00 |
|
did
|
368f643cf0
|
theme assets page in progress
|
2011-12-07 02:09:13 +01:00 |
|