Commit Graph

  • 282fbb7244 merging dinedine 2010-10-14 14:37:14 +0200
  • 30e1796415 ignore sites/ folder dinedine 2010-10-14 11:00:06 +0200
  • d1330cdddc check tasks done dinedine 2010-10-14 10:59:04 +0200
  • c9c2b5d26c update gems dinedine 2010-10-14 00:39:15 +0200
  • bab4577de0 fixing failed tests dinedine 2010-10-12 17:26:05 +0200
  • 1c86db05f8 polish the import module + some code refactoring / cleaning dinedine 2010-10-12 02:12:18 +0200
  • 54063d6b46 create a middleware for serving fonts (solve cross domain issue) + add cache for consume liquid tag + fix image picker dinedine 2010-10-11 16:26:46 +0200
  • 86ac74e290 bugs when accessign assets from asset collections in templates + uploader for custom fields was buggy dinedine 2010-10-11 01:16:43 +0200
  • 32f8351889 button to see all theme assets (including hidden ones) dinedine 2010-10-10 23:59:56 +0200
  • c444b1d58a changing a stylesheet or javascript asset works either from a source or with plain text dinedine 2010-10-10 23:31:27 +0200
  • 2f4128bf8f refactoring theme assets in progress dinedine 2010-10-10 16:37:34 +0200
  • ecfa466074 add missing asset collections import module + add google analytics import + work on simplifying the theme asset logic dinedine 2010-10-07 02:45:41 +0200
  • dd0a09ec4d fix issue with snippet dependencies dinedine 2010-10-04 11:16:35 +0200
  • eabe4903f3 refactor locomotive liquid drops + implement the theme or site import page (95% done) dinedine 2010-09-29 00:08:11 +0200
  • 350aee82a8 Vendoring mongo_session_store so we have one less dependency Jacques Crocker 2010-09-28 02:19:55 -0700
  • cc4c9ea4e9 update to latest custom_fields Jacques Crocker 2010-09-28 02:03:51 -0700
  • 3d42e87da6 revert carrierwave Jacques Crocker 2010-09-28 01:30:31 -0700
  • a5ea70229c allows to disable import sub tasks + new images tag logic (in progress) + handle errors when importing dinedine 2010-09-28 10:09:49 +0200
  • faccdef5a5 adding mimetype_fu require Jacques Crocker 2010-09-28 00:46:12 -0700
  • d512e33d03 bundler needs help. removing gemspec helepr for now Jacques Crocker 2010-09-28 00:18:10 -0700
  • ea562978fe Reverting back to cucumber 0.8.5 (dependency conflict issues) Jacques Crocker 2010-09-27 23:57:22 -0700
  • ea4c09c7ce Updating dependencies, removing jeweler, and cleaning up gemspec Jacques Crocker 2010-09-27 23:04:40 -0700
  • e31012f861 fix a lot of tiny bugs (not yet) + testing import tool Didier Lafforgue 2010-09-27 00:31:50 +0200
  • 9a722c4268 working on importing pages dinedine 2010-09-24 01:00:13 +0200
  • 39886427e0 first and unfinished draft of the import tool dinedine 2010-09-23 00:59:30 +0200
  • 1e1c3bd97b haml always in ugly mode + refactor theme files section in admin dinedine 2010-09-22 14:50:01 +0200
  • 28ade83ab9 add comments dinedine 2010-09-22 10:47:21 +0200
  • 9097200339 Adding specific admin templates for the "no site" and "no page" errors. Jacques Crocker 2010-09-21 04:45:34 -0700
  • 48c917982c Reorganizing Admin layouts, and deleting home controller and views Jacques Crocker 2010-09-21 04:16:39 -0700
  • 0f8a1731d3 fix an ui bug when adding/modifying domains dinedine 2010-09-15 18:39:51 +0200
  • 962c04a615 add indexes for better performance dinedine 2010-09-15 18:09:07 +0200
  • 9533df3e43 clean up stuff in js + do not display the internal asset collection in the assets section + fix ui bug with custom fields in the assets section dinedine 2010-09-15 17:48:10 +0200
  • f458716c8a clean new tinymce image plugin dinedine 2010-09-15 02:21:46 +0200
  • 2e4a15a511 new image plugin for tinymce dinedine 2010-09-15 02:19:34 +0200
  • d5223e5c91 skinning tinymce to match locomotive style dinedine 2010-09-06 23:47:03 +0200
  • eb81a5041f clean the inline editor js code (namespace toolbar functions, ...etc) dinedine 2010-09-06 14:22:13 +0200
  • dad944d625 tiny patch for aloah-editor (span behaves like b tags) + enhance inline editor js (locale, spinner when saving, better ui, ...etc) dinedine 2010-09-06 00:50:05 +0200
  • fc7fef8ba3 saving editable text elements works dinedine 2010-09-05 01:50:11 +0200
  • 1e8376d18f page toolbar for live editing dinedine 2010-09-04 01:47:28 +0200
  • 9967e9d3d3 first attempt to build the inline editor module dinedine 2010-09-03 01:03:20 +0200
  • f7cfcf450e now working with Rails 3.0 and the last Mongoid gem dinedine 2010-09-01 16:26:00 +0200
  • c347038869 re-activate custom application error page dinedine 2010-09-01 00:41:55 +0200
  • ba1009340e turn any html textarea into a WYSIWYG when saving a page in ajax dinedine 2010-09-01 00:12:37 +0200
  • d2ca6254b3 clean code + use the last version of locomotive liquid dinedine 2010-09-01 00:04:21 +0200
  • 35b4e5358c editable_file tag is implemented + remove not used editable elements all in once for better performance + default content inherits from the content of the parent element dinedine 2010-08-31 23:53:30 +0200
  • 335d7a1aac fix a major bug when updating template children which have the same parent + remove debug output + rspec tests pass dinedine 2010-08-31 01:56:54 +0200
  • d7aba616f6 editable long text implemented + refactoring + ui dinedine 2010-08-30 01:41:44 +0200
  • af5fe62d89 clean and improve the ui concerning the editable elements of a page + fix bugs and refactor a bit dinedine 2010-08-28 02:00:05 +0200
  • 0d72a9f932 first working attempt for editable_short_text liquid tag + update of the admin ui to reflect the new way of managing editable elements dinedine 2010-08-27 17:40:03 +0200
  • eea6d4f8ce add some tests for the editable_elements feature + fix bugs dinedine 2010-08-26 13:06:44 +0200
  • be36c85e90 implementation of editable_short_text in progress (tests failed) dinedine 2010-08-25 00:59:22 +0200
  • e580021eda also update page templates if a snippet was modified dinedine 2010-08-24 15:04:53 +0200
  • 75783ec881 when a template is modified, all pages inheriting from it are updated too (functional tests are coming) dinedine 2010-08-23 01:48:11 +0200
  • 4805d8813e template errors in pages are handled correctly now (bug) + {% extends parent %} is implemented dinedine 2010-08-22 01:56:44 +0200
  • 8196c0a6de handle more liquid errors during page editing dinedine 2010-08-22 00:58:26 +0200
  • 45924d221a update README dinedine 2010-08-22 00:49:23 +0200
  • 9d78a32340 completely get rid of old layouts + enhance snippets integration + refactor parsing page module dinedine 2010-08-22 00:48:24 +0200
  • dbc542c4d7 fix bugs with acts_as_tree + fix cucumber tests dinedine 2010-08-20 18:24:59 +0200
  • e25ded881b custom fields has its own repo + upgrade code for Mongoid beta 16 + clean code + fix rspec tests dinedine 2010-08-20 17:56:15 +0200
  • 53500bda9e first draft of the new template inheritance mechanism based on our fork of Liquid dinedine 2010-08-20 02:31:01 +0200
  • eaf03be8d5 Additional fixup for engine specs Jacques Crocker 2010-08-16 15:07:54 -0700
  • 91720d392a Additional basic layout test Jacques Crocker 2010-08-16 14:58:23 -0700
  • b0e21c2375 Cleaning up Engine Specs Jacques Crocker 2010-08-16 14:26:15 -0700
  • 08f0fdfb5b clean code + tiny optimization dinedine 2010-08-09 16:39:38 +0200
  • d879b80b7a working on optimization dinedine 2010-08-09 15:51:27 +0200
  • fbda6a17f9 update benchmark with results on my imac + tweak ui in order to reflect changes about with liquid inheritance dinedine 2010-08-08 15:16:32 +0200
  • 4f06dab51e implement liquid inheritance (in progress) dinedine 2010-08-08 13:30:27 +0200
  • cf3a177580 move to liquid 2.1.2 dinedine 2010-08-04 15:12:14 +0200
  • c76cd6527c merge dinedine 2010-08-02 16:16:08 +0200
  • d973868a06 merge + fix tiny bugs dinedine 2010-08-02 13:45:50 +0200
  • 150654ec84 Death to RJS and its kin! Jacques Crocker 2010-08-01 23:32:52 -0700
  • c05536153e Cucumber / Doc cleanup Jacques Crocker 2010-08-01 23:32:33 -0700
  • ad38eb53a8 Adding MultiPart Page Rendering scenario. Some refactoring also: Jacques Crocker 2010-08-01 14:36:11 -0700
  • 08c0d270e0 More sane feature indenting. Changing it back to what it was before (dunno why i changed it in the first place :-P) Jacques Crocker 2010-08-01 13:55:30 -0700
  • 48c056c723 Cleaning up Page steps and adding layout feature scenario Jacques Crocker 2010-08-01 13:52:24 -0700
  • 2b14c9c992 Woohoo! Got a content page to render in the Cucumber tests Jacques Crocker 2010-08-01 05:00:34 -0700
  • e31512dd97 Cucumber updates (trying to get render to work.. no luck!) Jacques Crocker 2010-08-01 04:14:00 -0700
  • 1e1d276ed4 More factory cleanup and workarounds (factory_girl is being retarded) Jacques Crocker 2010-08-01 03:55:30 -0700
  • fe9eae7ea5 Additional cleanup on admin_steps Jacques Crocker 2010-08-01 03:40:06 -0700
  • fd6a13858c Cleaning up Cucumber features Jacques Crocker 2010-08-01 03:37:49 -0700
  • 659c805ea9 Adding a couple factories Jacques Crocker 2010-08-01 02:55:01 -0700
  • 46b889b54b Updating Mongoid version Jacques Crocker 2010-08-01 02:54:51 -0700
  • d872805101 Fix up the default body thing Jacques Crocker 2010-08-01 00:50:29 -0700
  • 925c7fff8d All Page to be passed in a :body attribute Jacques Crocker 2010-08-01 00:00:06 -0700
  • 36ab2f0066 Missed a named_scope Jacques Crocker 2010-07-31 23:49:04 -0700
  • 07a7cddb2d named_scope => scope Jacques Crocker 2010-07-31 23:01:38 -0700
  • 0607be09ab Remove broken envjs and tweak cucumber environment Jacques Crocker 2010-07-31 01:27:21 -0700
  • 5d8a0819e9 Tweak features to use labels Jacques Crocker 2010-07-31 00:44:34 -0700
  • aa459095af Adding a work in progress render feature Jacques Crocker 2010-07-31 00:11:44 -0700
  • cc8ae8e18c Oops, didnt quite understand the "consider requests local" flag. Jacques Crocker 2010-07-30 23:50:44 -0700
  • c50d4bce03 Tweak title on Pages.feature Jacques Crocker 2010-07-30 23:47:04 -0700
  • 7e53560255 Fixing cucumber configuration so it can handle features in subfolders correctly Jacques Crocker 2010-07-30 23:46:55 -0700
  • 04b2011ede Roadmap of stuff I'll get spec'ed out in cucumber Jacques Crocker 2010-07-30 22:36:34 -0700
  • cdb5dc22f2 Updating haml in the hope it would fix some stuff (it didnt) Jacques Crocker 2010-07-30 20:57:57 -0700
  • ae6ea7c288 Very useful to see errors in dev and test envs Jacques Crocker 2010-07-30 20:57:32 -0700
  • d3ef80de62 I think pages auto created for new Sites should by published by default Jacques Crocker 2010-07-30 19:18:01 -0700
  • 8a17394223 Updating to the latest Mongoid association syntax Jacques Crocker 2010-07-30 19:15:24 -0700
  • d5c2494962 Add instructions for autotest Jacques Crocker 2010-07-30 17:28:43 -0700
  • 560923f060 Adding growl glue to Gemfile for better growl alerts with autotest Jacques Crocker 2010-07-30 17:22:58 -0700
  • 18dd3a141c no need to escape {{ }} in spec helpers Jacques Crocker 2010-07-30 17:04:34 -0700