Commit Graph

96 Commits

Author SHA1 Message Date
Mark Crane 03f5952c17 Move the semi-colons to the correct spot. 2013-04-01 22:05:39 +00:00
Mark Crane 4930d592e1 Adjust the LUA database connection to accommodate native PostgreSQL support and the recent change to the database connection syntax. 2013-03-31 08:18:41 +00:00
Mark Crane 0e2551ed09 Fix the restore default for redirect URL for those using the web root/fusionpbx dir. 2013-03-20 14:25:23 +00:00
Mark Crane 398e4c6e9a Adjust the path to permission class. 2013-01-23 19:44:52 +00:00
Mark Crane c818d78a6d Fix the reference to the new permission class. 2013-01-23 18:57:25 +00:00
Mark Crane 1e48b1d49a Rename grouplist.php to groups.php to conform to the naming convention. 2013-01-23 15:50:07 +00:00
Mark Crane bfcdc90db9 Add restore default permissions to the permissions page. 2013-01-23 15:49:02 +00:00
Mark Crane ce7fc92eb0 A few changes from the merge. 2013-01-20 01:13:19 +00:00
Mark Crane 3e5f32aee8 Fix alignment issues for IE. 2013-01-19 02:24:18 +00:00
Mark Crane 72e6c2608a Change the domain settings link. Change a few titles to edit pages. 2013-01-05 21:33:49 +00:00
Mark Crane 844fc977c6 Change directory in core/domains to core/domain_settings. 2013-01-05 21:25:31 +00:00
Mark Crane 6d6edca0bf Make the login.php use the correct app_languages.php file. Reason to do this is because login.php in the root is put in a position as being part of the core so I wanted the translations to be part of the core as well. And user settings is related to the user login. App/login is in the app directory to make the login and logout as an optional part of the menu since they could be incorporated in the theme. 2013-01-05 10:06:32 +00:00
Mark Crane 9d3a58c26e Remove change $content_user to $text to be more consistent with the other app_languages.php files. 2013-01-05 09:59:27 +00:00
Mark Crane e8b63afa5a Because the login can be incorpoarted into the them decision was made to make the an app rather than part of core. 2013-01-05 09:52:52 +00:00
Mark Crane 9951deb10b Update the login menu link. 2013-01-05 09:38:47 +00:00
Mark Crane b8f35ca672 To prevent inconvenience on the upgrade 2013-01-05 09:35:41 +00:00
Mark Crane a9cbba31ad Add the app_languages.php for the core/login and apply it to login.php 2013-01-05 09:33:49 +00:00
Mark Crane 0798935139 Add the core/login/app_languages.php file. 2013-01-05 09:28:33 +00:00
Mark Crane 965f4a8d85 Move login.php to core to allow for the app_languages.php file to be defined in its application directory. 2013-01-05 09:20:07 +00:00
Mark Crane 8ef2deb62c Add core/login/app_config.php. 2013-01-05 09:18:13 +00:00
Mark Crane 8146fdd653 Remove login and logout from the core/users/app_config.php and put it in core/login/app_config.php 2013-01-05 09:16:46 +00:00
Mark Crane 53cefe184b Fix the link in user_settings, and fix some of the variable names used in the app_languages.php. 2013-01-05 07:44:54 +00:00
Mark Crane dd10c5a407 change app/user_settings to core/user_settings 2013-01-05 07:15:23 +00:00
Mark Crane 33608a7486 change app/user_settings to core/user_settings 2013-01-05 07:07:36 +00:00
Mark Crane 860d4bb5cc Move user_settings to the core directory. 2013-01-05 07:02:03 +00:00
Mark Crane 5f138a5f52 Change app/user to app/user_settings. 2013-01-05 06:58:14 +00:00
Mark Crane 3307967d9c Fix the main menu system -> /app/user/user_dashboard. Rename v_exec.php to exec.php. 2013-01-05 06:10:00 +00:00
Mark Crane 7df652778c Remove a redundant v_meeting_users from the app_config.php file. Remove a few trailing spaces on upgrade_domains.php. 2013-01-04 22:02:31 +00:00
Mark Crane 9b94413626 Add an elseif. 2013-01-04 21:21:45 +00:00
Mark Crane 202f847cc2 On domain and default settings changes name to type. 2012-12-14 23:03:46 +00:00
Mark Crane 0ea8bdef09 Rename v_calls_active_extensions.php to calls_active_extensions.php. 2012-11-29 05:34:13 +00:00
Mark Crane 1c76d5c51a Remove v_ from the Accounts link in the menu. 2012-11-28 05:19:19 +00:00
Mark Crane 0791238cfa Move core/servers to apps 2012-11-24 00:46:46 +00:00
Mark Crane 07da8c782f Remove the v_ from the links in server settings. 2012-11-24 00:45:55 +00:00
Mark Crane 37266964ed rename v_servers_edit.php to servers_edit.php 2012-11-24 00:41:17 +00:00
Mark Crane cd5658ef3b rename v_servers_delete.php to servers_delete.php 2012-11-24 00:40:49 +00:00
Mark Crane f4cc51a0d0 rename v_servers.php to servers.php. 2012-11-24 00:40:17 +00:00
Mark Crane c18873a491 rename v_server_settings_edit.php to server_settings_edit.php. 2012-11-24 00:39:18 +00:00
Mark Crane 9adcb928c1 rename v_server_settings_delete.php to server_settings_delete.php 2012-11-24 00:38:36 +00:00
Mark Crane b3d460f450 Rename v_server_settings.php to server_settings.php 2012-11-24 00:38:09 +00:00
Mark Crane 4f08ba6577 Fix the code so that deleting and superadmin is not possible unless the user account used to do it is in the superadmin group. 2012-11-23 02:57:34 +00:00
Mark Crane 7ab948b20f Fix the test to see if the domain language code is being set and optimize it. 2012-10-30 08:56:49 +00:00
Mark Crane 10b035482b Force domains to lower case 2012-10-24 03:43:15 +00:00
Mark Crane e4162371dd Add a check to ensure that the language code is set for those that are upgrading. 2012-10-19 19:57:30 +00:00
Mark Crane d84f1ddfb6 Add missing column to domain_uuid to v_user_settings 2012-10-19 19:25:26 +00:00
Mark Crane 196c987f74 Thanks Gerritv for finding this one. Should fix a bug during install and upgrade for single tenant systems. 2012-10-18 19:25:40 +00:00
Mark Crane 9e6f345c5d Add missing domain_uuid to v_user_settings. 2012-10-18 16:49:06 +00:00
Mark Crane 0dd7e61a0d Hide the smtp and provision password for both default and domain settings. 2012-10-17 04:09:22 +00:00
Mark Crane f29051bcdc Use the new domains class when switching between domains. 2012-10-16 18:08:24 +00:00
Mark Crane c12f33952a Fix the recordings directory. take two 2012-10-16 05:47:49 +00:00