~ondrak/ondras-snaps/+git/wekan:webpack

Last commit made on 2015-12-20
Get this branch:
git clone -b webpack https://git.launchpad.net/~ondrak/ondras-snaps/+git/wekan

Branch merges

Branch information

Name:
webpack
Repository:
lp:~ondrak/ondras-snaps/+git/wekan

Recent commits

e72910c... by Maxime Quandalle

[WIP] Experiment with the Webpack package

2cb6195... by Maxime Quandalle

Release v0.10.0-rc4

7c4640b... by Maxime Quandalle

Improve some activitiy messages

Fixes #433

f30c776... by Maxime Quandalle

Fix home header bar

The issue was introduced in 3b2eb0f but was only partially fixed (in
urgency) in 71b9a42. We sould have test to avoid these trivial
regressions! (I guess React will also yelp in this particular case by
removing the need to link the template and the "component", and thus
removing the possibility to break this link)

Fixes #434

299c429... by Maxime Quandalle

Merge pull request #435 from xavierpriour/devel

Export a board to JSON

Fixes #396

115ea53... by Xavier Priour <email address hidden>

Export: improved API routes

- use an explicit "boards" domain: /api/boards/:boardId
- pass authToken as a request parameter: /api/boards/:boardId?authToken=:token
- in the future, same route can be used with authToken set in the Authenticate: header easily

dbb6921... by Maxime Quandalle

Merge pull request #444 from floatinghotpot/patch-9

fix board header issue

d2ac3dc... by floatinghotpot <email address hidden>

fix board headeer issue

a45a899... by Xavier Priour <email address hidden>

Improved doc on server-side export route

43b1c4b... by Xavier Priour <email address hidden>

Merge remote-tracking branch 'upstream/devel' into devel