Harry G. Coin
bda6861f88
\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
51ea37ed18
Rename the EventSocket class.
2016-04-02 19:23:16 -06:00
mafoo
f803f03496
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
11a4a1d9a6
Minor change remove trailing tab.
2016-02-29 18:47:51 -07:00
Matthew Vale
a12e3f12b0
added correct bits detection
2015-12-30 16:54:36 +00:00
Matthew Vale
787ca31388
Removed dirs we don't use
2015-12-18 17:00:28 +00:00
Matthew Vale
fdd1542b66
patch for SunOS
...
corrected collection of switch version during detect_switch
2015-12-11 14:57:14 +00:00
Matthew Vale
45d9c2039d
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
de2cb97113
Bugfix batch
2015-12-02 14:05:21 +00:00
Matthew Vale
4d62a36e1c
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
db1e53296e
db_create not create_db
...
corrected version detection
corrected constant
2015-12-01 10:23:24 +00:00
Matthew Vale
aef4662f91
bug fixes for path normalization
2015-12-01 10:10:58 +00:00
Matthew Vale
45b8f00ae4
pipe paths though realpath to normalize
...
fixed extra }
2015-12-01 09:53:18 +00:00
Matthew Vale
36d52f7b17
moved assumed path management to detect_switch as *_vdir
2015-11-30 15:23:42 +00:00
Matthew Vale
20dd2065a7
Updated detected configuration
2015-11-25 15:19:00 +00:00
Matthew Vale
75efd1bd58
Resolved install issues, environment now in tact enough to run app_defaults
2015-11-18 17:30:43 +00:00
Matthew Vale
702466ea52
Initial Rewrite
2015-11-17 17:02:38 +00:00