Kirill Solomko
4d85d112af
TT#14662 add phonebook tables schema
...
* reseller_phonebook
* contract_phonebook
* subscriber_phonebook
Change-Id: Ica074f05b9706837b94e0f9bd7b4f81e9eaca3b0
8 years ago
Guillem Jover
8a19769ca7
TT#19710 Use strict and warnings everywhere
...
Except when Sipwise::Base is used which implies these.
Change-Id: I8a31cfd4b73513509587f31d81b2e53868972b1b
8 years ago
Guillem Jover
354976a4d6
TT#19710 Add DESCRIPTION section to all modules
...
This has been done with the following perl one-liner:
,---
perl -p -i -E 'if (m/->table\("([^"]*)"\)/) { $table = $1 };\
if (m/^=head1 COMPON/) { print "=head1 DESCRIPTION\n\n\
This module is a schema class for the NGCP database table \"$table\".\n\n" };'
`---
Change-Id: I030d073754f6622f66c8169c1a0cf4187462052e
8 years ago
Guillem Jover
fc4598e8b8
TT#19710 Add AUTHOR and LICENSE POD sections
...
This has been injected with a sed script of the following form:
,--- pod.sed ---
$a\
=head1 AUTHOR\
…\
=head1 LICENSE\
…
`---
Change-Id: I09bee06296199d2b2db7bd1bfbf50dc174ed90f2
8 years ago
Kirill Solomko
2433052dae
TT#5826 add contact.timezone, add timezone views
...
* add voip_subscriber_timezone (view)
* add voip_contract_timezone (view)
* add voip_reseller_timezone (view)
Change-Id: Ib61df3627b7f8f06753beb0652a297c45cd043ad
9 years ago
Irina Peshinskaya
368eb45649
MT#11549 View is too slowly, use other sql variant, so remove view
...
This reverts commit 6e41b8f515 .
Change-Id: I59f9217129e1125adc356547000b7a6b67fe84ae
11 years ago
Irina Peshinskaya
b4e58a7bf1
MT#11549 Use view with alias group_concat to search by aliases
...
Change-Id: I118a013f21697019e8047dc73b992b12b9dc34ac
11 years ago
Andreas Granig
f6487e6dbf
MT#6789 Add relations for email notification.
...
- billing.subscribers can have contacts
- new billing.password_resets for holding reset attempts
12 years ago
Andreas Granig
d8618f7f66
Prepare 2.007 for 3.1 release.
12 years ago
Andreas Granig
e28e105186
MT#4225 Revert the revert, we'll patch later.
...
This reverts commit 2cd76e7b89 .
12 years ago
Andreas Granig
2cd76e7b89
Revert "MT#4225 remove nugatory modules to save memory"
...
This reverts commit 7325ac66cf .
Conflicts:
lib/NGCP/Schema/Result/provisioning_voip_subscribers.pm
12 years ago
Lars Dieckow
7325ac66cf
MT#4225 remove nugatory modules to save memory
...
These are the low hanging fruits: the syntax-bending imports are of little value
for this (mostly) generated code. Also remove dbicdump adminitions and checksums
because since 548f367acf the schema cannot be
merge-dumped anymore.
12 years ago
Andreas Granig
63645dfb29
Bump version to 2.006.
12 years ago
Gerhard Jungwirth
09355217f9
2.005
12 years ago
Lars Dieckow
e69deb1e85
2.004
12 years ago
Lars Dieckow
e972a19fc7
2.003
12 years ago
Lars Dieckow
f564ceee08
2.002
12 years ago
Lars Dieckow
6a0c28d4dc
2.001
12 years ago
Lars Dieckow
5a24e0bd2a
2.000
12 years ago
Andreas Granig
cab6831e40
Add manual voip_subscribers relation.
12 years ago
Lars Dieckow
548f367acf
wip
12 years ago