11 Commits

Author SHA1 Message Date
gitea 0c2e8179e2 isfolded column, uuid instead of int for id 2016-02-02 13:25:24 +08:00
gitea 5cb9ead162 Fix sorting, add delete, fold options 2016-02-01 17:03:55 +08:00
gitea 4cde8f6fe2 Added url to sub-lists 2016-02-01 16:37:05 +08:00
gitea e0a32e38f1 Shuffling works, and lots of refactoring 2016-01-31 15:34:34 +08:00
gitea c17412477d Added nested rendering, collapsing nodes, uses marionette 2016-01-30 21:00:33 +08:00
gitea cf89df815d Improved insertion order of new nodes 2016-01-30 07:59:39 +08:00
gitea 34695ac9ce bugfix parent to parentId 2016-01-29 10:00:13 +08:00
DC* b4d3eab02c Heroku integration with foreman
Add foreman configuration for Heroku:
- To test production configuration execute NODE_ENV=production foreman
  start
- Database connection configuration now handles "use_env_variable" which
  should be defined as a environment variable such as "DATABASE_URL"
  with a proper database URI connection string, ie:
  postgres://user:password@db.example.com:5432/database
- Added package.json configuration to run migrations and db seed after
  `npm install`

Update frontend models to match sequelize definition.
Update views to work according to the changes above.
Handling isCompleted and parentId apropiately for PostgreSQL databases
2014-08-14 22:05:54 -03:00
DC* f5c1f27863 Fixed PageView::createNewTask which referenced Task model without requiring it
Fixed task template to remove unneeded textarea
Removed commented out code on index template
2014-08-07 23:31:15 -03:00
floydpraveen 8c66346a9f on hover of link show options 2013-08-23 19:34:27 +05:30
floydpraveen 5ec46e8899 external templates 2013-08-22 17:52:54 +05:30