2010-07-21 23:35:30 +00:00
|
|
|
BOARD:
|
2010-06-12 01:13:58 +00:00
|
|
|
|
2011-01-26 13:07:33 +00:00
|
|
|
- moving to mongoid 2.0.0 rc.6
|
2011-01-27 08:38:30 +00:00
|
|
|
- accepts_nested_attributes (javascript part)
|
|
|
|
- check the theme uploader
|
|
|
|
- release new version of CustomFields, ActsAsTree gems
|
2010-12-14 17:00:12 +00:00
|
|
|
|
|
|
|
BACKLOG:
|
|
|
|
|
2011-01-26 13:07:33 +00:00
|
|
|
- add metadata to sites
|
2011-01-25 21:48:09 +00:00
|
|
|
- validation for custom fields
|
|
|
|
- new custom field types:
|
|
|
|
- belongs_to => association
|
|
|
|
|
2010-09-02 23:03:20 +00:00
|
|
|
- inline editing (http://www.aloha-editor.com/wiki/index.php/Aloha_PHP_Example)
|
2010-09-06 21:47:03 +00:00
|
|
|
- html view in the aloha popup
|
2010-09-05 22:50:05 +00:00
|
|
|
- editable elements should wrap a tag: div, h1, ...etc (default span)
|
2010-09-06 12:22:13 +00:00
|
|
|
- edit images (upload new ones, ...etc) => wait for aloha or send them an email ?
|
2010-10-14 08:59:04 +00:00
|
|
|
|
2010-10-27 00:11:44 +00:00
|
|
|
- global regions: keyword in editable element (http://www.mongodb.org/display/DOCS/Updating)
|
|
|
|
- write my first tutorial about locomotive
|
2010-12-14 17:00:12 +00:00
|
|
|
- cucumber features for admin pages (in progress)
|
2010-06-21 15:46:17 +00:00
|
|
|
|
2011-01-27 08:38:30 +00:00
|
|
|
REFACTORING:
|
|
|
|
|
|
|
|
- refactor slugify method (use parameterize + create a module)
|
|
|
|
- move content_type and content_instances in the CustomFields plugin (much more appropriate)
|
|
|
|
|
2010-05-24 00:18:23 +00:00
|
|
|
BUGS:
|
2010-06-10 14:50:50 +00:00
|
|
|
|
2010-06-14 13:04:01 +00:00
|
|
|
- custom fields: accepts_nested_attributes weird behaviour when creating new content type + adding random fields
|
2010-05-24 00:18:23 +00:00
|
|
|
|
2010-05-30 23:57:33 +00:00
|
|
|
NICE TO HAVE:
|
2010-12-14 17:00:12 +00:00
|
|
|
- export site
|
2010-05-30 23:57:33 +00:00
|
|
|
- asset collections: custom resizing if image
|
2010-06-02 00:39:05 +00:00
|
|
|
- super_finder
|
2010-06-02 14:31:01 +00:00
|
|
|
- better icons for mime type
|
2010-06-16 14:43:29 +00:00
|
|
|
- traffic statistics
|
2010-06-30 13:18:17 +00:00
|
|
|
- asset picker (content instance)
|
2010-06-24 11:12:39 +00:00
|
|
|
- page with regexp url ?
|
2010-07-20 10:15:53 +00:00
|
|
|
- automatic update !
|
2010-07-29 10:46:13 +00:00
|
|
|
- page not found (front) => if logged in, link to create the page
|
2010-12-14 17:00:12 +00:00
|
|
|
- switch to list (theme assets / assets ?). delete all in once (with checkbox) or see details (updated_at, size, ...etc)
|
2010-05-26 10:14:39 +00:00
|
|
|
|
2010-05-24 00:18:23 +00:00
|
|
|
DONE:
|
2010-06-22 13:04:40 +00:00
|
|
|
|
|
|
|
x tiny mce or similar for custom field text type.
|
|
|
|
x refactor custom field types
|
|
|
|
x new custom field types
|
|
|
|
x boolean
|
|
|
|
x enable/disable text formatting
|
2010-06-24 09:14:08 +00:00
|
|
|
x custom fields for asset collections
|
2010-06-30 00:03:34 +00:00
|
|
|
x [BUG] impossible to remove many assets in an asset collection
|
2010-06-30 13:18:17 +00:00
|
|
|
x new custom field type: date
|
|
|
|
x missing key: en, admin, theme_assets, images, no_items
|
|
|
|
x new custom field type: file
|
|
|
|
x update custom_fields plugin
|
|
|
|
x locomotive ui
|
|
|
|
x liquid templates
|
2010-07-06 09:14:37 +00:00
|
|
|
x rss parser
|
|
|
|
x localize application in French
|
|
|
|
x default
|
|
|
|
x devise
|
|
|
|
x carrierwave
|
|
|
|
x localize devise emails
|
2010-07-06 15:00:02 +00:00
|
|
|
x admin
|
|
|
|
x change credits in the admin footer
|
|
|
|
x license
|
2010-07-09 10:38:50 +00:00
|
|
|
x textile filter
|
|
|
|
x [bug] varnish can not be refreshed in heroku so "max-age" has to be disabled => modify cache strategy
|
2010-07-13 00:46:17 +00:00
|
|
|
x "remember me" should always be enabled
|
|
|
|
x sitemap
|
2010-07-13 20:01:40 +00:00
|
|
|
x refactoring admin crud (pages + layouts + snippets)
|
|
|
|
x flash messages in French
|
|
|
|
x save layout / snippet / page / stylesheet / javascript with CMD + S (ajax)
|
2010-07-15 20:48:02 +00:00
|
|
|
x change action icons according to the right action [Sacha]
|
2010-07-16 20:36:07 +00:00
|
|
|
x publish event when saving form in ajax (for instance, in order to update account name or site name)
|
2010-07-17 22:01:00 +00:00
|
|
|
x page templatized (bound to a model)
|
2010-07-19 00:09:10 +00:00
|
|
|
x theme asset picker when editing layout / snippet
|
2010-07-22 22:10:40 +00:00
|
|
|
x templatized: do not display content with visible / active set to false
|
|
|
|
x theme assets: disable version if not image (handled by the new version of Carrierwave)
|
2010-07-29 10:46:13 +00:00
|
|
|
x rack app to map pretty asset url to S3 => shortcut urls instead
|
|
|
|
x site selector (cross domain authentication)
|
|
|
|
x nice error page
|
2010-08-31 22:41:55 +00:00
|
|
|
x nice 404 page (admin section)
|
|
|
|
x liquid inheritance
|
|
|
|
x bug editable_xxx disabled for nil block
|
|
|
|
! duplicated block name
|
|
|
|
x display liquid errors
|
|
|
|
x theme assets selector in page editor
|
|
|
|
x saving page in ajax
|
|
|
|
x editable_long_text tag
|
|
|
|
x blocking issue when modifying the parent of 2 templates => one of the 2 children has reference of the first child
|
|
|
|
x editable_file tag
|
|
|
|
x stylish file field
|
|
|
|
x remove not used editable element all in once
|
|
|
|
x default content from parent editable element
|
2010-10-14 08:59:04 +00:00
|
|
|
x unable to upload/remove editable file
|
|
|
|
x customize tinyMCE: no html popup => div popup, nice icons
|
|
|
|
x add images / files inside long text element (back-office side at first ?)
|
|
|
|
x create a repo for a tool "a la" vision
|
|
|
|
x asset collections => liquid
|
|
|
|
x images tag to write
|
|
|
|
! apply http://github.com/flori/json/commit/2c0f8d2c9b15a33b8d10ffcb1959aef54d320b57
|
|
|
|
x snippet dependencies => do not work correctly
|
|
|
|
? google analytics tag
|
|
|
|
x mask internal asset_collections
|
|
|
|
x refactor ui for the theme assets page
|
|
|
|
x fix assets liquid tags / filters
|
|
|
|
x upload and insert new images in a css or js from the ui is broken
|
|
|
|
x proxy for fonts (http://markevans.github.com/dragonfly/file.Rails3.html)
|
|
|
|
x order yaml file (http://www.ruby-forum.com/topic/120295)
|
|
|
|
x fix tests
|
|
|
|
x inline editing (http://www.aloha-editor.com/wiki/index.php/Aloha_PHP_Example)
|
|
|
|
x spinner
|
|
|
|
x save automatically (callback) => store modifications
|
|
|
|
x admin buttons
|
|
|
|
x edit page
|
|
|
|
x save / cancel
|
|
|
|
x back to back-office => admin settings of the page
|
|
|
|
(- duplicate page ?)
|
|
|
|
(- super bonus statistics)
|
|
|
|
x locale
|
|
|
|
x store page toolbar status in cookie
|
|
|
|
x trim short text content
|
|
|
|
x namespace js functions
|
|
|
|
x import tool:
|
|
|
|
x select field (see custom fields and nocoffee theme) ?
|
|
|
|
x disable sub tasks by passing options
|
|
|
|
x exceptions
|
|
|
|
x page to import theme
|
|
|
|
x contents: group_by, oder_by, api_enabled
|
|
|
|
x folders for theme assets
|
|
|
|
x theme assets whitelist
|
|
|
|
x fonts
|
|
|
|
x asset collections
|
2010-10-19 14:56:50 +00:00
|
|
|
x rewrite the unzip process (for the import)
|
2010-10-29 14:19:41 +00:00
|
|
|
x bug with asset collections (assets disappear if we save the collection ?!)
|
|
|
|
x import tool:
|
|
|
|
x asset whitelist
|
|
|
|
x do not override existing site name
|
|
|
|
x add samples option
|
|
|
|
x content types
|
|
|
|
x asset collections
|
|
|
|
x page templatized (tied to content type)
|
|
|
|
x remove existing pages / contents option => reset
|
2010-10-29 15:12:57 +00:00
|
|
|
x give choice to reset site / add samples
|
|
|
|
x french translatations
|
2010-10-29 14:19:41 +00:00
|
|
|
x cosmetic / ui bugs / bugs:
|
|
|
|
x segmentation fault with with_scope
|
|
|
|
x paginate is not working
|
|
|
|
x redirection in dev does not work correctly for cross domain
|
|
|
|
x drag&drop for assets ('last' class issue)
|
|
|
|
x increase the input field width for domain names
|
|
|
|
x assets within custom contents are not deleted when the whole content type gets destroyed (after_destroy callback ?)
|
|
|
|
x api
|
|
|
|
x handle html request (for now, it's just json)
|
|
|
|
x installation guide
|
|
|
|
x detect if new installation
|
|
|
|
x no-site error redirects to the first step
|
|
|
|
x steps:
|
|
|
|
x welcome: domains, ...etc
|
|
|
|
x Create account
|
|
|
|
x Create new site (name, subdomain) / Import theme (worker or list of sites from fs)
|
2010-10-30 22:30:30 +00:00
|
|
|
x import:
|
|
|
|
x ordered pages ?
|
|
|
|
x order_by for content_types ? created_at, updated_at
|
|
|
|
x liquid:
|
|
|
|
x nav
|
|
|
|
x no_wrapper option
|
|
|
|
x regexp to get rid of some pages
|
|
|
|
x filters
|
|
|
|
x default_pagination: labels
|
|
|
|
x [content types] the "display column" selector should not include file types
|
2011-01-17 23:28:09 +00:00
|
|
|
x Worker => Heroku / S3 (not so sure finally)
|
|
|
|
x jammit-s3: assets
|
|
|
|
x copy assets.yml config file when using it as gem (http://asciicasts.com/episodes/218-making-generators-in-rails-3)
|
|
|
|
x import theme without delayed_job
|
|
|
|
x rspec 2.3
|
|
|
|
x ruby 1.9.2:
|
|
|
|
x DelayedJob not working
|
|
|
|
x new version of Aloha-Editor
|
|
|
|
x locomotive gem: test with staging
|
|
|
|
x nav tag:
|
|
|
|
x site | page | parent
|
|
|
|
x retrieve only important page information from mongodb
|
|
|
|
x published by default when importing pages
|
2011-01-21 11:04:59 +00:00
|
|
|
x page redirection
|
|
|
|
x notify accounts when new instance of models (opt): none, one or many accounts. Used for contact form.
|
|
|
|
x implementation
|
|
|
|
x emails
|
|
|
|
x tests
|
|
|
|
x fix bug issue about (custom fields)
|