redflo | 1 Jul 2009 09:29
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19872] trunk/templates/tiki-user_preferences.tpl

Revision: 19872
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19872&view=rev
Author:   redflo
Date:     2009-07-01 07:29:19 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
stray auth method ldap

Modified Paths:
--------------
    trunk/templates/tiki-user_preferences.tpl

Modified: trunk/templates/tiki-user_preferences.tpl
===================================================================
--- trunk/templates/tiki-user_preferences.tpl	2009-06-30 22:58:49 UTC (rev 19871)
+++ trunk/templates/tiki-user_preferences.tpl	2009-07-01 07:29:19 UTC (rev 19872)
 <at>  <at>  -50,7 +50,7  <at>  <at> 
         {tr}Real Name{/tr}:
       </td>
       <td class="{cycle}">
-        {if $prefs.auth_ldap_nameattr eq '' || $prefs.auth_method ne 'auth'}
+        {if $prefs.auth_ldap_nameattr eq '' || $prefs.auth_method ne 'ldap'}
           <input type="text" name="realName" value="{$user_prefs.realName|escape}" />{else}{$user_prefs.realName}
         {/if}
       </td>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)

pingus | 1 Jul 2009 11:15
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19873] mods/trunk/features/aulawiki/templates/ tiki-workspaces_desktop.tpl

Revision: 19873
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19873&view=rev
Author:   pingus
Date:     2009-07-01 09:15:41 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
made TOP/ workspace in ws path not clickable (there exist no desktop for it)

Modified Paths:
--------------
    mods/trunk/features/aulawiki/templates/tiki-workspaces_desktop.tpl

Modified: mods/trunk/features/aulawiki/templates/tiki-workspaces_desktop.tpl
===================================================================
--- mods/trunk/features/aulawiki/templates/tiki-workspaces_desktop.tpl	2009-07-01 07:29:19
UTC (rev 19872)
+++ mods/trunk/features/aulawiki/templates/tiki-workspaces_desktop.tpl	2009-07-01 09:15:41
UTC (rev 19873)
 <at>  <at>  -22,7 +22,12  <at>  <at> 
 <br/><br/>
 <b>{tr}Workspace path:{/tr}</b>
 {section name=i loop=$path}
-<a href="./tiki-workspaces_desktop.php?workspaceId={$path[i].workspaceId}">{$path[i].code}</a>/{/section}
+{if $path[i].workspaceId!=0}
+<a href="./tiki-workspaces_desktop.php?workspaceId={$path[i].workspaceId}">{$path[i].code}</a>/
+{else}
+{$path[i].code}/
+{/if}
+{/section}
(Continue reading)

Jonny Bradley | 1 Jul 2009 12:43
Favicon

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19870] branches/3.0/lib/messu/messulib.php


Hi wikiman - congratulations! :)

I was wondering if you had seen this page, but maybe it's not clear  
enough or needs better explanation...

	http://dev.tikiwiki.org/Where+to+commit

This is all new to use too (control!) so we're feeling our way - if  
anyone has any suggestions please add them to that page.

Thanks (and thanks Sylvie - sorry not been on IRC for a while -  
drowning... ;)

jb

On 30 Jun 2009, at 23:44, Marc Laporte wrote:

> Eric (wikiman): congrats on your first commit!
>
> M ;-)
>
> On Tue, Jun 30, 2009 at 6:43 PM, Marc Laporte<marc@...>  
> wrote:
>> About this commit:
>> http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2009-06-30,Tue&sel=140#l136
>>
>>
>> On Tue, Jun 30, 2009 at 3:15 PM, <wikiman@...>  
>> wrote:
(Continue reading)

mangapower | 1 Jul 2009 14:30
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19874] branches/experimental/ws/lib/workspaces

Revision: 19874
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19874&view=rev
Author:   mangapower
Date:     2009-07-01 12:30:41 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[MOD] Improved scriptCreator (to use it use )

Modified Paths:
--------------
    branches/experimental/ws/lib/workspaces/wslib.php
    branches/experimental/ws/lib/workspaces/wstools/scriptCreator.php

