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
Harry G. Coin
91a92d8e5e
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05: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
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
f8684de1cf
First pass on core/*
2015-12-10 10:09:07 +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
36537afe27
Might save time fix the syntax by adding the missing " and leave the wrong characters that will make it obvious that it needs to be redone.
2015-06-16 01:49:17 +00:00
Mark Crane
7f1602df48
Remove some of the invalid characters from notifications/app_languages.php that occurred from converting the file from ANSI to UTF-8.
2015-06-16 01:44:11 +00:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
16280cb10c
Conver this file to UTF without BOM
2015-06-04 15:10:02 +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
85d98d49cd
Notifications: Default to using file_get_contents(), instead of cURL, and hide Recipient (email) field unless Notifications is enabled.
2015-03-23 23:13:52 +00:00
Nate Jones
44f7e38a09
Visual adjustments.
2015-02-15 09:29:10 +00:00
Nate Jones
dbd9fbc07b
Visual adjustments.
2015-02-15 07:59:02 +00:00
Mark Crane
a3ecd317d4
Use the new multi-lingual code on fusionpbx/core sub directories.
2015-01-18 09:22:07 +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
Nate Jones
078f321738
Response Message: Mood adjustments.
2014-08-02 07:02:31 +00:00
Mark Crane
1613d19c3b
Unset the prepared statements used in the app_defaults.php files.
2014-07-23 22:00:03 +00:00
luis daniel lucio quiroz
b8001adfd8
some translations for notifications app
2014-07-16 19:46:06 +00:00
Nate Jones
7e60c1c19c
Notifications: Updated app_config.php to reflect path change.
2014-07-12 05:39:18 +00:00
Mark Crane
57377e790a
Move notifications to the core directory
2014-07-12 01:26:06 +00:00