did
|
49c451ea54
|
small typo in the index page of the content types + merge Gemfile as well as the gemspec
|
2011-04-28 01:03:01 +02:00 |
|
TFG
|
324ed57f63
|
Adjustments to other views to use the new yield :submenu and yield :actions
|
2011-04-27 13:57:12 +08:00 |
|
TFG
|
89dd1e1c39
|
added new shared partials for actions near submenu
|
2011-04-27 13:57:12 +08: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 |
|
did
|
bbac778dda
|
dates can also be used as highlighted field
|
2011-03-08 17:25:38 +01:00 |
|
did
|
e4b34eac3f
|
patch mongoid to enable the limit option for embedded collections + ui widget to allow more than 5 custom models in the content section
|
2011-03-08 16:05:07 +01:00 |
|
did
|
a2ea522964
|
clean translations (a part of it moved to the CustomFields gem) + refactor the custom fields form (mustache) as well as enhance the ui/look&feel + fix some bugs related to the creation/edition of content types and contents
|
2011-03-05 00:29:40 +01:00 |
|
did
|
f0ee8a7b37
|
new menu layout in CSS3 and SASS (will make our life easier when integrating new modules)
|
2011-03-03 23:51:07 +01: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
|
3686496bb2
|
still got errors with dates display + admin default root points to signin
|
2011-01-11 12:42:12 +01:00 |
|
dinedine
|
210ce3d2d8
|
enhance the nav tag + some optimization in the back-office when rendering the pages tree
|
2011-01-02 23:58:06 +01:00 |
|
dinedine
|
e6226abece
|
use jammit to compress stylesheet/javascript files
|
2010-12-14 18:00:12 +01:00 |
|
dinedine
|
eabe4903f3
|
refactor locomotive liquid drops + implement the theme or site import page (95% done)
|
2010-09-29 00:08:11 +02:00 |
|
dinedine
|
a5ea70229c
|
allows to disable import sub tasks + new images tag logic (in progress) + handle errors when importing
|
2010-09-28 10:09:49 +02:00 |
|
dinedine
|
1e1c3bd97b
|
haml always in ugly mode + refactor theme files section in admin
|
2010-09-22 14:50:01 +02:00 |
|
dinedine
|
e25ded881b
|
custom fields has its own repo + upgrade code for Mongoid beta 16 + clean code + fix rspec tests
|
2010-08-20 17:56:15 +02:00 |
|
dinedine
|
53500bda9e
|
first draft of the new template inheritance mechanism based on our fork of Liquid
|
2010-08-20 02:31:01 +02:00 |
|
dinedine
|
37ec70687b
|
add cucumber scenarii for the cross domain authentication feature
|
2010-07-28 12:17:56 +02:00 |
|
dinedine
|
54116d9ebb
|
multi site selector with cross domain authentication
|
2010-07-28 02:42:33 +02:00 |
|
Jacques Crocker
|
f566861a10
|
Fixing up whitespace on all the .haml files
|
2010-07-23 16:57:38 -07:00 |
|
dinedine
|
d632a5363c
|
translations are html safe (xss)
|
2010-07-22 01:56:42 +02:00 |
|
dinedine
|
b2c39b4137
|
updating Rails to beta 4 + mongoid to beta 9 + fix all broken parts caused by the upgrade
|
2010-07-20 12:15:53 +02:00 |
|
dinedine
|
56d7fddcfb
|
slightly polishing form + update title / account name when saving in ajax
|
2010-07-15 22:48:02 +02:00 |
|
dinedine
|
0671a55ef8
|
sitemap + use inherited_sources gem to refactor controllers + fix bugs + clean stuff + save some forms with CMD + S (in progress)
|
2010-07-13 02:46:17 +02:00 |
|
dinedine
|
96e4753ed6
|
specify MIT license + textile filter + fix bug with new tree plugin + fix tests
|
2010-07-06 17:00:02 +02:00 |
|
dinedine
|
dda2f7ef19
|
new custom field type: Date
|
2010-06-30 02:03:34 +02:00 |
|
dinedine
|
b8dd3e772e
|
bug fixes
|
2010-06-24 11:14:08 +02:00 |
|
dinedine
|
29c22c05c1
|
heroku support + fix minor bugs
|
2010-06-14 15:04:01 +02:00 |
|
dinedine
|
28211edad6
|
fix assets upload with S3 in production + enhance a couple of things
|
2010-06-12 23:47:14 +02:00 |
|
dinedine
|
339d791e7d
|
make Locomotive compliant with Heroku + better names for generator + comment console.log in some js preventing js actions
|
2010-06-12 03:13:58 +02:00 |
|
dinedine
|
f567b7754f
|
change devise config in routes.rb + clean code + fix broken tests
|
2010-06-11 00:07:59 +02:00 |
|
dinedine
|
6b0dafc223
|
refactor + fix bugs + complete translations in English + api security option in content types
|
2010-06-10 16:50:50 +02:00 |
|
dinedine
|
d0ff08c9a1
|
very simple api for contents (just create for now) + fix a lot of bugs in the custom fields plugin and some enhancements as well + add an ui for manage categories + fix bugs
|
2010-06-10 15:30:32 +02:00 |
|
dinedine
|
7ccc3d4548
|
very simple api for contents (just create for now) + fix a lot of bugs in the custom fields plugin and some enhancements as well + add an ui for manage categories + fix bugs
|
2010-06-10 15:30:22 +02:00 |
|
dinedine
|
fc690d8a0b
|
rename CustomFields::CustomField into CustomFields::Field + create a dynamic class when we have an object with custom fields (optimization) + create a new type of custom field: categories + fix minor bugs + add ui to rename the alias of a custom field
|
2010-06-08 02:45:49 +02:00 |
|
dinedine
|
9e7d1d3a08
|
make an engine of the cms
|
2010-06-03 17:32:40 +02:00 |
|
dinedine
|
eaaa2b0d35
|
theme asset picker in progress
|
2010-06-02 02:39:05 +02:00 |
|
dinedine
|
1a2467acf4
|
sort contents within a conten type + make content type validation more robust + find a bug when dealing with 2 content types
|
2010-05-26 02:41:10 +02:00 |
|
dinedine
|
4534a11ce4
|
adding contents works + add spec + enhance content types
|
2010-05-25 02:32:12 +02:00 |
|
dinedine
|
61958d9452
|
fix bug about page parts when creating or modifying layout + begin to work on the custom content types feature (50% done)
|
2010-05-24 02:18:23 +02:00 |
|
dinedine
|
13cd09e3af
|
asset collections almost done
|
2010-05-12 02:16:39 +02:00 |
|
dinedine
|
e5c10cfa3e
|
theme assets
|
2010-05-11 23:38:52 +02:00 |
|
dinedine
|
9901f53e12
|
now can add new sites / accounts + basic membership mechanism iimplemented + fix a lot of minor bugs + add more rspec tests
|
2010-05-11 00:39:52 +02:00 |
|
dinedine
|
3b847b2732
|
new page tree ui + snippets crud + layout crud (in progress) + page parts (in progress)
|
2010-05-03 01:33:17 +02:00 |
|
dinedine
|
e81b4a353a
|
creating page in progress
|
2010-04-25 02:33:38 +02:00 |
|
dinedine
|
4ca9037d1b
|
style the admin layout
|
2010-04-24 02:32:36 +02:00 |
|