Commit Graph

5082 Commits (7d5984e39b3daa1228cf7e9f4703049ecce5ef0c)

Author SHA1 Message Date
Jesús Espino 7d5984e39b Fixes #5224: Confirm before close edit lightboxes 2018-03-05 16:35:34 +01:00
Jesús Espino 9e9b86c4bc Fixed #4760: Wiki activity hidden by default 2018-03-05 16:35:34 +01:00
Jesús Espino 987c1b6c28 Fixed #5196: Using ref when show belongs to epic text 2018-03-05 16:35:34 +01:00
Jesús Espino ed8bea9ae3 Fix #5226 typo 2018-03-05 16:35:34 +01:00
Jesús Espino 2bac066843 Fixed #5239: Problem using object label in html 2018-03-05 16:35:34 +01:00
Jesús Espino 2f2e4c8143 Fix #5252: Allow ascending votes ordering in issues list 2018-03-05 16:35:34 +01:00
Alejandro b12472bf96
Merge pull request #1417 from migonzalvar/ft/make-scss-lint-happy
Fix scss-lint issues
2018-03-05 09:34:54 +01:00
Miguel Gonzalez 2d7dbf13c9 make scss-lint happy 2018-03-02 20:27:59 +01:00
Alejandro 9a6541f6e0
Merge pull request #1412 from dangarbar/ft/filter-refresh
Refresh views after change tasks/us status or assigned user
2018-03-02 09:47:56 +01:00
Alejandro f1c796ca38
Merge pull request #1413 from dangarbar/TG-4311/counter
Show user stories counter and wip limit for each status column in Kanban page
2018-03-02 09:46:26 +01:00
Alejandro 67ca61291b
Merge pull request #1414 from migonzalvar/update_translation
Update all languages
2018-03-02 09:45:32 +01:00
Miguel Gonzalez adfdcdd5aa update all languages 2018-03-01 17:48:32 +01:00
Daniel García 3c65770272 Update filter counters after change tasks/us status or assigned user in Issues List, Kanban and Sprint Taskboard 2018-03-01 11:42:42 +01:00
Daniel García 03067536d5 Show us count and wip_limit foreach status column in Kanbanpage 2018-02-28 14:44:09 +01:00
Daniel García 0b6765acbb Reload backlog after changing us status if status filter is selected 2018-02-28 12:14:52 +01:00
Daniel García 02e6fa1f6b Reload taskboard and issues list only if last action is related to selected filters 2018-02-28 12:14:32 +01:00
Daniel García 28bdedf0b5 Reload kanban data only if last action is related to selected filters 2018-02-28 12:14:32 +01:00
Daniel García b3535ae3f2 Reload kanban filtered cards after editing assigned user 2018-02-28 12:12:53 +01:00
Daniel García 507e3f6ddf Reload issues list after editing assigned user inline 2018-02-28 12:12:53 +01:00
Jesús Espino 2cd47a578c kanban drag multiple 2018-02-28 12:09:59 +01:00
Jesús Espino 6fe84f9acd Add role filtering 2018-02-26 18:01:59 +01:00
Miguel Gonzalez ebe70b2f0c update all active languages 2018-02-19 13:27:36 +01:00
Miguel Gonzalez 1114251be2 Merge branch 'stable' into release/3.1.1 2018-02-19 13:23:55 +01:00
Alejandro 3b8a7f29f2
Merge pull request #1405 from alexhermida/feature/fix_us_backlog_filter
User story data filter by milestone
2018-02-13 10:18:04 +01:00
Alejandro cd7ca64f5f
Merge pull request #1402 from alexhermida/feat/change_logo_load_error_templates
Load SVG as img instead object in error pages
2018-02-13 08:53:16 +01:00
Álex Hermida 1ae5e8813a User storey data filter by milestone 2018-02-07 23:47:44 +01:00
Álex Hermida 3a458ded60 Load SVG as img instead object because X-Frame-Options server config 2018-01-26 11:40:01 +01:00
David Barragán Merino 03ee516511
Update README.md 2018-01-02 15:53:30 +01:00
Jesús Espino 456f3df618 [backport] Remove redundant register track event in analytics 2017-12-11 20:05:09 +01:00
Jesús Espino db384dd7a6 Remove redundant register track event in analytics 2017-12-11 20:04:51 +01:00
Jesús Espino 7c488743a7 [backport] tracking checkout and add-to-cart as ecommerce events 2017-12-11 18:28:23 +01:00
Jesús Espino 1119f04b58 tracking checkout and add-to-cart as ecommerce events 2017-12-11 18:27:57 +01:00
Brett Profitt 49d51cbbbd Improved error logging if a plugin fails to load. 2017-11-24 11:23:33 +01:00
Jesús Espino 74c66fba62 Fixed uni tests 2017-11-23 17:15:46 +01:00
Jesús Espino 43b820bda2 Small translation bug on issues list 2017-11-23 14:06:40 +01:00
Jesús Espino ffeeeeb501 [backport] Remove unnecesary console.log 2017-11-23 11:41:54 +01:00
Jesús Espino 0c525d972a Remove unnecesary console.log 2017-11-23 11:40:38 +01:00
Jesús Espino f7a5d12d08 [backport] Adding new analytics events 2017-11-23 11:20:48 +01:00
Jesús Espino 19e0268cc3 [backport] Fxed broadcast on auth events 2017-11-23 11:20:31 +01:00
Jesús Espino e457097799 [backport] Broadcasting auth information 2017-11-23 11:20:19 +01:00
Jesús Espino 438320ad4c Adding new analytics events 2017-11-22 18:34:41 +01:00
Jesús Espino 0f7f49f6e6 Fxed broadcast on auth events 2017-11-22 17:51:37 +01:00
Jesús Espino 72c04aaf42 Broadcasting auth information 2017-11-21 16:24:04 +01:00
Florian Haas fcec6df4d2 Make support URL configurable
In self-hosted environments, users may want to point to an internal
website or Wiki for Taiga support.

- Add a configuration option named "supportUrl", akin to
  privacyPolicyUrl and termsOfServiceUrl.
- Set its default to https://tree.taiga.io/support/ to mirror the
  previous behavior.

Fixes #1389.
2017-11-21 15:36:28 +01:00
Jesús Espino 7cc31adb0a [backport] Adding analytics userId feature 2017-11-04 21:04:01 +01:00
Jesús Espino d06fdc6152 Adding analytics userId feature 2017-11-04 21:01:32 +01:00
Jesús Espino d22e0bad4f Fixed javascript tests of Discovery 2017-11-04 20:18:13 +01:00
Jesús Espino 414c02e6c8 [backport] Fixed analytics checkout process 2017-10-31 10:58:20 +01:00
Jesús Espino 554a9ac012 Fixed analytics checkout process 2017-10-31 10:58:07 +01:00
Jesús Espino 0bcc559226 [backport] Fixed checkout monitoring in analytics 2017-10-31 10:53:47 +01:00