Modified: branches/experimental/ws/lib/workspaces/wslib.php
===================================================================
--- branches/experimental/ws/lib/workspaces/wslib.php	2009-07-01 09:15:41 UTC (rev 19873)
+++ branches/experimental/ws/lib/workspaces/wslib.php	2009-07-01 12:30:41 UTC (rev 19874)
 <at>  <at>  -1,24 +1,21  <at>  <at> 
 <?php
+/**
+ * wslib.php - TikiWiki CMS/GroupWare
+ *
+ * This library enable the basic management of workspaces (WS)
+ * 
+ *  <at> package	lib
+ *  <at> author	Benjamin Palacios Gonzalo (mangapower) <mangapowerx@...>
+ *  <at> license	http://www.opensource.org/licenses/lgpl-2.1.php
+ */
+
(Continue reading)

mangapower | 1 Jul 2009 14:34
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19875] branches/experimental/ws

Revision: 19875
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19875&view=rev
Author:   mangapower
Date:     2009-07-01 12:34:29 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[MRG] Automatic merge, trunk 19854 to 19872

Modified Paths:
--------------
    branches/experimental/ws/doc/devtools/release.php
    branches/experimental/ws/lib/wiki-plugins/wikiplugin_trackerlist.php
    branches/experimental/ws/templates/tiki-objectpermissions.tpl
    branches/experimental/ws/templates/tiki-send_newsletters.tpl
    branches/experimental/ws/templates/tiki-user_preferences.tpl
    branches/experimental/ws/templates/tiki-webmail_contacts.tpl
    branches/experimental/ws/tiki-objectpermissions.php
    branches/experimental/ws/tiki-send_newsletters.php

Modified: branches/experimental/ws/doc/devtools/release.php
===================================================================
--- branches/experimental/ws/doc/devtools/release.php	2009-07-01 12:30:41 UTC (rev 19874)
+++ branches/experimental/ws/doc/devtools/release.php	2009-07-01 12:34:29 UTC (rev 19875)
 <at>  <at>  -851,6 +851,8  <at>  <at> 
    HOWTO release Tiki
 --------------------------

+0/ When branching for 4.x, call it branches/4.x to be clearer than branches/3.0, because branches/4.x is
indeed 4.1, 4.2, etc.
(Continue reading)

axold | 1 Jul 2009 15:58
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19880] branches/experimental/ws

Revision: 19880
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19880&view=rev
Author:   axold
Date:     2009-07-01 13:58:01 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[MOD] Improvements over scriptCreator.php and some thing in include_workspaces

Modified Paths:
--------------
    branches/experimental/ws/lib/workspaces/wsController.php
    branches/experimental/ws/lib/workspaces/wstools/scriptCreator.php
    branches/experimental/ws/templates/tiki-admin-include-workspaces.tpl
    branches/experimental/ws/tiki-admin_include_workspaces.php

Modified: branches/experimental/ws/lib/workspaces/wsController.php
===================================================================
--- branches/experimental/ws/lib/workspaces/wsController.php	2009-07-01 13:30:55 UTC (rev 19879)
+++ branches/experimental/ws/lib/workspaces/wsController.php	2009-07-01 13:58:01 UTC (rev 19880)
 <at>  <at>  -1,34 +1,28  <at>  <at> 
 <?php
