Codebase list civicrm / 5800ebe
New upstreaam release [4.7.8] + changelog summary Dmitry Smirnov 7 years ago
6 changed file(s) with 27 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 civicrm (4.7.8+dfsg-1) unstable; urgency=medium
1
2 * New upstream release [June 2016].
3 * Standards-Version: 3.9.8.
4 * Corrected Vcs-Git URL.
5 * Build-Depends:
6 - php-gettext
7 - php-mail-mimedecode
8 + libjs-jquery-datatables (>= 1.10.11~)
9
10 -- Dmitry Smirnov <onlyjob@debian.org> Sun, 05 Jun 2016 16:58:57 +1000
11
012 civicrm (4.7.6+dfsg-1) unstable; urgency=medium
113
214 * New upstream release [April 2016].
3030 replace /usr/share/javascript/jquery/jquery.js /usr/share/civicrm/packages/jquery/plugins/DataTables/media/js/jquery.js
3131 replace /usr/share/javascript/jquery/jquery.js /usr/share/civicrm/packages/kcfinder/js/000._jquery.js
3232
33 ## libjs-jquery-datatables (1.10.10 vs 1.10.11); noBPO
34 #replace /usr/share/javascript/jquery-datatables/ /usr/share/civicrm/bower_components/datatables
33 ## libjs-jquery-datatables (1.10.12 vs 1.10.12);
34 replace /usr/share/javascript/jquery-datatables/ /usr/share/civicrm/bower_components/datatables
3535
3636 ## libjs-jquery-form (10/3.0.9 vs 3.51)
3737 replace /usr/share/javascript/jquery-form/jquery.form.js /usr/share/civicrm/packages/jquery/plugins/jquery.form.js
99 ,libjs-backbone
1010 ,libjs-d3
1111 ,libjs-jquery (>= 1.11.3~)
12 # ,libjs-jquery-datatables
12 ,libjs-jquery-datatables (>= 1.10.11~)
1313 ,libjs-jquery-form
1414 ,libjs-jquery-mousewheel
1515 ,libjs-jquery-ui (>= 1.10.1~)
452452 packages/PHP/Beautifier/*
453453 packages/PHP/Beautifier.php
454454 packages/PHP/php_beautifier
455 packages/XML/RPC.php
456 packages/XML/RPC/Dump.php
457 packages/XML/RPC/Server.php
458455 packages/DB.php
459456 Copyright:
460457 2004-2006 Claudio Bustos
3636 // make sure that we can write to uploads/civicrm/
3737 --- a/civicrm.config.php
3838 +++ b/civicrm.config.php
39 @@ -65,11 +65,11 @@
39 @@ -64,9 +64,9 @@
40 // check to see if this is under sites/all/modules
4041 } else if ( strpos( $currentDir, $moduleDir ) !== false ) {
4142 $confdir = $currentDir . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..';
42 } else if ( strpos( $currentDir, 'plugins' . DIRECTORY_SEPARATOR . 'civicrm' . DIRECTORY_SEPARATOR . 'civicrm' ) !== false ) {
43 //if its wordpress
44 - $confdir = $currentDir . DIRECTORY_SEPARATOR . '..';
45 + $confdir = $currentDir . '..';
4643 } else {
4744 - $confdir = $currentDir . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR;
4845 + $confdir = $currentDir;
5047 }
5148
5249 if ( file_exists( $confdir . DIRECTORY_SEPARATOR . 'civicrm.settings.php' ) ) {
53 @@ -108,10 +108,10 @@
50 @@ -105,10 +105,10 @@
5451 }
5552 }
5653
44
55 --- a/drupal/civicrm.config.php.drupal
66 +++ b/drupal/civicrm.config.php.drupal
7 @@ -71,9 +71,9 @@
7 @@ -68,9 +68,9 @@
88 $confdir = $currentDir . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR;
99 }
1010 }
1515 }
1616
1717 if ( ! file_exists( $confdir ) && ! $skipConfigError ) {
18 @@ -95,9 +95,9 @@
18 @@ -92,9 +92,9 @@
1919 $server = explode('.', implode('.', array_reverse(explode(':', rtrim($httpHost, '.')))));
2020 for ($i = count($uri) - 1; $i > 0; $i--) {
2121 for ($j = count($server); $j > 0; $j--) {
2626 return $conf;
2727 }
2828 // check for alias
29 @@ -112,9 +112,9 @@
29 @@ -109,9 +109,9 @@
3030 $conf = "$confdir/default";
3131 return $conf;
3232 }
8080 return FALSE;
8181 --- a/drupal/drush/civicrm.drush.inc
8282 +++ b/drupal/drush/civicrm.drush.inc
83 @@ -502,9 +502,9 @@
83 @@ -505,9 +505,9 @@
8484 $str = str_replace('%%' . $key . '%%', $value, $str);
8585 }
8686 $str = trim($str);
9191 @drush_op('chmod', "$configFile", 0644);
9292 drush_log(dt("Settings file generated: !file", array('!file' => $configFile)), 'ok');
9393 }
94 @@ -1455,13 +1455,13 @@
94 @@ -1458,13 +1458,13 @@
9595
9696 global $cmsPath;
9797 $cmsPath = $drupal_root = drush_get_context('DRUSH_DRUPAL_ROOT');
142142 }
143143 --- a/wordpress/wp-cli/civicrm.php
144144 +++ b/wordpress/wp-cli/civicrm.php
145 @@ -435,9 +435,9 @@
145 @@ -449,9 +449,9 @@
146146 $str = str_replace('%%' . $key . '%%', $value, $str);
147147
148148 $str = trim($str);
153153 WP_CLI::launch("chmod 0644 $configFile");
154154 WP_CLI::success(sprintf("Settings file generated: %s", $configFile));
155155
156 @@ -866,11 +866,11 @@
156 @@ -880,11 +880,11 @@
157157 define('CIVICRM_UPGRADE_ACTIVE', 1);
158158
159159 $wp_root = ABSPATH;
167167 return WP_CLI::error('Unable to locate settings file at ' . $legacy_settings_file . 'or at ' . $settings_file );
168168
169169 # nb: we don't want to require civicrm.settings.php here, because ..
170 @@ -896,16 +896,16 @@
170 @@ -910,16 +910,16 @@
171171 elseif ($civicrm_root_code = reset(preg_grep('/^\s*\$civicrm_root\s*=.*$/', $settings))){
172172 eval($civicrm_root_code);
173173 }
186186
187187 if (!defined('CIVICRM_OLD_DSN'))
188188 return WP_CLI::error('Unable to set CIVICRM_OLD_DSN');
189 @@ -977,12 +977,12 @@
189 @@ -991,12 +991,12 @@
190190 }
191191
192192 WP_CLI::success('3. Archive unpacked.');