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
7d61371bc9
Rename the EventSocket class.
2016-04-02 19:23:16 -06:00
mafoo
91b61683c0
WhitespaceClean-core/install
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:03:29 +00:00
markjcrane
112a239902
Minor change remove trailing tab.
2016-02-29 18:47:51 -07:00
Matthew Vale
e05b8ffca2
added correct bits detection
2015-12-30 16:54:36 +00:00
Matthew Vale
eb26d5e26d
Removed dirs we don't use
2015-12-18 17:00:28 +00:00
Matthew Vale
358ae7d312
patch for SunOS
...
corrected collection of switch version during detect_switch
2015-12-11 14:57:14 +00:00
Matthew Vale
cb440de264
updated switch version detection
...
will now work with both git and packaged version numbers
added bits to detect_switch
2015-12-10 10:51:38 +00:00
Matthew Vale
ddcc317d49
Bugfix batch
2015-12-02 14:05:21 +00:00
Matthew Vale
aff613d3e9
restructured install to go via global_settings
...
added new global_settings to marshal settings used during a
install/upgrade
2015-12-02 11:16:25 +00:00
Matthew Vale
2a82c3ca70
db_create not create_db
...
corrected version detection
corrected constant
2015-12-01 10:23:24 +00:00
Matthew Vale
bcc181ce70
bug fixes for path normalization
2015-12-01 10:10:58 +00:00
Matthew Vale
f5d31ca6ce
pipe paths though realpath to normalize
...
fixed extra }
2015-12-01 09:53:18 +00:00
Matthew Vale
21d7b28a9a
moved assumed path management to detect_switch as *_vdir
2015-11-30 15:23:42 +00:00
Matthew Vale
9a0f56668d
Updated detected configuration
2015-11-25 15:19:00 +00:00
Matthew Vale
352f03198e
Resolved install issues, environment now in tact enough to run app_defaults
2015-11-18 17:30:43 +00:00
Matthew Vale
0f40a48c2b
Initial Rewrite
2015-11-17 17:02:38 +00:00