Commit Graph

105 Commits (be8e8c21c7ef53def86e6accbf6a3451763c57e3)

Author SHA1 Message Date
Richard be8e8c21c7 Populating columns dialog with available/selected columns. 11 years ago
Till Breuer 3d1cd19abc Refactor query property watching 11 years ago
Till Breuer a444fe1635 Only update the selected title on wp#index if the query has a name 11 years ago
Till Breuer acf82688a1 Replace some parameter to query string conversion 11 years ago
Richard 272cbb947e WIP wired up query save/update. Need error handling and such. 11 years ago
Richard 649026ce5b Wired up saveas, updating title on save. 11 years ago
Richard fb54ba5fc9 WIP Basic saveas dialog which saves query. doesn't sync with the view yet. 11 years ago
Richard 8f4c993a72 Timelines was looking for "end_date" property but it's called "due_date" now. 11 years ago
Richard a1d71fde27 Level expansion now keeps track of last visible row. 11 years ago
Richard 0973c7ba01 WIP - adding padding span to last visible row. 11 years ago
Richard 0e4cb703da Removing sort header classes from other columns. Added tests. 11 years ago
Richard e2e945f5a8 Showing/hiding timelines toolbar and warning message. 11 years ago
Richard 2207f3974a WIP keep track of warning/error state and show/hide in timelines view. 11 years ago
Richard 174a44a4a1 'Display Sums' is remembered when reloading the page after bulk edits. 11 years ago
Richard f7784430c5 Did a bit of hacking to get grouping by custom values working again. 11 years ago
Richard aad7606340 Encoding filter operator values to avoid url escaping browser bullshit. 11 years ago
Richard 2f11241407 WIP. using the url params to keep state but having a nightmare with url escaping:/ 11 years ago
Till Breuer bf9ce2de7d Fix watching values of filters requiring text input 11 years ago
Richard 41b2c49347 Fixed error and added in correct watcher and responsible filters. 11 years ago
Richard 42e50e416b Till did clever stuff so filters distinguish between single and multiple values. 11 years ago
Till Breuer 9fcf49352e Fix display sums when a query is loaded 11 years ago
Till Breuer 7b3c0cc04e Fix a constant naming 11 years ago
Till Breuer 9a8c8a9d30 Refactoring: Manage the query object within the query service 11 years ago
Till Breuer c91eca418b Set ng query group by when a query is loaded by id 11 years ago
Richard b2cfd11b70 Fetching app wide custom value filters and caching values per project. 11 years ago
Till Breuer 8ced3bc924 Fix looking up model names when filter options are augmented 11 years ago
Richard 0e2362a628 Using query service call in filter model instead of default filters. 11 years ago
Richard fca08a7a87 WIP. Custom fields appearing in filters section but for some reason not filtering. 11 years ago
Richard 27d211f9c4 Removed sub project filter from general wp view. 11 years ago
Richard e12720a568 Made project service for (sub)projects. Can use sub-project filter. 11 years ago
Richard 602ab976b7 Using query service call in filter model instead of default filters. 11 years ago
Richard 05eb74768a WIP. Custom fields appearing in filters section but for some reason not filtering. 11 years ago
Richard 29720071f3 Removed sub project filter from general wp view. 11 years ago
Richard 984d318112 Made project service for (sub)projects. Can use sub-project filter. 11 years ago
Till Breuer c65082151a Use `Array.isArray` instead of `instanceof Array` 11 years ago
Till Breuer 66ce0eba8f Init ng query sortation from API meta data 11 years ago
Till Breuer 7de67ae1f6 Serialize filters for query meta data returned by work packages API 11 years ago
Richard 958bbab729 fixed sorting merge cockup. 11 years ago
Till Breuer 4fccc378fb Add workaround for angular filter serialization 11 years ago
Alex Coles f527d26862 Add missing Copyright header to ng app sources 11 years ago
Till Breuer c0460daa7d Fix filter value pruning 11 years ago
Till Breuer 4ae5ad2574 Handle filter values from API on the JS side 11 years ago
Till Breuer 4a42a7fccf Fix column selection on filtering 11 years ago
Till Breuer 114791508e Load work packages table data first (WIP) 11 years ago
Till Breuer 4ceb043209 Add selected columns default to query, clear up serialization method 11 years ago
Till Breuer cd478ff73b Add standard "me" option to available user filter values 11 years ago
Till Breuer a48c661cfc Discard deprecated method 11 years ago
Till Breuer 8e2e7439ec Add a method to retrieve available filter values to query service 11 years ago
Richard a9316c0534 sort of works. 11 years ago
Richard 5973176d9e WIP Removed everything from gon except for project id which has to be somewhere at load time. 11 years ago