------------------------------------------------------------------------ r6769 | p_lindheimer | 2008-09-17 22:15:04 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0 (from /freepbx/branches/2.5/upgrades/2.3.1:6634) M /freepbx/branches/2.5/upgrades/2.5.0/removefiles.php add 2.5.0 upgrade directory and remove the moved files re #3209 ------------------------------------------------------------------------ r6767 | p_lindheimer | 2008-09-17 19:21:08 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/components.class.php don't print out submit button in guielements if no fields form fields are generated ------------------------------------------------------------------------ r6766 | p_lindheimer | 2008-09-17 18:27:30 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php remove old unused code in drawListMenu and allow the Add to be optional ------------------------------------------------------------------------ r6764 | p_lindheimer | 2008-09-17 11:29:39 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/about.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/cdr.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/encrypt.js D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_hourdetail.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_pie.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_stat.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_statbar.php A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/clear.gif A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-bl.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-bl.png:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-br.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-br.png:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-tl.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-tl.png:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-tr.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-tr.png:6634) D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/print.css M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/lib/defines.php A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/content.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/content.css:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/docbook.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/docbook.css:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/encrypt.js (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/encrypt.js:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_hourdetail.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_hourdetail.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_pie.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_pie.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_stat.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_stat.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_statbar.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_statbar.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/layout.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/layout.css:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/print.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/print.css:6634) M /freepbx/branches/2.5/amp_conf/htdocs/admin/config.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/reports.php fixes #3209 Reports SECURITY VULNERABILITY by forcing all access to the CDR Reports section to flow through config.php ------------------------------------------------------------------------ r6756 | p_lindheimer | 2008-09-17 00:02:57 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/components.class.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php fixes #3204 set localization domain when applying hooks, for gui hooks, implementation depends on standardization of the gui functions to start with modulename_ which is currently the standard although not required. Implemented so that the domain will only be set if the current target language localization directory exists for the module, otherwise it will fallback to amp since many past languages have put their localizations in the amp domain. They should move this to the proper module going forward ------------------------------------------------------------------------ r6755 | sasargen | 2008-09-16 12:53:50 -0700 (Tue, 16 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module ARI: disable delete button on callmonitor page when no recordings shown ------------------------------------------------------------------------ r6747 | sasargen | 2008-09-16 08:29:34 -0700 (Tue, 16 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module ARI: fixes #3203 by removing checkbox when recording file does not exist ------------------------------------------------------------------------ r6746 | sasargen | 2008-09-16 08:20:31 -0700 (Tue, 16 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module ARI: fixes #3202 by checking if any files selected ------------------------------------------------------------------------ r6731 | p_lindheimer | 2008-09-15 20:38:35 -0700 (Mon, 15 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/login.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/recording_popup.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module closes #3184 Secruity Issue allowing access of arbitrary files from authenticated ARI users with brute force cracking of a weak encryption key ------------------------------------------------------------------------ r6725 | mickecarlsson | 2008-09-15 09:06:13 -0700 (Mon, 15 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_admin.php Added menu choice for Swedish in framework ------------------------------------------------------------------------ r6708 | p_lindheimer | 2008-09-13 15:04:03 -0700 (Sat, 13 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/branches/2.5/install_amp re #3191 fix uninitialized variables ------------------------------------------------------------------------ r6699 | sasargen | 2008-09-12 08:06:35 -0700 (Fri, 12 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php basic fix of #3184 for ARI in 2.5 ------------------------------------------------------------------------ r6680 | sasargen | 2008-09-10 05:58:58 -0700 (Wed, 10 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/settings.module fixes #3181 by adding value='yes' to checkbox tags ------------------------------------------------------------------------ r6675 | p_lindheimer | 2008-09-09 14:32:14 -0700 (Tue, 09 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php tweak on freepbx_debug function to easily write out arrays ------------------------------------------------------------------------ r6672 | p_lindheimer | 2008-09-09 08:46:14 -0700 (Tue, 09 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php closes #3176 fix message to reflect that module will be downloaded but kept disable ------------------------------------------------------------------------ r6635 | p_lindheimer | 2008-09-07 20:01:27 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc3.md5 Creating release 2.5.0rc3 ------------------------------------------------------------------------ r6605 | p_lindheimer | 2008-09-07 19:23:41 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc3 (from /freepbx/branches/2.5/upgrades/2.3.1:6602) M /freepbx/branches/2.5/upgrades/2.5.0rc3/removefiles.php create 2.5.0rc3 upgrade dir and remove zh_TW from error in #2609 placement ------------------------------------------------------------------------ r6601 | ethans | 2008-09-07 15:39:51 -0700 (Sun, 07 Sep 2008) | 4 lines Changed paths: M /freepbx/branches/2.5/amp_conf/bin/freepbx_engine M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx.php M /freepbx/branches/2.5/amportal.conf M /freepbx/branches/2.5/install_amp Adds FOPDISABLE option to amportal.conf. This will disable FOP on the web interfaces as well as server operations in retrieve_conf and freepbx_engine References: 3170 ------------------------------------------------------------------------ r6599 | p_lindheimer | 2008-09-07 15:25:41 -0700 (Sun, 07 Sep 2008) | 25 lines Changed paths: M /freepbx/branches/2.5 M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/welcome.php D /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/zh_TW M /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/locale.txt M /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/readme.txt A /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW:6503) R /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES:6503) R /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.mo (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.mo:6503) R /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.po (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.po:6503) M /freepbx/branches/2.5/freepbx.pot Merged revisions 6502-6510,6513-6538,6540-6575 via svnmerge from http://svn.freepbx.org/freepbx/trunk ........ r6502 | mickecarlsson | 2008-08-28 11:36:24 -0700 (Thu, 28 Aug 2008) | 1 line Fixes #2609, moving files to correct location ........ r6503 | mickecarlsson | 2008-08-29 11:00:34 -0700 (Fri, 29 Aug 2008) | 1 line Cleaned up the readme and locale, added zh_TW in scrip ........ r6530 | mickecarlsson | 2008-09-01 11:30:58 -0700 (Mon, 01 Sep 2008) | 1 line New version of language template due to new text strings added ........ r6537 | mickecarlsson | 2008-09-02 12:19:57 -0700 (Tue, 02 Sep 2008) | 1 line Changed from freePBX to FreePBX in some text strings ........ r6575 | mickecarlsson | 2008-09-05 00:32:33 -0700 (Fri, 05 Sep 2008) | 1 line Enclosed text string for localization for page.modules.php ........ ------------------------------------------------------------------------ r6597 | p_lindheimer | 2008-09-07 14:47:58 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php M /freepbx/branches/2.5/amportal.conf re #3077 some tweaks based on version actually tested and update of CHANGES, amportal.conf ------------------------------------------------------------------------ r6595 | pnlarsson | 2008-09-07 13:42:10 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/amp_conf/astetc/chan_dahdi.conf.template M /freepbx/branches/2.5/amp_conf/bin/freepbx_engine M /freepbx/branches/2.5/amp_conf/bin/libfreepbx.confgen.php M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php Fix for #3077 - DAHDI support, commit no 2 for core ------------------------------------------------------------------------ r6593 | ethans | 2008-09-07 11:24:20 -0700 (Sun, 07 Sep 2008) | 2 lines Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/followme.module A /freepbx/trunk/amp_conf/htdocs/admin/do_reload.php Fixes #3165 ------------------------------------------------------------------------ r6591 | p_lindheimer | 2008-09-07 09:51:56 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php strip leading/trailingwhitespace and linefeed characters out of module.xml description field so that translations can more consistenly be done and so that when displayed, the text floats properly. ------------------------------------------------------------------------ r6590 | p_lindheimer | 2008-09-07 08:27:08 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php re #3166 and re #2461 added ability to translated description and attention module admin xml fields ------------------------------------------------------------------------ r6587 | p_lindheimer | 2008-09-06 20:21:10 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php re #3166 and re #2461 added translations to Module Admin so it can get them out of module's i18n also ------------------------------------------------------------------------ r6586 | p_lindheimer | 2008-09-06 20:09:38 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_admin.php re #3166 and re #2461 fixed typo in variable ------------------------------------------------------------------------ r6585 | p_lindheimer | 2008-09-06 19:55:55 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php re #3166 and re #2461 also cleanup the name field ------------------------------------------------------------------------ r6584 | p_lindheimer | 2008-09-06 19:37:04 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php re #3166 and re #2461 the remove the linefeed that the xml parser inserts before and after an ampersand in menuitems and catagories so that translations can have a better chance of matching ------------------------------------------------------------------------ r6583 | p_lindheimer | 2008-09-06 17:34:17 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_admin.php closes #3166 includes compatibility mode. translation using module's i18n is done first. If the translated text is the same as the original text, then translation is done against the the default _() which is amp.po at that point. So for previous translation work, it will continue to pull the old translations. All modules should move towards providing their own translations for menu items as this point despite this. ------------------------------------------------------------------------ r6579 | p_lindheimer | 2008-09-06 08:28:11 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/display.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module additional sanity checks on callmonitor sql paramters ------------------------------------------------------------------------ r6578 | p_lindheimer | 2008-09-05 23:11:39 -0700 (Fri, 05 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php closes #3164 sql_formattext issue with sqlite3 ------------------------------------------------------------------------ r6577 | p_lindheimer | 2008-09-05 23:10:23 -0700 (Fri, 05 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf typo in warning banner override mode ------------------------------------------------------------------------ r6574 | p_lindheimer | 2008-09-04 18:26:41 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php no changes, just re-organized to move all functions to the bottom ------------------------------------------------------------------------ r6573 | p_lindheimer | 2008-09-04 18:05:44 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php rearraged to move all classes at begining and fixed bug in mirror annoucements when using wget mode ------------------------------------------------------------------------ r6572 | p_lindheimer | 2008-09-04 15:44:55 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES re #3156 updated CHANGES MoH Streaming Categories ------------------------------------------------------------------------ r6563 | p_lindheimer | 2008-09-04 14:43:50 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module fix SECURITY SQL Injection vulnerability that could allow an authenticated user to access CDR and recorded calls from any other user on the system ------------------------------------------------------------------------ r6554 | p_lindheimer | 2008-09-03 23:31:18 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf fixes #3155 chown should be int not string for permissions ------------------------------------------------------------------------ r6552 | p_lindheimer | 2008-09-03 16:19:08 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php fixes #3154 undefined variable needs global directive ------------------------------------------------------------------------ r6551 | p_lindheimer | 2008-09-03 16:16:11 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/config.php fixes #3151 typo in variable name that should not be there at all ------------------------------------------------------------------------ r6549 | p_lindheimer | 2008-09-03 14:54:37 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php fixes #3145 LookupCIDName deprecated in 1.6 ------------------------------------------------------------------------ r6526 | p_lindheimer | 2008-08-31 17:16:27 -0700 (Sun, 31 Aug 2008) | 49 lines Changed paths: M /freepbx/branches/2.5/amp_conf/bin/module_admin 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 ------------------------------------------------------------------------ r6525 | p_lindheimer | 2008-08-31 16:36:33 -0700 (Sun, 31 Aug 2008) | 49 lines Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/config.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/header.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php 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 ------------------------------------------------------------------------ r6519 | p_lindheimer | 2008-08-31 15:40:00 -0700 (Sun, 31 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php re #3131 add Mixmonitor and Stopmonitor to extension class ------------------------------------------------------------------------ r6515 | p_lindheimer | 2008-08-31 07:35:02 -0700 (Sun, 31 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES M /freepbx/branches/2.5/amportal.conf re #3134 makes ajax refresh rates for dashboard configurable ------------------------------------------------------------------------ r6513 | p_lindheimer | 2008-08-30 20:53:16 -0700 (Sat, 30 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf 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. ------------------------------------------------------------------------ r6506 | p_lindheimer | 2008-08-29 15:16:05 -0700 (Fri, 29 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php return the raw Asterisk version info obtained from checking the version info re #2750 and re #3128 ------------------------------------------------------------------------ r6505 | p_lindheimer | 2008-08-29 14:55:13 -0700 (Fri, 29 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/bootstrap.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php make max files for call monitor configurable within main.conf.php, default remains the same ------------------------------------------------------------------------ r6504 | p_lindheimer | 2008-08-29 11:13:55 -0700 (Fri, 29 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/lib/defines.php don't define WEBROOT if AMPWEBADDRESS is not defined, it breaks the graphing libraries (which seem to otherwise function fine without it defined) ------------------------------------------------------------------------ r6491 | p_lindheimer | 2008-08-27 22:34:41 -0700 (Wed, 27 Aug 2008) | 17 lines Changed paths: M /freepbx/branches/2.5 M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/panel.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/reports.php M /freepbx/branches/2.5/freepbx.pot 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 ........ ------------------------------------------------------------------------ r6490 | p_lindheimer | 2008-08-27 22:29:03 -0700 (Wed, 27 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES updated CHANGES ------------------------------------------------------------------------ r6486 | p_lindheimer | 2008-08-27 11:40:19 -0700 (Wed, 27 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf improve the symlink failure message to provide feedback on what can be done to resolve the issue ------------------------------------------------------------------------ r6484 | p_lindheimer | 2008-08-26 19:06:13 -0700 (Tue, 26 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php closes #3113 and ref #3090 - puts error in notification panel if magic_quotes_gpc is enabled ------------------------------------------------------------------------ r6483 | p_lindheimer | 2008-08-26 12:15:04 -0700 (Tue, 26 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php 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 ------------------------------------------------------------------------ r6478 | sasargen | 2008-08-26 05:30:34 -0700 (Tue, 26 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module 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 ------------------------------------------------------------------------ r6477 | p_lindheimer | 2008-08-25 15:26:43 -0700 (Mon, 25 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx.php fixes #3107 don't include module specific css/js files twice in some circumstances ------------------------------------------------------------------------ r6474 | p_lindheimer | 2008-08-25 12:06:13 -0700 (Mon, 25 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3104 - looks like some of the code paths do extra urlencodes/decodes - this looks like it does it ------------------------------------------------------------------------ r6462 | p_lindheimer | 2008-08-24 20:37:24 -0700 (Sun, 24 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc2.md5 Creating release 2.5.0rc2 ------------------------------------------------------------------------ r6460 | p_lindheimer | 2008-08-24 20:27:49 -0700 (Sun, 24 Aug 2008) | 9 lines Changed paths: M /freepbx/branches/2.5 M /freepbx/branches/2.5/freepbx.pot 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 ........ ------------------------------------------------------------------------ r6456 | p_lindheimer | 2008-08-24 20:07:48 -0700 (Sun, 24 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/crypt.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed ------------------------------------------------------------------------ r6435 | p_lindheimer | 2008-08-21 20:06:52 -0700 (Thu, 21 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES M /freepbx/branches/2.5/SQL/newinstall.sql M /freepbx/branches/2.5/SQL/newinstall.sqlite3.sql A /freepbx/branches/2.5/upgrades/2.5.0rc2 (from /freepbx/branches/2.5/upgrades/2.5.0alpha1:6418) M /freepbx/branches/2.5/upgrades/2.5.0rc2/tables.php 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 ------------------------------------------------------------------------ r6424 | p_lindheimer | 2008-08-19 07:47:24 -0700 (Tue, 19 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/components.class.php fixes #3086 add checkbox to gui elements ------------------------------------------------------------------------ r6409 | p_lindheimer | 2008-08-16 17:11:57 -0700 (Sat, 16 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/login.php fixes #3067 remember login not working issue, thanks sasargen for the fix ------------------------------------------------------------------------ r6385 | p_lindheimer | 2008-08-13 17:42:41 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc1.md5 Creating release 2.5.0rc1 ------------------------------------------------------------------------ r6374 | p_lindheimer | 2008-08-13 15:58:21 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc1 (from /freepbx/branches/2.5/upgrades/2.5.0beta1:6371) create required directory to bump to rc1 ------------------------------------------------------------------------ r6372 | p_lindheimer | 2008-08-13 15:53:31 -0700 (Wed, 13 Aug 2008) | 3 lines Changed paths: M /freepbx/branches/2.5 Initialized merge tracking via "svnmerge" with revisions "1-6370" from http://svn.freepbx.org/freepbx/trunk ------------------------------------------------------------------------ r6371 | p_lindheimer | 2008-08-13 15:51:33 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5 (from /freepbx/trunk:6370) branch trunk to 2.5 ------------------------------------------------------------------------ r6369 | p_lindheimer | 2008-08-13 13:50:04 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css fixes #3052 css change ------------------------------------------------------------------------ r6344 | p_lindheimer | 2008-08-11 11:59:57 -0700 (Mon, 11 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql add delay_answer field to incoming re #2913 ------------------------------------------------------------------------ r6341 | p_lindheimer | 2008-08-11 08:38:46 -0700 (Mon, 11 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php modify error messages when dependencies are not met to be more clear that they will be skipped and can be tried again after the others are installed ------------------------------------------------------------------------ r6322 | p_lindheimer | 2008-08-10 12:28:10 -0700 (Sun, 10 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3027 don't move a forwarded mail, just copy it to the new recipient but leave the original ------------------------------------------------------------------------ r6321 | p_lindheimer | 2008-08-10 12:19:26 -0700 (Sun, 10 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3026 don't allow forwarding to other voicemail contexts to be consistent with the voicemail system ------------------------------------------------------------------------ r6314 | p_lindheimer | 2008-08-09 22:05:55 -0700 (Sat, 09 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php closes #2992 move include for globals to end of auto-generated globals to allow an auto-generated global to be overridden if desired ------------------------------------------------------------------------ r6289 | p_lindheimer | 2008-08-08 07:35:35 -0700 (Fri, 08 Aug 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/recordings/theme/logo.png M /freepbx/trunk/amp_conf/htdocs/recordings/theme/page.tpl.php fixes #3030 put local copy of logo.png in recordings directory to avoid potential http access issues going to admin for images ------------------------------------------------------------------------ r6284 | lazytt | 2008-08-05 07:16:47 -0700 (Tue, 05 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php closes #3014 spelling error. Thanks! ------------------------------------------------------------------------ r6272 | p_lindheimer | 2008-08-02 19:18:11 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php fixes #2635 and fixes error introduced re #2963 ------------------------------------------------------------------------ r6258 | p_lindheimer | 2008-08-02 08:34:16 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0beta1.md5 Creating release 2.5.0beta1 ------------------------------------------------------------------------ r6251 | p_lindheimer | 2008-08-02 08:11:51 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0beta1 create 2.5.0beta1 upgrade directory which bumps the version number ------------------------------------------------------------------------ r6250 | p_lindheimer | 2008-08-02 08:08:51 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/CHANGES M /freepbx/trunk/amportal.conf update CHANGES prior to going beta ------------------------------------------------------------------------ r6244 | p_lindheimer | 2008-08-01 10:33:16 -0700 (Fri, 01 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine M /freepbx/trunk/amportal.conf closes #2985 adds AMPVMUMASK to freepbx_engine to allow voicemail file permissions to be configured ------------------------------------------------------------------------ r6240 | ethans | 2008-07-31 15:10:53 -0700 (Thu, 31 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php typo stray print ------------------------------------------------------------------------ r6239 | p_lindheimer | 2008-07-31 15:05:47 -0700 (Thu, 31 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php make sure options is defined to avoid warnings, ref r6230 ------------------------------------------------------------------------ r6237 | p_lindheimer | 2008-07-31 13:06:21 -0700 (Thu, 31 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php M /freepbx/trunk/amportal.conf closes #2963 allowing alternate db specified for cdr reports, except apply_conf.sh needs to be addressed still ------------------------------------------------------------------------ r6231 | ethans | 2008-07-31 09:55:44 -0700 (Thu, 31 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/database.php M /freepbx/trunk/install_amp Check for SQLITE3 module in addition to sqlite3 module. If this check isn't in place, dl() function fails on php on a platform that doesn't support dynamic modules. Fixes #2982 ------------------------------------------------------------------------ r6230 | ethans | 2008-07-31 09:51:36 -0700 (Thu, 31 Jul 2008) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php Adds sqlite3 cdr support. Closes #2981 ------------------------------------------------------------------------ r6229 | ethans | 2008-07-31 09:43:49 -0700 (Thu, 31 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sqlite3.sql Fixes #2980 ------------------------------------------------------------------------ r6226 | p_lindheimer | 2008-07-31 07:57:14 -0700 (Thu, 31 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php closes #2978 missing
tag in freepbx.php ------------------------------------------------------------------------ r6220 | p_lindheimer | 2008-07-30 18:41:38 -0700 (Wed, 30 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js M /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js fixes #2854 select boxes disapearing on ie7 - could use some verification that IE6 still works ------------------------------------------------------------------------ r6215 | ethans | 2008-07-30 11:47:02 -0700 (Wed, 30 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/libfreepbx.install.php Bug in php-5.2.5 with version_compare on unqouted string ------------------------------------------------------------------------ r6210 | p_lindheimer | 2008-07-26 22:16:39 -0700 (Sat, 26 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php closes #2957 enclose priority in trim() to remove retireve_conf failures ------------------------------------------------------------------------ r6191 | p_lindheimer | 2008-07-25 19:33:57 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp fixes #1679 don't create version.txt file which is not used by anything and is not updated by framework ------------------------------------------------------------------------ r6190 | p_lindheimer | 2008-07-25 19:24:20 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/crypt.php M /freepbx/trunk/amp_conf/htdocs/recordings/misc/audio.php M /freepbx/trunk/amp_conf/htdocs/recordings/misc/recording_popup.php M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module fixes #2565 but needs some good testing, there were a lot of patches and files attached to this ticket so if the original author can review and confirm that all the correct pathces were applied that would be helpful ------------------------------------------------------------------------ r6189 | p_lindheimer | 2008-07-25 18:55:10 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf fixes #2772 use appropriate escape_string function for the given db being used ------------------------------------------------------------------------ r6183 | p_lindheimer | 2008-07-25 11:56:55 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine fixes #2946 and adds a few more missing changes re #2606 ------------------------------------------------------------------------ r6180 | p_lindheimer | 2008-07-25 10:05:16 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_buttons.cfg closes #2945 and #2699 proper VM_PREFIX and dynamic screen space allocation, ref #2686 modified ------------------------------------------------------------------------ r6179 | p_lindheimer | 2008-07-25 07:35:56 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/lang.php closes #2944 Ukranium menu choice in ARI ------------------------------------------------------------------------ r6177 | p_lindheimer | 2008-07-24 20:41:10 -0700 (Thu, 24 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php closes #2950 busy and congestion class should not be hard coded ------------------------------------------------------------------------ r6167 | p_lindheimer | 2008-07-24 14:40:42 -0700 (Thu, 24 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1539 actually I like this solution better, to highlight them differently ------------------------------------------------------------------------ r6166 | p_lindheimer | 2008-07-24 14:32:23 -0700 (Thu, 24 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1539 don't highlight Local Unistalled modules as online ones are not ------------------------------------------------------------------------ r6146 | p_lindheimer | 2008-07-23 12:38:15 -0700 (Wed, 23 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg #2924, 257 set poll_voicemail=1 and pull vmcontext settings from the device setup ------------------------------------------------------------------------ r6144 | p_lindheimer | 2008-07-23 12:28:28 -0700 (Wed, 23 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf #2941 retrieve_conf now reports failures from retrieve_op_conf_from_mysql.pl ------------------------------------------------------------------------ r6125 | p_lindheimer | 2008-07-22 17:00:09 -0700 (Tue, 22 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/freepbx_module_admin.conf add builtin to the hidden modules by default, since it serves no purpose of being in the GUI ------------------------------------------------------------------------ r6122 | p_lindheimer | 2008-07-21 17:19:51 -0700 (Mon, 21 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php allow splice to splice before a tag so you don't always need to know the exact priority ------------------------------------------------------------------------ r6121 | lazytt | 2008-07-21 12:56:50 -0700 (Mon, 21 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/INSTALL update INSTALL file with link to freepbx.org ------------------------------------------------------------------------ r6108 | p_lindheimer | 2008-07-20 00:34:22 -0700 (Sun, 20 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0alpha1.md5 Creating release 2.5.0alpha1 ------------------------------------------------------------------------ r6104 | p_lindheimer | 2008-07-20 00:20:23 -0700 (Sun, 20 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/CHANGES 2.5.0alpha1 Changes Summary ------------------------------------------------------------------------ r6065 | p_lindheimer | 2008-07-19 21:05:55 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf add AMPMPG123 flag to set MoH mode ------------------------------------------------------------------------ r6060 | p_lindheimer | 2008-07-19 09:17:52 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine #2606 added configurable variables to freepbx_engine see ticket for details ------------------------------------------------------------------------ r6059 | p_lindheimer | 2008-07-19 08:20:19 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf #1843: making logging default disabled and add new option to log to syslog instead of sql, see ticket for new amportal.conf paramters ------------------------------------------------------------------------ r6056 | p_lindheimer | 2008-07-19 08:00:24 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf #2924 don't symlink or copy files from framework in retrieve_conf ------------------------------------------------------------------------ r6055 | p_lindheimer | 2008-07-19 00:59:26 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php #2903more tabindex additions ------------------------------------------------------------------------ r6050 | p_lindheimer | 2008-07-18 22:35:33 -0700 (Fri, 18 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php add disable state option to some of the guielemenets ------------------------------------------------------------------------ r6048 | p_lindheimer | 2008-07-17 17:43:44 -0700 (Thu, 17 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl #2686 allow more parking slots if the config file is configured with adequate space ------------------------------------------------------------------------ r6045 | p_lindheimer | 2008-07-17 10:19:25 -0700 (Thu, 17 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl #2921 don't show parking number as parking slot ------------------------------------------------------------------------ r6043 | p_lindheimer | 2008-07-17 10:08:31 -0700 (Thu, 17 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #2777 remove unused var context ------------------------------------------------------------------------ r6029 | p_lindheimer | 2008-07-15 21:28:26 -0700 (Tue, 15 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php M /freepbx/trunk/amp_conf/htdocs/recordings/modules/VmX.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/followme.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/phonefeatures.module #2910, #2911 update ARI to handle func_devstate for FollowMe and DND, and a tweak to VmX formatting ------------------------------------------------------------------------ r6015 | p_lindheimer | 2008-07-14 18:27:30 -0700 (Mon, 14 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php radio buttons should have different and unique ids (the names should be the same but not the ids) ------------------------------------------------------------------------ r6002 | p_lindheimer | 2008-07-13 21:40:58 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/Class.Table.php #2829 check for error before assuming query result is good ------------------------------------------------------------------------ r6001 | p_lindheimer | 2008-07-13 21:03:02 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp #2793 fix Freepbx will not install with setenforce 0 on Fedora and CentOS ------------------------------------------------------------------------ r6000 | p_lindheimer | 2008-07-13 20:54:54 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module #2739 remove inappropriate onClick javascript that resets changes made to email fields ------------------------------------------------------------------------ r5994 | p_lindheimer | 2008-07-13 17:43:54 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #2777 add ext_vmauthenticate() - different then in ticket to be consistent with other vm calls ------------------------------------------------------------------------ r5991 | p_lindheimer | 2008-07-10 22:25:10 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/astetc/freepbx_featurecodes.conf A /freepbx/trunk/amp_conf/astetc/freepbx_module_admin.conf M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add ability to Module Admin to not display modules in GUI that you want filtered/hidden. Check in example conf file plus conf file for featurecode override ------------------------------------------------------------------------ r5990 | p_lindheimer | 2008-07-10 22:01:50 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1628 clicking upgrade all will not choose local uninstalled modules for options to upgrade ------------------------------------------------------------------------ r5987 | p_lindheimer | 2008-07-10 20:13:43 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine #2703 remove errors from 'stop gracefully' on 1.6 ------------------------------------------------------------------------ r5980 | p_lindheimer | 2008-07-10 08:17:15 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css #2897 formatting CSS issues on phpsysinfo that could effect other future modules ------------------------------------------------------------------------ r5974 | p_lindheimer | 2008-07-09 11:53:23 -0700 (Wed, 09 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php fix typo ------------------------------------------------------------------------ r5973 | p_lindheimer | 2008-07-09 09:58:33 -0700 (Wed, 09 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/theme/header.css M /freepbx/trunk/amp_conf/htdocs/recordings/theme/layout.css M /freepbx/trunk/amp_conf/htdocs/recordings/theme/page.tpl.php add frog logo and some minor tweaking to ARI User Portal ------------------------------------------------------------------------ r5971 | p_lindheimer | 2008-07-08 21:03:08 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/setup_svn.php change to branch 2.5 ------------------------------------------------------------------------ r5969 | p_lindheimer | 2008-07-08 17:49:51 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2845 more tabindex improvments to drawselects ------------------------------------------------------------------------ r5967 | p_lindheimer | 2008-07-08 13:48:45 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf additional code needed to bypass the file_get_contents() and fopen() to freepbx.org URLs and try with wget, default behavior is to first try as always and fail over if needed but it can be forced to always go the wget route if you know you have this issue which can save significant time in the delay that sometimes occurs when this issue is present ------------------------------------------------------------------------ r5965 | p_lindheimer | 2008-07-08 10:44:47 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php M /freepbx/trunk/amp_conf/bin/retrieve_conf #2890, #2891 don't write error if empty file create, don't die if queues table not there ------------------------------------------------------------------------ r5964 | p_lindheimer | 2008-07-08 07:31:42 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql add mixmon globals and remove directdid related fields in newisntall scripts ------------------------------------------------------------------------ r5960 | p_lindheimer | 2008-07-07 23:14:21 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php minor formatting on Used as Destination link ------------------------------------------------------------------------ r5959 | lazytt | 2008-07-07 22:02:21 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine undid last commit ------------------------------------------------------------------------ r5958 | lazytt | 2008-07-07 21:42:49 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine M /freepbx/trunk/upgrades/2.5.0alpha1/tables.php removed default value of 1 for global MIXMON_DIR ------------------------------------------------------------------------ r5946 | p_lindheimer | 2008-07-07 12:53:15 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/buildtools/generate-release.sh bump generate-release.sh tool to use 2.5 module repo ------------------------------------------------------------------------ r5945 | p_lindheimer | 2008-07-07 12:42:40 -0700 (Mon, 07 Jul 2008) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES A /freepbx/trunk/upgrades/2.4.1.md5 (from /freepbx/branches/2.4/upgrades/2.4.1.md5:5934) Merged revisions 5723-5737,5739,5741-5748,5750,5752-5758,5760,5762,5764-5765,5767-5771,5773-5774,5776-5782,5784-5815,5817-5819,5821-5827,5829-5836,5838,5840-5944 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.4 ........ r5933 | p_lindheimer | 2008-07-07 12:01:06 -0700 (Mon, 07 Jul 2008) | 1 line updated CHANGES for 2.4.1 release ........ r5934 | p_lindheimer | 2008-07-07 12:01:40 -0700 (Mon, 07 Jul 2008) | 1 line Creating release 2.4.1 ........ ------------------------------------------------------------------------ r5932 | p_lindheimer | 2008-07-07 11:49:34 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module initialize uninitialized variable unique_file_key ------------------------------------------------------------------------ r5924 | lazytt | 2008-07-06 12:40:39 -0700 (Sun, 06 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW/ari-zh_TW.mo A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW/ari-zh_TW.po #2609 ------------------------------------------------------------------------ r5923 | lazytt | 2008-07-06 12:39:13 -0700 (Sun, 06 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/lang.php A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW/LC_MESSAGES #2609 ------------------------------------------------------------------------ r5921 | p_lindheimer | 2008-07-06 01:19:52 -0700 (Sun, 06 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2845: add tabindex to drawselects for destination radio buttons ------------------------------------------------------------------------ r5918 | p_lindheimer | 2008-07-05 12:34:39 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0alpha1/tables.php (from /freepbx/trunk/upgrades/2.3.0beta1/tables.php:5815) #1715 need to also create the new global vars ------------------------------------------------------------------------ r5915 | p_lindheimer | 2008-07-05 09:58:02 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #2881: changed filter to bold formats like: 2.4.0rc1.0, 2.4.0beta2.4, 2.4.0alpha1.0, 2.3.0RC1.1 ------------------------------------------------------------------------ r5914 | p_lindheimer | 2008-07-05 09:40:04 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #2881: minor tweak in http title ------------------------------------------------------------------------ r5913 | p_lindheimer | 2008-07-05 09:22:54 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #2881 Add links to tickets and changeset references in changelog in Module Admin - from groogs drupal filter code ------------------------------------------------------------------------ r5912 | pnlarsson | 2008-07-05 04:01:36 -0700 (Sat, 05 Jul 2008) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php Patch for #2497, disable events in php-asmanager.php ------------------------------------------------------------------------ r5903 | p_lindheimer | 2008-07-04 11:16:00 -0700 (Fri, 04 Jul 2008) | 11 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php added gettabindex() and settabindex(val) to guielement class that is used by each of the relevant guielement compoenents. I tried the auto-increment but because of hooks the order did not come out right and I failed to figure out where I could hook into the sorting order process to get the auto increment to work. However, with all of the value set to 1 it obtains the desired result or at least a lot better than was there. also fixed an annoying format issue on section headings. (I can't wait to get rid of these guielements and get a proper forms library!) ------------------------------------------------------------------------ r5876 | p_lindheimer | 2008-07-01 23:20:08 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0alpha1 designate trunk as 2.5 alpha ------------------------------------------------------------------------ r5873 | p_lindheimer | 2008-07-01 21:47:15 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/version.php ARI version 2.5 ------------------------------------------------------------------------ r5872 | p_lindheimer | 2008-07-01 21:46:18 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php added support to featurescodes class to use freepbx_featurecodes.conf in place of hardcoded module settings for default values when supplied ------------------------------------------------------------------------ r5871 | p_lindheimer | 2008-07-01 21:44:13 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php added default USEDEVSTATE, added workaround using wget to try and pull xml when issues with certain content filters ------------------------------------------------------------------------ r5870 | p_lindheimer | 2008-07-01 21:42:41 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php try and set memory_limit when config is too small ------------------------------------------------------------------------ r5869 | p_lindheimer | 2008-07-01 21:41:59 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf try and set memory_limit when config is too small ------------------------------------------------------------------------ r5868 | p_lindheimer | 2008-07-01 21:41:00 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/generate_hints.php support for DND and Intercom hints in dynamic hints mode ------------------------------------------------------------------------ r5838 | p_lindheimer | 2008-06-27 17:02:44 -0700 (Fri, 27 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx-cron-scheduler.php remove un-needed replacement string ------------------------------------------------------------------------ r5836 | p_lindheimer | 2008-06-27 14:44:53 -0700 (Fri, 27 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf SYMLINK notification should print all file errors it finds, warning banner in auto-generated conf files needs an option to not print it as some conf files do not use the ';' syntax ------------------------------------------------------------------------ r5827 | p_lindheimer | 2008-06-25 20:10:12 -0700 (Wed, 25 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2862: spaces/tabs at end of asterisk.conf variables end up in path names and create failures ------------------------------------------------------------------------ r5819 | p_lindheimer | 2008-06-20 09:25:00 -0700 (Fri, 20 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amportal.conf #2855: POST_RELOAD_DEBUG config variable is non-existent option ------------------------------------------------------------------------ r5782 | p_lindheimer | 2008-06-18 17:11:02 -0700 (Wed, 18 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po #2843: Add Russion tranlations ------------------------------------------------------------------------ r5779 | asternic | 2008-06-17 13:18:37 -0700 (Tue, 17 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl M /freepbx/trunk/amp_conf/htdocs_panel/operator_panel.swf #2782: FOP update to make flash player 9.0.124.0 and newer happy ------------------------------------------------------------------------ r5773 | gregmac | 2008-06-14 20:22:02 -0700 (Sat, 14 Jun 2008) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/json.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php Implement #2701 ------------------------------------------------------------------------ r5771 | p_lindheimer | 2008-06-10 19:53:55 -0700 (Tue, 10 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php #2818: should be _SERVER global ------------------------------------------------------------------------ r5765 | p_lindheimer | 2008-06-03 18:14:36 -0700 (Tue, 03 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php #2784: print sql error message not debug message so username and password are not displayed ------------------------------------------------------------------------ r5764 | p_lindheimer | 2008-06-03 18:12:44 -0700 (Tue, 03 Jun 2008) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/recordings/modules/followme.module Merged revisions 5763 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.4 ........ r5763 | p_lindheimer | 2008-06-03 17:31:30 -0700 (Tue, 03 Jun 2008) | 1 line #2604: fix mal-formed html select tags causing problems with some browsers or proxies ........ ------------------------------------------------------------------------ r5760 | p_lindheimer | 2008-06-02 18:44:34 -0700 (Mon, 02 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_admin.php #2766: use htmlspecialchars() when writing out menu bar ------------------------------------------------------------------------ r5758 | p_lindheimer | 2008-05-30 11:08:20 -0700 (Fri, 30 May 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/recordings/locale/uk_UA (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/pt_BR:5722) M /freepbx/trunk/amp_conf/htdocs/recordings/locale/uk_UA/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/uk_UA/LC_MESSAGES/ari.po #2798: Ukranian localization for ARI ------------------------------------------------------------------------ r5750 | p_lindheimer | 2008-04-25 14:05:16 -0700 (Fri, 25 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/login.php #2809 get proper outbound cid from user if not entered with brackets ------------------------------------------------------------------------ r5748 | p_lindheimer | 2008-04-24 15:05:50 -0700 (Thu, 24 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp #2799 create include files needed by manager.conf prior before issuing reload in install script and add new from of reload for 1.6 and beyond syntax ------------------------------------------------------------------------ r5739 | p_lindheimer | 2008-04-20 09:49:13 -0700 (Sun, 20 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Use new CALLERPRES() funtion in place of SetCallerPres() in 1.6 - old version deprecated ------------------------------------------------------------------------ r5736 | p_lindheimer | 2008-04-10 19:37:57 -0700 (Thu, 10 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp fix syntax error in sql statement ------------------------------------------------------------------------ r5723 | p_lindheimer | 2008-02-24 06:46:56 -0800 (Sun, 24 Feb 2008) | 153 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/amp_conf/astetc/cdr_mysql.conf M /freepbx/trunk/amp_conf/astetc/extensions_custom.conf.sample D /freepbx/trunk/amp_conf/astetc/features.conf M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amp_conf/htdocs_panel/op_buttons.cfg M /freepbx/trunk/buildtools/generate-release.sh M /freepbx/trunk/install_amp D /freepbx/trunk/upgrades/2.3.0rc1/removefiles.php D /freepbx/trunk/upgrades/2.3.0rc1/tables.php A /freepbx/trunk/upgrades/2.4.0 (from /freepbx/branches/2.4/upgrades/2.4.0:5710) A /freepbx/trunk/upgrades/2.4.0.md5 (from /freepbx/branches/2.4/upgrades/2.4.0.md5:5710) A /freepbx/trunk/upgrades/2.4.0beta1.md5 (from /freepbx/branches/2.4/upgrades/2.4.0beta1.md5:5480) A /freepbx/trunk/upgrades/2.4.0beta2 (from /freepbx/branches/2.4/upgrades/2.4.0beta2:5710) R /freepbx/trunk/upgrades/2.4.0beta2/core_migrate.php (from /freepbx/branches/2.4/upgrades/2.4.0beta2/core_migrate.php:5710) R /freepbx/trunk/upgrades/2.4.0beta2/tables.php (from /freepbx/branches/2.4/upgrades/2.4.0beta2/tables.php:5710) A /freepbx/trunk/upgrades/2.4.0beta2.md5 (from /freepbx/branches/2.4/upgrades/2.4.0beta2.md5:5710) A /freepbx/trunk/upgrades/2.4.0rc1 (from /freepbx/branches/2.4/upgrades/2.4.0rc1:5710) R /freepbx/trunk/upgrades/2.4.0rc1/core_migrate.php (from /freepbx/branches/2.4/upgrades/2.4.0rc1/core_migrate.php:5710) R /freepbx/trunk/upgrades/2.4.0rc1/tables.php (from /freepbx/branches/2.4/upgrades/2.4.0rc1/tables.php:5710) A /freepbx/trunk/upgrades/2.4.0rc1.md5 (from /freepbx/branches/2.4/upgrades/2.4.0rc1.md5:5710) Merged revisions 5454-5487,5489-5722 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.4 ........ r5454 | p_lindheimer | 2007-12-11 10:52:27 -0800 (Tue, 11 Dec 2007) | 1 line create 2.4 branch from trunk ........ r5455 | p_lindheimer | 2007-12-11 11:24:37 -0800 (Tue, 11 Dec 2007) | 1 line add customappsreg module as part of standard build ........ r5456 | p_lindheimer | 2007-12-11 11:26:01 -0800 (Tue, 11 Dec 2007) | 1 line Creating release 2.4.0beta1 ........ r5473 | p_lindheimer | 2007-12-11 15:47:26 -0800 (Tue, 11 Dec 2007) | 1 line fix install_amp so that it does not change the state of modules to enabled automatically when it is checking them ........ r5474 | p_lindheimer | 2007-12-11 16:03:52 -0800 (Tue, 11 Dec 2007) | 1 line check for version_compare_freepbx in case functions.inc.php is included in an install_amp upgrade ........ r5480 | p_lindheimer | 2007-12-11 17:56:58 -0800 (Tue, 11 Dec 2007) | 1 line we need to enable after installing the modules since the previous change ........ r5492 | p_lindheimer | 2007-12-14 13:48:39 -0800 (Fri, 14 Dec 2007) | 1 line Create empty #include files for to address Asterisk 1.4 change: http://bugs.digium.com/view.php?id=11543 ........ r5497 | p_lindheimer | 2007-12-14 14:45:05 -0800 (Fri, 14 Dec 2007) | 2 lines Blocked revisions 5002,5004,5020,5028,5035-5037,5043,5077,5096,5101-5102,5108,5118,5123,5133-5134,5152,5154,5216,5236,5248,5295,5489 via svnmerge ........ r5504 | p_lindheimer | 2007-12-15 20:57:14 -0800 (Sat, 15 Dec 2007) | 1 line #2554 execif to work with 1.6, adds SetCallerPres, AddQueueMemeber, RemoveQueueMember, UserEvent, MacroExit and ParkedCall to extensions class ........ r5510 | p_lindheimer | 2007-12-16 10:08:32 -0800 (Sun, 16 Dec 2007) | 1 line reminder to change execif when Asterisk trunk fixed ........ r5515 | p_lindheimer | 2007-12-16 11:54:38 -0800 (Sun, 16 Dec 2007) | 1 line add tooltip to module admin online update to provide informaiton of what is trasmitted ........ r5517 | p_lindheimer | 2007-12-16 12:07:58 -0800 (Sun, 16 Dec 2007) | 1 line add tooltip to CHeck for updates online link to provide information of what needs to be trasmitted when checking for updates ........ r5520 | p_lindheimer | 2007-12-16 12:21:55 -0800 (Sun, 16 Dec 2007) | 1 line formatting fix ........ r5522 | p_lindheimer | 2007-12-16 13:14:09 -0800 (Sun, 16 Dec 2007) | 1 line oops, r5521 should have been svn mv not svn cp but deleting now has same effect ........ r5525 | p_lindheimer | 2007-12-16 13:22:18 -0800 (Sun, 16 Dec 2007) | 1 line add default to userevent to remove warning ........ r5526 | p_lindheimer | 2007-12-16 13:26:53 -0800 (Sun, 16 Dec 2007) | 1 line #2539 module.xml field to medium blob, and add beta2 upgrade script including migrating features.conf to core ........ r5533 | p_lindheimer | 2007-12-16 14:43:31 -0800 (Sun, 16 Dec 2007) | 1 line Creating release 2.4.0beta2 ........ r5555 | pnlarsson | 2007-12-26 15:17:10 -0800 (Wed, 26 Dec 2007) | 1 line The ExecIf issue has been resolved in http://svn.digium.com/view/asterisk?view=rev&rev=94814 ........ r5564 | p_lindheimer | 2008-01-10 10:47:27 -0800 (Thu, 10 Jan 2008) | 1 line add addSwitch to extensions class, similar to addInclude to introduce the Asterisk switch statement ........ r5570 | pnlarsson | 2008-01-12 08:37:41 -0800 (Sat, 12 Jan 2008) | 1 line Fixes #2578, setting language in asterisk trunk/1.6 ........ r5578 | p_lindheimer | 2008-01-12 14:09:37 -0800 (Sat, 12 Jan 2008) | 1 line dumb spacing change ........ r5596 | p_lindheimer | 2008-01-14 16:21:33 -0800 (Mon, 14 Jan 2008) | 1 line all contexts don't need to have custom in the string, this is very outdated ........ r5612 | pnlarsson | 2008-01-20 07:25:15 -0800 (Sun, 20 Jan 2008) | 1 line Disabeling the check for asterisk version higher than 1.5 - to be able to install freepbx on the latest 1.6 beta ........ r5623 | p_lindheimer | 2008-01-27 09:52:58 -0800 (Sun, 27 Jan 2008) | 1 line put asterisk version checking back in but allow 1.6 and below ........ r5624 | p_lindheimer | 2008-01-27 09:54:26 -0800 (Sun, 27 Jan 2008) | 1 line reformat and add userfield=1 to have userfield saved to MySQL CDR ........ r5628 | p_lindheimer | 2008-01-27 10:52:07 -0800 (Sun, 27 Jan 2008) | 1 line make 2.4.0rc1 upgrade directory ........ r5630 | p_lindheimer | 2008-01-27 11:30:13 -0800 (Sun, 27 Jan 2008) | 1 line DUNDi and 1.6 support comment in CHANGES ........ r5631 | p_lindheimer | 2008-01-27 11:31:57 -0800 (Sun, 27 Jan 2008) | 1 line Creating release 2.4.0rc1 ........ r5642 | p_lindheimer | 2008-01-30 22:46:41 -0800 (Wed, 30 Jan 2008) | 1 line #2659 Queues FOP information gone and #668 added back in along with Conferences and Parking ........ r5646 | pnlarsson | 2008-02-02 16:09:00 -0800 (Sat, 02 Feb 2008) | 1 line #2599, adding support for detecting asterisk svn team branches ........ r5648 | p_lindheimer | 2008-02-07 08:52:14 -0800 (Thu, 07 Feb 2008) | 1 line #2625 fixing spelling error tansmit to transmit ........ r5656 | p_lindheimer | 2008-02-08 07:42:18 -0800 (Fri, 08 Feb 2008) | 1 line wrap update info in urlencode() ........ r5660 | p_lindheimer | 2008-02-09 13:25:57 -0800 (Sat, 09 Feb 2008) | 1 line create 2.4.0 upgrade directory to bump version information ........ r5687 | p_lindheimer | 2008-02-09 15:37:15 -0800 (Sat, 09 Feb 2008) | 1 line Creating release 2.4.0 ........ r5701 | p_lindheimer | 2008-02-10 19:50:46 -0800 (Sun, 10 Feb 2008) | 1 line module_xml needs to be mediumblob to handle larger xml files ........ r5704 | p_lindheimer | 2008-02-11 21:18:49 -0800 (Mon, 11 Feb 2008) | 1 line #2676 webroot missing from GetOpt ........ r5710 | p_lindheimer | 2008-02-18 08:51:20 -0800 (Mon, 18 Feb 2008) | 1 line #2685 - pipe stderr to stdout when running retrieve conf so error messages encountered are included in the output display ........ ------------------------------------------------------------------------ r5491 | p_lindheimer | 2007-12-14 13:34:42 -0800 (Fri, 14 Dec 2007) | 3 lines Changed paths: M /freepbx/trunk Removed merge tracking for "svnmerge" for http://svn.freepbx.org/freepbx/branches/2.3 ------------------------------------------------------------------------ r5490 | p_lindheimer | 2007-12-14 13:30:57 -0800 (Fri, 14 Dec 2007) | 3 lines Changed paths: M /freepbx/trunk Initialized merge tracking via "svnmerge" with revisions "1-5453" from http://svn.freepbx.org/freepbx/branches/2.4 ------------------------------------------------------------------------ r5448 | p_lindheimer | 2007-12-10 17:17:50 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf CUSTOMASERROR changed to default to true since the new custom app registry should be used ------------------------------------------------------------------------ r5399 | p_lindheimer | 2007-12-10 13:47:11 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/CHANGES more CHANGES written up ------------------------------------------------------------------------ r5398 | p_lindheimer | 2007-12-10 13:43:31 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php add delguielem to allow hook to remove an element added from another module, minor formatting changes also ------------------------------------------------------------------------ r5393 | p_lindheimer | 2007-12-10 12:12:32 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po #2453 update ru translations ------------------------------------------------------------------------ r5392 | p_lindheimer | 2007-12-10 12:06:52 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.mo A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.po #2431 hu translations ------------------------------------------------------------------------ r5375 | p_lindheimer | 2007-12-08 10:45:25 -0800 (Sat, 08 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add warning and red highlight to Unknown Destinations that was the previous Custom App field (drawselect) ------------------------------------------------------------------------ r5362 | p_lindheimer | 2007-12-06 01:54:00 -0800 (Thu, 06 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.po #2134 updated italian translations ------------------------------------------------------------------------ r5361 | p_lindheimer | 2007-12-06 01:07:54 -0800 (Thu, 06 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/reports.php M /freepbx/trunk/amp_conf/htdocs/admin/views/reports.php #2334: no logo customization, logout ability on reports page ------------------------------------------------------------------------ r5360 | p_lindheimer | 2007-12-06 00:28:38 -0800 (Thu, 06 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_hourdetail.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_stat.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_statbar.php #2484 CDR Reports SOURCE column was not differntiating it's search for the differnt radio button choices, everything was 'LIKE %% - changed sourcetype to srctype across the entire application to fix (it depends on the src part of srctype to be the table field name - pretty ugly ------------------------------------------------------------------------ r5358 | p_lindheimer | 2007-12-05 23:13:33 -0800 (Wed, 05 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css #2419 add css styling to fix IE7 ------------------------------------------------------------------------ r5351 | p_lindheimer | 2007-12-05 13:27:21 -0800 (Wed, 05 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php #1858 allow database mode login with AMPDBUSER/AMPDBPASS regardless of if there are any rows in the ampuser table ------------------------------------------------------------------------ r5347 | p_lindheimer | 2007-12-04 22:14:23 -0800 (Tue, 04 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/archive_recordings #2475 check .wav and .WAV in all places, and enable --delwav option ------------------------------------------------------------------------ r5346 | p_lindheimer | 2007-12-04 22:03:02 -0800 (Tue, 04 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/upgrades/2.4.0beta1/tables.php #2523: convert ampusers sections field to blob as varchar 255 has become too small, and remove queuue creation from newinstall config ------------------------------------------------------------------------ r5332 | p_lindheimer | 2007-12-01 23:36:31 -0800 (Sat, 01 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf #2319 add configurable variable SERVERINTITLE to have the SERVER name in the Browser title, useful when managing multiple FreePBX system to differntiate in the browser tabs ------------------------------------------------------------------------ r5331 | p_lindheimer | 2007-12-01 22:22:25 -0800 (Sat, 01 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf added XTNCONFICTABORT and BADDESTABORT options to about retrieve_conf, changed retireve_conf to not run legacy generation for sip, iax,zap and queues if proper core_conf or queues_conf classes are found ------------------------------------------------------------------------ r5319 | p_lindheimer | 2007-11-28 11:56:10 -0800 (Wed, 28 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amportal.conf add CUSTOMASERROR and DYNAMICHINTS to amportal.conf ------------------------------------------------------------------------ r5318 | p_lindheimer | 2007-11-28 11:55:20 -0800 (Wed, 28 Nov 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/bin/generate_hints.php (from /freepbx/trunk/amp_conf/bin/reset-hints.php:5304) D /freepbx/trunk/amp_conf/bin/reset-hints.php change reset-hints.php to generate_hints.php which is used by #exec when DYNAMICHINTS=true ------------------------------------------------------------------------ r5317 | p_lindheimer | 2007-11-28 11:45:34 -0800 (Wed, 28 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add an asterisk #exec to the extensions class, and add DYNAMICHINTS to be used by core to dynamically generate hints ------------------------------------------------------------------------ r5305 | p_lindheimer | 2007-11-27 11:40:11 -0800 (Tue, 27 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/CHANGES more edits to CHANGES ------------------------------------------------------------------------ r5303 | p_lindheimer | 2007-11-27 11:24:42 -0800 (Tue, 27 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/CHANGES M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql A /freepbx/trunk/upgrades/2.4.0beta1 (from /freepbx/trunk/upgrades/2.3.0beta1:5270) D /freepbx/trunk/upgrades/2.4.0beta1/callback.php D /freepbx/trunk/upgrades/2.4.0beta1/core_migrate.php R /freepbx/trunk/upgrades/2.4.0beta1/tables.php (from /freepbx/trunk/upgrades/2.3.0beta1/tables.php:5302) 2.3.0beta1 directory and infrastructure includes conversion to incoming table for Zap Channel DIDs ------------------------------------------------------------------------ r5294 | p_lindheimer | 2007-11-26 16:21:35 -0800 (Mon, 26 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php #2517 quote in case we allow non-numeric devices ------------------------------------------------------------------------ r5293 | p_lindheimer | 2007-11-25 18:09:54 -0800 (Sun, 25 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add option to drawselects() to force it to show custom destination option ------------------------------------------------------------------------ r5275 | p_lindheimer | 2007-11-24 23:57:44 -0800 (Sat, 24 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php added additional support functions for extensions and destination registry and integrity checks ------------------------------------------------------------------------ r5270 | p_lindheimer | 2007-11-19 08:22:13 -0800 (Mon, 19 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php change module_admin to report errors from dependencies but still list remaining selected modules that do not have errors and allow them to download while skipping the error ones ------------------------------------------------------------------------ r5269 | p_lindheimer | 2007-11-19 07:45:51 -0800 (Mon, 19 Nov 2007) | 1 line Changed paths: D /freepbx/trunk/amp_conf/agi-bin/user_login_out.agi A /modules/branches/2.4/core/agi-bin/user_login_out.agi (from /freepbx/trunk/amp_conf/agi-bin/user_login_out.agi:5268) moved user_login_out.agi to core module where it should have been placed ------------------------------------------------------------------------ r5267 | p_lindheimer | 2007-11-18 22:07:35 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/bin/reset-hints.php script to set all the hints according to current login state of all devices. will be incorporated to rebuild hints after a reload ------------------------------------------------------------------------ r5266 | p_lindheimer | 2007-11-18 20:51:55 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/agi-bin/user_login_out.agi added user_login_out.agi to replace existing dialplan code and properly deal with and set hints for adhoc devices. Changes in extnensions.conf to come ------------------------------------------------------------------------ r5265 | p_lindheimer | 2007-11-18 20:50:46 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi-asmanager.php added option to database_show to provide a family to show, default is everything. Also fixed some bogus output it was producing ------------------------------------------------------------------------ r5264 | p_lindheimer | 2007-11-18 20:44:52 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php added: framework_check_extension_usage(), framework_display_extension_usage() for extension registry; framework_check_destination_usage() for destination registry ------------------------------------------------------------------------ r5263 | p_lindheimer | 2007-11-18 20:23:55 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php added option to database_show to provide a family to show, default is everything. Also fixed some bogus output it was producing ------------------------------------------------------------------------ r5247 | p_lindheimer | 2007-11-17 09:47:00 -0800 (Sat, 17 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi-asmanager.php fix database_get not working in this version of phpagi-asmanager.php (we really need to merge all these different versions) ------------------------------------------------------------------------ r5243 | p_lindheimer | 2007-11-14 16:39:15 -0800 (Wed, 14 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #2446 add ext_setglobalvar and ext_stopplaytones ------------------------------------------------------------------------ r5235 | p_lindheimer | 2007-11-09 14:27:38 -0800 (Fri, 09 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php quote id to handle non-numeric ids in iax table ------------------------------------------------------------------------ r5215 | p_lindheimer | 2007-11-06 07:56:09 -0800 (Tue, 06 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2477: clarify new module notification that it must be manually deleted ------------------------------------------------------------------------ r5195 | p_lindheimer | 2007-11-02 18:17:10 -0700 (Fri, 02 Nov 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 5194 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5194 | p_lindheimer | 2007-11-02 18:15:50 -0700 (Fri, 02 Nov 2007) | 1 line #2373 remove unimportant warning ........ ------------------------------------------------------------------------ r5178 | p_lindheimer | 2007-10-29 17:27:25 -0700 (Mon, 29 Oct 2007) | 2 lines Changed paths: A /freepbx/trunk/upgrades/2.4.0alpha1 (from /freepbx/trunk/upgrades/2.3.1:5149) D /freepbx/trunk/upgrades/2.4.0alpha1/removefiles.php create 2.4.0alpha1 directory so trunk shows 2.4 and pulls from 2.4 modules ------------------------------------------------------------------------ r5177 | p_lindheimer | 2007-10-29 17:25:19 -0700 (Mon, 29 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php add ExecIf to extensions class ------------------------------------------------------------------------ r5153 | p_lindheimer | 2007-10-23 14:47:54 -0700 (Tue, 23 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/version.php #2430 update ARI version ------------------------------------------------------------------------ r5151 | p_lindheimer | 2007-10-23 14:43:21 -0700 (Tue, 23 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php #2451 add missing to logout link ------------------------------------------------------------------------ r5150 | p_lindheimer | 2007-10-22 15:42:27 -0700 (Mon, 22 Oct 2007) | 9 lines Changed paths: M /freepbx/trunk A /freepbx/trunk/upgrades/2.3.1.md5 (from /freepbx/branches/2.3/upgrades/2.3.1.md5:5140) Merged revisions 5140 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5140 | p_lindheimer | 2007-10-22 11:22:56 -0700 (Mon, 22 Oct 2007) | 1 line Creating release 2.3.1 ........ ------------------------------------------------------------------------ r5136 | p_lindheimer | 2007-10-22 11:05:48 -0700 (Mon, 22 Oct 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES A /freepbx/trunk/upgrades/2.3.1 (from /freepbx/branches/2.3/upgrades/2.3.1:5135) R /freepbx/trunk/upgrades/2.3.1/removefiles.php (from /freepbx/branches/2.3/upgrades/2.3.1/removefiles.php:5135) Merged revisions 5135 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5135 | p_lindheimer | 2007-10-22 11:04:28 -0700 (Mon, 22 Oct 2007) | 1 line update CHANGES file and prepare for 2.3.1 ........ ------------------------------------------------------------------------ r5132 | p_lindheimer | 2007-10-22 09:48:36 -0700 (Mon, 22 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf change search path for retrieve_conf_post_custom from AMPBIN to AMPLOCALBIN which must be defined ------------------------------------------------------------------------ r5124 | p_lindheimer | 2007-10-18 12:32:55 -0700 (Thu, 18 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/buildtools/generate-release.sh M /freepbx/trunk/buildtools/md5-amp_conf.sh create md5sums for all files, if some files will need special case they will be handled during install_amp process - for now this means manager.con, cdr_mysql.conf and a few others will get prompted ------------------------------------------------------------------------ r5122 | p_lindheimer | 2007-10-18 12:08:08 -0700 (Thu, 18 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/bounce_op.sh M /freepbx/trunk/apply_conf.sh modify apply_conf.sh to handle more generic changes then stock installs ------------------------------------------------------------------------ r5117 | p_lindheimer | 2007-10-10 13:04:04 -0700 (Wed, 10 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/setup_svn.php change svn URL in setup_svn.php to reflect new repository ------------------------------------------------------------------------ r5107 | p_lindheimer | 2007-10-08 17:53:09 -0700 (Mon, 08 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin add reload option to command line module_admin ------------------------------------------------------------------------ r5095 | p_lindheimer | 2007-10-03 16:40:58 -0700 (Wed, 03 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js M /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js #2412 leftover goto_indicate in javascript making validation fail ------------------------------------------------------------------------ r5089 | p_lindheimer | 2007-10-02 08:14:51 -0700 (Tue, 02 Oct 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 5088 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5088 | p_lindheimer | 2007-10-02 08:13:28 -0700 (Tue, 02 Oct 2007) | 1 line print missing module rawname when module info not available for dependencies ........ ------------------------------------------------------------------------ r5085 | p_lindheimer | 2007-10-01 15:22:58 -0700 (Mon, 01 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/buildtools/generate-release.sh change gneerate-release.sh to 2.4 module repository ------------------------------------------------------------------------ r5076 | p_lindheimer | 2007-09-20 18:49:17 -0700 (Thu, 20 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/buildtools/generate-release.sh change svn path in build scripts ------------------------------------------------------------------------ r5068 | gregmac | 2007-09-19 21:01:45 -0700 (Wed, 19 Sep 2007) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php A /freepbx/trunk/amp_conf/htdocs/admin/module-builtin.xml Remove hardcoding of module admin, add module-builtin.xml file (related to #2335) Add handlers for "builtin" module to module API functions. ------------------------------------------------------------------------ r5042 | p_lindheimer | 2007-09-16 16:12:33 -0700 (Sun, 16 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js M /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js #2383 allow + sign in CID ------------------------------------------------------------------------ r5041 | p_lindheimer | 2007-09-15 09:22:45 -0700 (Sat, 15 Sep 2007) | 9 lines Changed paths: M /freepbx/trunk Blocked revisions 5037 via svnmerge ........ r5037 | p_lindheimer | 2007-09-15 09:01:24 -0700 (Sat, 15 Sep 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3.newcss ........ ------------------------------------------------------------------------ r5040 | p_lindheimer | 2007-09-15 09:09:48 -0700 (Sat, 15 Sep 2007) | 8 lines Changed paths: M /freepbx/trunk Blocked revisions 4997 via svnmerge ........ r4997 | p_lindheimer | 2007-09-04 21:23:15 -0700 (Tue, 04 Sep 2007) | 1 line revert r4994 which was merged to trunk r4996, no new feautures in 2.3 without very good reason to be discussed ........ ------------------------------------------------------------------------ r5038 | p_lindheimer | 2007-09-15 09:03:59 -0700 (Sat, 15 Sep 2007) | 3 lines Changed paths: M /freepbx/trunk Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ------------------------------------------------------------------------ r5032 | p_lindheimer | 2007-09-14 14:55:22 -0700 (Fri, 14 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amportal.conf Change default amportal.conf file (new installs) to FOPRUN=true ------------------------------------------------------------------------ r5031 | p_lindheimer | 2007-09-14 10:02:49 -0700 (Fri, 14 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf add the option to execute a retrieve_conf_post_custom script if present, must be a php script and obtains the entire retrieve_conf environment ------------------------------------------------------------------------ r5027 | p_lindheimer | 2007-09-12 09:25:24 -0700 (Wed, 12 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine #2331 check both /dev/misdn and /dev/mISDN for permission changing requirements ------------------------------------------------------------------------ r5026 | p_lindheimer | 2007-09-12 00:08:09 -0700 (Wed, 12 Sep 2007) | 9 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php change module admin tarball explodes so they are exploded in _cache and then moved over to the module directory after removing the old one. This provides an ability to remove old files. It does not yet save the old module anywhere. retrieve_conf has been changed where it does symlinks so that any existing symlinks that point to a non-existant file are removed and reported as file not existing if remove was successful. ------------------------------------------------------------------------ r5019 | p_lindheimer | 2007-09-09 21:24:41 -0700 (Sun, 09 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp remove some unused variales causing confusion because of a typo ------------------------------------------------------------------------ r5016 | diego_iastrubni | 2007-09-09 04:11:11 -0700 (Sun, 09 Sep 2007) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php 2 must do commits: extensions are not tested with the "so" suffix, and escaping strings in SQL is not done like in MySQL (MySQL uses non standard notation). Lets assume that if that function is not available, the engine will be able to deal with this standard notation. SQLite3 does, still need to test pgsql. ------------------------------------------------------------------------ r5007 | p_lindheimer | 2007-09-08 10:46:39 -0700 (Sat, 08 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php more general purpose fix for sipaddheader issues ------------------------------------------------------------------------ r5003 | p_lindheimer | 2007-09-07 20:53:48 -0700 (Fri, 07 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp revert r5000 - these variables are ignored in the freepbx code by the parser if other ones are found in asterisk.conf but other applications may have come to expect these and we don't want to break compatibility ------------------------------------------------------------------------ r5001 | p_lindheimer | 2007-09-07 20:42:19 -0700 (Fri, 07 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php escape spaces in exec_sipaddheader() or they get chopped off in the library. Fixes some paging issues ------------------------------------------------------------------------ r5000 | diego_iastrubni | 2007-09-05 00:47:45 -0700 (Wed, 05 Sep 2007) | 2 lines Changed paths: M /freepbx/trunk/install_amp deprecated means deprecated. this piece of code should have been gone in 2.3, but i missed the deadline, for 2.4 it's gone ------------------------------------------------------------------------ r4996 | p_lindheimer | 2007-09-04 21:19:43 -0700 (Tue, 04 Sep 2007) | 16 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/bin/freepbx-cron-scheduler.php M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/install_amp Merged revisions 4133-4134,4136-4139,4141-4145,4147,4151-4152,4156-4169,4172,4175,4177-4178,4181-4199,4201-4218,4220-4221,4223-4228,4230-4237,4239-4248,4250-4256,4259-4261,4265-4268,4270-4271,4274-4276,4278-4280,4283-4288,4290-4292,4294-4298,4300-4306,4310-4321,4323-4327,4329-4334,4340-4342,4344-4347,4350,4360-4362,4365,4373,4375-4376,4380,4382,4385,4387,4390-4393,4396,4399,4401-4403,4406,4408,4420,4422-4423,4426-4427,4431,4433-4434,4436-4438,4440-4441,4447,4454,4457,4461,4464-4467,4473-4476,4481,4483-4510,4512-4513,4515-4524,4526-4527,4537-4550,4552-4560,4562-4590,4592-4593,4595-4598,4600-4603,4605,4607-4608,4610-4612,4614,4616-4617,4621-4622,4626-4627,4629-4632,4635,4638-4660,4663-4666,4670,4675-4676,4678-4680,4683-4685,4689,4692,4694-4695,4697-4698,4702,4706,4712-4716,4718-4722,4724-4725,4727-4730,4732-4741,4751-4757,4762-4763,4769-4770,4780-4851,4854-4864,4866-4868,4871-4873,4876-4878,4880-4881,4885,4888-4891,4894,4896-4899,4901-4915,4921-4926,4928-4942,4946,4948-4958,4960-4961,4963-4971,4973,4975-4977,4980-4983,4985-4989,4991-4995 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ........ r4994 | diego_iastrubni | 2007-09-04 01:41:18 -0700 (Tue, 04 Sep 2007) | 6 lines SQLite3 support: * db_connect: load the sqlite3 module if not already loaded * functions.inc.php: when dieing because of SQL errors do tell the SQL error (will affect also MySQL setups, but on a positive way) * retrieve_conf,install_amp: remove deprecated code for sqlite2 support. it was announced and db_connect does not support it, so this is a bug fix. ........ r4995 | p_lindheimer | 2007-09-04 20:44:16 -0700 (Tue, 04 Sep 2007) | 1 line declare db as global in fatal and make sure db connection is open before logging errors to notificaion table ........ ------------------------------------------------------------------------ r4993 | gregmac | 2007-09-02 15:07:42 -0700 (Sun, 02 Sep 2007) | 6921 lines Changed paths: M /freepbx/trunk D /freepbx/trunk/AAH_updatemaint.sh M /freepbx/trunk/CHANGES M /freepbx/trunk/CONTRIB.txt M /freepbx/trunk/ChangeLog M /freepbx/trunk/INSTALL M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/UPGRADE M /freepbx/trunk/amp_conf/agi-bin/phpagi.php M /freepbx/trunk/amp_conf/astetc/queues.conf M /freepbx/trunk/amp_conf/bin/archive_recordings A /freepbx/trunk/amp_conf/bin/bounce_op.sh (from /freepbx/branches/2.3/amp_conf/bin/bounce_op.sh:4990) A /freepbx/trunk/amp_conf/bin/freepbx-cron-scheduler.php (from /freepbx/branches/2.3/amp_conf/bin/freepbx-cron-scheduler.php:4990) A /freepbx/trunk/amp_conf/bin/freepbx_engine (from /freepbx/branches/2.3/amp_conf/bin/freepbx_engine:4990) A /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php (from /freepbx/branches/2.3/amp_conf/bin/libfreepbx.confgen.php:4990) M /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/bin/retrieve_conf D /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl D /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl D /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl D /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl D /freepbx/trunk/amp_conf/htdocs/admin/bounce_op.sh M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/common/ie.css A /freepbx/trunk/amp_conf/htdocs/admin/common/interface.dim.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/interface.dim.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/jquery-1.1.3.1.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery-1.1.3.1.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/jquery.dimensions.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery.dimensions.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/jquery.tabs-2.7.4.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery.tabs-2.7.4.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/json.inc.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/json.inc.php:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js:4990) M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php A /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/script.legacy.js:4990) M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/favicon.ico M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php D /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php M /freepbx/trunk/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po A /freepbx/trunk/amp_conf/htdocs/admin/images/accept.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/accept.png:4990) M /freepbx/trunk/amp_conf/htdocs/admin/images/amp.png A /freepbx/trunk/amp_conf/htdocs/admin/images/arrow_rotate_clockwise.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/arrow_rotate_clockwise.png:4990) D /freepbx/trunk/amp_conf/htdocs/admin/images/background-grid.png D /freepbx/trunk/amp_conf/htdocs/admin/images/background-triangle.png A /freepbx/trunk/amp_conf/htdocs/admin/images/cancel.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/cancel.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/category1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/category1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/database_gear.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/database_gear.png:4990) M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx.png M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx_large.png M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx_small.png M /freepbx/trunk/amp_conf/htdocs/admin/images/header-back.png A /freepbx/trunk/amp_conf/htdocs/admin/images/loading.gif (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/loading.gif:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/logo.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/logo.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/modules-current1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/modules-current1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/modules-hover1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/modules-hover1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/modules1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/modules1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-first-current.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-first-current.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-first.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-first.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-hover.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-hover.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-select.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-select.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/watermark.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/watermark.png:4990) M /freepbx/trunk/amp_conf/htdocs/admin/index.php D /freepbx/trunk/amp_conf/htdocs/admin/logout.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/.htaccess M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amp_conf/htdocs/admin/panel.php M /freepbx/trunk/amp_conf/htdocs/admin/reports.php A /freepbx/trunk/amp_conf/htdocs/admin/views (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_admin.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_admin.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_reload.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_reload.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_reloadbar.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_reloadbar.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/loggedout.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/loggedout.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/menuitem_disabled.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/menuitem_disabled.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/noaccess.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/noaccess.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/panel.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/panel.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/reports.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/reports.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/unauthorized.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/unauthorized.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/welcome.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/welcome.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/welcome_nomanager.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/welcome_nomanager.php:4990) M /freepbx/trunk/amp_conf/htdocs/index.html M /freepbx/trunk/amp_conf/htdocs/recordings/includes/asi.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/bootstrap.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/crypt.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/login.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/main.conf.php A /freepbx/trunk/amp_conf/htdocs/recordings/modules/VmX.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/VmX.module:4990) M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module A /freepbx/trunk/amp_conf/htdocs/recordings/modules/featurecodes.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/featurecodes.module:4990) A /freepbx/trunk/amp_conf/htdocs/recordings/modules/followme.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/followme.module:4990) D /freepbx/trunk/amp_conf/htdocs/recordings/modules/help.module A /freepbx/trunk/amp_conf/htdocs/recordings/modules/phonefeatures.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/phonefeatures.module:4990) M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module M /freepbx/trunk/amp_conf/htdocs/recordings/theme/layout.css M /freepbx/trunk/amp_conf/htdocs/recordings/theme/page.tpl.php M /freepbx/trunk/amp_conf/htdocs/recordings/version.php M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_style.cfg M /freepbx/trunk/amp_conf/htdocs_panel/operator_panel.swf M /freepbx/trunk/amp_conf/htdocs_panel/safe_opserver M /freepbx/trunk/amp_conf/sbin/amportal M /freepbx/trunk/amportal.conf A /freepbx/trunk/buildtools (from /freepbx/branches/2.3/buildtools:4990) R /freepbx/trunk/buildtools/README.directory (from /freepbx/branches/2.3/buildtools/README.directory:4990) R /freepbx/trunk/buildtools/generate-release.sh (from /freepbx/branches/2.3/buildtools/generate-release.sh:4990) R /freepbx/trunk/buildtools/jsmin.rb (from /freepbx/branches/2.3/buildtools/jsmin.rb:4990) R /freepbx/trunk/buildtools/md5-amp_conf.sh (from /freepbx/branches/2.3/buildtools/md5-amp_conf.sh:4990) R /freepbx/trunk/buildtools/pack_javascripts.sh (from /freepbx/branches/2.3/buildtools/pack_javascripts.sh:4990) M /freepbx/trunk/freepbx.pot D /freepbx/trunk/gen-dist M /freepbx/trunk/install_amp A /freepbx/trunk/libfreepbx.install.php (from /freepbx/branches/2.3/libfreepbx.install.php:4990) A /freepbx/trunk/setup_svn.php (from /freepbx/branches/2.3/setup_svn.php:4990) M /freepbx/trunk/sqlite.readme A /freepbx/trunk/start_asterisk (from /freepbx/branches/2.3/start_asterisk:4990) M /freepbx/trunk/upgrades/2.2.0beta1/ampbackup.php A /freepbx/trunk/upgrades/2.2.1.md5 (from /freepbx/branches/2.3/upgrades/2.2.1.md5:4990) A /freepbx/trunk/upgrades/2.2.3 (from /freepbx/branches/2.3/upgrades/2.2.3:4990) R /freepbx/trunk/upgrades/2.2.3/tables.php (from /freepbx/branches/2.3/upgrades/2.2.3/tables.php:4990) A /freepbx/trunk/upgrades/2.2.3.md5 (from /freepbx/branches/2.3/upgrades/2.2.3.md5:4990) A /freepbx/trunk/upgrades/2.3.0 (from /freepbx/branches/2.3/upgrades/2.3.0:4990) R /freepbx/trunk/upgrades/2.3.0/removefiles.php (from /freepbx/branches/2.3/upgrades/2.3.0/removefiles.php:4990) A /freepbx/trunk/upgrades/2.3.0.md5 (from /freepbx/branches/2.3/upgrades/2.3.0.md5:4990) M /freepbx/trunk/upgrades/2.3.0beta1/callback.php M /freepbx/trunk/upgrades/2.3.0beta1/core_migrate.php M /freepbx/trunk/upgrades/2.3.0beta1/tables.php M /freepbx/trunk/upgrades/2.3.0beta1.md5 A /freepbx/trunk/upgrades/2.3.0beta2 (from /freepbx/branches/2.3/upgrades/2.3.0beta2:4990) R /freepbx/trunk/upgrades/2.3.0beta2/tables.php (from /freepbx/branches/2.3/upgrades/2.3.0beta2/tables.php:4990) A /freepbx/trunk/upgrades/2.3.0beta2.md5 (from /freepbx/branches/2.3/upgrades/2.3.0beta2.md5:4990) A /freepbx/trunk/upgrades/2.3.0rc1 (from /freepbx/branches/2.3/upgrades/2.3.0rc1:4990) R /freepbx/trunk/upgrades/2.3.0rc1/removefiles.php (from /freepbx/branches/2.3/upgrades/2.3.0rc1/removefiles.php:4990) R /freepbx/trunk/upgrades/2.3.0rc1/tables.php (from /freepbx/branches/2.3/upgrades/2.3.0rc1/tables.php:4990) A /freepbx/trunk/upgrades/2.3.0rc1.md5 (from /freepbx/branches/2.3/upgrades/2.3.0rc1.md5:4990) D /freepbx/trunk/upgrades/generate-release.sh D /freepbx/trunk/upgrades/md5-amp_conf.sh Merge 2.3 branch to trunk, following 2.3.0 release. Merged revisions 4133-4134,4136-4139,4141-4992 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ r4146 | p_lindheimer | 2007-06-21 22:21:38 -0400 (Thu, 21 Jun 2007) | 5765 lines Merged revisions 4135,4137-4145 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4141 | p_lindheimer | 2007-06-21 18:55:49 -0700 (Thu, 21 Jun 2007) | 3700 lines Blocked revisions 3228,3235,3239,3242,3244,3247,3249,3252-3254,3262-3263,3267,3270,3272,3283,3285,3296,3298,3333-3335,3337,3366,3374,3389,3392,3406,3409,3420,3435-3436,3438,3480-3481,3483,3491,3493,3495,3497-3500,3504,3507,3512,3520-3521,3524,3531,3533,3536-3537,3539,3547,3549,3562,3568,3570-3572,3577,3583,3588,3625-3626,3629-3630,3642,3646,3659,3662,3670,3672-3673,3678-3679,3690,3762,3765,3768-3769,3771,3775,3778-3779,3788,3797,3799-3800,3807,3809,3827,3838,3843-3845,3847,3852-3853,3856,3859,3864-3865,3871,3873-3874,3884,3892-3893,3895,3897-3898,3904,3906,3908,3910,3918,3920,3922,3924-3927,3929,3931-3932,3934,3936,3939,3948-3949,3953-3955,3957,3959,3967,3969,3972,3974-3977,3979-3980,3987,3994,3996-3997,4003-4004,4014,4016,4021,4040,4053-4054,4056,4058,4062-4066,4068,4071,4074,4082-4083,4087-4088,4103,4110,4112-4113,4116-4117,4119-4123,4133-4134,4137-4139 via svnmerge ................ r3228 | qldrob | 2006-11-27 20:30:19 -0800 (Mon, 27 Nov 2006) | 2 lines Update module list ................ r3235 | qldrob | 2006-11-28 12:34:51 -0800 (Tue, 28 Nov 2006) | 2 lines Fix incorrect error being displayed when Display Name is left blank. #1458. ................ r3239 | gregmac | 2006-11-28 13:57:56 -0800 (Tue, 28 Nov 2006) | 2 lines Add 'return' button to module admin, cancel button on confim page only goes online if it was previously online ................ r3242 | gregmac | 2006-11-28 16:14:17 -0800 (Tue, 28 Nov 2006) | 2 lines Modules confirm page now checks for dependencies before actually running actions ................ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ................ r3247 | gregmac | 2006-11-30 07:13:17 -0800 (Thu, 30 Nov 2006) | 2 lines Fixed bug with broken modules names not showing up on confirm screen ................ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3254 | p_lindheimer | 2006-12-01 22:26:50 -0800 (Fri, 01 Dec 2006) | 1 line add the ability to set the moh class for outbound routes as well as for inbound routes and direct did routes ................ r3262 | p_lindheimer | 2006-12-02 20:25:16 -0800 (Sat, 02 Dec 2006) | 1 line correct moh tooltip on outbound routes ................ r3263 | gregmac | 2006-12-03 23:34:51 -0800 (Sun, 03 Dec 2006) | 2 lines Fixed weird-o negative logic ................ r3267 | gregmac | 2006-12-04 10:29:33 -0800 (Mon, 04 Dec 2006) | 2 lines Typo ................ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ................ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ................ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ................ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ................ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ................ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3374 | gregmac | 2006-12-19 15:16:16 -0800 (Tue, 19 Dec 2006) | 1 line Added freepbx_get_contexts() function to invoke module _contexts() hook functions, and return an associatve array with all valid contexts (minimually containing 'context', 'description', and 'module') ................ r3389 | gregmac | 2006-12-20 06:38:51 -0800 (Wed, 20 Dec 2006) | 2 lines Added manual module upload option for module admin ................ r3392 | gregmac | 2006-12-20 07:54:47 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3406 | p_lindheimer | 2006-12-21 17:41:20 -0800 (Thu, 21 Dec 2006) | 1 line core changes required for new ringallv2 ring strategy added to followme. This strategy allows the primary extension in a followme to start ringing for the pre-ring time, and if present in its own ringgroup (the typical behavior), it will continue ringing and not hangup and then re-ring. This avoids the double missed calls on many phones from the normal modes ................ r3409 | p_lindheimer | 2006-12-21 17:47:20 -0800 (Thu, 21 Dec 2006) | 1 line followme-ringallv2 one more tweak I forgot to check in ................ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ................ r3435 | gregmac | 2006-12-27 23:02:27 -0800 (Wed, 27 Dec 2006) | 1 line dbget/dbput removed in ast 1.4 - #1607 ................ r3436 | qldrob | 2006-12-28 21:24:26 -0800 (Thu, 28 Dec 2006) | 2 lines Start support for 'asterisk14' engine. I may end up taking this out. ................ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ................ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk ................ r3481 | qldrob | 2007-01-02 04:25:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply more FOP fixes, supplied by James_Bennett, in #1484. Thanks! ................ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ................ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ................ r3493 | qldrob | 2007-01-02 17:25:07 -0800 (Tue, 02 Jan 2007) | 2 lines Add '*' as a supported character in ampmgrpass ................ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ................ r3497 | qldrob | 2007-01-02 21:54:51 -0800 (Tue, 02 Jan 2007) | 2 lines Add enumlookup.agi, first stage of replacing asterisk's broken ENUMLOOKUP function. ................ r3498 | qldrob | 2007-01-02 21:56:36 -0800 (Tue, 02 Jan 2007) | 2 lines Add credit to e164.org for the original script. ................ r3499 | qldrob | 2007-01-02 22:19:36 -0800 (Tue, 02 Jan 2007) | 2 lines Finish replacement of Asterisk's ENUMLOOKUP function. ................ r3500 | qldrob | 2007-01-02 22:25:21 -0800 (Tue, 02 Jan 2007) | 2 lines Missed a couple of lines that should have been removed. ................ r3504 | qldrob | 2007-01-02 22:31:59 -0800 (Tue, 02 Jan 2007) | 2 lines Typo in regexp change earlier today. ................ r3507 | qldrob | 2007-01-02 22:59:58 -0800 (Tue, 02 Jan 2007) | 2 lines Note that spandsp 0.2-pre can only be used. ................ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ................ r3520 | qldrob | 2007-01-03 20:08:31 -0800 (Wed, 03 Jan 2007) | 2 lines Fix my fix in this branch too. ................ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ................ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ................ r3531 | gregmac | 2007-01-03 22:43:38 -0800 (Wed, 03 Jan 2007) | 2 lines Add text-to-speech stub macros ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3562 | qldrob | 2007-01-09 13:23:56 -0800 (Tue, 09 Jan 2007) | 2 lines Fix typo spotted by mtgll in dialparties.agi, thanks! ................ r3568 | gregmac | 2007-01-16 23:55:37 -0800 (Tue, 16 Jan 2007) | 2 lines recursive_copy() now tracks # files copied, shows files copied/skipped ................ r3570 | gregmac | 2007-01-17 00:15:50 -0800 (Wed, 17 Jan 2007) | 2 lines Implement #1680 ................ r3571 | gregmac | 2007-01-17 00:36:47 -0800 (Wed, 17 Jan 2007) | 2 lines Added astman::connected() function to check if astman is connected or not ................ r3572 | gregmac | 2007-01-17 00:38:08 -0800 (Wed, 17 Jan 2007) | 2 lines Fix engine_getinfo() to do better checking for astman connection (see r3571), added fallback to using exec('asterisk -V') ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:5