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
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
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
Matthew Vale
a2c845b2c9
Changed upgrade to use PROJECT_ROOT instead
2016-01-12 13:55:45 +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
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
markjcrane
7e18d6d122
Remove the old reference to install class and replaced with install_switch.
2015-11-25 21:55:17 -07: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
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
Mark Crane
a3ecd317d4
Use the new multi-lingual code on fusionpbx/core sub directories.
2015-01-18 09:22:07 +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
Mark Crane
05f4be636d
Hide svn on the upgrade page when the FusionPBX package is installed
2014-07-18 21:21:29 +00:00
Mark Crane
d0a1b862d1
Make the domain and schema work with the PHP classes
2014-07-16 04:30:49 +00:00
Nate Jones
58e5030eb9
Upgrade: Completed Data Type check option and multilinguified everything.
2014-07-10 09:20:11 +00:00
Nate Jones
aa89557ea7
Upgrade: Added SVN Update, handle Upgrade Data Types differently (still under construction...)
2014-07-10 07:15:51 +00:00
Nate Jones
605547d18f
Upgrade: Response message mod - show specific if only one action performed, general message if more than one.
2014-07-10 06:14:59 +00:00
Nate Jones
aca76ce8e0
Upgrade: Minor modification.
2014-07-10 06:07:13 +00:00
Nate Jones
e89d28495a
Upgrade: Divides Upgrade Schema into separate processes. Complete translation forthcoming. (Still under construction...)
2014-07-10 06:05:22 +00:00