4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FIXED: Group Permission: fix regression from commit #5071. More... about 12 years ago
CHANGED: Group Permission: use _tr instead of arrLang, use load_language_module(). More... about 12 years ago
CHANGED: Registration: use _tr instead of arrLang, use load_language_module(). More... about 12 years ago
CHANGED: Themes System: use _tr instead of arrLang, use load_language_module(). More... about 12 years ago
CHANGED: Group List: use _tr instead of arrLang, use load_language_module(). More... about 12 years ago
CHANGED: Language: use _tr instead of arrLang, use load_language_module(). More... about 12 years ago
CHANGED: Framework: use _tr instead of arrLang in paloSantoValidar and paloSantoGraphImage.lib.php. More... about 12 years ago
CHANGED: Framework: backport changes to paloSantoForm from trunk to 2.4 branch. Remove references to arrLang and use _tr instead. More... about 12 years ago
CHANGED: Graphic Report: convert entirely from arrLang to use of _tr(). More... about 12 years ago
FIXED: Graphic Report: replace static select tag in template with a select from paloForm, which additionally provides for future i18n. Also fixes part of Elastix bug #1570. More... about 12 years ago
CHANGED: Framework: partially revert loading of module configuration and i18n from framework. Too many modules use require_once which does not work after a plain require. This must be attempted after converting all modules to load_language_module(). More... about 12 years ago
Define global $arrLangModule in case load_language_module() has been previously invoked. More... about 12 years ago
CHANGED: Framework: lay foundation to remove some boilerplate from all Elastix modules: More... about 12 years ago
CHANGED: Time Config: remove duplicate definition of getParameter() that gets confused by Fortify as the one used by the framework. More... about 12 years ago
CHANGED: Billing Rates, Graphic Report: remove duplicate definition of getParameter() that gets confused by Fortify as the one used by the framework. More... about 12 years ago
CHANGED: File Editor, Monitoring, Voicemail: remove duplicate definition of getParameter() that gets confused by Fortify as the one used by the framework. More... about 12 years ago
FIXED: Callback Extensions: remove access to variable that no longer exists from Agents implementation. More... about 12 years ago
CHANGED: Packages: partial rewrite. Reorganize strategy for installed packages to run rpm in a pipe (hopefully in parallel) and to keep open the database connections to the various repository files. Do not invoke an external command to check whether each package is installed when one invocation is enough. Make a distinction between same-named packages for different architectures. Do not display anything but the latest version of a not-installed package. All of this results in a noticeable speedup (from 8 seconds to 3 for the basic listing). More... about 12 years ago
FIXED: Agenda: the output of 'core show channels concise' has changed from Asterisk 1.6 to 1.8 and later, and breaks parsing prior to call transfer. Fixed. Fixes part of Elastix bug #1570. More... about 12 years ago
FIXED: Endpoint Configurator: search of extension given IP can falsely match another IP of which the target IP is a prefix. Fixed. Fixes part of Elastix bug #1570. More... about 12 years ago
FIXED: Backup/Restore: fix regression in restore functionality due to missing quotation marks for string expression. More... about 12 years ago
FIXED: Calendar: remove an useless sleep() call in the method to check whether the Festival TTS service is up. More... about 12 years ago
FIXED: Date/Time: fix incorrect formatting of date for ticking clock. More... about 12 years ago
FIXED: Dashboard: fix overlapping text in System Resources applet on blackmin. More... about 12 years ago
CHANGED: Dashboard: to check whether a service is enabled, the code now runs a glob and caches the results instead of spawning a ls and a grep. Also add support for systemd services. More... about 12 years ago
CHANGED: Dashboard: request several applets concurrently instead of sequentially. More... about 12 years ago
CHANGED: Dashboard: set up an HTML version of the gauges used in the Hard Disks and System Resources applets, and use them if the uelastix flag is set. This is required to skip generation of the corresponding graphic, which is costly on ARM uElastix. More... about 12 years ago
CHANGED: Dashboard: the Hard Disks applet does not call the method getSysInfo() anymore, but uses popen() on two commands in an attempt to run them in parallel. This saves some unnecessary file opens in /proc as well as an unneeded usleep(). More... about 12 years ago
CHANGED: Dashboard: the System Resources applet does not call the method getSysInfo() anymore, but discrete functions. This saves two unnecessary process spawns and at least one disk hit for unused free space information. More... about 12 years ago
CHANGED: Dashboard: synchronize as much as possible between 2.4 and trunk for easier analysys. More... about 12 years ago