Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(mon): bugs in event/system logs #6383

Closed
wants to merge 61 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
380675f
fix(db): Some PHP warnings in strict mode
vhr Apr 30, 2018
21df1af
fix(auth): Declaration of method not compatible with parent
vhr Apr 30, 2018
6b9c7d9
fix(session): Call non-static method
vhr Apr 30, 2018
060ba5d
Add quickform package to composer
v-radev-stanga May 2, 2018
14dbee1
fix docblocks
vhr May 2, 2018
c93f574
fix namespace of Exception class
vhr May 2, 2018
6952636
fix call to undeclared function \Exception()
vhr May 2, 2018
9a4a3c8
refactor(base): move smarty to composer managed module
May 2, 2018
75bd556
refactor(base): add changed files not inserted in previous commit
May 2, 2018
51dd6b8
refactor(global): delete quickform library files
v-radev-stanga May 2, 2018
a64e083
refactor(global): remove local quickform loading
v-radev-stanga May 2, 2018
0d18eb6
refactor(global): fix quickform loading on Monitoring and Configuration
v-radev May 3, 2018
2cc4ba9
refactor(global): fix quickform loading on Administration
v-radev May 3, 2018
51644ec
refactor(base): replace deprecated Archive_Zip class
vhr May 3, 2018
dd7444c
refactor(base): cleanup the code
vhr May 3, 2018
80c39e4
refactor(base): replace Archive_Tar with PharData
vhr May 4, 2018
ccf9be0
refactor(global): return previous quickform class
v-radev May 4, 2018
3b026c1
refactor(global): extend quickform from composer
v-radev May 4, 2018
2f9409a
refactor(base): update php warnings
May 4, 2018
550784c
refactor(global): cleanum cutom quickform class
v-radev May 4, 2018
4d62fcf
refactor(core): validate views post smarty update
May 4, 2018
903a6a7
Cp7 m15 fix php warnings (#6270)
vhr May 4, 2018
fe697d0
refactor(base): Changes to PR 6271
May 8, 2018
a7d6ed5
refactor(base): More Changes to PR 6271
May 8, 2018
614a5c8
refactor(global): use custom quickform class (#6273)
v-radev May 9, 2018
355ac92
Cp7 m7 fix code errors and warnings (#6275)
victorvassilev May 11, 2018
508dee6
fix(config): fix variable name (#6276)
victorvassilev May 11, 2018
0548848
fix(global): load radio buttons default value (#6280)
v-radev May 15, 2018
0517a46
Cp7 m24 migrate the installer and update (#6281)
victorvassilev May 15, 2018
21e4385
Cp7 m7 fix code errors and warnings (#6282)
v-radev May 16, 2018
be5c498
refactor(base): add dependency of pear-core and require newer version…
vhr May 16, 2018
ba492fc
Cp7 m27 widgets related fixes (#6293)
v-radev May 22, 2018
ffbe1bd
refactor(quickformCustom): Change error type of addRule (#6301)
victorvassilev May 25, 2018
64f1026
refactor(quickFormCustom): change error type of applyfilter (#6302)
victorvassilev May 25, 2018
b3b3641
fix(global): deprecated function, PHP notices (#6312)
vhr May 28, 2018
0448e94
fix(quickform): add previously deleted elements (#6311)
v-radev May 29, 2018
926d3bb
Cp7 m510 centreon awie (fixes) (#6313)
vhr May 29, 2018
bbd06ac
fix(global): clean up several PHP warnings (#6314)
vhr May 29, 2018
5fb3bb4
Change quickform custom addrule returns (#6332)
victorvassilev May 31, 2018
30fc02c
chore(build): update Jenkinsfile.
May 31, 2018
dd9ec86
fix(build): use /usr/bin/env in shebang instead of direct php path.
Jun 1, 2018
68cace0
enh(pdo): use fetch method instead of fetchrow
kduret Jun 5, 2018
362d552
test(acceptance): improve logs of dst downtime acceptance tests
kduret Jun 5, 2018
09a3589
Cp7 m58 fix service templates pagination (#6349)
v-radev Jun 6, 2018
b5a0406
Cp7 m61 fix search parameters pagination (#6348)
victorvassilev Jun 6, 2018
7a4d67d
fix(host): update pagination (#6353)
victorvassilev Jun 7, 2018
7031967
fix(monitoring): remove double encoding of host name (#6354)
v-radev Jun 7, 2018
adf8991
fix(api): API and CLAPI testing (#6360)
vhr Jun 8, 2018
e769a8f
fix(knowledgebase): fix compatibility with MW1.30 (#6361)
victorvassilev Jun 8, 2018
3c0a8bf
chore(build): do not trigger Poller Display build in Jenkinsfile.
Jun 12, 2018
0e83e3a
Cp7 m53 ongoing fixes (#6365)
vhr Jun 12, 2018
3768925
Cp7 m53 ongoing fixes (#6369)
vhr Jun 14, 2018
4ee3960
fix(sql): cast limit and num parameters to avoid error in sql prepare…
kduret Jun 15, 2018
cc66405
Php7 migration clapi (#6368)
loiclau Jun 15, 2018
9521b0c
Cp7 m 69 fix ldap groups (#6370)
victorvassilev Jun 15, 2018
19fc3be
fix(api) fix add return
loiclau Jun 18, 2018
d0fcf56
fix(clapi) contact group api, reload ACl
loiclau Jun 19, 2018
e7dfa65
fix(clapi) fix severity
loiclau Jun 20, 2018
d7e3e2a
fix(db): insert meta service with single quotes (#6381)
vhr Jun 20, 2018
0bd0510
fix(api): timeperiod API response without HTML encoding (#6380)
vhr Jun 20, 2018
b588671
fix(mon): bugs in event/system logs
vhr Jun 20, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
nbproject/
/vendor/
composer.lock
GPL_LIB/SmartyCache/*
www/install/tmp/*
!www/img/media/.keep
www/img/media/*
!www/install/tmp/.gitkeep
www/install/install.conf.php
7 changes: 0 additions & 7 deletions GPL_LIB/Smarty/BUGS

This file was deleted.

458 changes: 0 additions & 458 deletions GPL_LIB/Smarty/COPYING.lib

This file was deleted.

8,667 changes: 0 additions & 8,667 deletions GPL_LIB/Smarty/ChangeLog

This file was deleted.

284 changes: 0 additions & 284 deletions GPL_LIB/Smarty/FAQ

This file was deleted.

29 changes: 0 additions & 29 deletions GPL_LIB/Smarty/INSTALL

This file was deleted.

Loading