• R/O
  • HTTP
  • SSH
  • HTTPS

nucleus-jp-ancient: Commit

Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用


Commit MetaInfo

Revision45bb2c546ea48e0c9a2dc8144ea40910567f6790 (tree)
Zeit2011-03-21 12:58:23
Autorsakamocchi <sakamocchi@1ca2...>
Commitersakamocchi

Log Message

Update version notification to 3.64.

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1182 1ca29b6e-896d-4ea0-84a5-967f57386b96

Ändern Zusammenfassung

Diff

--- a/utf8/install/install.sql
+++ b/utf8/install/install.sql
@@ -130,7 +130,7 @@ INSERT INTO `nucleus_config` (`name`, `value`) VALUES
130130 ('SkinsURL', 'http://localhost:8080/nucleus/skins/'),
131131 ('ActionURL', 'http://localhost:8080/nucleus/action.php'),
132132 ('URLMode', 'normal'),
133- ('DatabaseVersion', '350'),
133+ ('DatabaseVersion', '360'),
134134 ('DebugVars', '0'),
135135 ('DefaultListSize', '10'),
136136 ('AdminCSS', 'contemporary_jp');
--- a/utf8/nucleus/libs/globalfunctions.php
+++ b/utf8/nucleus/libs/globalfunctions.php
@@ -20,7 +20,7 @@
2020 // needed if we include globalfunctions from install.php
2121 global $nucleus, $CONF, $DIR_LIBS, $DIR_LANG, $manager, $member;
2222
23-$nucleus['version'] = 'v3.62';
23+$nucleus['version'] = 'v3.64';
2424 $nucleus['codename'] = '';
2525
2626 // check and die if someone is trying to override internal globals (when register_globals turn on)
@@ -594,7 +594,7 @@ function intCookieVar($name) {
594594 * returns the currently used version (100 = 1.00, 101 = 1.01, etc...)
595595 */
596596 function getNucleusVersion() {
597- return 362;
597+ return 364;
598598 }
599599
600600 /**
Show on old repository browser