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
Mark Crane
86b55ee887
Fix the file extension for app/meetings/app_menu.php
2014-12-27 17:12:42 +00:00
Mark Crane
ddca77629e
Move the menu array to app_menu.php
2014-12-26 03:27:54 +00:00
Mark Crane
a0032d5a3b
Fix the primary keys for settings, and meetings tables
2014-09-20 02:56:25 +00:00
Nuno Miguel Reis
184ec05020
changed single quote to double quotes everywhere
2013-10-01 11:35:07 +00:00
Mark Crane
a43c8f892d
Correct the tabbing by replacing the spaces with tabs. Replace some of the single quotes with double qoutes and keep the fr-ca translations.
2013-09-30 16:21:08 +00:00
Philippe Rioual
f0489b418f
repaired previous errors inserted in r4614 : reinserted 'de-de' instead 'de' and correct files. keeps fr-ca to report in app_config.php files
2013-09-30 15:22:35 +00:00
Philippe Rioual
9ce5b02701
added missing french translations and changed fr to fr-fr in all app_languages.php and app_config.php files.
2013-09-30 13:19:40 +00:00
Mark Crane
187bc9dbeb
Add permissions for every table (view, add, edit, and delete). Important change to increase security on the REST API and will be beneficial for more detailed control of permissions.
2013-09-25 20:23:10 +00:00
Mark Crane
ea4e824fd5
Added ['type'] so that it is applied as $field['key']['type'] so that it is uniform across all app_config.php files.
2013-09-10 23:06:41 +00:00
Mark Crane
538d634a6f
Update the table structure required for conference center.
2013-04-16 17:11:05 +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
cfd5809c5d
Update the languages for conference center and rooms.
2012-10-12 01:49:56 +00:00
Mark Crane
88874bee15
Add conference sessions and meetings.
2012-09-13 02:52:43 +00:00