Johannes Meyer
4a791e6204
IniRepository: Don't fail if there is no trigger to be found
2016-11-02 13:25:37 +01:00
Johannes Meyer
82c7a51050
IniRepository: Don't require a key column before the onInsert trigger
...
fixes #13005
2016-10-31 08:37:15 +01:00
Johannes Meyer
d207dcbd03
Url: Throw ProgrammingError when trying to use Url::from* on the CLI
...
refs #7051
2016-10-28 11:47:45 +02:00
Johannes Meyer
957ad9361f
IniRepository: Add support for triggers
2016-10-27 15:11:21 +02:00
Johannes Meyer
f644860529
IniRepository: Fix that method update and delete fail without filter
2016-10-27 15:09:00 +02:00
Alexander A. Klimov
5212b6bab9
IniRepository: don't persist the key column as regular column
2016-10-26 10:27:30 +02:00
Alexander A. Klimov
418a428f1e
Merge branch 'feature/allow-to-configure-the-syslog-facility-11214'
...
resolves #11214
2016-10-24 11:58:21 +02:00
Alexander A. Klimov
00af3d61b7
LoggingConfigForm: provide less Syslog facilities
...
refs #11214
2016-10-24 10:43:27 +02:00
Alexander A. Klimov
52e6293b96
Allow to configure the Syslog facility
...
refs #11214
2016-10-21 17:09:22 +02:00
Noah Hilverling
e4324605bc
Merge branch 'bugfix/username-and-password-not-being-passed-in-navigation-item-urls-12133'
...
fixes #12133
2016-10-20 09:30:54 +02:00
Noah Hilverling
1ff3149636
Url: Add basePath to urlString if url is external or has a username
...
refs #12133
2016-10-19 09:41:03 +02:00
Noah Hilverling
2fd1a957a8
Url: Add basePath to baseUrl in method getBaseUrl
...
refs #12133
2016-10-19 09:40:08 +02:00
Noah Hilverling
13827c79e4
Url: Improve documentation of method setHost
...
refs #12133
2016-10-19 09:35:40 +02:00
Alexander A. Klimov
00880710ed
Navigation::fromArray(): pass $name only as string to addItem()
...
fixes #12923
2016-10-18 18:06:51 +02:00
Noah Hilverling
3b6b0b8d4b
Url: Build full urlString instead of path if username is set
...
refs #12133
2016-10-18 16:19:24 +02:00
Noah Hilverling
a952a400ca
Url: Add username and password to method getBaseUrl
...
refs #12133
2016-10-18 16:16:13 +02:00
Noah Hilverling
9fcc39e0ba
Url: Add use of method setBasePath in method setBaseUrl
...
refs #12133
2016-10-18 16:15:14 +02:00
Noah Hilverling
08719b0522
Url: Do not try to set attributes in method fromPath if not needed
...
refs #12133
2016-10-18 16:13:37 +02:00
Noah Hilverling
b4aca4737b
Url: Cut of "/" and spaces at the end of basePath in setBasePath
...
refs #12133
2016-10-18 16:08:34 +02:00
Noah Hilverling
1c55351460
Url: Remove "/" in front of path if the url has a user parameter
...
refs #12133
2016-10-18 16:07:13 +02:00
Noah Hilverling
dda7311226
Url: Improve documentation
...
refs #12133
2016-10-18 16:03:31 +02:00
Noah Hilverling
4e64c02078
Url: Remove attribute baseUrl
...
refs #12133
2016-10-18 16:01:23 +02:00
Alexander A. Klimov
b16c64443b
Merge branch 'bugfix/ini-writer-must-not-persist-section-keys-with-a-null-value-11743'
...
fixes #11743
2016-10-18 14:21:24 +02:00
Noah Hilverling
4dd9c05882
Url: Return basePath in method getBaseUrl if url is internal
...
refs #12133
2016-10-18 12:57:02 +02:00
Noah Hilverling
f6f90822d6
Url: Set basePath correctly in methods fromRequest and fromPath
...
refs #12133
2016-10-18 12:57:02 +02:00
Noah Hilverling
888ac98007
Response: Improve documentation for method getHeader
...
refs #12161
2016-10-18 11:07:24 +02:00
Noah Hilverling
e5c736aab4
Response: Use method getHeader to check if Content-Type is set already
...
refs #12161
2016-10-18 10:13:58 +02:00
Noah Hilverling
f95c789353
Response: Add method getHeader
...
refs #12161
2016-10-18 09:58:33 +02:00
Noah Hilverling
c927c32442
Response: Only set header Content-Type in method prepare if not already set
...
refs #12161
2016-10-17 16:34:07 +02:00
Noah Hilverling
703561f874
JsonResponse: Set content type at initialization and not at sendHeaders
...
refs #12161
2016-10-17 16:33:51 +02:00
Noah Hilverling
c3276d4341
Response: Remove empty line after method getContentType
...
refs #12161
2016-10-17 16:03:33 +02:00
Noah Hilverling
2439460371
Url: Fix incorrect line indentation in method getAbsoluteUrl
...
refs #12133
2016-10-17 10:16:03 +02:00
Noah Hilverling
4df9696ed9
StyleSheet: Modify send method to use setContentType of Response class
...
refs #12161
2016-10-17 08:29:51 +02:00
Noah Hilverling
af5c578adf
Response: Set header Content-Type for every response by default
...
refs #12161
2016-10-14 16:16:13 +02:00
Noah Hilverling
7cf6b860b5
Response: Add contentType attribute
...
refs #12161
2016-10-14 16:12:47 +02:00
Noah Hilverling
9439dfa8f3
Url: Fix path handling for internal urls
...
refs #12133
2016-10-14 15:05:34 +02:00
Noah Hilverling
ef359aa686
Url: Improve documentation
...
refs #12133
2016-10-14 15:04:03 +02:00
Noah Hilverling
3e2f3c8467
Url: Add basePath attribute
...
refs #12133
2016-10-14 15:01:03 +02:00
Jennifer Mourek
0cd2d98f71
StyleSheet: Don't try to load the icinga default theme
...
refs #12660
2016-10-14 13:24:17 +02:00
Jennifer Mourek
8294471253
Revert "LessCompiler: Remove error message when switching to Icinga theme"
...
This reverts commit 2e24833d7c
.
2016-10-14 09:39:24 +02:00
Jennifer Mourek
2e24833d7c
LessCompiler: Remove error message when switching to Icinga theme
...
fixes #12660
2016-10-14 08:06:05 +02:00
Noah Hilverling
f557b89aea
Url: Add support for username and password
...
fixes #12133
2016-10-13 11:01:39 +02:00
Noah Hilverling
c868789472
Url: Add alternative attributes for baseUrl
...
refs #12133
2016-10-13 11:01:10 +02:00
Alexander A. Klimov
9bb798c18b
IniWriter: don't persist a section key if the value is null
...
refs #11743
2016-10-12 11:06:04 +02:00
Alexander A. Klimov
8bc7d47a62
Merge branch 'bugfix/preserve-http-response-code-in-rest-error-responses-12583'
...
fixes #12583
2016-10-11 10:46:20 +02:00
Alexander A. Klimov
bf3cfda209
Response: rename setMetaDataFrom() to copyMetaDataFrom()
...
refs #12583
2016-10-11 10:45:15 +02:00
Eric Lippmann
529ba8ed8a
Use the query's iterator instead fetchAll() on CSV export
...
fixes #12723
2016-10-11 09:53:21 +02:00
Eric Lippmann
c83659eff7
Sometimes you just herp the derp so hard it herpderps
2016-09-29 16:19:41 +02:00
Alexander A. Klimov
4d16656100
Preserve status code and headers in JSON responses
...
refs #12583
2016-09-27 13:26:20 +02:00
Johannes Meyer
7ed3acbbd8
Module: Check a menu item's permission and don't overwrite its label
...
This allows now totally different values for an item's name and label
and fixes the bug that permissions declared in the configuration.php
were not evaluated for menu items.
fixes #11431
2016-09-26 11:01:26 +02:00