acognet
6879cd762c
N°2598 - When refreshing a list, loosing page and order - improvement of code
2021-02-16 15:05:06 +01:00
acognet
dbe747ea23
N°2598 - When refreshing a list, loosing page and order - change of dashboard refresh mecanism
2021-02-15 16:55:03 +01:00
acognet
c1c8fad97e
N°3648 - Feedback alpha 3.0 : finish relation edition
2021-02-15 16:55:03 +01:00
Stephen Abello
7e46054f8b
Add a destructive icon link factory for Button block
2021-02-15 16:52:20 +01:00
Eric
f4241142c5
Fix crash when a module is removed and some classes remains in the creation history
2021-02-11 14:31:52 +01:00
Pierre Goiffon
1cc48c8d8e
💄 iTop 3.0.0 badge dashlet : make whole badge clickable ( #191 )
...
Would be better to have only one handler on the dashboard side but we want to respect code responsibility !
So until we have a system for components to print "static" code (that will be printed only once whatever number of component instances we have in the page), we are doing it the "old" way : calling a JQuery widget in the component JS Twig.
2021-02-11 12:09:06 +01:00
Molkobain
e6c0333915
N°3545 - Activity panel: Change caselogs order so it's defined by the details zlist
2021-02-10 18:20:04 +01:00
Stephen Abello
3be360dfb9
N°3670 Add new file upload button
2021-02-10 17:19:40 +01:00
Eric
9ed2127530
Add File Select widget
2021-02-09 17:24:27 +01:00
Eric
3c60e4f765
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
2021-02-09 14:43:46 +01:00
Molkobain
6e99701c47
N°3649 - Case log entry form: Change buttons text and style
...
- Change "Save" button to "Send"
- Change "Cancel" button to the new convention
2021-02-08 12:24:05 +01:00
Molkobain
40c112d47a
N°3649 - Activity panel: Show confirmation dialog on multiple case logs entries submission
2021-02-08 12:24:04 +01:00
Molkobain
4a2cbc9be3
N°2847 - Navigation menu: Change default expanded/collapsed behavior
...
- Keep previous value (iTop 2.7 and older) if present
- Otherwise, collapsed by default
- Also renamed the user pref. to match new conventions
2021-02-08 12:24:04 +01:00
Molkobain
8026965915
N°3649 - Activity panel: Work on multiple caselogs edition at once
2021-02-08 12:24:03 +01:00
Molkobain
977d1d0246
N°3649 - Activity panel: Continue improvement following the alpha feedbacks
...
- Add possibility to choose which caselogs are displayed in any tab
- Change case log entry form submit button label from "Add entry" to "Save"
2021-02-08 12:24:02 +01:00
Molkobain
599c4ebad8
N°3649 - Activity panel: Continue improvement following the alpha feedbacks
...
- Change caselog entry form, now 1 per caselog
- Remove entry form from activity tab
- Change entries filters, now present on all tabs but states are specific to each tab
2021-02-08 12:24:02 +01:00
Molkobain
7f55fd4bf6
N°3649 - Activity panel: Continue improvement following the alpha feedbacks
...
- Fix compose button visible when no editable caselog
- Fix "states" filter visible on object with no state attribute
- All tabs now have all the actions / filters
- Initial active tab is now the first one (caselog or activity)
2021-02-08 12:24:01 +01:00
acognet
ff44fcdfe0
N°331 - L'ordre de tri des tickets change au rechargement auto - add ability to give to Menu how to refresh the panel
2021-02-03 11:07:07 +01:00
Stephen Abello
f1d047becf
Add a Factory for 'Cancel' buttons, make 'Cancel' buttons alternative, make buttons uppercase
2021-02-02 16:17:03 +01:00
Eric
2f68be14f8
N°3565 - Migrate backoffice pages to new UIBlock system : Setup
2021-02-01 16:28:10 +01:00
Molkobain
8fba402016
N°3208 - Quick create: Fix error when choosing a class from another page than UI.php
2021-01-26 20:15:46 +01:00
Molkobain
7e67661d5f
N°3649 - Activity panel: Improve ActivityPanel::IsCaseLogsSubmitAutonomous() robustness
2021-01-22 17:20:08 +01:00
Molkobain
e646dc8a69
Code formatting
2021-01-22 11:39:49 +01:00
Molkobain
1bb6d62c17
PHPDoc and code conventions
2021-01-22 11:39:49 +01:00
acognet
5dcddf2317
N°3294 - Introduce counters in OQL menu entries
2021-01-21 17:24:44 +01:00
Molkobain
fa0ea7ed77
N°3207 - Global search: Add possibility to open history items in a new tab
2021-01-21 15:52:36 +01:00
Molkobain
1514cd83ab
UIBlock: Change $aAdditionalCSSClasses methods to match app. conventions (parameters should be arrays, not space separated string)
...
Note: This had to be fixed on all calls to this, hence the number of modifications.
2021-01-21 12:59:30 +01:00
Molkobain
7c8019319a
UIBlock: Update PHPDoc, fix typo in $aJsTemplatesRelPath property/methods name and fix $aAdditionalCSSClasses initialization
2021-01-21 12:40:42 +01:00
Pierre Goiffon
f723862def
Pull up additionalCSSClasses from Button & UiContentBlock to UiBlock
...
This will allow to use this everywhere !
Before this commit we had :
UiContentBlock
aCSSClasses
GetCssClasses
SetCssClasses // reset + add, existing callers
AddCSSClasses
Button
$aAdditionalCSSClasses
GetAdditionalCSSClass
AddCSSClasses
Now we have :
UiBlock
aAdditionalCSSClasses
AddCSSClasses
SetCSSClasses
GetAdditionalCSSClass
Note that there were also some methods in PopoverMenuItem :
PopoverMenuItem
SetCssClasses
AddCssClass
GetCssClasses
As they are indirection to methods in the $oPopupMenuItem attribute, I added to them the "MenuItem" prefix :
SetMenuItemCssClasses
AddMenuItemCssClass
GetMenuItemCssClasses
Didn't find any use to change.
2021-01-21 10:49:31 +01:00
Molkobain
cebc51e045
N°3649 - Activity panel: Remove entry form from the activity tab, only case log tabs will have one
2021-01-20 19:01:31 +01:00
Molkobain
16ca856996
N°3532 - Activity panel: Add support for readonly / hidden flags on caselogs
2021-01-20 19:01:31 +01:00
Molkobain
cb955ee84f
Remove unnecessary overloaded constants
2021-01-20 19:01:31 +01:00
Molkobain
6ac1cc4831
N°3567 - PHPDoc and coding conventions fixes
2021-01-20 19:01:30 +01:00
Eric
959cecf891
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (Fix default values and typos)
2021-01-20 15:01:27 +01:00
Molkobain
d54e156ec2
N°3207 - Global search: Keep input open and focus at the end of the query when running a search
2021-01-20 11:04:17 +01:00
Eric
54c5c8c016
Merge remote-tracking branch 'origin/develop' into feature/MVCTwigTags3.0
2021-01-20 10:43:12 +01:00
Molkobain
b4caa97e69
Replace utils::HtmlEntities() with utils::EscapeHtml() in the global search and quick create blocks
2021-01-20 09:57:23 +01:00
Eric
01c4dff035
Add UIBlocks to twig (Changed classes name)
2021-01-19 17:23:09 +01:00
Molkobain
f4b9b0b313
N°3628 - Navigation menu: Add visual hint on toggler when silo applied
2021-01-18 15:41:08 +01:00
Molkobain
d57e368b03
N°3628 - Navigation menu: App. logo URL redirects to the home page by default, but is still customizable through 'app_icon_url'
2021-01-18 15:41:07 +01:00
Eric
648cfd9af4
Add UIBlocks to twig (Generalize IsHidden parameter)
2021-01-18 13:59:29 +01:00
Eric
5fe8ca178e
Add UIBlocks to twig (CollapsibleSection, FieldBadge, Panel)
2021-01-18 13:59:28 +01:00
Eric
63eb0f1530
Add UIBlocks to twig (Spinner)
2021-01-18 13:59:28 +01:00
Eric
21740123f4
Add UIBlocks to twig (generic parser and node)
...
# Conflicts:
# pages/run_query.php
# test/VisualTest/Backoffice/RenderAllUiBlocks.php
2021-01-18 12:09:07 +01:00
Eric
2aae6cd744
Add UIBlocks to twig (Use sub-blocks for alerts and fields)
2021-01-18 12:03:33 +01:00
Eric
d8316a090a
Add UIBlocks to twig (DataTable, Form, Input)
2021-01-18 12:03:32 +01:00
Eric
bffb7b5eab
Add UIBlocks to twig (new blocks)
2021-01-18 12:03:32 +01:00
Eric
77808ecd41
Add UIBlocks to twig (WIP)
2021-01-18 12:03:31 +01:00
Molkobain
04b4749510
N°1957 - Navigation menu: Show (dismissable) hint for the menu filter
2021-01-18 09:28:17 +01:00
Pierre Goiffon
2f10f24317
Rename \Combodo\iTop\Application\UI\Base\Component\Html\HtmlFactory::MakeP to MakeParagraph
2021-01-15 13:50:47 +01:00