From geeklog-cvs at lists.geeklog.net Sat Aug 1 07:58:19 2009
From: geeklog-cvs at lists.geeklog.net (geeklog-cvs at lists.geeklog.net)
Date: Sat, 01 Aug 2009 07:58:19 -0400
Subject: [geeklog-cvs] geeklog: Moved leftover hard-coded text from
admin/sectest.php t...
Message-ID: ---- DEBUG ---- --------------- ---- DEBUG ---- ---------------
'
- . $A['location'] . '
' . $A['address1'] . '
'
- . $A['address2'] . '
' . $A['city'] . ', ' . $A['zipcode']
+ $spamcheck = '';
+ if (empty($A['url'])) {
+ $spamcheck .= $title;
+ } else {
+ $spamcheck .= COM_createLink($A['title'], $A['url']);
+ }
+ $spamcheck .= '
' . $A['location'] . '
'
+ . $A['address1'] . '
' . $A['address2']
+ . '
' . $A['city'] . ', ' . $A['zipcode']
. '
' . $A['description'] . '
' . $LANG_BIGDUMP[30] . ' ' . $LANG_BIGDUMP[31] . '
' . LB; + $backurl = 'migrate.php'; + if (! empty($language)) { + $backurl .= '?language=' . $language; + } + echo '' . $LANG_BIGDUMP[30] . ' ' + . $LANG_BIGDUMP[31] . '
' . LB; } if ($dbconnection) mysql_close(); diff -r e4e3e849bff8 -r e770d98c2967 public_html/docs/history --- a/public_html/docs/history Sun Aug 02 19:31:01 2009 +0200 +++ b/public_html/docs/history Sun Aug 02 19:41:51 2009 +0200 @@ -3,6 +3,8 @@ ??? ??, 2009 (1.6.1) ------------ +- When an error occurs in bigdump.php (during migration) keep the language when + sending the user back to migrate.php (bug #0000943) [Dirk] - Use COM_getUserDateTimeFormat, i.e. the user's preferred format, for displaying the date and time in search results [Dirk] - When disabling a feed, delete the feed file [Dirk] From geeklog-cvs at lists.geeklog.net Sun Aug 2 14:13:06 2009 From: geeklog-cvs at lists.geeklog.net (geeklog-cvs at lists.geeklog.net) Date: Sun, 02 Aug 2009 14:13:06 -0400 Subject: [geeklog-cvs] geeklog: Updated Hebrew language files, provided by LWC Message-ID:contributedby_photoauthor_photocamera_icon' . $LANG_INSTALL[91] . '
'; } else { - $old_versions = array('1.2.5-1','1.3','1.3.1','1.3.2','1.3.2-1','1.3.3','1.3.4','1.3.5','1.3.6','1.3.7','1.3.8','1.3.9','1.3.10','1.3.11','1.4.0','1.4.1','1.5.0','1.5.1','1.5.2'); + $old_versions = array('1.2.5-1','1.3','1.3.1','1.3.2','1.3.2-1','1.3.3','1.3.4','1.3.5','1.3.6','1.3.7','1.3.8','1.3.9','1.3.10','1.3.11','1.4.0','1.4.1','1.5.0','1.5.1','1.5.2','1.6.0'); if (empty($curv)) { // If we were unable to determine the current GL // version is then ask the user what it is diff -r 9c9933e74ff4 -r b3b624090a6b public_html/admin/install/lib-upgrade.php --- a/public_html/admin/install/lib-upgrade.php Sat Aug 08 14:13:01 2009 +0200 +++ b/public_html/admin/install/lib-upgrade.php Sat Aug 08 17:07:11 2009 +0200 @@ -478,7 +478,7 @@ require_once $_CONF['path'] . 'sql/updates/' . $_DB_dbms . '_1.6.0_to_1.6.1.php'; INST_updateDB($_SQL); - update_ConfValues(); + update_ConfValuesFor161(); $current_gl_version = '1.6.1'; $_SQL = ''; diff -r 9c9933e74ff4 -r b3b624090a6b sql/updates/mssql_1.6.0_to_1.6.1.php --- a/sql/updates/mssql_1.6.0_to_1.6.1.php Sat Aug 08 14:13:01 2009 +0200 +++ b/sql/updates/mssql_1.6.0_to_1.6.1.php Sat Aug 08 17:07:11 2009 +0200 @@ -7,12 +7,14 @@ * Add new config options * */ -function update_ConfValues() +function update_ConfValuesFor161() { global $_CONF, $_TABLES; require_once $_CONF['path_system'] . 'classes/config.class.php'; + $c = config::get_instance(); + // meta tag config options. $c->add('meta_tags',0,'select',0,0,23,2000,TRUE); $c->add('meta_description','Geeklog, the open source content management system designed with security in mind.','text',0,0,NULL,2010,TRUE); @@ -21,5 +23,4 @@ return true; } - ?> diff -r 9c9933e74ff4 -r b3b624090a6b sql/updates/mysql_1.6.0_to_1.6.1.php --- a/sql/updates/mysql_1.6.0_to_1.6.1.php Sat Aug 08 14:13:01 2009 +0200 +++ b/sql/updates/mysql_1.6.0_to_1.6.1.php Sat Aug 08 17:07:11 2009 +0200 @@ -7,12 +7,14 @@ * Add new config options * */ -function update_ConfValues() +function update_ConfValuesFor161() { global $_CONF, $_TABLES; require_once $_CONF['path_system'] . 'classes/config.class.php'; + $c = config::get_instance(); + // meta tag config options. $c->add('meta_tags',0,'select',0,0,23,2000,TRUE); $c->add('meta_description','Geeklog, the open source content management system designed with security in mind.','text',0,0,NULL,2010,TRUE); From geeklog-cvs at lists.geeklog.net Sat Aug 8 15:18:25 2009 From: geeklog-cvs at lists.geeklog.net (geeklog-cvs at lists.geeklog.net) Date: Sat, 08 Aug 2009 15:18:25 -0400 Subject: [geeklog-cvs] geeklog: List available autotags in the static pages editor Message-ID:{remoteservice} variable in
admin/user/edituser.thtml to optionally display the name of the
service a Remote User was using to log in.