This error is intended for cases when a method is
intentionally not implemented, because the module/class defining
it expects a subclass (or class including the module) to implement
the method.
This is intended to distinguish it from other cases, such as:
* feature not implemented yet
* edge case of a method call not yet supported
Notably it avoids the misuse of the Ruby-defined NotImplementedError,
which is only intended for much more specific scenarios:
> Raised when a feature is not implemented on the current platform. For example, methods depending on the fsync or fork system calls may raise this exception [...]
Also see https://docs.ruby-lang.org/en/master/NotImplementedError.html
* Add new query attribute include_subprojects
* Set include_subprojects in factories
* Replace create_query helper with default endpoint
* Adapt spec to new query create service
* Add spec for changed subproject behavior
* Extend project filter with replaced values and add spec
* Fix spec trying to save default query
* Fix ordered_work_packages now that we're base service compatible
* Basic frontend for include all subprojects
* Fix disabled state, update button colors
* Add new query attribute include_subprojects
* Set include_subprojects in factories
* Replace create_query helper with default endpoint
* Adapt spec to new query create service
* Add spec for changed subproject behavior
* Extend project filter with replaced values and add spec
* Add a ParserStruct overriding Enumerable#group_by
* Fix ordered_work_packages now that we're base service compatible
* Add tooltip
* Add tooltips to include projects
* Add is parameter to query props for query space
* Fix specs, add i18n strings
* Correctly parse and update the query with includeSubprojects
* FIx most spec
* Fix badge count for team planner spec, fix duplicated where def in project filter
* Only load project list if opening drop modal
* Expect that sub_sub_bug is also present
* I18nify the strings
* Fix typo
* Fix specs
* Fix linting errors
* Fix specs
* Fix linting errors
* Fix linting errors
* Fix failing specs
Co-authored-by: Oliver Günther <mail@oliverguenther.de>
Found via `codespell -q 3 -S ./config/locales,./modules/xls_export/config/locales,./modules/job_status/config/locales,./modules/two_factor_authentication/config/locales,./modules/backlogs/config/locales/crowdin -L ba,nd,parms,sur,varius`
* model project status as separate resource
Also fixes the structure of the projects api documentation
* introduce project status resource
* link to project status in project resource
* adapt to status resource in frontend
* describe project status in project schema
* adapt project form specs
* adapt copy project to project status
This allows fetching the query without the added burden of having to
render the work packages. Rendering the work packages increases the
response time heavily.
Updates the copyright to 2021 for all files that have a copyright. Files in our source code without the copyright header still do not receive one automatically. Additionally, backlisted files are also excluded.
Previously the copyright of chiliproject which references redmine stated a copyright of redmine up to and including 2017 which is not true for the code we have in here. Because of that I changed that to 2013
This is a refactoring of the CSS classes in the WYSIWYG editor. The classes now use proper BEM and are almost completely independent of other CSS. It also includes small style refactorings, like a reduction of heading size in attribute fields, and an increase in heading size in all other instances.
* Initial class definitions
* Added more classes
* Added Table of Contents basics
* CkEditor applying custom CSS classes to p, h1, h2, h3, h4, h5, h6, li and blockquote
* CKEditorInspector removed
* op css class for headings
* op css class for paragraphs
* op css class for code/code block
* adapt specs to altered markdown/html generation
* adapt grid/budget representers to altered signature
* op css class for lists
* op css class for toc
* op css class for links
* Start working on typography css
* op css class for tables
* Fixing more typography, trying out larger headers
* Applying custom classes to li, a, blockquote, figure, table, tr, td, th, image, codeblock, figcaption and macros
* adapt specs to altered link classes
* op css class for images
* apply user content container class throughout application
* CSS alignment custom classes applied to table
* op css class for task list checkbox
* Added task checkbox class
* amend list checkbox class in backend
* op css class for table thead element
* adapt specs on image html generation
* Updated table and typography styles
* Update typography and figure styles
* Figure overflow handling
* Table alignment styles + ckEditor styles removed
* rename wiki-anchor to op-uc-link_permalink
* wrap table in div as well as figure
* Updated code-block
* Update permalinks
* Fixed a lot about tables
* Removed Description header from work-packages page
* Fix frontend styles
* Add placeholder styling, fix toc
* Fixed figure print
* working with table aligns
* Custom class add to task lists
* Custom classes applied to theads
* op-uc-container custom class added to container
* Codeblocks inside pre elements
* Fix: single <code> and <a> tags
* explicitly require overwritten gem class
Apparently, the gem is not loaded yet when it is registered as a filter when in eager loading mode
* adapt spec expectation to altered toc rendering
* CkInspector removed
* Latest ckeditor changes
* remove highlight css class from wiki content
* allow html pipleline to handle macros with additional classes
* Fixed a lot of print css for tables
* Add general print css back in
* Update Table of Contents styling
* Custom classes on ul, ol, li and task-lists
* Revert "Custom classes on ul, ol, li and task-lists"
This reverts commit 0d27d28137.
* Custom classes on ul, ol, li and task-lists
* Custom classes on column's th
* remove placeholder class when rendering
* WOrking on task lists
* Changing task-list classes, changed tests
* Updated list styles
* Remove unused todo list styles
* remove checked in binstubs
* Fix table of contents
* adapt todo list handing in backend pipeline
* adapt specs to altered css classes
* Add numbers to table of contents
* Better comments in table of contents
* Fix: wrap single <table> with a <figure>
* Fixes to todo list design
* Updated todo list scss to fix nested lists
* adapt selectors in table spec
* Update table styles
* Improve table borders more
* Custom classes specs
* Fix: no need to remove regular list classes when its type changes
* Add modifier for inline headings
* Update table editing styles
* Remove break-word tests
* wrap images just like tables
* Update figure content styles
* Fix: All tests passing (ul.op-uc-list_task-list)
* div.op-uc-figure--content wrapping tables
* Specs for figures wrappers div.op-uc-figure--content
* Fix: add custom classes to links and codes again
* Table wrapper div reverted + specs
* Fix inline palceholders
* Custom macro type classes
* Add basic macro placeholder changes
* Move heading permalink after text
* Fix word-break spec
* Sending figure styles to the backend (width)
* extend test to take ckeditor placeholder into account
* avoid adding bem classes multiple times
* attempt to fix flickering spec
* Removing image spinner when uploading finishes
* adapt spec expectations
Co-authored-by: Aleix Suau <info@macrofonoestudio.es>
Co-authored-by: ulferts <jens.ulferts@googlemail.com>
* deprecated method
* remove apparently unused methods
* append id desc sorting to work packages
* enforce sorting is applied in query results
* ensure deterministic order in base query
* remove apparently unused methods
* have specs for wp query sums
* grouped sums in sql
* sql for total sums
* alter interface of all_grouped_sums
Since we now fetch all sums in one sql statement it no longer makes sense to fetch the group sums individually
* remove now unused method
* extract method
* Add material_costs to summing
* add labor_costs to group sums
* add overall costs to sum
* fix sum grouping descision
* fix summable? check
* remove work_package_list_summable_columns setting
Now all summable columns are always summed. The user no longer needs to select summing up in the settings. Selecting the column to be displayed and activiating sums will suffice
* fix flickering spec