-if (strpos($_SERVER["SCRIPT_NAME"],basename(__FILE__)) !== false) {
-  header("location: index.php");
-  exit;
-}
-
-require_once 'wslib.php';
-
 /**
(Continue reading)

mangapower | 1 Jul 2009 15:30
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19879] branches/experimental/ws/lib/workspaces

Revision: 19879
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19879&view=rev
Author:   mangapower
Date:     2009-07-01 13:30:55 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[MOD] Added get_ws_groups and improved scriptCreator.php

Modified Paths:
--------------
    branches/experimental/ws/lib/workspaces/wslib.php
    branches/experimental/ws/lib/workspaces/wstools/scriptCreator.php

Modified: branches/experimental/ws/lib/workspaces/wslib.php
===================================================================
--- branches/experimental/ws/lib/workspaces/wslib.php	2009-07-01 13:07:50 UTC (rev 19878)
+++ branches/experimental/ws/lib/workspaces/wslib.php	2009-07-01 13:30:55 UTC (rev 19879)
 <at>  <at>  -53,7 +53,8  <at>  <at> 
 		global $prefs;
 		$wsContainerId = (int) $prefs['ws_container'];
 		$newParent = parent::get_category_description($ws_id);
-		$query = "update `tiki_categories` set `description`=? where `description`=? and `parentId`=?";
+		$query = "update `tiki_categories` set `description`=? where 
+		`description`=? and `parentId`=?";
 		$bindvars = array($newParent,$ws_id,$wsContainerId);
 	    // All its sub-workspaces will level up	
 		$result = $this->query($query,$bindvars);
 <at>  <at>  -85,7 +86,8  <at>  <at> 
 	public function get_ws_id($name, $parentWS)
(Continue reading)

jonnybradley | 1 Jul 2009 16:39
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19881] trunk/temp/cache/

Revision: 19881
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19881&view=rev
Author:   jonnybradley
Date:     2009-07-01 14:39:25 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[SVN] Ignore everything in cache dir

Property Changed:
----------------
    trunk/temp/cache/


Property changes on: trunk/temp/cache
___________________________________________________________________
Modified: svn:ignore
   - ????????????????????????????????
wikiplugin_*
profile????????????????????????????????
menu_*
fgals_perms_*
wiki-*
fgals_*
thumbnail_*

   + *

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
(Continue reading)

jonnybradley | 1 Jul 2009 14:54
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19876] trunk

Revision: 19876
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19876&view=rev
Author:   jonnybradley
Date:     2009-07-01 12:54:15 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[FIX] Moved Js to tiki-webmail.php and prevent page from refreshing when not on mailbox mode (via AJAX)
Some other small tweeks...

Modified Paths:
--------------
    trunk/templates/tiki-webmail.tpl
    trunk/tiki-webmail.php

Modified: trunk/templates/tiki-webmail.tpl
===================================================================
--- trunk/templates/tiki-webmail.tpl	2009-07-01 12:34:29 UTC (rev 19875)
+++ trunk/templates/tiki-webmail.tpl	2009-07-01 12:54:15 UTC (rev 19876)
 <at>  <at>  -292,14 +292,6  <at>  <at> 

 
 {if $locSection eq 'mailbox'}
-	{if $autoRefresh neq 0}
-		<script type="text/JavaScript">
-			<!--
-			setTimeout("location.reload(true);",{$autoRefresh}*1000);
-			//   -->
-		</script>
-	{/if}
(Continue reading)

jonnybradley | 1 Jul 2009 14:56
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19877] trunk/modules/mod-webmail_inbox.php

Revision: 19877
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19877&view=rev
Author:   jonnybradley
Date:     2009-07-01 12:56:17 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
[FIX] Remove unused var

Modified Paths:
--------------
    trunk/modules/mod-webmail_inbox.php

Modified: trunk/modules/mod-webmail_inbox.php
===================================================================
--- trunk/modules/mod-webmail_inbox.php	2009-07-01 12:54:15 UTC (rev 19876)
+++ trunk/modules/mod-webmail_inbox.php	2009-07-01 12:56:17 UTC (rev 19877)
 <at>  <at>  -174,7 +174,6  <at>  <at> 
 $smarty->assign('maxlen', isset($module_params['maxlen']) ? $module_params['maxlen'] : 30);
 $smarty->assign('nonums', isset($module_params['nonums']) ? $module_params['nonums'] : 'n');
 $smarty->assign('request_uri', strpos($_SERVER['REQUEST_URI'], '?') === false ?
$_SERVER['REQUEST_URI'].'?' : $_SERVER['REQUEST_URI'].'&');
-$module_rows = count($webmail_list);
 $smarty->assign('module_rows', $module_rows);
 if (isset($module_params['title'])) {
 	$smarty->assign('tpl_module_title', $module_params['title']);

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)


Gmane