# # ChangeLog for / # # Generated by Trac 0.10.5 # 05/24/13 19:02:26 # 09/02/08 19:41:54 p_lindheimer [6539] * freepbx/trunk (modified) * freepbx/trunk/CHANGES (modified) * freepbx/trunk/amp_conf/bin/module_admin (modified) * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) * freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) * freepbx/trunk/amp_conf/htdocs/recordings/includes/bootstrap.php (modified) * freepbx/trunk/amp_conf/htdocs/recordings/includes/main.conf.php (modified) * freepbx/trunk/amportal.conf (modified) Merged revisions 6492-6538 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5 ........ r6504 | p_lindheimer | 2008-08-29 11:13:55 -0700 (Fri, 29 Aug 2008) | 1 line don't define WEBROOT if AMPWEBADDRESS is not defined, it breaks the graphing libraries (which seem to otherwise function fine without it defined) ........ r6505 | p_lindheimer | 2008-08-29 14:55:13 -0700 (Fri, 29 Aug 2008) | 1 line make max files for call monitor configurable within main.conf.php, default remains the same ........ r6506 | p_lindheimer | 2008-08-29 15:16:05 -0700 (Fri, 29 Aug 2008) | 1 line return the raw Asterisk version info obtained from checking the version info re #2750 and re #3128 ........ r6513 | p_lindheimer | 2008-08-30 20:53:16 -0700 (Sat, 30 Aug 2008) | 1 line re #3124 put url in auto-generated warnings to reference further help, still need to update all the fixed files with similar warnings but they should consider including some custom instructions such as sip.conf can suggest what sort of sip settings go in which includes files, etc. ........ r6515 | p_lindheimer | 2008-08-31 07:35:02 -0700 (Sun, 31 Aug 2008) | 1 line re #3134 makes ajax refresh rates for dashboard configurable ........ r6519 | p_lindheimer | 2008-08-31 15:40:00 -0700 (Sun, 31 Aug 2008) | 1 line re #3131 add Mixmonitor and Stopmonitor to extension class ........ r6525 | p_lindheimer | 2008-08-31 16:36:33 -0700 (Sun, 31 Aug 2008) | 49 lines closes #3137 db_connect.php: - removed all checks for notification panel when in quietmode since it's usually used for ajax calls and other light weight calls that can do without the overhead. config.php: - added restrictmods parameter, populated with '/' separted module names. If passed, only these modules will have their functions.inc.php files included. Used for light weight ajax and similar calls, to avoid the overhead if we know we don't need those. - removed all checks for notification panel when in quietmode. Removed the inclusion of hooks when in quietmode. functions.inc.php: - added modulelist class, used to cache the module xml structure which is now serialized and saved to the db to avoid the heavy xml processing overhead of reading all the module.xml files. (should probably move most of module_getinfo() into the class but for starters just did minimal changes to avoid introducing bugs since this is pretty sensitive). - fixed several instances of using " instead of ' in sql satements which breaks sqlite3 queries often. - replaced all instances of addslashes() with $db->escapeSimple() since sqlite3 is not compatible with addslashes() and this makes it db independent through pear. - added third argument to module_getinfo() defaulting in false. Setting to true forces a read of all the module.xml files. Module Admin and module_admin should always set this to true. header.php - removed all checks for notification panel when in quietmode page.modules.php - added third true paramter to module_getinfo ........ r6526 | p_lindheimer | 2008-08-31 17:16:27 -0700 (Sun, 31 Aug 2008) | 49 lines closes #3137 module_admin - added third true paramter to module_getinfo ........ 09/02/08 16:00:44 p_lindheimer [6538] * modules/branches/2.5/core/etc/extensions.conf (modified) fixes #3146 return to ivr when call screening enabled 09/02/08 15:19:57 mickecarlsson [6537] * freepbx/trunk/amp_conf/htdocs/admin/views/welcome.php (modified) Changed from freePBX to FreePBX in some text strings 09/02/08 11:34:45 p_lindheimer [6536] * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/page.did.php (modified) closes #3144 allow Anonymous in CID 09/01/08 18:48:46 p_lindheimer [6535] * modules/branches/2.5/ivr/install.php (modified) * modules/branches/2.5/ivr/page.ivr.php (modified) move ivr_init() into install.php so it is not called every time in page.ivr.php, this init script needs to be reviewed in the future, looks like archaic stuff in there 09/01/08 18:43:37 ethans [6534] * modules/branches/2.5/core/functions.inc.php (modified) I think I got all the instances of LIKE _'s that need to be escaped properly in sqlite3 Fixes #3129 09/01/08 18:38:42 p_lindheimer [6533] * modules/branches/2.5/core/functions.inc.php (modified) remove some old code that should no longer be in wrt to trunks 09/01/08 18:38:40 ethans [6532] * modules/branches/2.5/ivr/functions.inc.php (modified) Changes for sqlite3 syntax for LIKE _% queries and escaping _ properly. 09/01/08 16:01:22 ethans [6531] * modules/branches/2.5/core/functions.inc.php (modified) Fixes #3129. Tested on sqlite3, syntax ok. 09/01/08 14:30:58 mickecarlsson [6530] * freepbx/trunk/freepbx.pot (modified) New version of language template due to new text strings added 09/01/08 11:32:43 p_lindheimer [6529] * modules/branches/2.5/core/module.xml (modified) * modules/release/2.5/core-2.5.0rc2.4.tgz (added) Module Publish Script: core 2.5.0rc2.4 09/01/08 11:30:52 p_lindheimer [6528] * modules/branches/2.5/core/agi-bin/dialparties.agi (modified) * modules/branches/2.5/core/module.xml (modified) fixes #3140 typo in change from strpos to substr 08/31/08 20:20:32 p_lindheimer [6527] * modules/branches/2.5/announcement/functions.inc.php (modified) * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/install.php (modified) * modules/branches/2.5/daynight/functions.inc.php (modified) * modules/branches/2.5/disa/functions.inc.php (modified) * modules/branches/2.5/languages/functions.inc.php (modified) * modules/branches/2.5/miscapps/functions.inc.php (modified) * modules/branches/2.5/paging/functions.inc.php (modified) * modules/branches/2.5/queueprio/functions.inc.php (modified) * modules/branches/2.5/queues/functions.inc.php (modified) * modules/branches/2.5/recordings/functions.inc.php (modified) * modules/branches/2.5/timeconditions/functions.inc.php (modified) * modules/branches/2.5/vmblast/functions.inc.php (modified) closes #3138 replace addslashes with Pear's escapeSimple 08/31/08 20:16:27 p_lindheimer [6526] * freepbx/branches/2.5/amp_conf/bin/module_admin (modified) closes #3137 db_connect.php: - removed all checks for notification panel when in quietmode since it's usually used for ajax calls and other light weight calls that can do without the overhead. config.php: - added restrictmods parameter, populated with '/' separted module names. If passed, only these modules will have their functions.inc.php files included. Used for light weight ajax and similar calls, to avoid the overhead if we know we don't need those. - removed all checks for notification panel when in quietmode. Removed the inclusion of hooks when in quietmode. functions.inc.php: - added modulelist class, used to cache the module xml structure which is now serialized and saved to the db to avoid the heavy xml processing overhead of reading all the module.xml files. (should probably move most of module_getinfo() into the class but for starters just did minimal changes to avoid introducing bugs since this is pretty sensitive). - fixed several instances of using " instead of ' in sql satements which breaks sqlite3 queries often. - replaced all instances of addslashes() with $db->escapeSimple() since sqlite3 is not compatible with addslashes() and this makes it db independent through pear. - added third argument to module_getinfo() defaulting in false. Setting to true forces a read of all the module.xml files. Module Admin and module_admin should always set this to true. header.php - removed all checks for notification panel when in quietmode page.modules.php - added third true paramter to module_getinfo module_admin - added third true paramter to module_getinfo 08/31/08 19:36:33 p_lindheimer [6525] * freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/config.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/header.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php (modified) closes #3137 db_connect.php: - removed all checks for notification panel when in quietmode since it's usually used for ajax calls and other light weight calls that can do without the overhead. config.php: - added restrictmods parameter, populated with '/' separted module names. If passed, only these modules will have their functions.inc.php files included. Used for light weight ajax and similar calls, to avoid the overhead if we know we don't need those. - removed all checks for notification panel when in quietmode. Removed the inclusion of hooks when in quietmode. functions.inc.php: - added modulelist class, used to cache the module xml structure which is now serialized and saved to the db to avoid the heavy xml processing overhead of reading all the module.xml files. (should probably move most of module_getinfo() into the class but for starters just did minimal changes to avoid introducing bugs since this is pretty sensitive). - fixed several instances of using " instead of ' in sql satements which breaks sqlite3 queries often. - replaced all instances of addslashes() with $db->escapeSimple() since sqlite3 is not compatible with addslashes() and this makes it db independent through pear. - added third argument to module_getinfo() defaulting in false. Setting to true forces a read of all the module.xml files. Module Admin and module_admin should always set this to true. header.php - removed all checks for notification panel when in quietmode page.modules.php - added third true paramter to module_getinfo module_admin - added third true paramter to module_getinfo 08/31/08 19:03:29 p_lindheimer [6524] * modules/branches/2.5/dashboard/module.xml (modified) * modules/release/2.5/dashboard-2.5.0.tgz (added) Module Publish Script: dashboard 2.5.0 08/31/08 19:03:03 p_lindheimer [6523] * modules/branches/2.5/dashboard/module.xml (modified) * modules/branches/2.5/dashboard/page.index.php (modified) added new paramter restrictmods which will direct config.php to minimize the module functions.inc.php that get included used for quietmode light weight calls like ajax calls 08/31/08 18:58:07 p_lindheimer [6522] * modules/branches/2.5/core/module.xml (modified) * modules/release/2.5/core-2.5.0rc2.3.tgz (added) Module Publish Script: core 2.5.0rc2.3 08/31/08 18:52:25 p_lindheimer [6521] * modules/branches/2.5/core/agi-bin/dialparties.agi (modified) * modules/branches/2.5/core/agi-bin/recordingcheck (modified) * modules/branches/2.5/core/etc/extensions.conf (modified) * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/install.php (modified) * modules/branches/2.5/core/module.xml (modified) * modules/branches/2.5/core/page.general.php (modified) * modules/branches/2.5/core/page.routing.php (modified) - closes #3131 requires r6519 - trimmed module.xml changelog - added global variable RECORDING_STATE, used as master override to disabled all extension's recording settings. - Added GUI setting in page.settings.php for RECORDING_STATE and redid most of the formatting for the whole page - moved macro-record-enable to auto-generation and created stub macro if RECORDING_STATE is disabled - changed agi recordingcheck to return to 'record' instead of 999 but kept the priority 999 to avoid bugs for people who have broken systems and don't update their agi script - tweaked a couple parts of dialparties.agi to remove a loop and and some other minor changes. - requires the additions to extentions.class.php r6519 08/31/08 18:48:33 p_lindheimer [6520] * modules/branches/2.5/framework/module.xml (modified) * modules/release/2.5/framework-2.5.0rc2.3.tgz (added) Module Publish Script: framework 2.5.0rc2.3 08/31/08 18:40:00 p_lindheimer [6519] * freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php (modified) re #3131 add Mixmonitor and Stopmonitor to extension class 08/31/08 17:48:06 p_lindheimer [6518] * modules/branches/2.5/announcement/module.xml (modified) * modules/branches/2.5/backup/module.xml (modified) * modules/branches/2.5/findmefollow/module.xml (modified) * modules/branches/2.5/framework/module.xml (modified) * modules/branches/2.5/ivr/module.xml (modified) * modules/branches/2.5/paging/module.xml (modified) * modules/branches/2.5/phonebook/module.xml (modified) * modules/branches/2.5/queues/module.xml (modified) * modules/branches/2.5/recordings/module.xml (modified) * modules/branches/2.5/ringgroups/module.xml (modified) * modules/branches/2.5/voicemail/module.xml (modified) triming some of the moudle.xml changelogs 08/31/08 16:33:28 p_lindheimer [6517] * modules/branches/2.5/printextensions/page.printextensions.php (modified) right justify the right Extension column 08/31/08 16:22:21 p_lindheimer [6516] * modules/branches/2.5/conferences/page.conferences.php (modified) fixes #3135 remove extract() call and always initialize the variables 08/31/08 10:35:02 p_lindheimer [6515] * freepbx/branches/2.5/CHANGES (modified) * freepbx/branches/2.5/amportal.conf (modified) re #3134 makes ajax refresh rates for dashboard configurable 08/31/08 10:34:43 p_lindheimer [6514] * modules/branches/2.5/dashboard/page.index.php (modified) closes #3134 makes ajax refresh rates for dashboard configurable 08/30/08 23:53:16 p_lindheimer [6513] * freepbx/branches/2.5/amp_conf/bin/retrieve_conf (modified) re #3124 put url in auto-generated warnings to reference further help, still need to update all the fixed files with similar warnings but they should consider including some custom instructions such as sip.conf can suggest what sort of sip settings go in which includes files, etc. 08/30/08 10:37:09 sasargen [6512] * freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module (modified) remove extra curly brace from voicemail.module that was causing an error 08/30/08 10:14:47 sasargen [6511] * freepbx/trunk/amp_conf/htdocs/recordings/misc/play_page.php (added) * freepbx/trunk/amp_conf/htdocs/recordings/misc/popup.css (deleted) * freepbx/trunk/amp_conf/htdocs/recordings/misc/recording_popup.php (deleted) * freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module (modified) * freepbx/trunk/amp_conf/htdocs/recordings/theme/images/drive_go.png (added) * freepbx/trunk/amp_conf/htdocs/recordings/theme/images/sound.png (added) ARI: merge inline play and download features into trunk 08/30/08 09:25:19 sasargen [6510] * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/misc/play_page.php (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/misc/popup.css (deleted) ARI: remove popup.css (for real this time) 08/30/08 09:23:13 sasargen [6509] * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module (modified) ARI: cleanup unused variables and remove popup.css 08/30/08 03:04:49 p_lindheimer [6508] * modules/branches/2.5/core/functions.inc.php (modified) closes #3130 create global variables for each trunk that has dialrules, and only call fixlocalprefix for thos trunks that have rules, to avoid overhead if not needed 08/29/08 18:20:46 p_lindheimer [6507] * modules/branches/2.5/core/functions.inc.php (modified) closes #2750 and re #3128 requires r6506 to be included in next framework 08/29/08 18:16:05 p_lindheimer [6506] * freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php (modified) return the raw Asterisk version info obtained from checking the version info re #2750 and re #3128 08/29/08 17:55:13 p_lindheimer [6505] * freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/bootstrap.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php (modified) make max files for call monitor configurable within main.conf.php, default remains the same 08/29/08 14:13:55 p_lindheimer [6504] * freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/lib/defines.php (modified) don't define WEBROOT if AMPWEBADDRESS is not defined, it breaks the graphing libraries (which seem to otherwise function fine without it defined) 08/29/08 14:00:34 mickecarlsson [6503] * freepbx/trunk/amp_conf/htdocs/recordings/locale/locale.txt (modified) * freepbx/trunk/amp_conf/htdocs/recordings/locale/readme.txt (modified) Cleaned up the readme and locale, added zh_TW in scrip 08/28/08 14:36:24 mickecarlsson [6502] * freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW (deleted) * freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW (added) * freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES (added) * freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.mo (added) * freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.po (added) Fixes #2609, moving files to correct location 08/28/08 02:15:11 p_lindheimer [6501] * modules/branches/2.5/fw_ari/module.xml (modified) * modules/release/2.5/fw_ari-2.5.0.1.tgz (added) Module Publish Script: fw_ari 2.5.0.1 08/28/08 02:14:45 p_lindheimer [6500] * modules/branches/2.5/fw_ari/install.php (modified) * modules/branches/2.5/fw_ari/module.xml (modified) remove inclusion of libfreepbx.install.php in install script resulting in warnings 08/28/08 02:02:07 p_lindheimer [6499] * modules/branches/2.5/core/module.xml (modified) * modules/release/2.5/core-2.5.0rc2.1.tgz (added) Module Publish Script: core 2.5.0rc2.1 08/28/08 01:57:27 p_lindheimer [6498] * modules/branches/2.5/fw_arisvn.pl (copied) * modules/branches/2.5/fw_fopsvn.pl (copied) * modules/branches/2.5/publish.pl (modified) tweak publish script and add fw_arisvn.pl and fw_fopsvn.pl 08/28/08 01:51:49 p_lindheimer [6497] * modules/branches/2.5/fw_ari/module.xml (modified) * modules/release/2.5/fw_ari-2.5.0.tgz (modified) Module Publish Script: fw_ari 2.5.0 08/28/08 01:49:57 p_lindheimer [6496] * modules/branches/2.5/fw_ari/module.xml (modified) * modules/release/2.5/fw_ari-2.5.0.tgz (added) Module Publish Script: fw_ari 2.5.0 08/28/08 01:49:11 p_lindheimer [6495] * modules/branches/2.5/fw_fop/module.xml (modified) * modules/release/2.5/fw_fop-2.5.0.tgz (added) Module Publish Script: fw_fop 2.5.0 08/28/08 01:48:32 p_lindheimer [6494] * modules/branches/2.5/framework/module.xml (modified) * modules/release/2.5/framework-2.5.0rc2.2.tgz (added) Module Publish Script: framework 2.5.0rc2.2 08/28/08 01:46:47 p_lindheimer [6493] * modules/branches/2.5/framework/install.php (modified) * modules/branches/2.5/framework/module.xml (modified) * modules/branches/2.5/frameworksvn.pl (modified) * modules/branches/2.5/fw_ari (added) * modules/branches/2.5/fw_ari/install.php (added) * modules/branches/2.5/fw_ari/module.xml (added) * modules/branches/2.5/fw_fop (copied) * modules/branches/2.5/fw_fop/install.php (modified) * modules/branches/2.5/fw_fop/module.xml (modified) * modules/branches/2.5/publish.pl (modified) closes #3119 changes to build scripts and fw_fop and fw_ari split out 08/28/08 01:37:13 p_lindheimer [6492] * freepbx/trunk (modified) * freepbx/trunk/CHANGES (modified) * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) * freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php (modified) * freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module (modified) * freepbx/trunk/upgrades/2.5.0rc2.md5 (copied) Merged revisions 6458-6459,6461-6490 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5 ........ r6462 | p_lindheimer | 2008-08-24 20:37:24 -0700 (Sun, 24 Aug 2008) | 1 line Creating release 2.5.0rc2 ........ r6474 | p_lindheimer | 2008-08-25 12:06:13 -0700 (Mon, 25 Aug 2008) | 1 line fixes #3104 - looks like some of the code paths do extra urlencodes/decodes - this looks like it does it ........ r6477 | p_lindheimer | 2008-08-25 15:26:43 -0700 (Mon, 25 Aug 2008) | 1 line fixes #3107 don't include module specific css/js files twice in some circumstances ........ r6478 | sasargen | 2008-08-26 05:30:34 -0700 (Tue, 26 Aug 2008) | 1 line fixes #3104 - removes manual urlencode of checkbox values because they are form fields and are automatically urlencoded by the browser when the form is submitted ........ r6483 | p_lindheimer | 2008-08-26 12:15:04 -0700 (Tue, 26 Aug 2008) | 1 line closes #3093 reset the execution time limit to the system configured limit before each module download and install so downloading many modules at once does not result in a timeout failure, this still counts on a reasonable php.ini setting for any given installation of which the default is typically adeqaute ........ r6484 | p_lindheimer | 2008-08-26 19:06:13 -0700 (Tue, 26 Aug 2008) | 1 line closes #3113 and ref #3090 - puts error in notification panel if magic_quotes_gpc is enabled ........ r6486 | p_lindheimer | 2008-08-27 11:40:19 -0700 (Wed, 27 Aug 2008) | 1 line improve the symlink failure message to provide feedback on what can be done to resolve the issue ........ r6490 | p_lindheimer | 2008-08-27 22:29:03 -0700 (Wed, 27 Aug 2008) | 1 line updated CHANGES ........ 08/28/08 01:34:41 p_lindheimer [6491] * freepbx/branches/2.5 (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-comp.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-daily-load.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-last-month.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-log.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/panel.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/admin/reports.php (modified) * freepbx/branches/2.5/freepbx.pot (modified) Merged revisions 6460-6490 via svnmerge from http://svn.freepbx.org/freepbx/trunk ........ r6480 | mickecarlsson | 2008-08-26 08:20:49 -0700 (Tue, 26 Aug 2008) | 1 line Enclosed text strings for translation ........ r6482 | mickecarlsson | 2008-08-26 10:53:32 -0700 (Tue, 26 Aug 2008) | 1 line All new text strings from core and framework added, adds missing folder views ........ r6487 | mickecarlsson | 2008-08-27 12:14:50 -0700 (Wed, 27 Aug 2008) | 1 line Fixed #3117, and also updated the otyher modules in cdr, checking for invalid dates ........ 08/28/08 01:29:03 p_lindheimer [6490] * freepbx/branches/2.5/CHANGES (modified) updated CHANGES 08/27/08 22:35:02 p_lindheimer [6489] * modules/branches/2.5/core/functions.inc.php (modified) fixes #3115 add t option to nvfaxdetect so it does not send the calls to a talk context breaking some detections 08/27/08 22:26:06 p_lindheimer [6488] * modules/branches/2.5/core/functions.inc.php (modified) closes #3116 remove warning 08/27/08 15:14:50 mickecarlsson [6487] * freepbx/trunk/amp_conf/htdocs/admin/cdr/call-comp.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/cdr/call-daily-load.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/cdr/call-last-month.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php (modified) * freepbx/trunk/freepbx.pot (modified) Fixed #3117, and also updated the otyher modules in cdr, checking for invalid dates 08/27/08 14:40:19 p_lindheimer [6486] * freepbx/branches/2.5/amp_conf/bin/retrieve_conf (modified) improve the symlink failure message to provide feedback on what can be done to resolve the issue 08/27/08 11:18:31 p_lindheimer [6485] * modules/branches/2.5/languages/functions.inc.php (modified) * modules/branches/2.5/queueprio/functions.inc.php (modified) closes #3110 don't present languages as dest to other language instances, and same for queueprio 08/26/08 22:06:13 p_lindheimer [6484] * freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php (modified) closes #3113 and ref #3090 - puts error in notification panel if magic_quotes_gpc is enabled 08/26/08 15:15:04 p_lindheimer [6483] * freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php (modified) closes #3093 reset the execution time limit to the system configured limit before each module download and install so downloading many modules at once does not result in a timeout failure, this still counts on a reasonable php.ini setting for any given installation of which the default is typically adeqaute 08/26/08 13:53:32 mickecarlsson [6482] * freepbx/trunk/freepbx.pot (modified) All new text strings from core and framework added, adds missing folder views 08/26/08 13:06:05 p_lindheimer [6481] * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/gabcast/functions.inc.php (modified) * modules/branches/2.5/timeconditions/functions.inc.php (modified) Enclose remaining gui element text strings for translation 08/26/08 11:20:49 mickecarlsson [6480] * freepbx/trunk/amp_conf/htdocs/admin/panel.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/reports.php (modified) Enclosed text strings for translation 08/26/08 09:49:16 p_lindheimer [6479] * modules/branches/2.5/recordings/popup.php (modified) fixes #3108 remove refernce to popup.css, style has been moved inline to the html page 08/26/08 08:30:34 sasargen [6478] * freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module (modified) fixes #3104 - removes manual urlencode of checkbox values because they are form fields and are automatically urlencoded by the browser when the form is submitted 08/25/08 18:26:43 p_lindheimer [6477] * freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx.php (modified) fixes #3107 don't include module specific css/js files twice in some circumstances 08/25/08 17:06:20 sasargen [6476] * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module (modified) ARI: fix crypt calls to not urlencode form field values 08/25/08 15:08:00 p_lindheimer [6475] * modules/branches/2.5/framework/module.xml (modified) * modules/release/2.5/framework-2.5.0rc2.1.tgz (added) Module Publish Script: framework 2.5.0rc2.1 08/25/08 15:06:13 p_lindheimer [6474] * freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module (modified) fixes #3104 - looks like some of the code paths do extra urlencodes/decodes - this looks like it does it 08/25/08 11:18:41 sasargen [6473] * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/misc/callme_page.php (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module (modified) ARI: Fixed additional encryption calls to properly urlencode 08/24/08 23:39:02 p_lindheimer [6472] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/infoservices (copied) Automatic packaging of infoservices with 2.5.0rc2 08/24/08 23:38:53 p_lindheimer [6471] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/featurecodeadmin (copied) Automatic packaging of featurecodeadmin with 2.5.0rc2 08/24/08 23:38:44 p_lindheimer [6470] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/music (copied) Automatic packaging of music with 2.5.0rc2 08/24/08 23:38:34 p_lindheimer [6469] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/recordings (copied) Automatic packaging of recordings with 2.5.0rc2 08/24/08 23:38:25 p_lindheimer [6468] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/voicemail (copied) Automatic packaging of voicemail with 2.5.0rc2 08/24/08 23:38:16 p_lindheimer [6467] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/customappsreg (copied) Automatic packaging of customappsreg with 2.5.0rc2 08/24/08 23:38:07 p_lindheimer [6466] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/dashboard (copied) Automatic packaging of dashboard with 2.5.0rc2 08/24/08 23:37:51 p_lindheimer [6465] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/framework (copied) Automatic packaging of framework with 2.5.0rc2 08/24/08 23:37:42 p_lindheimer [6464] * freepbx/tags/2.5.0rc2/amp_conf/htdocs/admin/modules/core (copied) Automatic packaging of core with 2.5.0rc2 08/24/08 23:37:33 p_lindheimer [6463] * freepbx/tags/2.5.0rc2 (copied) Automatic tag of 2.5.0rc2 08/24/08 23:37:24 p_lindheimer [6462] * freepbx/branches/2.5/upgrades/2.5.0rc2.md5 (added) Creating release 2.5.0rc2 08/24/08 23:31:38 p_lindheimer [6461] * modules/branches/2.5/framework/module.xml (modified) * modules/release/2.5/framework-2.5.0rc2.0.tgz (added) Module Publish Script: framework 2.5.0rc2.0 08/24/08 23:27:49 p_lindheimer [6460] * freepbx/branches/2.5 (modified) * freepbx/branches/2.5/freepbx.pot (modified) Merged revisions 6371-6372,6374-6418,6420-6457,6459 via svnmerge from http://svn.freepbx.org/freepbx/trunk ........ r6433 | mickecarlsson | 2008-08-20 23:35:52 -0700 (Wed, 20 Aug 2008) | 1 line All new text strings from core and framework added ........ 08/24/08 23:25:01 p_lindheimer [6459] * freepbx/branches/ari_changes (modified) * freepbx/branches/ari_changes/CHANGES (modified) * freepbx/branches/ari_changes/SQL/newinstall.sql (modified) * freepbx/branches/ari_changes/SQL/newinstall.sqlite3.sql (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/admin/components.class.php (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/includes/crypt.php (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/misc/audio.php (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module (modified) * freepbx/branches/ari_changes/freepbx.pot (modified) * freepbx/branches/ari_changes/upgrades/2.5.0rc2 (copied) * freepbx/branches/ari_changes/upgrades/2.5.0rc2/tables.php (copied) Merged revisions 6420-6458 via svnmerge from http://svn.freepbx.org/freepbx/trunk ................ r6433 | mickecarlsson | 2008-08-20 23:35:52 -0700 (Wed, 20 Aug 2008) | 1 line All new text strings from core and framework added ................ r6458 | p_lindheimer | 2008-08-24 20:23:04 -0700 (Sun, 24 Aug 2008) | 17 lines Merged revisions 6419-6457 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5 ........ r6424 | p_lindheimer | 2008-08-19 07:47:24 -0700 (Tue, 19 Aug 2008) | 1 line fixes #3086 add checkbox to gui elements ........ r6435 | p_lindheimer | 2008-08-21 20:06:52 -0700 (Thu, 21 Aug 2008) | 1 line closes #3082 increase globals fields, this will not fix sqlite3 so if running sqlite3 during beta, for final release this will have to be done manually or the field lengths will continue to be limitted ........ r6456 | p_lindheimer | 2008-08-24 20:07:48 -0700 (Sun, 24 Aug 2008) | 1 line fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed ........ ................ 08/24/08 23:23:04 p_lindheimer [6458] * freepbx/trunk (modified) * freepbx/trunk/CHANGES (modified) * freepbx/trunk/SQL/newinstall.sql (modified) * freepbx/trunk/SQL/newinstall.sqlite3.sql (modified) * freepbx/trunk/amp_conf/htdocs/admin/components.class.php (modified) * freepbx/trunk/amp_conf/htdocs/recordings/includes/crypt.php (modified) * freepbx/trunk/amp_conf/htdocs/recordings/misc/audio.php (modified) * freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module (modified) * freepbx/trunk/upgrades/2.5.0rc2 (copied) * freepbx/trunk/upgrades/2.5.0rc2/tables.php (copied) Merged revisions 6419-6457 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5 ........ r6424 | p_lindheimer | 2008-08-19 07:47:24 -0700 (Tue, 19 Aug 2008) | 1 line fixes #3086 add checkbox to gui elements ........ r6435 | p_lindheimer | 2008-08-21 20:06:52 -0700 (Thu, 21 Aug 2008) | 1 line closes #3082 increase globals fields, this will not fix sqlite3 so if running sqlite3 during beta, for final release this will have to be done manually or the field lengths will continue to be limitted ........ r6456 | p_lindheimer | 2008-08-24 20:07:48 -0700 (Sun, 24 Aug 2008) | 1 line fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed ........ 08/24/08 23:14:21 p_lindheimer [6457] * freepbx/branches/ari_changes (modified) Initialized merge tracking via "svnmerge" with revisions "1-6419" from http://svn.freepbx.org/freepbx/trunk 08/24/08 23:07:48 p_lindheimer [6456] * freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/crypt.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php (modified) * freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module (modified) * freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module (modified) fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed 08/24/08 21:36:35 p_lindheimer [6455] * modules/branches/2.5/cidlookup/module.xml (modified) * modules/release/2.5/cidlookup-2.5.0.2.tgz (added) Module Publish Script: cidlookup 2.5.0.2 08/24/08 21:36:29 p_lindheimer [6454] * modules/branches/2.5/blacklist/module.xml (modified) * modules/release/2.5/blacklist-2.5.0.1.tgz (added) Module Publish Script: blacklist 2.5.0.1 08/24/08 21:36:22 p_lindheimer [6453] * modules/branches/2.5/voicemail/module.xml (modified) * modules/release/2.5/voicemail-2.5.1.tgz (added) Module Publish Script: voicemail 2.5.1 08/24/08 21:36:17 p_lindheimer [6452] * modules/branches/2.5/ivr/module.xml (modified) * modules/release/2.5/ivr-2.5.20.tgz (added) Module Publish Script: ivr 2.5.20 08/24/08 21:36:11 p_lindheimer [6451] * modules/branches/2.5/core/module.xml (modified) * modules/release/2.5/core-2.5.0rc2.0.tgz (added) Module Publish Script: core 2.5.0rc2.0 08/24/08 21:32:06 p_lindheimer [6450] * modules/branches/2.5/blacklist/functions.inc.php (modified) * modules/branches/2.5/blacklist/module.xml (modified) * modules/branches/2.5/cidlookup/functions.inc.php (modified) * modules/branches/2.5/cidlookup/module.xml (modified) * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/install.php (modified) * modules/branches/2.5/core/module.xml (modified) * modules/branches/2.5/core/page.did.php (modified) closes #3100 and closes #3101 CID Priority Route inbound route option and bugs associated with previouse changes in cidlookup and blacklist 08/24/08 21:13:14 p_lindheimer [6449] * modules/branches/2.5/core/etc/extensions.conf (modified) * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/sounds/exited-vm-will-be-transfered.sln (added) * modules/branches/2.5/core/sounds/line-busy-transfer-menu.sln (added) * modules/branches/2.5/core/sounds/you-will-be-transfered-menu.sln (added) * modules/branches/2.5/ivr/functions.inc.php (modified) * modules/branches/2.5/ivr/install.php (modified) * modules/branches/2.5/ivr/module.xml (modified) * modules/branches/2.5/ivr/page.ivr.php (modified) * modules/branches/2.5/voicemail/functions.inc.php (modified) closes #3099 allows a return to IVR form voicemail option as well as on busy/congested phone that has no voicemail 08/24/08 16:59:11 p_lindheimer [6448] * modules/branches/2.5/queues/module.xml (modified) * modules/release/2.5/queues-2.5.3.tgz (added) Module Publish Script: queues 2.5.3 08/24/08 16:54:13 p_lindheimer [6447] * modules/branches/2.5/queues/functions.inc.php (modified) * modules/branches/2.5/queues/module.xml (modified) * modules/branches/2.5/queues/page.queues.php (modified) closes #3098 set persistenetmembers so dynamic agents are retained on asterisk restarting, and added option for autofill. These are a grey area between bug fix and feature code. Not having autofill in Asterisk 1.2 has always been somewhat of a bug on how one would expect a queue to behave. And similarly, not having dynamic agents persist upon Asterisk restarting is also a bit of a bug - thus these are being introduced. The do change some behavior 08/23/08 23:55:02 p_lindheimer [6446] * modules/branches/2.5/core/agi-bin/dialparties.agi (modified) define $screen to remove undefined variable warning 08/23/08 17:59:21 p_lindheimer [6445] * modules/branches/2.4/conferences/module.xml (modified) * modules/release/2.4/conferences-2.4.0.3.tgz (added) Module Publish Script: conferences 2.4.0.3 08/23/08 17:59:13 p_lindheimer [6444] * modules/branches/2.4 (modified) * modules/branches/2.4/conferences/module.xml (modified) Merged revisions 6442-6443 via svnmerge from http://svn.freepbx.org/modules/branches/2.5 ........ r6442 | p_lindheimer | 2008-08-23 14:55:07 -0700 (Sat, 23 Aug 2008) | 1 line Module Publish Script: conferences 2.5.1.1 ........ 08/23/08 17:57:28 p_lindheimer [6443] * modules/branches/2.4 (modified) updated svnmerge data 08/23/08 17:55:07 p_lindheimer [6442] * modules/branches/2.5/conferences/module.xml (modified) * modules/release/2.5/conferences-2.5.1.1.tgz (added) Module Publish Script: conferences 2.5.1.1 08/23/08 17:53:20 p_lindheimer [6441] * modules/branches/2.5/queues/module.xml (modified) * modules/release/2.5/queues-2.5.2.4.tgz (added) Module Publish Script: queues 2.5.2.4 08/23/08 17:51:40 p_lindheimer [6440] * modules/branches/2.5/queues/page.queues.php (modified) re #3069 move to more appropriate section in GUI, fix missing </tr> tag, change range 1-10