Oliver Günther
a34d5e479d
Allow nil in form attribute
...
[ci skip]
6 years ago
Inga Mai
a197579339
Filter remove icon alignment changed, button width fixed
6 years ago
Henriette Dinger
d3b8172590
Add missing legend
6 years ago
Oliver Günther
d64de4953d
Add some missing buttons to groups management
...
[ci skip]
6 years ago
Henriette Dinger
3b19f894a3
Add home screen steps as starting point for the onboarding tour and start after language selection
6 years ago
Henriette Dinger
8fd4e76905
Add enjoyhint library, basic steps and possibility to have darkened labels
6 years ago
Jens Ulferts
02200080d8
remove custom field columns on time entry activities
...
The custom fields are active on individual time entries on time entry activities.
6 years ago
Jens Ulferts
d595a4020c
register project description toggle click handler only once
6 years ago
Oliver Günther
0a136e61b4
Use larger form controls for ckeditor fields
6 years ago
Oliver Günther
476f5f4859
[28275] Open more links in blank
...
https://community.openproject.com/wp/28275
[ci skip]
6 years ago
Oliver Günther
2213ca8a92
[28155] Replace calendar_for with global augmented datepickers
...
Allow to create and reuse datepicker fields through a global event
listener instead of calling `calendar_for` in Rails.
This allows us to use a datepicker even in the legacy app.
[ci skip]
https://community.openproject.com/wp/28155
6 years ago
Oliver Günther
b08a5874f5
Remove project responsible and type
6 years ago
Jens Ulferts
5a1e597d84
remove in_aggregation from type
6 years ago
Oliver Günther
1290ea7562
Fix overridden core project settings
6 years ago
Jens Ulferts
d860072334
replace op-icon angular directive with rails helper
7 years ago
Oliver Günther
112c7bc287
Rework helper to auto-include wysiwig in tab builder when requested
...
This fixes the position of the wysiwig editor when used in combination
with the tab builder.
This requires being more clever with the helpers rather than simply
including them everywhere.
To this end, we require the helpers to be passed the current view
context (or template) to render the necessary bits.
7 years ago
Oliver Günther
5cab6be8b0
[27544] Avoid self-closing tag on html5 custom element
...
https://community.openproject.com/wp/27544
7 years ago
Jens Ulferts
5039f4efbc
move _versions partial again
7 years ago
Jens Ulferts
7c63839a2a
move settings partials into correct folder
7 years ago
Oliver Günther
4b26b197cf
Move versions into correct project settings
7 years ago
Oliver Günther
db4a9d1ba2
Fix patch for project settings
...
[ci skip]
7 years ago
Oliver Günther
ab4f9b7ed5
Replace settings and boards remotes with actual responses
7 years ago
Oliver Günther
28ff6e0fc9
Remove onclick with csp-onclick helper
...
It adds to a nonced javascript tag per page. This allows a faster
migration without changing too much code.
7 years ago
Oliver Günther
99fcc12de0
Replace toggleFieldset(this)
7 years ago
Oliver Günther
a9c7e29885
Remove empty javascript: in hrefs
7 years ago
Oliver Günther
06472450c6
Implement CSP with secure_headers gem
7 years ago
Oliver Günther
6ef4211e77
Bump copyright to 2018 ( #6171 )
...
[ci skip]
7 years ago
Jens Ulferts
735515a37a
salvage level_list from api/v2
...
We still need the functionality for the projects drop down. Thus we reuse the production hardened code from api/v2
7 years ago
Henriette Dinger
9d2df795d3
Introduce 'inverted' class for buttons
7 years ago
Henriette Dinger
5ea3713937
Remove 'legacy-actions-more' class and apply same styling to toolbar and top menu dropdowns
7 years ago
Henriette Dinger
99894e73ef
Rename filter button in projects filter
7 years ago
Henriette Dinger
fa85b34dae
Move pagination out of table ( #6079 )
...
[ci skip]
7 years ago
ulferts
a8c1953cf5
always return a custom value if it is available in the customizable ( #6075 )
...
[ci skip]
7 years ago
Wieland Lindenthal
e73ac10380
Proper i18n for adding filters
7 years ago
Wieland Lindenthal
19c998e92f
Hide spacer line unless a filter was set
7 years ago
Wieland Lindenthal
9f115a7805
Check permissions before setting attributes for no_results_box
7 years ago
Wieland Lindenthal
d962da7610
Ensure that changing the `expand`, `filter` and `sortBy` params do not
...
get lost on pagination and page size change.
7 years ago
Wieland Lindenthal
85a6522628
- Improve reusability of info block next to `add filter` selector
...
- Improve readability of filter names on small screens by adding min-width and removing border-right
- DRY CSS
7 years ago
Wieland Lindenthal
11fddf9985
Add upsale link to project filters
7 years ago
Jens Ulferts
253083f766
use breadcrumb for hierarchy styling and rely solely on css
7 years ago
Jens Ulferts
75695aca3f
fix description indentation
7 years ago
Jens Ulferts
d8ec874dc1
add link to filter by lft
...
on lft sorting, projects are ordered first hierarchically, then alphabetically. However, this is faked as the sorting is only applied to the projects returned by the sql ("ORDER lft asc"). So if 100 projects are returned, only those 100 are sorted alphabetically while the 101 element could potentially belong inside that result set.
As lft and the other criteria are mutually exclusive, the UI will remove lft when sorting by one of the other criteria and all other criteria when sorting by lft
7 years ago
Oliver Günther
78f7aef989
[26424] Copy custom_values of project as the association it is ( #6027 )
...
The custom values of a project were copied inocrrectly:
1. They were copied in #copy_attributes, where not all required vlaues
for the CV may exist (e.g., user CF => members copied)
2. They were copied with clone(), not dup(), thus the original project
lost their CFs.
https://community.openproject.com/wp/26424
[ci skip]
7 years ago
Jens Ulferts
8842558aac
refactor for code quality
7 years ago
Jens Ulferts
5ae86d9624
integrate custom field ordering
7 years ago
Jens Ulferts
66f3c0b5b7
first stab at order via query
7 years ago
Jens Ulferts
503e3e09b4
show hierarchy icons when project before is ancestor
7 years ago
Jens Ulferts
970d80a885
accessibility for context menu and description toggle
7 years ago
Jens Ulferts
86b7636334
refactor menu into helper
7 years ago
Wieland Lindenthal
fd93d6c1f8
Enable removing active-or-archived filter
7 years ago