Gerhard Jungwirth
6583c96b51
MT#4287 Remove datatables state on menu items
...
That is, when changing the main pages (controller more or
less) like from /reseller to /contact, remove previous
stored state.
12 years ago
Gerhard Jungwirth
cd0fa24e7d
MT#4287 Use Statesave Feature
...
This saves every configuration for datatables locally
And clear every localStorage setting on login/logout
12 years ago
Gerhard Jungwirth
f6e2bbadad
MT#4287 preserve display setting rows
...
in the local browser storage
the number of rows in a datatables element is saved
this is individually different for each page
12 years ago
Lars Dieckow
fbb03e359a
avoid db fetch for authenticated request
12 years ago
Andreas Granig
a3bbaa9814
Bump debian version to 1.1.2 for 3.1 release.
12 years ago
Victor Seva
193ab534c8
MT#4895 fix last commit
12 years ago
Victor Seva
b8eaea0065
MT#4895 fix last commit
12 years ago
Victor Seva
51a27c8ea2
MT#4895 fix last commit
12 years ago
Victor Seva
440d32a3fe
MT#4895 drop root privileages
12 years ago
Gerhard Jungwirth
93ab17cc97
MT#4871 Cleanup basic controller tests
...
The tests t/controller_NAME.t are automatically generated by the
catalyst.pl script. They were not complete and individually dont have much
function, so lets group them together in one file.
12 years ago
Gerhard Jungwirth
1e46a7fe9f
MT#4877 Fix button color on click
12 years ago
Gerhard Jungwirth
63558733f3
MT#4877: fix button focus style
12 years ago
Andrew Pogrebennyk
679e364cd0
Update changelog for 1.1.1
12 years ago
Andrew Pogrebennyk
507397d8ed
Start changelog for 1.1.1.
12 years ago
Andrew Pogrebennyk
76bf4a12c3
MT#4863 Grant access to Customer Settings for administrative subscribers.
12 years ago
Andreas Granig
7c0b691a53
MT#4017 Fix subscriber->device mapping in config.
...
When fetching the field device config, only select the correct
subscribers for the line ranges which actually belong to the
field device.
12 years ago
Gerhard Jungwirth
10cd46219c
MT#4369 Disable Timestamp search on Callflows
...
this created "min(timestamp) LIKE %search%" which is not valid SQL
12 years ago
Gerhard Jungwirth
afd85b45d0
MT#4771 option to call ./Build test_selenium
...
which only runs selenium tests
12 years ago
Andreas Granig
10ddf43147
MT#4787 Send browser to PBX device when syncing
12 years ago
Andreas Granig
4848178978
MT#4017 Use shared line creds for SLA line.
12 years ago
Andreas Granig
2ee40a3a6c
MT#3917 Show datetime in local timezone for DT.
12 years ago
Andreas Granig
35e8637ab8
Bump version to 1.1.0 for 3.1 release.
12 years ago
Andrew Pogrebennyk
fdce440bc5
Update changelog for 1.0.21.
12 years ago
Andrew Pogrebennyk
ac80ecb349
Start changelog for 1.0.21.
12 years ago
Andreas Granig
b261f5f582
MT#4685 Set subscription expiry to 300s.
12 years ago
Andreas Granig
57bc4218e7
MT#4685 Export latest firmware version for model.
...
This can be used in config scripts to check whether to do an upgrade.
12 years ago
Gerhard Jungwirth
39698f4ce7
MT#3435 quickfixes for tests
...
* mysql user sipwise@localhost
* selenium wait timeout 10 seconds
* dont use title (because it does not wait for the page to be loaded)
12 years ago
Gerhard Jungwirth
9353d44d32
MT#3435 skip problematic tests
...
A problem with the selenium installation on our jenkins seems
to be, that sometimes a page is loaded twice, which for example
deletes an item twice, which results in an error message in the
panel. For now, lets mark the tests which fail on that reason optional.
12 years ago
Gerhard Jungwirth
003571f522
MT#3435 separate stdout/stderr of panel debug
...
because, they are merged incorrectly
12 years ago
Gerhard Jungwirth
8d1bc950c6
MT#3435 fix tests
...
all selenium tests are working locally with selenium 2.31.0 and
phantomjs 1.9.1 and an empty db-schema dump
particular fixes:
- skip some tests, when no domain is yet created
- select_if_unselected to prevent unselecting preselected checkboxes
- increase some waiting times to fix races with ajax calls
12 years ago
Gerhard Jungwirth
938798943c
MT#4667 validate contact on contract create
...
On one hand, dont allow (peering,reseller)-contracts to
be created with a wrong contact (which has a reseller id).
On the other hand, dont preselect wrong contacts in the first
place (from created_objects)
12 years ago
Andreas Granig
096b5ebfc9
MT#4685 Try to fetch next device firmware
...
That way we sequentially upgrade the firmware from one to another,
because some firmware versions don't allow to be upgraded to the
latest one.
12 years ago
Andreas Granig
d69d7bb8fb
MT#4685 Don't tie firmware to profile.
...
That way, you can upload multiple firmwares, and ngcp-panel
will serve the next or latest one, depending on the currently
running one.
12 years ago
Andrew Pogrebennyk
ddfa9cf529
Start changelog for 1.0.20 backport to 3.0.
12 years ago
Gerhard Jungwirth
f16c1cfb5e
MT#4129 fix operator precedence
...
Check for diverging resellers when creating a customer
fails because == is evaluated before //
12 years ago
Gerhard Jungwirth
77698535e6
MT#4129 prohibit customer with diverging resellers
...
that is, a customer where billing_profile has one
reseller and contact has a different one
12 years ago
Gerhard Jungwirth
fa3c979fda
MT#4659 preserve product, when not set by form
12 years ago
Andreas Granig
28f2559279
MT#4657 Bump version to 1.0.19
12 years ago
Andreas Granig
58b496065e
MT#4657 Make ac an empty string if undef.
12 years ago
Andreas Granig
96edceda6d
MT#4655 Show reseller name in device mgm.
12 years ago
Lars Dieckow
e215422b89
MT#4609 extend checks when editing the own admin user to prevent locking oneself out
12 years ago
Andreas Granig
c8ff9af714
MT#4607 Bump version to 1.0.18 for 3.0 backport.
12 years ago
Andreas Granig
8ad33c7f35
MT#4607 Replace UNION by simple OR
...
MySQL 5.5 handles OR properly in terms of indices, no need for a UNION,
which is completely broken with DBIx::Class anyways, killing the performance.
12 years ago
Andreas Granig
9df13fa8b0
MT#4601 Bump version to 1.0.17 for 3.0 backport.
12 years ago
Andreas Granig
a2b8faa42f
MT#3977 Remove stray outbound proxy setting.
12 years ago
Andreas Granig
10a9215abf
MT#3977 Fix xml syntax error in closing tag.
12 years ago
Andreas Granig
d022bb5896
MT#3977 Also set flag to use outbound proxy.
12 years ago
Andreas Granig
ef33e73a7e
MT#3977 Set oubound proxy for priv/shared lines
...
This is needed for BLF call interceptions, and also for SLA.
12 years ago
Andreas Granig
0feebeb8a5
MT#4533 Don't transcode MOH files for PBX.
12 years ago
Andreas Granig
a6f3117595
MT#3977 Set proper config.url parameter.
12 years ago