Commit Graph

61 Commits

Author SHA1 Message Date
sluther
3e8e4152e3 Fixed an issue with adding Australian DIDs to the cart. 2009-09-17 01:28:54 -07:00
sluther
35bb375be3 Added support for Australian numbers. When importing Australian numbers, they should be in the following format: 61xxxxxxxxxx. NPA is first two digits after country code, NXX is next 4 digits, and Station is final 4 digits. 2009-09-17 00:00:23 -07:00
sluther
c8e2903766 Fixed a bug in the module database patcher 2009-08-07 20:46:15 -07:00
sluther
e6a4913d05 Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-06-02 12:08:14 -07:00
neen
4a50dcfd85 * Fixed a bug with sessions 2009-05-26 00:28:38 -07:00
neen
0c3b842153 * Fixed a bug with sessions 2009-05-26 00:28:38 -07:00
neen
1b2d4fc914 Fixed a bug in the voip and module modules. 2009-04-27 19:42:27 -07:00
neen
bdff1d5fbe Fixed a bug in the voip and module modules. 2009-04-27 19:42:27 -07:00
neen
068a5a2971 * Fixed a bug with the Default DID plugin [#20 state:resolved] 2009-04-09 17:46:11 -07:00
neen
03891ebcfa * Fixed a bug with the Default DID plugin [#20 state:resolved] 2009-04-09 17:46:11 -07:00
neen
dad570c0bf Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-04-02 23:37:14 -07:00
neen
00ffb2dc36 Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-04-02 23:37:14 -07:00
Tony Landis
09594457b3 Magrathea DID plugins for AgileVoice 2009-04-03 00:18:32 -06:00
Tony Landis
a4d79469cd Magrathea DID plugins for AgileVoice 2009-04-03 00:18:32 -06:00
Tony Landis
87a8e0f92d Out with split(), in with explode() 2009-03-27 23:20:19 -06:00
Tony Landis
da32369c07 Out with split(), in with explode() 2009-03-27 23:20:19 -06:00
Tony Landis
ff9e25abcf Some dates needed updating 2009-03-27 22:59:40 -06:00
Tony Landis
019a526aab Some dates needed updating 2009-03-27 22:59:40 -06:00
Tony Landis
30b5c20023 Encryption of credit card details bypassed if license key not entered. 2009-03-27 22:59:03 -06:00
Tony Landis
06b442cdc0 Encryption of credit card details bypassed if license key not entered. 2009-03-27 22:59:03 -06:00
Scott Luther
906a64b092 Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-03-26 15:01:02 -07:00
Scott Luther
84b2ea32d5 Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-03-26 15:01:02 -07:00
Scott Luther
062c11729b Fixed a bug with the menu not working for non-recurring products 2009-03-26 03:21:16 -07:00
Tony Landis
61fc6b8dd2 Bugfix [#9] 2009-03-25 22:30:37 -06:00
Tony Landis
944d0e2acd Bugfix [#9] 2009-03-25 22:30:37 -06:00
Tony Landis
76a81f02fd More deprecated php methods 2009-03-25 22:30:13 -06:00
Tony Landis
3b81e69651 More deprecated php methods 2009-03-25 22:30:13 -06:00
Tony Landis
1225cb10c0 deprecated php methods 2009-03-25 22:10:40 -06:00
Tony Landis
c2dfaaf4e0 deprecated php methods 2009-03-25 22:10:40 -06:00
Scott Luther
d1547673dc * Updated copyright 2009-03-10 15:50:01 -07:00
Scott Luther
9b1628149c * Updated auth.inc.php 2009-03-10 15:49:42 -07:00
Scott Luther
7bda76a3e4 Merge commit 'anubis/master' 2009-02-20 02:25:39 -08:00
Scott Luther
305afae121 Committing test changes 2009-02-19 23:15:35 -08:00
anubis
06d6198535 Change SQL to use "AND" rather than "&&" (equivalent in MySQL). 2009-01-15 21:32:20 -05:00
anubis
5c6292a4b5 Any user had open-ended access to the administration panel due to usage of wrong variable when validating access (was using $this->auth_groups instead of $this->group which contains user group access in CORE_auth::auth_update). Also added a redundant check if a user has no group access then no module access will be granted. 2009-01-07 22:22:27 -05:00
anubis
2e4fa74af1 Changed to only using _POST and _GET superglobals in CORE_vars. 2009-01-04 21:24:53 -05:00
anubis
36aaa16e4c Remove aptree menu, not used. 2009-01-04 21:21:21 -05:00
anubis
fae6352bf2 Update to PEAR 1.7.2, Image_Canvas 0.3.1, Image_Color 1.0.3, Image_Graph 0.7.2, XML_Parser 1.3.1.
Removed PHP_Compat, and references to it.
Removed ionCube/Zend/mmCache compatibility checks in test.php script.
Changed minimum PHP requirement to 5.0 in test.php script.
2009-01-04 19:22:54 -05:00
anubis
60b674c776 Update to Smarty 2.6.22 2009-01-04 17:34:22 -05:00
anubis
eedd737a97 Fix SQL error when advance_days is set to 0. 2009-01-02 22:26:41 -05:00
anubis
3c9570ffe9 Add Plesk 8 provisioning plugin, uses domain templates and 1.4.2.0 protocol. 2009-01-02 21:18:11 -05:00
abacab
5c0ed5db40 Updated TinyMCE to 3.2.1.1 2009-01-01 11:44:00 -05:00
abacab
a7a76e9aee Fix cosmetic issue with invoice view template. 2009-01-01 10:42:52 -05:00
abacab
014f855c1e Moved ResultSet->Close inside if, to avoid possible undefined property errors. 2008-12-30 21:40:19 -05:00
abacab
2c89a97894 voip_prepaid::lowBalance fix, take 3. 2008-12-30 10:31:18 -05:00
abacab
b33a038019 voip_prepaid::lowBalance fix, take 2. 2008-12-30 07:39:04 -05:00
abacab
d295494489 If lowBalance is not set, then do not run the void_prepaid:task function. 2008-12-29 21:45:00 -05:00
abacab
2aef892944 Fix notice caused by voip_prepaid:task when tables are not installed. 2008-12-29 20:43:41 -05:00
abacab
a38c7a100e Added FAQs to client menu. 2008-12-29 13:42:28 -05:00
abacab
c54d20d323 Added automatic currency conversion update. 2008-12-29 13:00:08 -05:00