Commit Graph

82 Commits

Author SHA1 Message Date
markjcrane
37a2ed2d17 Minor update. 2016-05-26 13:08:53 -06:00
markjcrane
f396eb04a0 This should complete work for setting module order for existing systems. 2016-05-26 12:51:53 -06:00
markjcrane
3211c0b44a Add module order for modules that are already in the database without an order set. 2016-05-26 12:46:07 -06:00
markjcrane
24b7b93988 Fix the syntax. 2016-05-26 11:28:30 -06:00
markjcrane
7fff69f791 Remove save_module_xml() function and move it it into the modules class as the xml method. Eventual goal move everything out of switch.php. 2016-05-26 11:21:37 -06:00
markjcrane
8784787531 Adjust the order of the modules. 2016-05-26 11:01:03 -06:00
markjcrane
17bfd2eb35 Start using the module order. 2016-05-26 10:31:59 -06:00
FusionPBX
448b3e4422 Update modules.php
Set a default order when adding the modules.
2016-05-24 23:42:05 -06:00
FusionPBX
407e8973d5 Update module_edit.php
Set the order to label-order.
2016-05-24 23:26:51 -06:00
FusionPBX
e5af4a09fe Update module_edit.php
Add module order to module_edit.php.
2016-05-24 23:16:30 -06:00
FusionPBX
e1e3ad0ba9 Update app_config.php
Add module_order.
2016-05-24 23:12:01 -06:00
markjcrane
bc51cd7d1d Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
Harry G. Coin
fd313a7c66 fixes so cli installs/upgrades work.
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05:00
markjcrane
7aeeda0e15 Rename to the switch_settings class. 2016-04-02 20:11:51 -06:00
markjcrane
ebee007ab8 Change the switch class to freeswitch. 2016-04-02 19:37:37 -06:00
markjcrane
d9e00f2be3 Add a new switch class with a method to get the directories needed for FreeSWITCH and add them to default settings -> switch category. 2016-04-02 17:53:51 -06:00
FusionPBX
b53164ac93 Merge pull request #1468 from mafoo/WhitespaceClean-app/batch_1
WhitespaceClean-app/batch_1
2016-03-11 13:35:41 -07:00
mafoo
d408cf2fbc WhitespaceClean-app/batch_1
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:56:29 +00:00
mafoo
4345648dc4 added mod_translate to the modules list 2016-03-09 17:46:20 +00:00
markjcrane
5a06f486af Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00
Alexey Melnichuk
75195d5153 Fix. Display modules form if FS does not start. 2016-01-22 13:05:13 +03:00
Mafoo
ad324f4744 changed throw Exception to die
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
2669f6f1a9 Added check for if .project.ROOT is missing
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
Matthew Vale
b20a38f454 added logic in cli mode to chdir to the correct directory first
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
173ae7001d Added full logic to support cli as well 2016-01-13 17:38:54 +00:00
Matthew Vale
b81748bd22 change to use '/' instead of DIRECTOR_SEPERATOR 2016-01-12 14:47:50 +00:00
Matthew Vale
1ad1c31b27 Rollout of root.php 2016-01-12 13:55:39 +00:00
Matthew Vale
b76a1a4b4f First pass on app/* 2015-12-10 10:12:41 +00:00
Mark Crane
2448a092b0 Add latest translations 2015-06-30 13:30:02 +00:00
Mark Crane
f438ccef0f Add latest translations 2015-06-29 22:30:02 +00:00
Mark Crane
2b69ac00d7 Synchronize the translations. 2015-06-06 02:37:26 +00:00
Mark Crane
aa51218465 Move menu items that are for superadmins to the advanced menu. 2015-04-25 06:29:45 +00:00
Mark Crane
d6636aee17 Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome. 2015-04-08 13:38:58 +00:00
Nate Jones
18fefa3682 Visual adjustments. 2015-02-15 09:20:19 +00:00
Nate Jones
dbd9fbc07b Visual adjustments. 2015-02-15 07:59:02 +00:00
Nate Jones
256e424b3e Removal of colon next to form label names. 2015-02-15 06:50:00 +00:00
Mark Crane
03220c9754 Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Mark Crane
ddca77629e Move the menu array to app_menu.php 2014-12-26 03:27:54 +00:00
Mark Crane
6d98ffc320 Add app_menu.php files for the menu. 2014-12-25 19:32:57 +00:00
Mark Crane
264a19c165 Change the class name from switch_modules to modules. 2014-11-23 09:45:10 +00:00
Mark Crane
202b30a2c1 Remove the require once for the modules class as its no longer needed. 2014-11-23 09:38:19 +00:00
Mark Crane
07158bf041 Move modules class from fusionpbx/resources/clasess to the app/modules/resources/classes directory. 2014-11-23 09:35:15 +00:00
Nate Jones
e67aa0c638 Document (Window) Title: Update variable name to avoid conflict when paging is used. 2014-07-10 00:32:50 +00:00
Nate Jones
b2d577e9a0 Description column style mods, just for consistency. 2014-06-22 06:35:33 +00:00
Nate Jones
ec1ba51eb9 (Modified) Usability Enhancement: Click on list rows to Edit items. Now uses jQuery (instead of onclick) to avoid being redirected to Edit when canceling a Delete. 2014-06-21 08:52:47 +00:00
Nate Jones
a117993264 Usability Enhancement: Click on list rows to Edit items. 2014-06-21 07:04:04 +00:00
Nate Jones
e979147858 Add links to certain column text in a list view.
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Nate Jones
e64fef05dd Submit button also placed at top; reordered to right margin, too. 2014-04-26 22:50:52 +00:00
Nate Jones
191656ff57 Fix language file. 2014-02-26 02:58:04 +00:00
Nate Jones
861ff38d4a Unstack list control icons. 2014-02-26 02:25:10 +00:00