FusionPBX
e7bc37baa9
Update upgrade_domains.php
2017-01-10 00:20:46 -07:00
FusionPBX
d7550183c9
Update upgrade_schema.php
2016-12-18 16:43:35 -07:00
jebsolutions
a54a247345
show git branch + commit. +link to preview git changes ( #2186 )
...
* show git branch + commit. +link to preview git changes
new feature
- bottom of upgrade screen shows git branch + commit you are on
- provides a link to github showing changes since then on your current branch
More eyes reviewing the code is always a plus. The github link helps make it easier.
* Update index.php
Add translations and pretty it up a little.
2016-11-26 00:21:31 -07:00
jebsolutions
aa18cc0792
[master] include stderr in git pull results and check for error ( #2105 )
...
* [master] include stderr in git pull results and check for error
Old result (seems correct but actually failed):
Updating d190f6a..d958bea
Corrected result (includes failure message):
Updating d190f6a..d958bea
error: Your local changes to the following files would be overwritten by merge:
app/fax/fax_log_view.php
Please, commit your changes or stash them before you can merge.
* tab fixes
2016-11-20 13:54:57 -07:00
reliberate
d20a495548
Users: Revamp and consolidate code, integrate ORM.
2016-10-05 10:29:30 -06:00
FusionPBX
bc057ac1f5
Update index.php
...
Advanced -> Upgrade -Remove label tag as it broke the checkbox and description vertical alignment.
2016-09-10 17:26:14 -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
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
f16259f268
Work on the install.
2016-04-14 21:14:40 -06:00
reliberate
53b07c67f7
Misc: Fix datetimepicker on Time Conditions, CDR, Contact Times, etc.
...
Misc: Fix textarea height.
Theme: CSS adjustments to correct misc bugs.
2016-04-13 13:23:07 -06: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
ca4e1b8a67
only offer the source upgrade if it is writeable
...
this check will prevent the source upgrade rendering if the .git folder
is not writeable
2016-02-04 11:14:26 +00: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
a2c845b2c9
Changed upgrade to use PROJECT_ROOT instead
2016-01-12 13:55:45 +00:00
Matthew Vale
1ad1c31b27
Rollout of root.php
2016-01-12 13:55:39 +00:00
markjcrane
8fa89b23e3
Remove a few more line from upgrade/index.php.
2015-12-20 23:04:12 -07:00
markjcrane
1d80b00ea1
Remove upgrade switch from advanced -> upgrade page. The work it did is handled by app/scripts/resources/classes/scripts.php and app_defaults.php calls it. So when running Advanced -> Upgrade -> App Defaults the scripts app_defaults.php will copy the scripts and rewrite the config.lua.
2015-12-20 23:01:28 -07:00
Matthew Vale
f8684de1cf
First pass on core/*
2015-12-10 10:09:07 +00:00
Matthew Vale
37c738ac0b
use DOCUMENT_ROOT rather than assume path
2015-12-04 12:24:22 +00:00
Matthew Vale
750b6a0c6d
Added Switch upgrade as a separate option
2015-12-01 14:32:58 +00:00
Matthew Vale
0cd6895061
corrected spelling mistake
2015-11-26 18:25:46 +00:00
Matthew Vale
efa20fb04b
moved upgrade function from app_defaults
...
moved upgrade function out to upgrade.php otherwise during initial
install all app_defaults get run twice
2015-11-26 18:24:09 +00:00
Matthew Vale
5960b18e71
Corrected incorrect merge
2015-11-26 17:53:02 +00:00
markjcrane
b8f9b423c7
Improve code to update the scripts directory.
2015-07-20 15:32:52 -06:00
reliberate
39ff3bee5a
Upgrade: Better handle Git response.
2015-07-02 21:25:45 -06:00
reliberate
73f2c21674
Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
...
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06: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
6654507706
Add latest translations
2015-06-15 19:30:00 +00:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
b2a4a112f4
Update release to fix big for systems where GLOB_BRACE is not available.
2015-05-13 04:37:36 +00:00
Nate Jones
9d2a16a4f7
Upgrade: Using Advanced > Upgrade > Source Code now automatically updates switch /scripts/ folder contents (on by default), keeping switch scripts up to date with each system upgrade. Option to opt out of auto script updates is available via a Default Setting (switch > scripts_update > boolean > false).
2015-05-12 22:42:20 +00:00
Nate Jones
ab403f5f3c
Language file merge from translation server.
2015-05-01 11:13:39 +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
luis daniel lucio quiroz
dd7dc99163
missing text class include
2015-02-28 01:31:24 +00:00
Nate Jones
1c7932a4e6
Emails: Initial build of failed email log. Still under construction.
2015-02-26 04:18:16 +00:00
luis daniel lucio quiroz
0fb50b5559
upgrade.php missing class php
2015-01-26 18:32:08 +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
86582905c0
Remove a trailing line feed.
2014-12-27 17:52:06 +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
8fa3f0b9f7
Upgrade: Handle SVN Update response better.
2014-12-08 17:23:24 +00:00
Richard Neese
c972415613
fixing /usr/share/fusionpbx to be /usr/share/examples/fusionpbx
2014-10-23 18:03:33 +00:00
Richard Neese
5ebf8e137b
working on upgrade page svn issue wiht pkgs
2014-10-23 17:22:49 +00:00
Richard Neese
62f03fc5b1
fixing upgrade for pkgs not to display svn
2014-10-23 16:59:48 +00:00