You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(361) |
Oct
(65) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(798) |
Feb
(694) |
Mar
(586) |
Apr
(145) |
May
(24) |
Jun
(24) |
Jul
(56) |
Aug
(11) |
Sep
(138) |
Oct
(107) |
Nov
(58) |
Dec
(39) |
| 2004 |
Jan
(157) |
Feb
(24) |
Mar
(13) |
Apr
(14) |
May
(73) |
Jun
(106) |
Jul
(217) |
Aug
(91) |
Sep
(116) |
Oct
(357) |
Nov
(27) |
Dec
(272) |
| 2005 |
Jan
(97) |
Feb
(40) |
Mar
(167) |
Apr
(365) |
May
(344) |
Jun
(357) |
Jul
(407) |
Aug
(529) |
Sep
(204) |
Oct
(52) |
Nov
(80) |
Dec
(1) |
| 2006 |
Jan
(2) |
Feb
(1) |
Mar
(11) |
Apr
(112) |
May
(121) |
Jun
(86) |
Jul
(51) |
Aug
(48) |
Sep
(107) |
Oct
(20) |
Nov
(50) |
Dec
(11) |
| 2007 |
Jan
(7) |
Feb
(11) |
Mar
(8) |
Apr
(11) |
May
(2) |
Jun
(25) |
Jul
(67) |
Aug
(134) |
Sep
(54) |
Oct
(69) |
Nov
(10) |
Dec
(74) |
| 2008 |
Jan
(73) |
Feb
(81) |
Mar
(64) |
Apr
(98) |
May
(157) |
Jun
(68) |
Jul
(80) |
Aug
(108) |
Sep
(176) |
Oct
(107) |
Nov
(265) |
Dec
(60) |
| 2009 |
Jan
(149) |
Feb
(140) |
Mar
(195) |
Apr
(141) |
May
(53) |
Jun
(45) |
Jul
(98) |
Aug
(153) |
Sep
(160) |
Oct
(138) |
Nov
(139) |
Dec
(104) |
| 2010 |
Jan
(188) |
Feb
(259) |
Mar
(133) |
Apr
(104) |
May
(42) |
Jun
(121) |
Jul
(38) |
Aug
(223) |
Sep
(259) |
Oct
(255) |
Nov
(106) |
Dec
(157) |
| 2011 |
Jan
(202) |
Feb
(110) |
Mar
(261) |
Apr
(272) |
May
(218) |
Jun
(108) |
Jul
(141) |
Aug
(205) |
Sep
(326) |
Oct
(279) |
Nov
(368) |
Dec
(238) |
| 2012 |
Jan
(239) |
Feb
(3) |
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(6) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
(3) |
Mar
(9) |
Apr
(10) |
May
|
Jun
(1) |
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
| 2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
|
2
(1) |
3
|
4
|
|
5
(14) |
6
(3) |
7
|
8
(1) |
9
(2) |
10
(6) |
11
(3) |
|
12
(1) |
13
(8) |
14
(4) |
15
(1) |
16
(16) |
17
(11) |
18
(3) |
|
19
|
20
(3) |
21
(3) |
22
(6) |
23
|
24
(2) |
25
(19) |
|
26
(15) |
27
(11) |
28
(6) |
29
(10) |
30
(1) |
31
(7) |
|
|
From: <be...@us...> - 2010-12-31 23:28:05
|
Revision: 5939
http://xoops.svn.sourceforge.net/xoops/?rev=5939&view=rev
Author: beckmi
Date: 2010-12-31 23:27:59 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
Making boxes round in Module GUI
Modified Paths:
--------------
XoopsModules/TDMCreate/trunk/class/menu.php
Modified: XoopsModules/TDMCreate/trunk/class/menu.php
===================================================================
--- XoopsModules/TDMCreate/trunk/class/menu.php 2010-12-31 23:27:00 UTC (rev 5938)
+++ XoopsModules/TDMCreate/trunk/class/menu.php 2010-12-31 23:27:59 UTC (rev 5939)
@@ -21,8 +21,8 @@
class TDMCreateMenu
{
- public $Width = 100;
- public $Height = 100;
+ public $Width = 80;
+ public $Height = 85;
public $BgColor = 'transparent';
public $OverBgColor = '#FFF6C1';
public $BorderWidth = 1;
@@ -122,6 +122,13 @@
padding: 2px 5px 1px 5px;
margin: 3px;
color: $this->FontColor;
+
+
+ background-color: #f0f0f0;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+ -khtml-border-radius: 6px;
+ border-radius: 6px;
}
div.rmmenuicon img { margin-top: 8px; margin-bottom: 8px; }
div.rmmenuicon a span {
@@ -146,6 +153,33 @@
div.rmmenuicon a:hover span.uno{
text-decoration: $this->OverFontExtraDeco;
color: $this->OverFontExtraColor;
+ }
+
+ div.hometitle{
+ color: #333;
+ font-size: 18px;
+ padding: 0 12px 0 12px;
+ }
+ div.textbody{
+ color: #000;
+ font-size: 12px;
+ padding: 0 12px 0 12px;
+ background-color: #f0f0f0;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+ -khtml-border-radius: 6px;
+ border-radius: 6px;
+ }
+ div.CPbigTitle{
+ font-size: 12px;
+ color: #606060;
+ background: no-repeat left top;
+ font-weight: bold;
+ height: 30px;
+ vertical-align: middle;
+ padding: 10px 0 0 40px;
+ border-bottom: 3px solid #393e41;
+
}";
if ($ws) $csscode .= "\n-->\n</style>";
return $csscode;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2010-12-31 23:27:06
|
Revision: 5938
http://xoops.svn.sourceforge.net/xoops/?rev=5938&view=rev
Author: beckmi
Date: 2010-12-31 23:27:00 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
Internationalization (it was hardcoded in French before)
Modified Paths:
--------------
XoopsModules/TDMCreate/trunk/class/tdmcreate_tables.php
Modified: XoopsModules/TDMCreate/trunk/class/tdmcreate_tables.php
===================================================================
--- XoopsModules/TDMCreate/trunk/class/tdmcreate_tables.php 2010-12-31 11:48:31 UTC (rev 5937)
+++ XoopsModules/TDMCreate/trunk/class/tdmcreate_tables.php 2010-12-31 23:27:00 UTC (rev 5938)
@@ -508,7 +508,7 @@
echo "</SELECT>
</td>
<tr>
- <td align='left' class='head'>Page : Afficher admin</td>
+ <td align='left' class='head'>"._AM_TDMCREATE_TABLES_CHAMPS_MORE_DISPLAY_ADMIN."</td>
<td align='right' class='even'>";
if ( $param_display_admin[$i] == 1 ) {
echo "<INPUT type='checkbox' size='4' name='champs_param_display_admin[".$i."]' checked>";
@@ -518,7 +518,7 @@
echo "</td>
</tr>
<tr>
- <td align='left' class='head'>Page : Afficher user</td>
+ <td align='left' class='head'>"._AM_TDMCREATE_TABLES_CHAMPS_MORE_DISPLAY_USER."</td>
<td align='right' class='even'>";
if ( $param_display_user[$i] == 1 ) {
echo "<INPUT type='checkbox' size='4' name='champs_param_display_user[".$i."]' checked>";
@@ -532,7 +532,7 @@
if ( $tables_blocs == 1 )
{
echo "<tr>
- <td align='left' class='head'>Bloc : Afficher</td>
+ <td align='left' class='head'>"._AM_TDMCREATE_TABLES_CHAMPS_MORE_BLOC."</td>
<td align='right' class='even'>";
if ( $param_display_blocs[$i] == 1 ) {
echo "<INPUT type='checkbox' size='4' name='champs_param_display_blocs[".$i."]' checked>";
@@ -544,7 +544,7 @@
}
echo "
<tr>
- <td align='left' class='head'>Table : Champs principal</td>
+ <td align='left' class='head'>"._AM_TDMCREATE_TABLES_CHAMPS_MORE_MAIN_FIELD."</td>
<td align='right' class='even'>";
if ( $param_display_main_field[$i] == 1 ) {
echo "<INPUT type='radio' value='".$i."' name='champs_param_main_field' checked>";
@@ -558,7 +558,7 @@
{
echo "
<tr>
- <td align='left' class='head'>Recherche : Indexer </td>
+ <td align='left' class='head'>"._AM_TDMCREATE_TABLES_CHAMPS_MORE_SEARCH.",</td>
<td align='right' class='even'>";
if ( $champs_param_search_field[$i] == 1 ) {
echo "<INPUT type='checkbox' size='4' name='champs_param_search_field[".$i."]' checked>";
@@ -570,7 +570,7 @@
}
echo "
<tr>
- <td align='left' class='head'>Form : Champs Oblig.</td>
+ <td align='left' class='head'>"._AM_TDMCREATE_TABLES_CHAMPS_MORE_REQUIRED."</td>
<td align='right' class='even'>";
if ( $champs_param_required_field[$i] == 1 ) {
echo "<INPUT type='checkbox' size='4' name='champs_param_required_field[".$i."]' checked>";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ma...@us...> - 2010-12-31 11:48:38
|
Revision: 5937
http://xoops.svn.sourceforge.net/xoops/?rev=5937&view=rev
Author: madreus
Date: 2010-12-31 11:48:31 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
Corrections in System module. Translated the missing TIPS, generally.
Modified Paths:
--------------
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/avatars.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/blocksadmin.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/comments.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/maintenance.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/modulesadmin.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/preferences.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin.php
XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/cpanel.php
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/avatars.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/avatars.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/avatars.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -28,8 +28,8 @@
// Tips
define("_AM_SYSTEM_AVATAR_TIPS","
<ul id='newsticker' class='newsticker'>
-<li>Manage all System or cutom avatars</li>
-<li>Site members can optionally fashion their own online personal called avatars.<br />This option can be set off from module User preferences.</li>
+<li>Zarządzanie systemowymi i dodatkowymi avatarami</li>
+<li>Użytkownicy mogą przyozdobić swoje profile na stronie tak zwanymi avatarami.<br />Ta opcja może zostać wyłączona poprzez preferencje Ustawienia użytkownika.</li>
</ul>");
?>
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/blocksadmin.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/blocksadmin.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/blocksadmin.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -70,16 +70,16 @@
// Messages
define("_AM_SYSTEM_BLOCKS_DBUPDATED", _AM_SYSTEM_DBUPDATED);
-define("_AM_SYSTEM_BLOCKS_RUSUREDEL",'Czy na pewno chcesz skasować blok ? <div class="bold">%s</div>');
+define("_AM_SYSTEM_BLOCKS_RUSUREDEL",'Czy na pewno chcesz skasować ten blok? <div class="bold">%s</div>');
define("_AM_SYSTEM_BLOCKS_SYSTEMCANT","Nie można skasować bloku systemowego!");
define("_AM_SYSTEM_BLOCKS_MODULECANT","Ten blok nie może teraz zostać skasowany! Jeśli chcesz go skasować musisz najpierw wyłączyć moduł.");
// Tips
define("_AM_SYSTEM_BLOCKS_TIPS",
'<ul>
-<li>You can easily change side or order position with the drag\'n drop, click on <img class="tooltip" src="%s" alt="'._AM_SYSTEM_BLOCKS_DRAG.'" title="'._AM_SYSTEM_BLOCKS_DRAG.'" /> this image and set your site just the way you want it</li>
-<li>Add a new custom block</li>
-<li>Set block online or offline by clicking on <img class="tooltip" width="16" src="%s" alt="'._AM_SYSTEM_BLOCKS_DISPLAY.'" title="'._AM_SYSTEM_BLOCKS_DISPLAY.'"/> or <img class="tooltip" width="16" src="%s" alt="'._AM_SYSTEM_BLOCKS_HIDE.'" title="'._AM_SYSTEM_BLOCKS_HIDE.'" /></li>
+<li>Można łatwo zmienić położenie i kolejność wyświetlania bloków poprzez ich przeciąganie (drag\'n drop), kliknij na <img class="tooltip" src="%s" alt="'._AM_SYSTEM_BLOCKS_DRAG.'" title="'._AM_SYSTEM_BLOCKS_DRAG.'" /> i przesuń gdzie chcesz</li>
+<li>Dodawanie nowych własnych bloków</li>
+<li>Ustawienie czy dany blok ma być widoczny czy nie kliknięciem na <img class="tooltip" width="16" src="%s" alt="'._AM_SYSTEM_BLOCKS_DISPLAY.'" title="'._AM_SYSTEM_BLOCKS_DISPLAY.'"/> lub <img class="tooltip" width="16" src="%s" alt="'._AM_SYSTEM_BLOCKS_HIDE.'" title="'._AM_SYSTEM_BLOCKS_HIDE.'" /></li>
</ul>');
?>
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/comments.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/comments.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/comments.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -18,8 +18,8 @@
// Tips
define("_AM_SYSTEM_COMMENTS_NAV_TIPS","
<ul>
-<li>Manage comments for all your modules.</li>
-<li>Delete comments easily with the purge.</li>
+<li>Zarządzanie komentarzami ze wszystkich modułów.</li>
+<li>Łatwe usuwanie komentarzy poprzez przycisk Czyszczenie.</li>
</ul>");
// Form
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/maintenance.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/maintenance.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/maintenance.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -29,10 +29,10 @@
define("_AM_SYSTEM_MAINTENANCE_CHOICE3","Napraw");
define("_AM_SYSTEM_MAINTENANCE_CHOICE4","Analizuj");
define("_AM_SYSTEM_MAINTENANCE_TABLES_DESC",
-"ANALYZE TABLE analyzes and stores the key distribution for a table. During the analysis, the table is locked with a read lock.<br />
-CHECK TABLE checks a table or tables for errors.<br />
-OPTIMIZE TABLE to reclaim the unused space and to defragment the data file.<br />
-REPAIR TABLE repairs a possibly corrupted table.");
+"Analizuj [ANALYZE TABLE] - Analizuje i zbiera statystyki dla tabeli, które służą silnikowi bazy danych do optymalizacji pracy. W czasie analizy tabela zostaje zablokowana.<br />
+Sprawdź [CHECK TABLE] - Sprawdza poprawność tabeli i uaktualnia jej kluczowe statystyki.<br />
+Optymalizuj [OPTIMIZE TABLE] - Zwalnia nieużywaną przestrzeń i defragmentuje pliki danych.<br />
+Napraw [REPAIR TABLE] - Naprawia uszkodzoną tabelę.");
define("_AM_SYSTEM_MAINTENANCE_RESULT","Wynik");
define("_AM_SYSTEM_MAINTENANCE_RESULT_NO_RESULT","Brak wyniku");
@@ -65,7 +65,7 @@
// Tips
define("_AM_SYSTEM_MAINTENANCE_TIPS",
"<ul>
-<li>Tutaj możesz w prosty sposób wykonać podstawowe czynności konserwacji zainstalowanego systemu Xoops: czyszczenie plików tymczasowych Cache, czyszczenie tabeli z zapisem sesji, podstawowe operacje serwisowe na tabelach mySql</li>
+<li>Tutaj możesz w prosty sposób wykonać podstawowe czynności konserwacji zainstalowanego systemu Xoops: czyszczenie plików tymczasowych Cache, czyszczenie tabeli z zapisem sesji, podstawowe operacje serwisowe na tabelach MySQL</li>
</ul>");
?>
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/modulesadmin.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/modulesadmin.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/modulesadmin.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -171,10 +171,10 @@
// Tips
define("_AM_SYSTEM_MODULES_TIPS",
"<ul>
-<li>If you install a new module, remember to setup module preferences, blocks and users permissions!</li>
-<li>For hide module into Main Menu block, set order to 0</li>
-<li>Delete unused module files from your server to avoid security issues and keep your website safe.</li>
-<li>To change order of modules (which will be reflected in the Menu), you just need to drag and drop the modules to the desired placement.</li>
+<li>Po instalacji modułu należy pamiętać o ustawieniu preferencji modułu, bloków i uprawnień dla użytkowników!</li>
+<li>Aby ukryć moduł w bloku Menu Główne, ustawić kolejność na 0</li>
+<li>Należy usuwać pliki niezainstalowanych i nieużywanych modułów z serwera aby zminimalizować prawdopobieństwo wystąpienia dziur i błędów, które moga zagrozić bezpieczeństwu.</li>
+<li>Aby zmienić kolejność modułow (co ma odbicie w Menu Głównym), wystarczy przeniść metodą drag and drop moduł w odpowiednie miejsce.</li>
</ul>");
define("_AM_SYSTEM_MODULES_CONFIRM_TIPS",
"<ul>
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/preferences.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/preferences.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin/preferences.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -21,7 +21,7 @@
define("_AM_SYSTEM_PREFERENCES_NAV_MD_AM_AUTHENTICATION","Authentication Options");*/
//Tips
-define("_AM_SYSTEM_PREFERENCES_NAV_TIPS","<ul><li>Manage all site settings.</li></ul>");
+define("_AM_SYSTEM_PREFERENCES_NAV_TIPS","<ul><li>Zarządzanie ustawieniami strony.</li></ul>");
/*
define("_AM_SYSTEM_PREFERENCES_NAV_TIPS_MD_AM_GENERAL","A faire");
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/admin.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -35,35 +35,35 @@
// Admin Module Names and description
define("_AM_SYSTEM_ADGS","Grupy");
-define("_AM_SYSTEM_ADGS_DESC","You can add some groups <br /> and manage permission for <br /> ecah group");
+define("_AM_SYSTEM_ADGS_DESC","Grupom użytkowników <br /> można nadawać uprawnienia <br /> do poszczególnych bloków czy modułów.");
define("_AM_SYSTEM_BANS","Bannery");
-define("_AM_SYSTEM_BANS_DESC","Zarządzanie wyświetlanymi <br /> reklamami w systemie Xoops");
+define("_AM_SYSTEM_BANS_DESC","Zarządzanie wyświetlanymi <br /> reklamami w systemie Xoops.");
define("_AM_SYSTEM_BLOCKS","Bloki");
-define("_AM_SYSTEM_BLOCKS_DESC","With blocks you can <br /> add many thing for <br /> your users");
+define("_AM_SYSTEM_BLOCKS_DESC","Przy pomocy bloków można dodawać <br /> wiele treści, jak i organizować <br /> ich rozmieszczenie na stronach.");
define("_AM_SYSTEM_MODULES","Moduły");
define("_AM_SYSTEM_MODULES_DESC","Tutaj można instalować<br />i odinstalowywać moduły.<br /> Dowiedz się więcej czym są moduły <br /> w Pomocy.");
define("_AM_SYSTEM_SMLS","Emotikony");
-define("_AM_SYSTEM_SMLS_DESC","You and your users can use <br /> this smilies in your posts , <br /> pms , comments and ...");
+define("_AM_SYSTEM_SMLS_DESC","W tej sekcji znajdują się emotikony, <br /> które użytkownicy mogą wykorzystywać <br /> w swoich postach, komentarzach, PW, itd.");
define("_AM_SYSTEM_RANK","Rangi użytkowników");
-define("_AM_SYSTEM_RANK_DESC","You can add ranks <br /> for your users");
+define("_AM_SYSTEM_RANK_DESC","Użytkownikom można nadawać rangi.");
define("_AM_SYSTEM_USER","Użytkownicy");
-define("_AM_SYSTEM_USER_DESC","Zarządzanie użytkownikami <br /> i ich przynależnością do grup <br /> oraz innych ustawień związanych z użytkownikami");
+define("_AM_SYSTEM_USER_DESC","Zarządzanie użytkownikami <br /> i ich przynależnością do grup <br /> oraz innych ustawień z tym związanych.");
define("_AM_SYSTEM_PREF","Preferencje");
-define("_AM_SYSTEM_PREF_DESC","XOOPS and all of your <br /> modules have a preferences <br /> for manage module options");
+define("_AM_SYSTEM_PREF_DESC","XOOPS i każdy moduł <br /> ma swoje preferencje, <br /> które służą do ich konfiguracji.");
define("_AM_SYSTEM_MLUS","Mail do użytkowników");
-define("_AM_SYSTEM_MLUS_DESC","Ta opcja służy do wysyłania użytkownikom<br />wiadomości na konto e-mail<br />lub wiadomości prywatnych w systemie Xoops");
+define("_AM_SYSTEM_MLUS_DESC","Ta opcja służy do wysyłania użytkownikom<br />wiadomości na konto e-mail<br />lub prywatnych wiadomości (PW) w systemie Xoops.");
define("_AM_SYSTEM_IMAGES","Obrazki");
-define("_AM_SYSTEM_IMAGES_DESC","Tutaj można dodawać obrazki <br /> i tworzyć dla nich Kategorie");
+define("_AM_SYSTEM_IMAGES_DESC","Tutaj można dodawać obrazki <br /> i tworzyć dla nich Kategorie.");
define("_AM_SYSTEM_AVATARS","Avatary");
-define("_AM_SYSTEM_AVATARS_DESC","Dodawanie i zarządzanie avatarami, <br /> które użytkownicy mogą <br /> wykorzystać w swoich profilach");
+define("_AM_SYSTEM_AVATARS_DESC","Dodawanie i zarządzanie avatarami, <br /> które użytkownicy mogą <br /> wykorzystać w swoich profilach.");
define("_AM_SYSTEM_TPLSETS","Szablony");
-define("_AM_SYSTEM_TPLSETS_DESC","Jeśli potrzebujesz pewnych zmian <br /> w szablonach podstawowych lub poszczególnych modułów <br /> używać tej opcji tworzenia zastąpić tematu");
+define("_AM_SYSTEM_TPLSETS_DESC","Jeśli potrzebujesz pewnych zmian <br /> w szablonach podstawowych <br /> lub w szablonach poszczególnych modułów, <br /> ta sekcja może być pomocna.");
define("_AM_SYSTEM_COMMENTS","Komentarze");
-define("_AM_SYSTEM_COMMENTS_DESC","Your users add some Comments <br /> on your website, for your news, <br /> photos , weblog post links and ... <br /> manage user comments from here");
+define("_AM_SYSTEM_COMMENTS_DESC","Użytkownicy mogą dodawać komentarze <br /> do artykułow, aktualności, <br /> zdjęć w albumach, itd. <br /> W tej sekcji znajduje się zbiorcza lista wszystkich komentarzy.");
define("_AM_SYSTEM_FILEMANAGER","Menedżer plików");
-define("_AM_SYSTEM_FILEMANAGER_DESC","Tutaj można dokonywać zmian <br /> w plikach w Xoops");
+define("_AM_SYSTEM_FILEMANAGER_DESC","Tutaj można dokonywać zmian <br /> w plikach w Xoops.");
define("_AM_SYSTEM_MAINTENANCE","Konserwacja");
-define("_AM_SYSTEM_MAINTENANCE_DESC","Narzędzia dla bazy danych, <br /> czyszczenia folderów cache i tabeli sesji");
+define("_AM_SYSTEM_MAINTENANCE_DESC","Narzędzia dla bazy danych, <br /> czyszczenia folderów cache i tabeli sesji.");
// Messages
define('_AM_SYSTEM_DBUPDATED', 'Uaktualniono bazę danych!');
Modified: XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/cpanel.php
===================================================================
--- XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/cpanel.php 2010-12-31 09:07:40 UTC (rev 5936)
+++ XoopsLanguages/polish/core/2.5.0/htdocs/modules/system/language/polish/cpanel.php 2010-12-31 11:48:31 UTC (rev 5937)
@@ -24,5 +24,5 @@
define("_MD_CPANEL_SITE_ADMINISTRATION", "Administracja %s");
// for help page
-define("_MD_CPANEL_HELPCENTER", "Welcome to XOOPS Help Center");
+define("_MD_CPANEL_HELPCENTER", "Witamy w Centrum Pomocy XOOPS");
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <vo...@us...> - 2010-12-31 09:07:46
|
Revision: 5936
http://xoops.svn.sourceforge.net/xoops/?rev=5936&view=rev
Author: voltan1
Date: 2010-12-31 09:07:40 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
Add DISPLAY PUBLICATION DATE
Modified Paths:
--------------
XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt
XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php
XoopsModules/extgallery/trunk/modules/extgallery/language/english/modinfo.php
XoopsModules/extgallery/trunk/modules/extgallery/public-album.php
XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html
XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php
Modified: XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt 2010-12-31 09:07:40 UTC (rev 5936)
@@ -34,6 +34,7 @@
- Add Bookmarkme and Social network (voltan)
- Add sort photo (Burning)
- Move Number of Columns and Number of Lines setting to Album page (voltan)
+- Add DISPLAY PUBLICATION DATE (MAGE - voltan)
modinfo.php
_MI_EXTGAL_DISP_SET_ORDER (added)
@@ -78,6 +79,8 @@
_MI_EXTGAL_SOCIALNETWORM (added)
_MI_EXTGAL_BOOKMARK (added)
_MI_EXTGAL_BOTH (added)
+_MI_EXTGAL_ENABLE_SHOW_PDATE
+_MI_EXTGAL_ENABLE_SHOW_PDATE_DESC
main.php
_MD_EXTGALLERY_PREVIEW Preview to Previous changed
@@ -124,6 +127,7 @@
_MD_EXTGALLERY_SORTHITSDESC (added)
_MD_EXTGALLERY_SORTNOTE (added)
_MD_EXTGALLERY_SORTNOTEASC (added)
+_MD_EXTGALLERY_INFODATE (added)
blocks.php
_MB_EXTGALLERY_USER_NUMBER (added)
Modified: XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php 2010-12-31 09:07:40 UTC (rev 5936)
@@ -15,6 +15,7 @@
define("_MD_EXTGALLERY_HITS","Hits");
define("_MD_EXTGALLERY_COMMENTS","Comments");
define("_MD_EXTGALLERY_RATING_SCORE","Rating score");
+define("_MD_EXTGALLERY_INFODATE","Date:");
// Photo page
define("_MD_EXTGALLERY_PREVIEW","Previous");
Modified: XoopsModules/extgallery/trunk/modules/extgallery/language/english/modinfo.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/language/english/modinfo.php 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/language/english/modinfo.php 2010-12-31 09:07:40 UTC (rev 5936)
@@ -140,4 +140,6 @@
define('_MI_EXTGAL_NONE',"None");
define('_MI_EXTGAL_SOCIALNETWORM',"Social Networks");
define('_MI_EXTGAL_BOOKMARK',"Bookmark me");
+define('_MI_EXTGAL_ENABLE_SHOW_PDATE',"Show photo date");
+define('_MI_EXTGAL_ENABLE_SHOW_PDATE_DESC',"Enables/disables Show photo date when <b>Photo Info View</b> is enabled");
?>
\ No newline at end of file
Modified: XoopsModules/extgallery/trunk/modules/extgallery/public-album.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/public-album.php 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/public-album.php 2010-12-31 09:07:40 UTC (rev 5936)
@@ -94,6 +94,12 @@
}
}
+// HACK DATE BY MAGE : DISPLAY PUBLICATION DATE
+foreach (array_keys($photos) as $i) {
+ $photos[$i]['photo_date'] = date(_SHORTDATESTRING, $photos[$i]['photo_date']);
+}
+// END HACK DATE BY MAGE : DISPLAY PUBLICATION DATE
+
$xoopsTpl->assign('photos', $photos);
$pageNav = new XoopsPageNav($photoHandler->getAlbumCount($catId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$catId."&orderby=".$orderby."&sortby=".$sortby); //xoops - blueteen - tri de l'affichage
@@ -140,6 +146,7 @@
$xoopsTpl->assign('enable_photo_hits', $xoopsModuleConfig['enable_photo_hits']);
$xoopsTpl->assign('enable_submitter_lnk', $xoopsModuleConfig['enable_submitter_lnk']);
$xoopsTpl->assign('enable_show_comments', $xoopsModuleConfig['enable_show_comments']);
+$xoopsTpl->assign('enable_show_pdate', $xoopsModuleConfig['enable_show_pdate']);
//for tooltip
$xoopsTpl->assign('album_tooltip_borderwidth', $xoopsModuleConfig['album_tooltip_borderwidth']);
Modified: XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php 2010-12-31 09:07:40 UTC (rev 5936)
@@ -1,23 +1,23 @@
<?php
-require '../../mainfile.php';
-include_once XOOPS_ROOT_PATH.'/class/pagenav.php';
-include_once XOOPS_ROOT_PATH.'/modules/extgallery/class/publicPerm.php';
-
-$GLOBALS['xoopsOption']['template_main'] = 'extgallery_public-useralbum.html';
+require '../../mainfile.php';
+include_once XOOPS_ROOT_PATH.'/class/pagenav.php';
+include_once XOOPS_ROOT_PATH.'/modules/extgallery/class/publicPerm.php';
+
+$GLOBALS['xoopsOption']['template_main'] = 'extgallery_public-useralbum.html';
include XOOPS_ROOT_PATH.'/header.php';
-if(!isset($_GET['id'])) {
- $userId = 0;
-} else {
- $userId = intval($_GET['id']);
+if(!isset($_GET['id'])) {
+ $userId = 0;
+} else {
+ $userId = intval($_GET['id']);
+}
+if(!isset($_GET['start'])) {
+ $start = 0;
+} else {
+ $start = intval($_GET['start']);
}
-if(!isset($_GET['start'])) {
- $start = 0;
-} else {
- $start = intval($_GET['start']);
-}
$ajaxeffect = $xoopsModuleConfig['use_ajax_effects'];
$xoopsTpl->assign('use_ajax_effects', $ajaxeffect);
@@ -53,10 +53,16 @@
return $orderbyTrans;
}
-$photoHandler = xoops_getmodulehandler('publicphoto', 'extgallery');
+$photoHandler = xoops_getmodulehandler('publicphoto', 'extgallery');
+
+$photos = $photoHandler->objectToArray($photoHandler->getUserAlbumPhotoPage($userId, $start, $sortby, $orderby), array('uid'));
+$k = $xoopsModuleConfig['nb_column'] - (count($photos)%$xoopsModuleConfig['nb_column']);
+if($k != $xoopsModuleConfig['nb_column']) {
+ for($i=0;$i<$k;$i++) {
+ $photos[] = array();
+ }
+}
-$photos = $photoHandler->objectToArray($photoHandler->getUserAlbumPhotoPage($userId, $start, $sortby, $orderby), array('uid'));
-
// Plugin traitement
$plugin = xoops_getmodulehandler('plugin', 'extgallery');
$nbPhoto = count($photos);
@@ -66,15 +72,15 @@
$photos[$i]['link'] = $params['link'];
}
-$k = $xoopsModuleConfig['nb_column'] - (count($photos)%$xoopsModuleConfig['nb_column']);
-if($k != $xoopsModuleConfig['nb_column']) {
- for($i=0;$i<$k;$i++) {
- $photos[] = array();
- }
-}
+// HACK DATE BY MAGE : DISPLAY PUBLICATION DATE
+foreach (array_keys($photos) as $i) {
+ $photos[$i]['photo_date'] = date(_SHORTDATESTRING, $photos[$i]['photo_date']);
+}
+// END HACK DATE BY MAGE : DISPLAY PUBLICATION DATE
+
$xoopsTpl->assign('photos', $photos);
-$pageNav = new XoopsPageNav($photoHandler->getUserAlbumCount($userId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$userId."&orderby=".$orderby."&sortby=".$sortby);
+$pageNav = new XoopsPageNav($photoHandler->getUserAlbumCount($userId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$userId."&orderby=".$orderby."&sortby=".$sortby);//xoops - blueteen - tri de l'affichage
$xoopsTpl->assign('pageNav', $pageNav->renderNav());
$albumName = '';
@@ -118,6 +124,7 @@
$xoopsTpl->assign('enable_photo_hits', $xoopsModuleConfig['enable_photo_hits']);
$xoopsTpl->assign('enable_submitter_lnk', $xoopsModuleConfig['enable_submitter_lnk']);
$xoopsTpl->assign('enable_show_comments', $xoopsModuleConfig['enable_show_comments']);
+$xoopsTpl->assign('enable_show_pdate', $xoopsModuleConfig['enable_show_pdate']);
//for tooltip
$xoopsTpl->assign('album_tooltip_borderwidth', $xoopsModuleConfig['album_tooltip_borderwidth']);
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html 2010-12-31 09:07:40 UTC (rev 5936)
@@ -208,6 +208,12 @@
<{/if}>
<!-- End Comment count -->
+ <!-- Start photo date -->
+ <{if $enable_show_pdate}>
+ <div><b><{$smarty.const._MD_EXTGALLERY_INFODATE}></b> <{$photos[photo].photo_date}></div>
+ <{/if}>
+ <!-- End photo date -->
+
<!-- Start Submitter link -->
<{if $enable_submitter_lnk}>
<div><a href="<{$xoops_url}>/userinfo.php?uid=<{$photos[photo].user.uid}>"><{$photos[photo].user.uname}></a></div>
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html 2010-12-31 09:07:40 UTC (rev 5936)
@@ -201,7 +201,13 @@
<div><b><{$photos[photo].photo_comment}></b> <{$lang.comments}></div>
<{/if}>
<!-- End Comment count -->
-
+
+ <!-- Start photo date -->
+ <{if $enable_show_pdate}>
+ <div><b><{$smarty.const._MD_EXTGALLERY_INFODATE}></b> <{$photos[photo].photo_date}></div>
+ <{/if}>
+ <!-- End photo date -->
+
<!-- Start Submitter link -->
<{if $enable_submitter_lnk}>
<div><a href="<{$xoops_url}>/userinfo.php?uid=<{$photos[photo].user.uid}>"><{$photos[photo].user.uname}></a></div>
Modified: XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php 2010-12-31 07:15:56 UTC (rev 5935)
+++ XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php 2010-12-31 09:07:40 UTC (rev 5936)
@@ -292,6 +292,16 @@
$modversion['config'][$i]['valuetype'] = 'int';
$modversion['config'][$i]['default'] = 1;
/**
+ * Voltan - Enable show comments
+ */
+$i++;
+$modversion['config'][$i]['name'] = 'enable_show_pdate';
+$modversion['config'][$i]['title'] = '_MI_EXTGAL_ENABLE_SHOW_PDATE';
+$modversion['config'][$i]['description'] = '_MI_EXTGAL_ENABLE_SHOW_PDATE_DESC';
+$modversion['config'][$i]['formtype'] = 'yesno';
+$modversion['config'][$i]['valuetype'] = 'int';
+$modversion['config'][$i]['default'] = 1;
+/**
* Voltan - Social networks and bookmarks
*/
$i++;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <vo...@us...> - 2010-12-31 07:16:02
|
Revision: 5935
http://xoops.svn.sourceforge.net/xoops/?rev=5935&view=rev
Author: voltan1
Date: 2010-12-31 07:15:56 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
Add admin.css to admin/index.php
Modified Paths:
--------------
XoopsModules/extgallery/trunk/modules/extgallery/admin/index.php
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_index.html
Modified: XoopsModules/extgallery/trunk/modules/extgallery/admin/index.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/admin/index.php 2010-12-31 07:13:14 UTC (rev 5934)
+++ XoopsModules/extgallery/trunk/modules/extgallery/admin/index.php 2010-12-31 07:15:56 UTC (rev 5935)
@@ -260,6 +260,8 @@
$xoopsTpl->assign('post_max_size', get_cfg_var('post_max_size'));
$xoopsTpl->assign('mid', $xoopsModule->getVar('mid'));
+$xoTheme->addStylesheet('modules/extgallery/include/admin.css');
+
xoops_cp_footer();
?>
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_index.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_index.html 2010-12-31 07:13:14 UTC (rev 5934)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_index.html 2010-12-31 07:15:56 UTC (rev 5935)
@@ -1,6 +1,3 @@
-<head>
-<link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl browse.php?modules/extgallery/include/admin.css}>" />
-</head>
<table>
<tr>
<td width="59%">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <vo...@us...> - 2010-12-31 07:13:21
|
Revision: 5934
http://xoops.svn.sourceforge.net/xoops/?rev=5934&view=rev
Author: voltan1
Date: 2010-12-31 07:13:14 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
Move Number of Columns and Number of Lines setting to Album page
Modified Paths:
--------------
XoopsModules/extgallery/trunk/modules/extgallery/admin/album.php
XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_album.html
XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php
Modified: XoopsModules/extgallery/trunk/modules/extgallery/admin/album.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/admin/album.php 2010-12-31 06:47:48 UTC (rev 5933)
+++ XoopsModules/extgallery/trunk/modules/extgallery/admin/album.php 2010-12-31 07:13:14 UTC (rev 5934)
@@ -38,7 +38,47 @@
$configHandler->insertConfig($config);
}
}
+
+ if(isset($_POST['nb_column'])) {
+ if($xoopsModuleConfig['nb_column'] != $_POST['nb_column']) {
+ $criteria = new CriteriaCompo();
+ $criteria->add($moduleIdCriteria);
+ $criteria->add(new Criteria('conf_name','nb_column'));
+ $config = $configHandler->getConfigs($criteria);
+ $config = $config[0];
+ $configValue = array(
+ 'conf_modid'=>$xoopsModule->getVar('mid'),
+ 'conf_catid'=>0,
+ 'conf_name'=>'nb_column',
+ 'conf_value'=>$_POST['nb_column'],
+ 'conf_formtype'=>'hidden',
+ 'conf_valuetype'=>'text'
+ );
+ $config->setVars($configValue);
+ $configHandler->insertConfig($config);
+ }
+ }
+ if(isset($_POST['nb_line'])) {
+ if($xoopsModuleConfig['nb_line'] != $_POST['nb_line']) {
+ $criteria = new CriteriaCompo();
+ $criteria->add($moduleIdCriteria);
+ $criteria->add(new Criteria('conf_name','nb_line'));
+ $config = $configHandler->getConfigs($criteria);
+ $config = $config[0];
+ $configValue = array(
+ 'conf_modid'=>$xoopsModule->getVar('mid'),
+ 'conf_catid'=>0,
+ 'conf_name'=>'nb_line',
+ 'conf_value'=>$_POST['nb_line'],
+ 'conf_formtype'=>'hidden',
+ 'conf_valuetype'=>'text'
+ );
+ $config->setVars($configValue);
+ $configHandler->insertConfig($config);
+ }
+ }
+
if(isset($_POST['album_overlay_bg'])) {
if($xoopsModuleConfig['album_overlay_bg'] != $_POST['album_overlay_bg']) {
$criteria = new CriteriaCompo();
@@ -372,6 +412,9 @@
$form = new XoopsThemeForm(_AM_EXTGALLERY_ALBUM_CONF, 'album_conf', 'album.php', 'post', true);
+ $form->addElement(new XoopsFormText(_MI_EXTGAL_NB_COLUMN, 'nb_column', '5', '5', $xoopsModuleConfig['nb_column']),true);
+ $form->addElement(new XoopsFormText(_MI_EXTGAL_NB_LINE, 'nb_line', '5', '5', $xoopsModuleConfig['nb_line']),true);
+
$ajaxeffectSelect = new XoopsFormSelect(_AM_EXTGALLERY_USE_AJAX_EFFECTS, 'use_ajax_effects',$xoopsModuleConfig['use_ajax_effects']);
$ajaxeffectSelect->addOption("none", _AM_EXTGALLERY_AJAX_NONE);
$ajaxeffectSelect->addOption("lightbox", _AM_EXTGALLERY_AJAX_LIGHTBOX);
Modified: XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt 2010-12-31 06:47:48 UTC (rev 5933)
+++ XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt 2010-12-31 07:13:14 UTC (rev 5934)
@@ -33,6 +33,7 @@
- Add jQuery enables/disables (voltan)
- Add Bookmarkme and Social network (voltan)
- Add sort photo (Burning)
+- Move Number of Columns and Number of Lines setting to Album page (voltan)
modinfo.php
_MI_EXTGAL_DISP_SET_ORDER (added)
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_album.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_album.html 2010-12-31 06:47:48 UTC (rev 5933)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_admin_album.html 2010-12-31 07:13:14 UTC (rev 5934)
@@ -3,7 +3,12 @@
<{if $displayalbum}>
<fieldset>
<legend style="font-weight:bold; color:#990000;"><{$smarty.const._AM_EXTGALLERY_INFORMATION}></legend>
- <div><{$smarty.const._AM_EXTGALLERY_USE_AJAX_EFFECTS_DESC}></div>
+ <div class="bold"><{$smarty.const._MI_EXTGAL_NB_COLUMN}> :</div>
+ <div class="pad5 marg5"><{$smarty.const._MI_EXTGAL_NB_COLUMN_DESC}></div>
+ <div class="bold"><{$smarty.const._MI_EXTGAL_NB_LINE}> :</div>
+ <div class="pad5 marg5"><{$smarty.const._MI_EXTGAL_NB_LINE_DESC}></div>
+ <div class="bold"><{$smarty.const._AM_EXTGALLERY_USE_AJAX_EFFECTS}> :</div>
+ <div class="pad5 marg5"><{$smarty.const._AM_EXTGALLERY_USE_AJAX_EFFECTS_DESC}></div>
</fieldset>
<{$form}>
<{else}>
Modified: XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php 2010-12-31 06:47:48 UTC (rev 5933)
+++ XoopsModules/extgallery/trunk/modules/extgallery/xoops_version.php 2010-12-31 07:13:14 UTC (rev 5934)
@@ -90,20 +90,6 @@
$modversion['config'][$i]['default'] = 'applet';
$modversion['config'][$i]['options'] = array(_MI_EXTGALLERY_EXTENDED => 'applet', _MI_EXTGALLERY_STANDARD => 'html');
$i++;
-$modversion['config'][$i]['name'] = 'nb_column';
-$modversion['config'][$i]['title'] = '_MI_EXTGAL_NB_COLUMN';
-$modversion['config'][$i]['description'] = '_MI_EXTGAL_NB_COLUMN_DESC';
-$modversion['config'][$i]['formtype'] = 'textbox';
-$modversion['config'][$i]['valuetype'] = 'int';
-$modversion['config'][$i]['default'] = 4;
-$i++;
-$modversion['config'][$i]['name'] = 'nb_line';
-$modversion['config'][$i]['title'] = '_MI_EXTGAL_NB_LINE';
-$modversion['config'][$i]['description'] = '_MI_EXTGAL_NB_LINE_DESC';
-$modversion['config'][$i]['formtype'] = 'textbox';
-$modversion['config'][$i]['valuetype'] = 'int';
-$modversion['config'][$i]['default'] = 7;
-$i++;
$modversion['config'][$i]['name'] = 'save_large';
$modversion['config'][$i]['title'] = '_MI_EXTGAL_SAVE_L';
$modversion['config'][$i]['description'] = '_MI_EXTGAL_SAVE_L_DESC';
@@ -645,6 +631,20 @@
$modversion['config'][$i]['valuetype'] = 'text';
$modversion['config'][$i]['default'] = 'none';
$i++;
+$modversion['config'][$i]['name'] = 'nb_column';
+$modversion['config'][$i]['title'] = '_MI_EXTGAL_NB_COLUMN';
+$modversion['config'][$i]['description'] = '_MI_EXTGAL_NB_COLUMN_DESC';
+$modversion['config'][$i]['formtype'] = 'hidden';
+$modversion['config'][$i]['valuetype'] = 'int';
+$modversion['config'][$i]['default'] = 4;
+$i++;
+$modversion['config'][$i]['name'] = 'nb_line';
+$modversion['config'][$i]['title'] = '_MI_EXTGAL_NB_LINE';
+$modversion['config'][$i]['description'] = '_MI_EXTGAL_NB_LINE_DESC';
+$modversion['config'][$i]['formtype'] = 'hidden';
+$modversion['config'][$i]['valuetype'] = 'int';
+$modversion['config'][$i]['default'] = 7;
+$i++;
$modversion['config'][$i]['name'] = 'album_tooltip_width';
$modversion['config'][$i]['title'] = '_MI_EXTGAL_HIDDEN_FIELD';
$modversion['config'][$i]['description'] = '';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <vo...@us...> - 2010-12-31 06:47:55
|
Revision: 5933
http://xoops.svn.sourceforge.net/xoops/?rev=5933&view=rev
Author: voltan1
Date: 2010-12-31 06:47:48 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
fix templates
Modified Paths:
--------------
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html 2010-12-30 08:34:38 UTC (rev 5932)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html 2010-12-31 06:47:48 UTC (rev 5933)
@@ -71,22 +71,22 @@
<div id="extgallery">
<a href="<{xoAppUrl modules/extgallery/}>"><{$extgalleryName}></a><{foreachq item=node from=$catPath name=breadcrumb}> <img src="images/breadcrumb-link.gif" alt="BreadCrumb" /> <a href="public-categories.php?id=<{$node.cat_id}>"><{$node.cat_name}></a><{/foreach}> <img src="images/breadcrumb-link.gif" alt="BreadCrumb" /> <{$cat.cat_name}>
- <div>
- <p class="bold"><{$extgallerySortbyOrderby}></p>
-<p class="margin-top10">
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>" /></a>
-<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTDATE}></span>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>" /></a>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>" /></a>
-<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNAME}></span>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>" /></a>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>" /></a>
-<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTHITS}></span>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>" /></a>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>" /></a>
-<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNOTE}></span>
-<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>" /></a>
-</p>
+ <div class="center">
+ <div class="bold"><{$extgallerySortbyOrderby}></div>
+ <div class="margin-top10">
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTDATE}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNAME}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTHITS}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNOTE}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>" /></a>
+ </div>
</div>
<div class="pageNav">
<{$pageNav}>
@@ -96,10 +96,9 @@
<th colspan="<{$nbColumn}>"><{$cat.cat_name}></th>
</tr>
<tr class="even">
- <{if $use_ajax_effects == prettyphoto}>
- <ul class="gallery clearfix">
-
- <{/if}>
+ <{if $use_ajax_effects == prettyphoto}>
+ <ul class="gallery clearfix">
+ <{/if}>
<{section name=photo loop=$photos}>
<{if $smarty.section.photo.index % $nbColumn == 0 && !$smarty.section.photo.first}>
</tr>
@@ -111,8 +110,8 @@
<!-- Start Admin link -->
<{if $xoops_isadmin}>
<div class="adminLink">
- <a href="public-modify.php?op=edit&id=<{$photos[photo].photo_id}>"><img src="images/edit.gif" /></a>
- <a href="public-modify.php?op=delete&id=<{$photos[photo].photo_id}>"><img src="images/delete.gif" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-modify.php?op=edit&id=<{$photos[photo].photo_id}>"><img src="images/edit.gif" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-modify.php?op=delete&id=<{$photos[photo].photo_id}>"><img src="images/delete.gif" /></a>
</div>
<{/if}>
<!-- End Admin link -->
@@ -120,9 +119,9 @@
<!-- Start Normal show -->
<{if $use_ajax_effects == none}>
<{if $photos[photo].photo_serveur && $photos[photo].photo_name}>
- <a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{elseif $photos[photo].photo_name}>
- <a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{/if}>
<{/if}>
<!-- End Normal show -->
@@ -130,9 +129,9 @@
<!-- Start Tooltip show -->
<{if $use_ajax_effects == tooltip}>
<{if $photos[photo].photo_serveur && $photos[photo].photo_name}>
- <a class="screenshot" href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a class="screenshot" href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{elseif $photos[photo].photo_name}>
- <a class="screenshot" href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a class="screenshot" href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{/if}>
<{/if}>
<!-- End Tooltip show -->
@@ -162,9 +161,9 @@
<img src="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>">
<div class="details">
<{if $photos[photo].photo_serveur && $photos[photo].photo_name}>
- <div align="center"><a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
+ <div align="center"><a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
<{elseif $photos[photo].photo_name}>
- <div align="center"><a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
+ <div align="center"><a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
<{/if}>
<p><{$photos[photo].photo_desc}></p>
</div>
@@ -217,7 +216,7 @@
<{/if}>
<{if $enableRating}>
<!-- Start Rating score -->
- <div><img src="images/rating_<{$photos[photo].photo_rating}>.gif" alt="<{$lang.rate_score}> : <{$photos[photo].photo_rating}>" title="<{$lang.rate_score}>" /></div>
+ <div><img src="<{xoAppUrl modules/extgallery/}>images/rating_<{$photos[photo].photo_rating}>.gif" alt="<{$lang.rate_score}> : <{$photos[photo].photo_rating}>" title="<{$lang.rate_score}>" /></div>
<!-- End Rating score -->
<{/if}>
<{if $enableExtra}>
@@ -239,10 +238,9 @@
<{/if}>
</td>
<{/section}>
- <{if $use_ajax_effects == prettyphoto}>
- </ul>
-
- <{/if}>
+ <{if $use_ajax_effects == prettyphoto}>
+ </ul>
+ <{/if}>
</tr>
</table>
<div class="pageNav">
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html 2010-12-30 08:34:38 UTC (rev 5932)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html 2010-12-31 06:47:48 UTC (rev 5933)
@@ -71,22 +71,22 @@
<div id="extgallery">
<a href="<{xoAppUrl modules/extgallery/}>"><{$extgalleryName}></a> <img src="images/breadcrumb-link.gif" alt="BreadCrumb" /> <{$lang.albumName}>
- <div>
- <p class="bold"><{$extgallerySortbyOrderby}></p>
- <p class="margin-top10">
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>" /></a>
- <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTDATE}></span>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>" /></a>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>" /></a>
- <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNAME}></span>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>" /></a>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>" /></a>
- <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTHITS}></span>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>" /></a>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>" /></a>
- <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNOTE}></span>
- <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>" /></a>
- </p>
+ <div class="center">
+ <div class="bold"><{$extgallerySortbyOrderby}></div>
+ <div class="margin-top10">
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTDATE}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNAME}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTHITS}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNOTE}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>" /></a>
+ </div>
</div>
<div class="pageNav">
<{$pageNav}>
@@ -96,6 +96,9 @@
<th colspan="<{$nbColumn}>"><{$lang.albumName}></th>
</tr>
<tr class="even">
+ <{if $use_ajax_effects == prettyphoto}>
+ <ul class="gallery clearfix">
+ <{/if}>
<{section name=photo loop=$photos}>
<{if $smarty.section.photo.index % $nbColumn == 0 && !$smarty.section.photo.first}>
</tr>
@@ -107,8 +110,8 @@
<!-- Start Admin link -->
<{if $xoops_isadmin}>
<div>
- <a href="public-modify.php?op=edit&id=<{$photos[photo].photo_id}>"><img src="images/edit.gif" /></a>
- <a href="public-modify.php?op=delete&id=<{$photos[photo].photo_id}>"><img src="images/delete.gif" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-modify.php?op=edit&id=<{$photos[photo].photo_id}>"><img src="images/edit.gif" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-modify.php?op=delete&id=<{$photos[photo].photo_id}>"><img src="images/delete.gif" /></a>
</div>
<{/if}>
<!-- End Admin link -->
@@ -116,9 +119,9 @@
<!-- Start Normal show -->
<{if $use_ajax_effects == none}>
<{if $photos[photo].photo_serveur && $photos[photo].photo_name}>
- <a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{elseif $photos[photo].photo_name}>
- <a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{/if}>
<{/if}>
<!-- End Normal show -->
@@ -126,9 +129,9 @@
<!-- Start Tooltip show -->
<{if $use_ajax_effects == tooltip}>
<{if $photos[photo].photo_serveur && $photos[photo].photo_name}>
- <a class="screenshot" href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a class="screenshot" href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$photos[photo].photo_serveur}>thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{elseif $photos[photo].photo_name}>
- <a class="screenshot" href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
+ <a class="screenshot" href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav" rel="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>"><img class="thumb" src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$photos[photo].photo_name}>" alt="<{$photos[photo].photo_title}>" title="<{$photos[photo].photo_title}>" /></a>
<{/if}>
<{/if}>
<!-- End Tooltip show -->
@@ -158,9 +161,9 @@
<img src="<{$xoops_url}>/uploads/extgallery/public-photo/medium/<{$photos[photo].photo_name}>">
<div class="details">
<{if $photos[photo].photo_serveur && $photos[photo].photo_name}>
- <div align="center"><a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
+ <div align="center"><a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
<{elseif $photos[photo].photo_name}>
- <div align="center"><a href="public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
+ <div align="center"><a href="<{xoAppUrl modules/extgallery/}>public-photo.php?photoId=<{$photos[photo].photo_id}>#photoNav"><{$photos[photo].photo_title}></a></div>
<{/if}>
<p><{$photos[photo].photo_desc}></p>
</div>
@@ -207,7 +210,7 @@
<{/if}>
<{if $enableRating}>
<!-- Start Rating score -->
- <div><img src="images/rating_<{$photos[photo].photo_rating}>.gif" alt="<{$lang.rate_score}> : <{$photos[photo].photo_rating}>" title="<{$lang.rate_score}>" /></div>
+ <div><img src="<{xoAppUrl modules/extgallery/}>images/rating_<{$photos[photo].photo_rating}>.gif" alt="<{$lang.rate_score}> : <{$photos[photo].photo_rating}>" title="<{$lang.rate_score}>" /></div>
<!-- End Rating score -->
<{/if}>
@@ -229,6 +232,9 @@
<{/if}>
</td>
<{/section}>
+ <{if $use_ajax_effects == prettyphoto}>
+ </ul>
+ <{/if}>
</tr>
</table>
<div class="pageNav">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <vo...@us...> - 2010-12-30 08:34:45
|
Revision: 5932
http://xoops.svn.sourceforge.net/xoops/?rev=5932&view=rev
Author: voltan1
Date: 2010-12-30 08:34:38 +0000 (Thu, 30 Dec 2010)
Log Message:
-----------
Add photo sort by Burning
Modified Paths:
--------------
XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt
XoopsModules/extgallery/trunk/modules/extgallery/class/photoHandler.php
XoopsModules/extgallery/trunk/modules/extgallery/class/publicphoto.php
XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php
XoopsModules/extgallery/trunk/modules/extgallery/public-album.php
XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html
XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html
Added Paths:
-----------
XoopsModules/extgallery/trunk/modules/extgallery/images/sort_down.png
XoopsModules/extgallery/trunk/modules/extgallery/images/sort_up.png
Modified: XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/changelog.txt 2010-12-30 08:34:38 UTC (rev 5932)
@@ -3,7 +3,7 @@
============================
- 5.3.0 Assigning the return value of new by reference is deprecated PHP 5.3 (davidenprossi)
-- Support XOOPS 2.4.x and PHP 5.3.x (davidenprossi)
+- Support XOOPS 2.5.x and PHP 5.3.x (davidenprossi)
- Add Form Options - Eneabled both Description & Extra Field for html input In options HTML has to be enabled.
enable_rating, enable_info, enable_resolution, enable_download, enable_date
enable_ecards, enable_submitter_lnk, enable_photo_hits
@@ -32,6 +32,7 @@
- Change slideshow script from mootools to jquery and add galleryview script and options (voltan)
- Add jQuery enables/disables (voltan)
- Add Bookmarkme and Social network (voltan)
+- Add sort photo (Burning)
modinfo.php
_MI_EXTGAL_DISP_SET_ORDER (added)
@@ -102,6 +103,26 @@
_MD_EXTGALLERY_BOOKMARK_TO_GOOLGEBUZZ (added)
_MD_EXTGALLERY_BOOKMARK_TO_GOOLGEREADER (added)
_MD_EXTGALLERY_BOOKMARK_TO_GOOLGEBOOKMARKS (added)
+_MD_EXTGALLERY_ORDERBY (added)
+_MD_EXTGALLERY_ORDERBY_DATEASC (added)
+_MD_EXTGALLERY_ORDERBY_DATEDESC (added)
+_MD_EXTGALLERY_ORDERBY_TITREASC (added)
+_MD_EXTGALLERY_ORDERBY_TITREDESC (added)
+_MD_EXTGALLERY_ORDERBY_HITSASC (added)
+_MD_EXTGALLERY_ORDERBY_HITSDESC (added)
+_MD_EXTGALLERY_ORDERBY_NOTEASC (added)
+_MD_EXTGALLERY_ORDERBY_NOTEDESC (added)
+_MD_EXTGALLERY_SORTDATE (added)
+_MD_EXTGALLERY_SORTDATEASC (added)
+_MD_EXTGALLERY_SORTDATEDESC (added)
+_MD_EXTGALLERY_SORTNAME (added)
+_MD_EXTGALLERY_SORTNAMEASC (added)
+_MD_EXTGALLERY_SORTNAMEDESC (added)
+_MD_EXTGALLERY_SORTHITS (added)
+_MD_EXTGALLERY_SORTHITSASC (added)
+_MD_EXTGALLERY_SORTHITSDESC (added)
+_MD_EXTGALLERY_SORTNOTE (added)
+_MD_EXTGALLERY_SORTNOTEASC (added)
blocks.php
_MB_EXTGALLERY_USER_NUMBER (added)
Modified: XoopsModules/extgallery/trunk/modules/extgallery/class/photoHandler.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/class/photoHandler.php 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/class/photoHandler.php 2010-12-30 08:34:38 UTC (rev 5932)
@@ -104,19 +104,20 @@
$criteria = new Criteria('cat_id',$cat->getVar('cat_id'));
return $this->getCount($criteria);
}
+
+ function getAlbumPhotoPage($catId, $start, $sortby, $orderby) {
+ $criteria = new CriteriaCompo();
+ $criteria->add(new Criteria('cat_id',$catId));
+ $criteria->add(new Criteria('photo_approved',1));
+ $criteria->setStart($start);
+ $criteria->setLimit($GLOBALS['xoopsModuleConfig']['nb_column']*$GLOBALS['xoopsModuleConfig']['nb_line']);
+ if ($criteria->getSort() == '') {
+ $criteria->setSort($sortby);
+ $criteria->setOrder($orderby);
+ }
+ return $this->getObjects($criteria);
+ }
- function getAlbumPhotoPage($catId, $start) {
- $criteria = new CriteriaCompo();
- $criteria->add(new Criteria('cat_id',$catId));
- $criteria->add(new Criteria('photo_approved',1));
- $criteria->setStart($start);
- $criteria->setLimit($GLOBALS['xoopsModuleConfig']['nb_column']*$GLOBALS['xoopsModuleConfig']['nb_line']);
- $criteria->setSort('photo_weight, photo_id');
- $criteria->setOrder($GLOBALS['xoopsModuleConfig']['display_set_order']);
-
- return $this->getObjects($criteria);
- }
-
function getAlbumPhotoAdminPage($catId, $start) {
$criteria = new CriteriaCompo();
$criteria->add(new Criteria('cat_id',$catId));
Modified: XoopsModules/extgallery/trunk/modules/extgallery/class/publicphoto.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/class/publicphoto.php 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/class/publicphoto.php 2010-12-30 08:34:38 UTC (rev 5932)
@@ -45,19 +45,18 @@
return XOOPS_ROOT_PATH.'/uploads/extgallery/public-photo/';
}
- function getUserAlbumPhotoPage($userId, $start) {
-
- $catHandler = xoops_getmodulehandler('publiccat', 'extgallery');
-
- $criteria = new CriteriaCompo();
- $criteria->add($catHandler->getCatRestrictCriteria());
- $criteria->add(new Criteria('photo_approved',1));
- $criteria->add(new Criteria('uid',$userId));
- $criteria->setSort('photo_date, photo_id');
- $criteria->setOrder('DESC');
- $criteria->setStart($start);
- $criteria->setLimit($GLOBALS['xoopsModuleConfig']['nb_column']*$GLOBALS['xoopsModuleConfig']['nb_line']);
- return $this->getObjects($criteria);
+ function getUserAlbumPhotoPage($userId, $start, $sortby, $orderby) {
+ $catHandler = xoops_getmodulehandler('publiccat', 'extgallery');
+
+ $criteria = new CriteriaCompo();
+ $criteria->add($catHandler->getCatRestrictCriteria());
+ $criteria->add(new Criteria('photo_approved',1));
+ $criteria->add(new Criteria('uid',$userId));
+ $criteria->setSort($sortby);
+ $criteria->setOrder($orderby);
+ $criteria->setStart($start);
+ $criteria->setLimit($GLOBALS['xoopsModuleConfig']['nb_column']*$GLOBALS['xoopsModuleConfig']['nb_line']);
+ return $this->getObjects($criteria);
}
function getUserAlbumPrevPhoto($userId, $photoDate) {
Added: XoopsModules/extgallery/trunk/modules/extgallery/images/sort_down.png
===================================================================
(Binary files differ)
Property changes on: XoopsModules/extgallery/trunk/modules/extgallery/images/sort_down.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: XoopsModules/extgallery/trunk/modules/extgallery/images/sort_up.png
===================================================================
(Binary files differ)
Property changes on: XoopsModules/extgallery/trunk/modules/extgallery/images/sort_up.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/language/english/main.php 2010-12-30 08:34:38 UTC (rev 5932)
@@ -107,4 +107,26 @@
define("_MD_EXTGALLERY_BOOKMARK_TO_GOOLGEBUZZ", "Bookmark to Google Buzz");
define("_MD_EXTGALLERY_BOOKMARK_TO_GOOLGEREADER", "Bookmark to Google Buzz");
define("_MD_EXTGALLERY_BOOKMARK_TO_GOOLGEBOOKMARKS", "Bookmark to Google Bookmarks");
+
+// Public order and sort
+define("_MD_EXTGALLERY_ORDERBY","Ordered by : ");
+define("_MD_EXTGALLERY_ORDERBY_DATEASC","Date, New themes listed first");
+define("_MD_EXTGALLERY_ORDERBY_DATEDESC","Date, Old themes listed first");
+define("_MD_EXTGALLERY_ORDERBY_TITREASC","Name, A to Z");
+define("_MD_EXTGALLERY_ORDERBY_TITREDESC","Name, Z to A");
+define("_MD_EXTGALLERY_ORDERBY_HITSASC","Hits, Most popular themes listed first");
+define("_MD_EXTGALLERY_ORDERBY_HITSDESC","Hits, Less popular themes listed first");
+define("_MD_EXTGALLERY_ORDERBY_NOTEASC","Note, Best rated themes listed fisrt");
+define("_MD_EXTGALLERY_ORDERBY_NOTEDESC","Note, Worst rated listed first");
+define("_MD_EXTGALLERY_SORTDATE","Date");
+define("_MD_EXTGALLERY_SORTDATEASC","Old themes listed first");
+define("_MD_EXTGALLERY_SORTDATEDESC","New themes listed first");
+define("_MD_EXTGALLERY_SORTNAME","Name");
+define("_MD_EXTGALLERY_SORTNAMEASC","Name, A to Z");
+define("_MD_EXTGALLERY_SORTNAMEDESC","Name, Z to A");
+define("_MD_EXTGALLERY_SORTHITS","Hits");
+define("_MD_EXTGALLERY_SORTHITSASC","Less popular themes listed first");
+define("_MD_EXTGALLERY_SORTHITSDESC","Most popular themes listed first");
+define("_MD_EXTGALLERY_SORTNOTE","Note");
+define("_MD_EXTGALLERY_SORTNOTEASC","Worst rated listed first");
?>
\ No newline at end of file
Modified: XoopsModules/extgallery/trunk/modules/extgallery/public-album.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/public-album.php 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/public-album.php 2010-12-30 08:34:38 UTC (rev 5932)
@@ -19,6 +19,37 @@
$start = intval($_GET['start']);
}
+// HACK BLUETEEN TO SORT PHOTO BY USERS
+//photo_date - photo_title - photo_hits - photo_rating
+if((isset($_GET['sortby']) && ($_GET['sortby']=="photo_date" || $_GET['sortby']=="photo_title" || $_GET['sortby']=="photo_hits" || $_GET['sortby']=="photo_rating") )) {
+ $sortby = $_GET['sortby'];
+} else {
+ $sortby = "photo_date";
+}
+
+//ASC ou DESC
+if((isset($_GET['orderby']) && ($_GET['orderby']=="DESC" || $_GET['orderby']=="ASC") )) {
+ $orderby = $_GET['orderby'];
+} else {
+ $orderby = "DESC";
+}
+
+$SortbyOrderby = $sortby." ".$orderby;
+
+function convertorderbytrans($SortbyOrderby) {
+ if ($SortbyOrderby == "photo_date DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DATEASC;
+ if ($SortbyOrderby == "photo_date ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DATEDESC;
+ if ($SortbyOrderby == "photo_title ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_TITREASC;
+ if ($SortbyOrderby == "photo_title DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_TITREDESC;
+ if ($SortbyOrderby == "uid ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DESIGNERASC;
+ if ($SortbyOrderby == "uid DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DESIGNERDESC;
+ if ($SortbyOrderby == "photo_hits DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_HITSASC;
+ if ($SortbyOrderby == "photo_hits ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_HITSDESC;
+ if ($SortbyOrderby == "photo_rating DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_NOTEASC;
+ if ($SortbyOrderby == "photo_rating ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_NOTEDESC;
+ return $orderbyTrans;
+}
+
// Check the access permission
$permHandler = ExtgalleryPublicPermHandler::getHandler();
if(!$permHandler->isAllowed($xoopsUser, 'public_access', $catId)) {
@@ -45,7 +76,7 @@
$catPath = $photoHandler->objectToArray($catHandler->getPath($catId));
$xoopsTpl->assign('catPath', $catPath);
-$photos = $photoHandler->objectToArray($photoHandler->getAlbumPhotoPage($catId, $start),array('uid'));
+$photos = $photoHandler->objectToArray($photoHandler->getAlbumPhotoPage($catId, $start, $sortby, $orderby),array('uid')); //xoops - blueteen - tri de l'affichage
// Plugin traitement
$plugin = xoops_getmodulehandler('plugin', 'extgallery');
@@ -65,7 +96,7 @@
$xoopsTpl->assign('photos', $photos);
-$pageNav = new XoopsPageNav($photoHandler->getAlbumCount($catId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$catId);
+$pageNav = new XoopsPageNav($photoHandler->getAlbumCount($catId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$catId."&orderby=".$orderby."&sortby=".$sortby); //xoops - blueteen - tri de l'affichage
$xoopsTpl->assign('pageNav', $pageNav->renderNav());
if(isset($catObj)) {
@@ -88,6 +119,10 @@
$xoopsTpl->assign('extgalleryName', $xoopsModule->getVar('name'));
$xoopsTpl->assign('disp_ph_title', $xoopsModuleConfig['disp_ph_title']);
+$xoopsTpl->assign('extgalleryID', $catId); //xoops - blueteen - tri de l'affichage
+$xoopsTpl->assign('extgalleryStart', $start); //xoops -blueteen - tri de l'affichage
+$xoopsTpl->assign('extgallerySortbyOrderby', _MD_EXTGALLERY_ORDERBY.convertorderbytrans($SortbyOrderby)); //xoops - blueteen - tri de l'affichage
+
//DNPROSSI - VOLTAN - added preferences option
// enable_info, enable_submitter_lnk, enable_photo_hits
if ( $xoopsModuleConfig['info_view'] == "album" || $xoopsModuleConfig['info_view'] == "both" )
Modified: XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/public-useralbum.php 2010-12-30 08:34:38 UTC (rev 5932)
@@ -22,9 +22,40 @@
$ajaxeffect = $xoopsModuleConfig['use_ajax_effects'];
$xoopsTpl->assign('use_ajax_effects', $ajaxeffect);
+//HACK BLUETEEN TO SORT PHOTOS BY USERS
+//photo_date - photo_title - photo_hits - photo_rating
+if((isset($_GET['sortby']) && ($_GET['sortby']=="photo_date" || $_GET['sortby']=="photo_title" || $_GET['sortby']=="photo_hits" || $_GET['sortby']=="photo_rating") )) {
+ $sortby = $_GET['sortby'];
+} else {
+ $sortby = "photo_date";
+}
+
+//ASC ou DESC
+if((isset($_GET['orderby']) && ($_GET['orderby']=="DESC" || $_GET['orderby']=="ASC") )) {
+ $orderby = $_GET['orderby'];
+} else {
+ $orderby = "DESC";
+}
+
+$SortbyOrderby = $sortby." ".$orderby;
+
+function convertorderbytrans($SortbyOrderby) {
+ if ($SortbyOrderby == "photo_date DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DATEASC;
+ if ($SortbyOrderby == "photo_date ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DATEDESC;
+ if ($SortbyOrderby == "photo_title ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_TITREASC;
+ if ($SortbyOrderby == "photo_title DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_TITREDESC;
+ if ($SortbyOrderby == "uid ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DESIGNERASC;
+ if ($SortbyOrderby == "uid DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_DESIGNERDESC;
+ if ($SortbyOrderby == "photo_hits DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_HITSASC;
+ if ($SortbyOrderby == "photo_hits ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_HITSDESC;
+ if ($SortbyOrderby == "photo_rating DESC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_NOTEASC;
+ if ($SortbyOrderby == "photo_rating ASC") $orderbyTrans = _MD_EXTGALLERY_ORDERBY_NOTEDESC;
+ return $orderbyTrans;
+}
+
$photoHandler = xoops_getmodulehandler('publicphoto', 'extgallery');
-$photos = $photoHandler->objectToArray($photoHandler->getUserAlbumPhotoPage($userId, $start), array('uid'));
+$photos = $photoHandler->objectToArray($photoHandler->getUserAlbumPhotoPage($userId, $start, $sortby, $orderby), array('uid'));
// Plugin traitement
$plugin = xoops_getmodulehandler('plugin', 'extgallery');
@@ -43,7 +74,7 @@
}
$xoopsTpl->assign('photos', $photos);
-$pageNav = new XoopsPageNav($photoHandler->getUserAlbumCount($userId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$userId);
+$pageNav = new XoopsPageNav($photoHandler->getUserAlbumCount($userId), $xoopsModuleConfig['nb_column']*$xoopsModuleConfig['nb_line'], $start, "start", "id=".$userId."&orderby=".$orderby."&sortby=".$sortby);
$xoopsTpl->assign('pageNav', $pageNav->renderNav());
$albumName = '';
@@ -66,6 +97,9 @@
$xoopsTpl->assign('nbColumn', $xoopsModuleConfig['nb_column']);
$xoopsTpl->assign('extgalleryName', $xoopsModule->getVar('name'));
$xoopsTpl->assign('enableRating', $xoopsModuleConfig['enable_rating']);
+$xoopsTpl->assign('extgalleryUID', $userId);//xoops - blueteen - tri de l'affichage
+$xoopsTpl->assign('extgalleryStart', $start);//xoops -blueteen - tri de l'affichage
+$xoopsTpl->assign('extgallerySortbyOrderby', _MD_EXTGALLERY_ORDERBY.convertorderbytrans($SortbyOrderby));//xoops - blueteen - tri de l'affichage
//DNPROSSI - VOLTAN - added preferences option
// enable_info, enable_submitter_lnk, enable_photo_hits
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-album.html 2010-12-30 08:34:38 UTC (rev 5932)
@@ -71,6 +71,23 @@
<div id="extgallery">
<a href="<{xoAppUrl modules/extgallery/}>"><{$extgalleryName}></a><{foreachq item=node from=$catPath name=breadcrumb}> <img src="images/breadcrumb-link.gif" alt="BreadCrumb" /> <a href="public-categories.php?id=<{$node.cat_id}>"><{$node.cat_name}></a><{/foreach}> <img src="images/breadcrumb-link.gif" alt="BreadCrumb" /> <{$cat.cat_name}>
+ <div>
+ <p class="bold"><{$extgallerySortbyOrderby}></p>
+<p class="margin-top10">
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>" /></a>
+<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTDATE}></span>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>" /></a>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>" /></a>
+<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNAME}></span>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>" /></a>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>" /></a>
+<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTHITS}></span>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>" /></a>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>" /></a>
+<span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNOTE}></span>
+<a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="top" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>" /></a>
+</p>
+ </div>
<div class="pageNav">
<{$pageNav}>
</div>
Modified: XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html
===================================================================
--- XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html 2010-12-29 20:10:57 UTC (rev 5931)
+++ XoopsModules/extgallery/trunk/modules/extgallery/templates/extgallery_public-useralbum.html 2010-12-30 08:34:38 UTC (rev 5932)
@@ -71,6 +71,23 @@
<div id="extgallery">
<a href="<{xoAppUrl modules/extgallery/}>"><{$extgalleryName}></a> <img src="images/breadcrumb-link.gif" alt="BreadCrumb" /> <{$lang.albumName}>
+ <div>
+ <p class="bold"><{$extgallerySortbyOrderby}></p>
+ <p class="margin-top10">
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTDATE}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_date&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTDATEASC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEASC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNAME}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_title&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNAMEDESC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTHITS}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_hits&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTHITSASC}>" /></a>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=DESC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_up.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEDESC}>" /></a>
+ <span class="smallsort"><{$smarty.const._MD_EXTGALLERY_SORTNOTE}></span>
+ <a href="<{xoAppUrl modules/extgallery/}>public-album.php?id=<{$extgalleryID}>&start=<{$extgalleryStart}>&sortby=photo_rating&orderby=ASC" title="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>"><img src="<{xoAppUrl /modules/extgallery/images/sort_down.png}>" width="16" height="16" border="0" align="middle" alt="<{$smarty.const._MD_EXTGALLERY_SORTNOTEASC}>" /></a>
+ </p>
+ </div>
<div class="pageNav">
<{$pageNav}>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2010-12-29 20:11:03
|
Revision: 5931
http://xoops.svn.sourceforge.net/xoops/?rev=5931&view=rev
Author: beckmi
Date: 2010-12-29 20:10:57 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Branch for Goffy
Added Paths:
-----------
XoopsModules/extgallery/branches/goffy/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-29 16:22:26
|
Revision: 5930
http://xoops.svn.sourceforge.net/xoops/?rev=5930&view=rev
Author: djculex
Date: 2010-12-29 16:22:20 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/xoops_version.php
Modified: XoopsModules/xim/trunk/modules/xim/xoops_version.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/xoops_version.php 2010-12-29 12:12:17 UTC (rev 5929)
+++ XoopsModules/xim/trunk/modules/xim/xoops_version.php 2010-12-29 16:22:20 UTC (rev 5930)
@@ -31,7 +31,6 @@
$modversion['description'] = _MI_XIM_MODULE_DESC;
$modversion['author'] = "Andrax & Culex";
$modversion['credits'] = _XIM_CREDIT;
-$modversion['help'] = "Html/css.: Kris_fr";
$modversion['Testers'] = "ArtsGeral, Edison, Izzy, Rmarx, Mazarin, btesec, Kris_fr, Runeher, Stance";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
@@ -40,6 +39,9 @@
// Menu
$modversion['hasMain'] = 1;
+// System Menu
+$modversion['system_menu'] = 1;
+
// Admin
$modversion['hasAdmin'] = 1;
$modversion['adminindex'] = "admin/index.php";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kr...@us...> - 2010-12-29 12:12:23
|
Revision: 5929
http://xoops.svn.sourceforge.net/xoops/?rev=5929&view=rev
Author: kris_fr
Date: 2010-12-29 12:12:17 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
delete file .bak in french translation for xim module
Removed Paths:
-------------
XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak
XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php.bak
Deleted: XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak 2010-12-29 12:11:14 UTC (rev 5928)
+++ XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak 2010-12-29 12:12:17 UTC (rev 5929)
@@ -1,158 +0,0 @@
-<?php
-/**
-* You may not change or alter any portion of this comment or credits
-* of supporting developers from this source code or any supporting source code
-* which is considered copyrighted (c) material of the original comment or credit authors.
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-*
-* XIM - Xoops Instant Messenger
-*
-* A one-on-one messenger written for xoops. Inspired by Anant Garg's -(anantgarg.com | inscripts.com)-
-* 2009 tutorial on jquery messenger & by the original facebook messenger and a few more. This module has
-* been adapted, written, re-written and extended heavily by Andrax & Culex.
-*
-* @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
-* @license http://www.fsf.org/copyleft/gpl.html GNU public license
-* @package modules
-* @subpackage xim
-* @since 2.4.0
-* @author Andrax - homepage.: http://guxbrasil.org & email.: lc...@ig...
-* @author Culex - homepage.: http://culex.dk & email.: cu...@cu...
-**/
-
-
-// English language file for xim Admin.php
-
-// tab titles
-define("_AM_XIM_ADMINMESSAGESEND","Message à tous");
-define("_AM_XIM_LOGSMAINTNANCE","Maintenance");
-
-// tab one in admin section
-define("_AM_XIM_MODULEINSTALL","Version installée du module");
-define("_AM_XIM_INSTALLDATE","Module installé le ");
-define("_AM_XIM_DATEOFFIRSTMESSAGE","Date du premier message");
-define("_AM_XIM_TOTALUSERS","Nombre total des utilisateurs de Xim");
-define("_AM_XIM_AVERAGEMSGPERDAY","Moyenne des messages par jour");
-define("_AM_XIM_TOPCHATTERS","Utilisateur le plus actif");
-define("_AM_XIM_TOPCHATTERS_TODAY","Utilisateur le plus actif sur les dernières 24 heures");
-define("_AM_XIM_STATISTICS_TITLE","Statistiques XIM");
-define("_AM_XIM_MODULEINFO","Informations du module");
-define("_AM_XIM_USERSTATS","Statistiques");
-define("_AM_XIM_NONEYET","Aucun message dans la base de données");
-define("_AM_XIM_NO","aucun");
-define("_AM_XIM_THEREARE","Il y a");
-define("_AM_XIM_UPDATE_STATUS","Status de la version d'XIM :");
-
-// tab two in admin section
-define("_AM_XIM_ADMINMESSAGE","Message d'administration");
-define("_AM_XIM_MESSAGES","message(s)");
-define("_AM_XIM_SUBMIT","Envoyer !");
-define("_AM_XIM_LASTADMINMESSAGE_TITLE","Dernier message d'administration");
-define("_AM_XIM_LASTADMINMESSAGE_MSG","Message");
-define("_AM_XIM_LASTADMINMESSAGE_DATE","Date d'envoi");
-define("_AM_XIM_LASTADMINMESSAGE_WASREAD","Le dernier message d'administration est lu par ");
-define("_AM_XIM_LASTADMINMESSAGE_USERS","utilisateurs");
-define("_AM_XIM_NOADMINMESSAGEYET","Vous n'avez pas encore envoyé de message d'administration aux utilisateurs");
-define("_AM_XIM_NOADMINMESSAGEYET_DATE","Duh !!");
-
-// tab three in admin section
-define("_AM_XIM_LOGS_TITLE","Information sur les Logs");
-define("_AM_XIM_DBHAS","La base de données a ");
-define("_AM_XIM_DBHASPOSTS"," message(s) au total");
-define("_AM_XIM_DBHASOLDPOSTS"," messages plus anciens d'une semaine");
-define("_AM_XIM_LOGSCLEAN","Effacer les anciens logs");
-define("_AM_XIM_LOGSCLEANDESC","Choisissez ici quels logs vous désirez effacer");
-define("_AM_XIM_LOGS_CHOOSE","Choisissez une action pour les messages");
-define("_AM_XIM_LOGS_USER_MOW_RECD","Messages reçus par les utilisateurs plus ancien d'une semaine");
-define("_AM_XIM_LOGS_USER_MOW_ALL","Effacer les messages des utilisateurs de plus d'une semaine");
-define("_AM_XIM_LOGS_USER_MTW_RECD","Effacer les messages reçus par les utilisateurs de plus de deux semaines");
-define("_AM_XIM_LOGS_USER_MTW_ALL","Effacer tout les messages par les utilisateurs de plus de deux semaines");
-define("_AM_XIM_LOGS_USER_MOM_RECD","Effacer les messages reçus par les utilisateurs de plus d'un mois");
-define("_AM_XIM_LOGS_USER_MOM_ALL","Effacer tout les messages par les utilisateurs de plus d'un mois");
-define("_AM_XIM_LOGS_ADMIN_MOW_RECD","Effacer les messages d'administration reçus de plus d'une semaine");
-define("_AM_XIM_LOGS_ADMIN_MOW_ALL","Effacer tout les messages d'administration de plus d'une semaine");
-define("_AM_XIM_LOGS_ADMIN_MTW_RECD","Effacer les messages d'administration reçus de plus de deux semaines");
-define("_AM_XIM_LOGS_ADMIN_MTW_ALL","Effacer tout les messages d'administration de plus de deux semaines");
-define("_AM_XIM_LOGS_ADMIN_MOM_RECD","Effacer les messages d'administration reçus de plus d'un mois");
-define("_AM_XIM_LOGS_ADMIN_MOM_ALL","Effacer les messages d'administration de plus d'un mois");
-define("_AM_XIM_LOGS_ADMIN_MSG_ALL_RECD","Effacer tout les messages reçus d'adminitration.");
-define("_AM_XIM_LOGS_SUBMIT","Envoyer");
-define("_AM_XIM_LOGS_DOUPDATE","Message d'arrêt pour maintenance !");
-
-// various others
-define("_AM_XIM_UPDATE_CRITICAL_UPD","Il y a une mise à jour critique de disponible !!");
-define("_AM_XIM_UPDATE_NORMAL_UPD","Une nouvelle version est disponible !");
-define("_AM_XIM_UPDATE_SERVER_ERROR","Le serveur semble être à l'arrêt ou en opération de maintenance.<br />Revenez un peu plus tard, s'il vous plaît.");
-define("_AM_XIM_UPDATE_FILE_DESC","Description de la nouvelle version");
-define("_AM_XIM_UPDATE_SERVER_FILE","Vous pouvez télécharger la nouvelle version à partir du lien ci-dessous.");
-define("_AM_XIM_UPDATE_YOUHAVENEWESTVERSION","Vous possédez la dernière version stable");
-define("_AM_XIM_HELP","Aide");
-
-//Help section
-
-define("_AM_XIM_HELP_ABOUT","Au sujet d'Xim");
-define("_AM_XIM_HELP_PREFACE","Xim est un système de messagerie instantanée. Inspiré du Chat JQuery de Facebook par exemple, écrit par anant garg et facebook messenger. Le système de base a été réécrit, adapté, et étendu pour XOOPS par Culex & Andrax.<br/>Cette messagerie \"un sur un\" est utilisé avec succès par XOOPS depuis sa version 2.4.0.<br/>XIM est distribué sous les termes de la <a href=\"http://www.gnu.org/copyleft/gpl.html\" rel=\"external\">GNU General Public License (GPL)</a> et est libre d'utilisation et de modification. Il est librement distribuable, du moment que la licence GPL soit respectée.");
-define("_AM_XIM_HELP_HEADER_REQUIREMENTS","Pré-requis");
-define("_AM_XIM_HELP_REQUIREMENTS","<ul class=\"help\">
- <li>Serveur WWW (<a href=\"http://www.apache.org/\" rel='external'>Apache</a>, IIS, Roxen, etc)</li>
- <li><a href=\"http://www.xoops.org/\" rel='external'>XOOPS</a> 2.4.0 ou supérieur (xim utilisant le système de \"preloads\")</li>
- <li><a href=\"http://www.php.net/\" rel='external'>PHP</a> 4.3.0 minimum (5.2 ou supérieur est recommandé)</li>
- <li><a href=\"http://www.mysql.com/\" rel='external'>MySQL</a> 3.23 minimum (4.1 ou supérieur est recommandé)</li>
- </ul>");
-define("_AM_XIM_HELP_HEADER_RECOMMENDED","Outils pour tester XIM");
-define("_AM_XIM_HELP_RECOMMENDED","<ul class=\"help\">
- <li>Navigateur Web <a href=\"http://www.mozilla.com\" rel=\"external\">Firefox</a> et son plugin <a href=\"https://addons.mozilla.org/en-US/firefox/downloads/latest/1843/addon-1843-latest.xpi\" rel='external'>FireBug (dernière version)</a></li>
- </ul>");
-define("_AM_XIM_HELP_HEADER_INSTALLATION","Comment installer XIM ?");
-define("_AM_XIM_HELP_FIRSTTIMEINSTALL","<ul class=\"help\">
- <li>Vérifiez s'il n'y a pas une nouvelle version de publiée, afin d'utiliser la dernière mise à jour.</li>
- <li>Autoriser les cookies et l'exécution du JavaScript dans la configuration de votre navigateur.</li>
- </ul>");
-
-define("_AM_XIM_HELP_HEADER_HOSTED_PLATFORM","Installation sur un site en ligne");
-define("_AM_XIM_HELP_HOSTED_PLATFORM","<ul class=\"help\">
- <li>Transférer l'archive dézippé du dossier \"xim\" à la racine de votre répertoire de modules.</li>
- <li>Allez dans l'administration XOOPS des modules, et installez XIM comme tout autre module.</li>
- <li>Faites que le bloc XIM soit visible pour vos groupes autorisés d'utilisateurs auxquels vous voulez donner l'accès au module.</li>
- </ul>");
-define("_AM_XIM_HELP_HEADER_UPGRADING","Actualisation d'une précédente version");
-define("_AM_XIM_HELP_UPGRADING","<ul class=\"help\">
- <li>Vérifiez le numéro de version</li>
- <li>Lisez le fichier readme.txt joint dans l'archive</li>
- <li>Avant le processus de mise à jour, réalisez une sauvegarde de votre base de données</li>
- </ul>");
-define("_AM_XIM_HELP_HEADER_FAQ","Résolution des problèmes");
-define("_AM_XIM_HELP_HEADER_COMMENPROBLEMS1","J'obtiens une page blanche, je ne peux cliquer sur un identifiant, le bloc ne s'affiche pas.......");
-define("_AM_XIM_HELP_COMMENPROBLEMS1","<ul class=\"help\">
- <li>Vérifiez que votre bloc est visible sur \"Toutes les pages\"et pas uniquement sur celle d'accueil.</li>
- <li>Vérifiez que votre version de XOOPS est supérieure à la 2.4.0. Les versions antérieures n'utilisent pas le système de \"preloads\".</li>
- <li>Activez le mode \"debug\" et vérifiez s'il y a des messages d'erreurs.</li>
- <li>Utilisez FireFox, clic droit sur l'écran, choisissez \"inspecter l'élement\", activez le mode \"console\" dans le tableau et vérifiez que les scripts sont en fonctionnement<br/>
- \"GET http://www.yoursite.com/modules/xim/chat.php?action=chatheartbeat&_=XXXXXXXXXXXX xxx OK xxx MS\"</li>
- <li>Si aucune erreur, utilisez Firebug (clic droit->inspecter élément->console) et vérifiez si il y a des erreurs de Jquery.</li>
- <li>Si aucune erreur jquery. Videz les caches de XOOPS, de votre navigateur internet, et lancez une mise à jour des modules XIM et System via l'administration de votre site.</li>
- <li>Si vous avez une page blanche. rendez vous dans les préférences du module \"protector\" et inscrivez \"xim\" dans le champ du formulaire \"Modules hors de vérification Dos / Crawler\".</li>
- <li>Vérifiez si votre thème ne possède pas une inclusion d'une version de Jquery dans la partie \"head\" de theme.html ou dans xo_script.html pour certains thèmes.<br/>
- Normalement, il ne devrait y avoir de problème si le script jquery inclut est supérieur à la version 1.3.2</li>
- </ul>");
-define("_AM_XIM_HELP_HEADER_SOUNDPROBLEMS","J'ai sélectionné une sonnerie, mais je ne peux l'entendre");
-define("_AM_XIM_HELP_SOUNDPROBLEMS","<ul class=\"help\">
- <li>Vérifiez sur vos hauts-parleurs sont en fonctionnement, ainsi que son niveau sonore.</li>
- <li>Les sons XIM utilisent le framework soundmanager2. Il utilise un petit utilitaire en flash pour jouer les sons. Si votre navigateur internet supporte flash, vous ne devriez pas avoir de problème</li>
- </ul>");
-define("_AM_XIM_HELP_HEADER_CONTACTS","Obtenir de l'aide");
-define("_AM_XIM_HELP_OTHERHELP","<ul class=\"help\">
- <li>Si vous avez des questions, ou vous relevez des dysfonctionnements, déposer s'il vous plaît, vos messages sur le <a href=\"http://www.xoops.org/modules/newbb\" rel='external'>Xoops support Forum</a></li>
- </ul>");
-/**
- * @translation Communauté Francophone des Utilisateurs de Xoops)
- * @specification _LANGCODE: fr
- * @specification _CHARSET: UTF-8 sans Bom
- *
- * @Translator Kris (kr...@fr...)
- *
- * @version $Id$
-**/
-?>
Deleted: XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php.bak
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php.bak 2010-12-29 12:11:14 UTC (rev 5928)
+++ XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php.bak 2010-12-29 12:12:17 UTC (rev 5929)
@@ -1,75 +0,0 @@
-<?php
-
-// tab titles
-define("_AM_XIM_ADMINMESSAGESEND","Message à tous");
-define("_AM_XIM_LOGSMAINTNANCE","Maintenance");
-
-// tab one in admin section
-define("_AM_XIM_MODULEINSTALL","Version installée du module");
-define("_AM_XIM_INSTALLDATE","Module installé le ");
-define("_AM_XIM_DATEOFFIRSTMESSAGE","Date du premier message");
-define("_AM_XIM_TOTALUSERS","Nombre total des utilisateurs de Xim");
-define("_AM_XIM_AVERAGEMSGPERDAY","Moyenne des messages par jour");
-define("_AM_XIM_TOPCHATTERS","Utilisateur le plus actif");
-define("_AM_XIM_TOPCHATTERS_TODAY","Utilisateur le plus actif sur les dernières 24 heures");
-define("_AM_XIM_STATISTICS_TITLE","Statistiques XIM");
-define("_AM_XIM_MODULEINFO","Informations du module");
-define("_AM_XIM_USERSTATS","Statistiques");
-define("_AM_XIM_NONEYET","Aucun message dans la base de données");
-define("_AM_XIM_NO","aucun");
-define("_AM_XIM_THEREARE","Il y a");
-define("_AM_XIM_UPDATE_STATUS","Status de la version d'XIM :");
-
-// tab two in admin section
-define("_AM_XIM_ADMINMESSAGE","Message d'administration");
-define("_AM_XIM_MESSAGES","message(s)");
-define("_AM_XIM_SUBMIT","Envoyer !");
-define("_AM_XIM_LASTADMINMESSAGE_TITLE","Dernier message d'administration");
-define("_AM_XIM_LASTADMINMESSAGE_MSG","Message");
-define("_AM_XIM_LASTADMINMESSAGE_DATE","Date d'envoi");
-define("_AM_XIM_LASTADMINMESSAGE_WASREAD","Le dernier message d'administration est lu par ");
-define("_AM_XIM_LASTADMINMESSAGE_USERS","utilisateurs");
-define("_AM_XIM_NOADMINMESSAGEYET","Vous n'avez pas encore envoyé de message d'administration aux utilisateurs");
-define("_AM_XIM_NOADMINMESSAGEYET_DATE","Duh !!");
-
-// tab three in admin section
-define("_AM_XIM_LOGS_TITLE","Information sur les Logs");
-define("_AM_XIM_DBHAS","La base de données a ");
-define("_AM_XIM_DBHASPOSTS"," message(s) au total");
-define("_AM_XIM_DBHASOLDPOSTS"," messages plus anciens d'une semaine");
-define("_AM_XIM_LOGSCLEAN","Effacer les anciens logs");
-define("_AM_XIM_LOGSCLEANDESC","Choisissez ici quels logs vous désirez effacer");
-define("_AM_XIM_LOGS_CHOOSE","Choisissez une action pour les messages");
-define("_AM_XIM_LOGS_USER_MOW_RECD","Messages reçus par les utilisateurs plus ancien d'une semaine");
-define("_AM_XIM_LOGS_USER_MOW_ALL","Effacer les messages des utilisateurs de plus d'une semaine");
-define("_AM_XIM_LOGS_USER_MTW_RECD","Effacer les messages reçus par les utilisateurs de plus de deux semaines");
-define("_AM_XIM_LOGS_USER_MTW_ALL","Effacer tout les messages par les utilisateurs de plus de deux semaines");
-define("_AM_XIM_LOGS_USER_MOM_RECD","Effacer les messages reçus par les utilisateurs de plus d'un mois");
-define("_AM_XIM_LOGS_USER_MOM_ALL","Effacer tout les messages par les utilisateurs de plus d'un mois");
-define("_AM_XIM_LOGS_ADMIN_MOW_RECD","Effacer les messages d'administration reçus de plus d'une semaine");
-define("_AM_XIM_LOGS_ADMIN_MOW_ALL","Effacer tout les messages d'administration de plus d'une semaine");
-define("_AM_XIM_LOGS_ADMIN_MTW_RECD","Effacer les messages d'administration reçus de plus de deux semaines");
-define("_AM_XIM_LOGS_ADMIN_MTW_ALL","Effacer tout les messages d'administration de plus de deux semaines");
-define("_AM_XIM_LOGS_ADMIN_MOM_RECD","Effacer les messages d'administration reçus de plus d'un mois");
-define("_AM_XIM_LOGS_ADMIN_MOM_ALL","Effacer les messages d'administration de plus d'un mois");
-define("_AM_XIM_LOGS_ADMIN_MSG_ALL_RECD","Effacer tout les messages reçus d'adminitration.");
-define("_AM_XIM_LOGS_SUBMIT","Envoyer");
-define("_AM_XIM_LOGS_DOUPDATE","Message d'arrêt pour maintenance !");
-
-// various others
-define("_AM_XIM_UPDATE_CRITICAL_UPD","Il y a une mise à jour critique de disponible !!");
-define("_AM_XIM_UPDATE_NORMAL_UPD","Une nouvelle version est disponible !");
-define("_AM_XIM_UPDATE_SERVER_ERROR","Le serveur semble être à l'arrêt ou en opération de maintenance.<br />Revenez un peu plus tard, s'il vous plaît.");
-define("_AM_XIM_UPDATE_FILE_DESC","Description de la nouvelle version");
-define("_AM_XIM_UPDATE_SERVER_FILE","Vous pouvez télécharger la nouvelle version à partir du lien ci-dessous.");
-define("_AM_XIM_UPDATE_YOUHAVENEWESTVERSION","Vous possédez la dernière version stable");
-/**
- * @translation Communauté Francophone des Utilisateurs de Xoops
- * @specification _LANGCODE: fr
- * @specification _CHARSET: ISO-8859-1
- *
- * @Translator Kris (kr...@fr...)
- *
- * @version $Id$
-**/
-?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kr...@us...> - 2010-12-29 12:11:20
|
Revision: 5928
http://xoops.svn.sourceforge.net/xoops/?rev=5928&view=rev
Author: kris_fr
Date: 2010-12-29 12:11:14 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
update french translation for xim module
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/language/french/admin.php
XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak
XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php
XoopsModules/xim/trunk/modules/xim/xoops_version.php
Modified: XoopsModules/xim/trunk/modules/xim/language/french/admin.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/french/admin.php 2010-12-29 11:10:49 UTC (rev 5927)
+++ XoopsModules/xim/trunk/modules/xim/language/french/admin.php 2010-12-29 12:11:14 UTC (rev 5928)
@@ -90,6 +90,13 @@
define("_AM_XIM_UPDATE_YOUHAVENEWESTVERSION","Vous possédez la dernière version stable");
define("_AM_XIM_HELP","Aide");
+// Send to all
+define("_AM_XIM_POSTTOALL_TITLE","Envoyer votrre message");
+define("_AM_XIM_POSTTOALL_DESC","Envoyer un message à chaque utilisateur d'XIM");
+define("_AM_XIM_POSTTOALL_COUNT","Nbr de caractères du message : ");
+define("_AM_XIM_POSTTOALL_SUBMIT","Envoyez");
+
+
//Help section
define("_AM_XIM_HELP_ABOUT","Au sujet d'Xim");
Modified: XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak 2010-12-29 11:10:49 UTC (rev 5927)
+++ XoopsModules/xim/trunk/modules/xim/language/french/admin.php.bak 2010-12-29 12:11:14 UTC (rev 5928)
@@ -88,10 +88,66 @@
define("_AM_XIM_UPDATE_FILE_DESC","Description de la nouvelle version");
define("_AM_XIM_UPDATE_SERVER_FILE","Vous pouvez télécharger la nouvelle version à partir du lien ci-dessous.");
define("_AM_XIM_UPDATE_YOUHAVENEWESTVERSION","Vous possédez la dernière version stable");
-define("_AM_XIM_HELP","Aide"); // proposed by culex ;-)
+define("_AM_XIM_HELP","Aide");
+//Help section
+
+define("_AM_XIM_HELP_ABOUT","Au sujet d'Xim");
+define("_AM_XIM_HELP_PREFACE","Xim est un système de messagerie instantanée. Inspiré du Chat JQuery de Facebook par exemple, écrit par anant garg et facebook messenger. Le système de base a été réécrit, adapté, et étendu pour XOOPS par Culex & Andrax.<br/>Cette messagerie \"un sur un\" est utilisé avec succès par XOOPS depuis sa version 2.4.0.<br/>XIM est distribué sous les termes de la <a href=\"http://www.gnu.org/copyleft/gpl.html\" rel=\"external\">GNU General Public License (GPL)</a> et est libre d'utilisation et de modification. Il est librement distribuable, du moment que la licence GPL soit respectée.");
+define("_AM_XIM_HELP_HEADER_REQUIREMENTS","Pré-requis");
+define("_AM_XIM_HELP_REQUIREMENTS","<ul class=\"help\">
+ <li>Serveur WWW (<a href=\"http://www.apache.org/\" rel='external'>Apache</a>, IIS, Roxen, etc)</li>
+ <li><a href=\"http://www.xoops.org/\" rel='external'>XOOPS</a> 2.4.0 ou supérieur (xim utilisant le système de \"preloads\")</li>
+ <li><a href=\"http://www.php.net/\" rel='external'>PHP</a> 4.3.0 minimum (5.2 ou supérieur est recommandé)</li>
+ <li><a href=\"http://www.mysql.com/\" rel='external'>MySQL</a> 3.23 minimum (4.1 ou supérieur est recommandé)</li>
+ </ul>");
+define("_AM_XIM_HELP_HEADER_RECOMMENDED","Outils pour tester XIM");
+define("_AM_XIM_HELP_RECOMMENDED","<ul class=\"help\">
+ <li>Navigateur Web <a href=\"http://www.mozilla.com\" rel=\"external\">Firefox</a> et son plugin <a href=\"https://addons.mozilla.org/en-US/firefox/downloads/latest/1843/addon-1843-latest.xpi\" rel='external'>FireBug (dernière version)</a></li>
+ </ul>");
+define("_AM_XIM_HELP_HEADER_INSTALLATION","Comment installer XIM ?");
+define("_AM_XIM_HELP_FIRSTTIMEINSTALL","<ul class=\"help\">
+ <li>Vérifiez s'il n'y a pas une nouvelle version de publiée, afin d'utiliser la dernière mise à jour.</li>
+ <li>Autoriser les cookies et l'exécution du JavaScript dans la configuration de votre navigateur.</li>
+ </ul>");
+
+define("_AM_XIM_HELP_HEADER_HOSTED_PLATFORM","Installation sur un site en ligne");
+define("_AM_XIM_HELP_HOSTED_PLATFORM","<ul class=\"help\">
+ <li>Transférer l'archive dézippé du dossier \"xim\" à la racine de votre répertoire de modules.</li>
+ <li>Allez dans l'administration XOOPS des modules, et installez XIM comme tout autre module.</li>
+ <li>Faites que le bloc XIM soit visible pour vos groupes autorisés d'utilisateurs auxquels vous voulez donner l'accès au module.</li>
+ </ul>");
+define("_AM_XIM_HELP_HEADER_UPGRADING","Actualisation d'une précédente version");
+define("_AM_XIM_HELP_UPGRADING","<ul class=\"help\">
+ <li>Vérifiez le numéro de version</li>
+ <li>Lisez le fichier readme.txt joint dans l'archive</li>
+ <li>Avant le processus de mise à jour, réalisez une sauvegarde de votre base de données</li>
+ </ul>");
+define("_AM_XIM_HELP_HEADER_FAQ","Résolution des problèmes");
+define("_AM_XIM_HELP_HEADER_COMMENPROBLEMS1","J'obtiens une page blanche, je ne peux cliquer sur un identifiant, le bloc ne s'affiche pas.......");
+define("_AM_XIM_HELP_COMMENPROBLEMS1","<ul class=\"help\">
+ <li>Vérifiez que votre bloc est visible sur \"Toutes les pages\"et pas uniquement sur celle d'accueil.</li>
+ <li>Vérifiez que votre version de XOOPS est supérieure à la 2.4.0. Les versions antérieures n'utilisent pas le système de \"preloads\".</li>
+ <li>Activez le mode \"debug\" et vérifiez s'il y a des messages d'erreurs.</li>
+ <li>Utilisez FireFox, clic droit sur l'écran, choisissez \"inspecter l'élement\", activez le mode \"console\" dans le tableau et vérifiez que les scripts sont en fonctionnement<br/>
+ \"GET http://www.yoursite.com/modules/xim/chat.php?action=chatheartbeat&_=XXXXXXXXXXXX xxx OK xxx MS\"</li>
+ <li>Si aucune erreur, utilisez Firebug (clic droit->inspecter élément->console) et vérifiez si il y a des erreurs de Jquery.</li>
+ <li>Si aucune erreur jquery. Videz les caches de XOOPS, de votre navigateur internet, et lancez une mise à jour des modules XIM et System via l'administration de votre site.</li>
+ <li>Si vous avez une page blanche. rendez vous dans les préférences du module \"protector\" et inscrivez \"xim\" dans le champ du formulaire \"Modules hors de vérification Dos / Crawler\".</li>
+ <li>Vérifiez si votre thème ne possède pas une inclusion d'une version de Jquery dans la partie \"head\" de theme.html ou dans xo_script.html pour certains thèmes.<br/>
+ Normalement, il ne devrait y avoir de problème si le script jquery inclut est supérieur à la version 1.3.2</li>
+ </ul>");
+define("_AM_XIM_HELP_HEADER_SOUNDPROBLEMS","J'ai sélectionné une sonnerie, mais je ne peux l'entendre");
+define("_AM_XIM_HELP_SOUNDPROBLEMS","<ul class=\"help\">
+ <li>Vérifiez sur vos hauts-parleurs sont en fonctionnement, ainsi que son niveau sonore.</li>
+ <li>Les sons XIM utilisent le framework soundmanager2. Il utilise un petit utilitaire en flash pour jouer les sons. Si votre navigateur internet supporte flash, vous ne devriez pas avoir de problème</li>
+ </ul>");
+define("_AM_XIM_HELP_HEADER_CONTACTS","Obtenir de l'aide");
+define("_AM_XIM_HELP_OTHERHELP","<ul class=\"help\">
+ <li>Si vous avez des questions, ou vous relevez des dysfonctionnements, déposer s'il vous plaît, vos messages sur le <a href=\"http://www.xoops.org/modules/newbb\" rel='external'>Xoops support Forum</a></li>
+ </ul>");
/**
- * @translation AFUX (Association Francophone des Utilisateurs de Xoops) (http://www.afux.org/)
+ * @translation Communauté Francophone des Utilisateurs de Xoops)
* @specification _LANGCODE: fr
* @specification _CHARSET: UTF-8 sans Bom
*
Modified: XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php 2010-12-29 11:10:49 UTC (rev 5927)
+++ XoopsModules/xim/trunk/modules/xim/language/french_iso/admin.php 2010-12-29 12:11:14 UTC (rev 5928)
@@ -90,6 +90,13 @@
define("_AM_XIM_UPDATE_YOUHAVENEWESTVERSION","Vous possédez la dernière version stable");
define("_AM_XIM_HELP","Aide");
+// Send to all
+define("_AM_XIM_POSTTOALL_TITLE","Envoyer votrre message");
+define("_AM_XIM_POSTTOALL_DESC","Envoyer un message à chaque utilisateur d'XIM");
+define("_AM_XIM_POSTTOALL_COUNT","Nbr de caractères du message : ");
+define("_AM_XIM_POSTTOALL_SUBMIT","Envoyez");
+
+
//Help section
define("_AM_XIM_HELP_ABOUT","Au sujet d'Xim");
Modified: XoopsModules/xim/trunk/modules/xim/xoops_version.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/xoops_version.php 2010-12-29 11:10:49 UTC (rev 5927)
+++ XoopsModules/xim/trunk/modules/xim/xoops_version.php 2010-12-29 12:11:14 UTC (rev 5928)
@@ -32,7 +32,7 @@
$modversion['author'] = "Andrax & Culex";
$modversion['credits'] = _XIM_CREDIT;
$modversion['help'] = "Html/css.: Kris_fr";
-$modversion['Testers'] = "ArtsGeral, Edison, Izzy, Rmarx, Mazarin, btesec, Kriss_fr, Runeher, Stance";
+$modversion['Testers'] = "ArtsGeral, Edison, Izzy, Rmarx, Mazarin, btesec, Kris_fr, Runeher, Stance";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "images/xim.png";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2010-12-29 11:10:56
|
Revision: 5927
http://xoops.svn.sourceforge.net/xoops/?rev=5927&view=rev
Author: beckmi
Date: 2010-12-29 11:10:49 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Fixing few English typos
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/language/english/admin.php
Modified: XoopsModules/xim/trunk/modules/xim/language/english/admin.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/english/admin.php 2010-12-29 10:41:56 UTC (rev 5926)
+++ XoopsModules/xim/trunk/modules/xim/language/english/admin.php 2010-12-29 11:10:49 UTC (rev 5927)
@@ -27,16 +27,16 @@
// tab titles
define('_AM_XIM_ADMINMESSAGESEND','Post to all');
- define('_AM_XIM_LOGSMAINTNANCE','Database maintnance');
+ define('_AM_XIM_LOGSMAINTNANCE','Database maintenance');
// tab one in admin section
define('_AM_XIM_MODULEINSTALL','Module version installed');
-define('_AM_XIM_INSTALLDATE','Module installed on date');
-define('_AM_XIM_DATEOFFIRSTMESSAGE','Date of oldest message');
+define('_AM_XIM_INSTALLDATE','Module installed on');
+define('_AM_XIM_DATEOFFIRSTMESSAGE','Date of the oldest message');
define('_AM_XIM_TOTALUSERS','Total members using Xim');
define('_AM_XIM_AVERAGEMSGPERDAY','Average messages per day');
define('_AM_XIM_TOPCHATTERS','Most active chatters overall');
-define('_AM_XIM_TOPCHATTERS_TODAY','Most active users last 24 hours');
+define('_AM_XIM_TOPCHATTERS_TODAY','Most active users in last 24 hours');
define('_AM_XIM_STATISTICS_TITLE','XIM Statistics');
define('_AM_XIM_MODULEINFO','Module info');
define('_AM_XIM_USERSTATS','User stats');
@@ -54,7 +54,7 @@
define('_AM_XIM_LASTADMINMESSAGE_DATE','Date sent');
define('_AM_XIM_LASTADMINMESSAGE_WASREAD','Last admin message is read by ');
define('_AM_XIM_LASTADMINMESSAGE_USERS','users');
-define('_AM_XIM_NOADMINMESSAGEYET','You havent sent any admin message to all users yet ;-) ');
+define('_AM_XIM_NOADMINMESSAGEYET','You haven\'t sent any admin message to all users yet ;-) ');
define('_AM_XIM_NOADMINMESSAGEYET_DATE','Duh!!');
// tab three in admin section
@@ -100,7 +100,7 @@
//Help section
define('_AM_XIM_HELP_ABOUT','About Xim');
-define('_AM_XIM_HELP_PREFACE','Xim is a messenger system. Inspired of the jquery facebook chat example written by anant garg and the facebook messenger. The base system has been re-qritten, adapted, and heavily expanded to Xoops by Culex & Andrax.<br/>The chat is one-on-one and fully supported by Xoops since version 2.4.0.<br/>XIM is released under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GNU General Public License (GPL)</a> and is free to use and modify. It is free to redistribute as long as you abide by the distribution terms of the GPL.');
+define('_AM_XIM_HELP_PREFACE','Xim is a Messenger system. Inspired by the jQuery Facebook chat example written by Anant Garg and the Facebook Messenger. The base system has been re-written, adapted, and heavily expanded for XOOPS by Culex & Andrax.<br/>The chat is one-on-one and fully supported by XOOPS version 2.4.0 and higher.<br/>XIM is released under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GNU General Public License (GPL)</a> and is free to use and modify. It is free to redistribute as long as you abide by the distribution terms of the GPL.');
define('_AM_XIM_HELP_HEADER_REQUIREMENTS','Requirements');
define('_AM_XIM_HELP_REQUIREMENTS','<ul class="help">
<li>WWW Server (<a href="http://www.apache.org/" target="_blank">Apache</a>, IIS, Roxen, etc)</li>
@@ -110,7 +110,7 @@
</ul>');
define('_AM_XIM_HELP_HEADER_RECOMMENDED','Recommended for testing XIM');
define('_AM_XIM_HELP_RECOMMENDED','<ul class="help">
- <li>Browser <a href="http://www.mozilla.com" target"_blank">Firefox</a> and the Firefox plugin <a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/1843/addon-1843-latest.xpi" target="_blank">FireBug plugin (latest version)</a></li>
+ <li>Browser <a href="http://www.mozilla.com" target"_blank">Firefox</a> and the Firefox plugin <a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/1843/addon-1843-latest.xpi" target="_blank">FireBug plugin (latest version)</a></li>
</ul>');
define('_AM_XIM_HELP_HEADER_INSTALLATION','How to install');
define('_AM_XIM_HELP_FIRSTTIMEINSTALL','<ul class="help">
@@ -120,7 +120,7 @@
define('_AM_XIM_HELP_HEADER_HOSTED_PLATFORM','Installing on a hosted platform');
define('_AM_XIM_HELP_HOSTED_PLATFORM','<ul class="help">
- <li>Upload the unzipped folder xim to your module direcotry.</li>
+ <li>Upload the unzipped folder xim to your module directory.</li>
<li>Install using XOOPS module install as any other module installation.</li>
<li>Make the block visible for the user groups you want to see the block (admin/moderators etc etc).</li>
</ul>');
@@ -134,20 +134,20 @@
define('_AM_XIM_HELP_HEADER_COMMENPROBLEMS1','I get blank page, can\'t click username, The block does not show.......');
define('_AM_XIM_HELP_COMMENPROBLEMS1','<ul class="help">
<li>Make sure your block is visible on "All pages" and not only frontpage.</li>
- <li>Make sure your Xoops version is > 2.4.0. Xoops versions before this does not use preloads.</li>
+ <li>Make sure your Xoops version is > 2.4.0. Older versions of Xoops don\'t have preloads, which are required.</li>
<li>Turn on debug and check to see if any errors emerge.</li>
<li>Using FireFox, right click on the screen, choose inspect element, choose console in the tabs and check to see if chat heartbeat is running<br/>
"GET http://www.yoursite.com/modules/xim/chat.php?action=chatheartbeat&_=XXXXXXXXXXXX xxx OK xxx MS"</li>
- <li>If no errors, use Firebug (Right click->inspect element->console) and see if any Jquery errors.</li>
- <li>If no jquery errors. Clean caches-> module update xim, system modules.</li>
- <li>If still blank page. Go to your protector module -> settings and write xim in the form "Modules out of Dos / Crawler checker".</li>
- <li>Check if your theme is including more than one version of Jquery. Usually in the head of your theme.html file.<br/>
- Normally this is no problem as long as the other including jquery > 1.3.2</li>
+ <li>If no errors, use Firebug (Right click->inspect element->console) and see if there are any jQuery errors.</li>
+ <li>If there are no jQuery errors. Clean caches-> module update xim, system modules.</li>
+ <li>If the page is still blank, Go to your protector module -> settings and write xim in the form "Modules out of Dos / Crawler checker".</li>
+ <li>Check if your theme is including more than one version of jQuery. Usually in the head of your theme.html file.<br/>
+ Normally this is no problem as long as the other including jQuery > 1.3.2</li>
</ul>');
-define('_AM_XIM_HELP_HEADER_SOUNDPROBLEMS','I choose messagesound but I get no audio');
+define('_AM_XIM_HELP_HEADER_SOUNDPROBLEMS','I selected message sound but I get no audio');
define('_AM_XIM_HELP_SOUNDPROBLEMS','<ul class="help">
<li>Check to see if your speakers are turned on and your volume is turned up</li>
- <li>XIM sound uses the framework soundmanager2. This uses a small utility in flash to play sounds. If you support flash in your browser it should work</li>
+ <li>XIM sound uses the framework soundmanager2. This uses a small utility in flash to play sounds. If you support Flash in your browser it should work</li>
</ul>');
define('_AM_XIM_HELP_HEADER_CONTACTS','Ask question');
define('_AM_XIM_HELP_OTHERHELP','<ul class="help">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2010-12-29 10:42:02
|
Revision: 5926
http://xoops.svn.sourceforge.net/xoops/?rev=5926&view=rev
Author: beckmi
Date: 2010-12-29 10:41:56 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Adding missing English Translations
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/language/english/admin.php
Modified: XoopsModules/xim/trunk/modules/xim/language/english/admin.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/language/english/admin.php 2010-12-29 08:27:50 UTC (rev 5925)
+++ XoopsModules/xim/trunk/modules/xim/language/english/admin.php 2010-12-29 10:41:56 UTC (rev 5926)
@@ -90,6 +90,13 @@
define('_AM_XIM_UPDATE_YOUHAVENEWESTVERSION','You have the newest version of Xim');
define('_AM_XIM_HELP','Help');
+// Send to all
+define('_AM_XIM_POSTTOALL_TITLE','Send your message');
+define('_AM_XIM_POSTTOALL_DESC','Send message to everyone who uses XIM');
+define('_AM_XIM_POSTTOALL_COUNT','Message (Characters: ');
+define('_AM_XIM_POSTTOALL_SUBMIT','Send');
+
+
//Help section
define('_AM_XIM_HELP_ABOUT','About Xim');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-29 08:27:56
|
Revision: 5925
http://xoops.svn.sourceforge.net/xoops/?rev=5925&view=rev
Author: djculex
Date: 2010-12-29 08:27:50 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
changelog update
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/changelog.txt
Modified: XoopsModules/xim/trunk/modules/xim/changelog.txt
===================================================================
--- XoopsModules/xim/trunk/modules/xim/changelog.txt 2010-12-29 08:04:12 UTC (rev 5924)
+++ XoopsModules/xim/trunk/modules/xim/changelog.txt 2010-12-29 08:27:50 UTC (rev 5925)
@@ -11,7 +11,7 @@
=================================
-??/??/2010: Version 1.0.0
+05/12/2010: Version 1.0.0
=================================
- NEW: Added show userinfo link to chat names Revision: 4428 (culex)
- NEW: Showing user avatar in chat Revision 4446: (Andrax)
@@ -35,4 +35,25 @@
- BUG: Fixed form to keep last config on pageload (culex)
- Proposed: Keeping jquery and UI inside xoops_lib / frameworks (Kris_fr)
+=================================
+29/12/2010: Version 1.0.1
+=================================
+- BUG: Css missing value making mbcontainer bug out contaners iconized in IE. FF simply ignores without error (culex rev 5915)
+- BUG: Had to add a special check due to IE error in title of chats. (culex rev 5842)
+- BUG: Adding direct dom manipulation to read last know config to status, sound form. 99% successfull (culex rev 5808)
+- BUG: Strange error where "No friends online" changes to english from default language with blockupdate. (culex rev 5805)
+- BUG: Hiding footerbar from users with no permission to view block (culex rev 5804)
+- NEW: original MBcontainer icon for customization (culex rev 5923)
+- NEW: update french translation for xim module (Kris_fr rev 5809)
+- NEW: Added dock to tinyfooterbar and ajusted icons to stay inside div (culex rev 5919)
+- NEW: Added dobounce functio to iterate through chatwindows and bounce if opened or shake if iconized.
+ Also added security to keep iconized opened and chat windows open with correct username and not userID (culex rev 5916)
+- BUG: default browser icon to xim browser icon (culex rev 5922)
+- BUG: Corrected a few minor issues. no real bugs (culex rev 5921)
+- BUG: Upgraded mbcontainer with elements from 2.5.5 trunk version + additional hack to show hidden elements to offset() (culex rev 5920)
+- BUG: Changed malformed setTimeout() in updateUserList (culex rev 5918)
+- BUG: Version 1.01 RC and added credits (culex rev 5924)
+- BUG: Ajusted json in chatsession start. No errors but better to be safe :-) (culex rev 5841)
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-29 08:04:18
|
Revision: 5924
http://xoops.svn.sourceforge.net/xoops/?rev=5924&view=rev
Author: djculex
Date: 2010-12-29 08:04:12 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Version 1.01 RC and added credits
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/xoops_version.php
Modified: XoopsModules/xim/trunk/modules/xim/xoops_version.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/xoops_version.php 2010-12-29 07:24:53 UTC (rev 5923)
+++ XoopsModules/xim/trunk/modules/xim/xoops_version.php 2010-12-29 08:04:12 UTC (rev 5924)
@@ -27,12 +27,12 @@
}
$modversion['dirname'] = basename(dirname(__FILE__));
$modversion['name'] = _MI_XIM_MODULE_NAME;
-$modversion['version'] = 1.00;
+$modversion['version'] = 1.01;
$modversion['description'] = _MI_XIM_MODULE_DESC;
$modversion['author'] = "Andrax & Culex";
$modversion['credits'] = _XIM_CREDIT;
$modversion['help'] = "Html/css.: Kris_fr";
-$modversion['Testers'] = "ArtsGeral, Edison, Izzy, Rmarx, Mazarin, btesec, Kriss_fr, Runeher";
+$modversion['Testers'] = "ArtsGeral, Edison, Izzy, Rmarx, Mazarin, btesec, Kriss_fr, Runeher, Stance";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "images/xim.png";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-29 07:24:59
|
Revision: 5923
http://xoops.svn.sourceforge.net/xoops/?rev=5923&view=rev
Author: djculex
Date: 2010-12-29 07:24:53 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Added original MBcontainer icon for customization
Added Paths:
-----------
XoopsModules/xim/trunk/modules/xim/images/elements/icons/browser_org.png
Added: XoopsModules/xim/trunk/modules/xim/images/elements/icons/browser_org.png
===================================================================
(Binary files differ)
Property changes on: XoopsModules/xim/trunk/modules/xim/images/elements/icons/browser_org.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-29 07:24:08
|
Revision: 5922
http://xoops.svn.sourceforge.net/xoops/?rev=5922&view=rev
Author: djculex
Date: 2010-12-29 07:24:01 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
Changed default browser icon to xim browser icon
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/images/elements/icons/browser.png
Modified: XoopsModules/xim/trunk/modules/xim/images/elements/icons/browser.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-28 17:57:02
|
Revision: 5921
http://xoops.svn.sourceforge.net/xoops/?rev=5921&view=rev
Author: djculex
Date: 2010-12-28 17:56:56 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Corrected a few minor issues. no real bugs
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/css/footer.css.php
Modified: XoopsModules/xim/trunk/modules/xim/css/footer.css.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/css/footer.css.php 2010-12-28 17:42:12 UTC (rev 5920)
+++ XoopsModules/xim/trunk/modules/xim/css/footer.css.php 2010-12-28 17:56:56 UTC (rev 5921)
@@ -151,7 +151,7 @@
width: 100%;
border: 1px solid #555;
background: #fff;
- //overflow: hidden;
+ /*overflow: hidden;*/
padding-bottom: 2px;
}
#footpanel h3 {
@@ -199,7 +199,7 @@
#chatpanel .subpanel .status {
float:right;
-position relative;
+position: relative;
margin: 0 10px
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-28 17:42:18
|
Revision: 5920
http://xoops.svn.sourceforge.net/xoops/?rev=5920&view=rev
Author: djculex
Date: 2010-12-28 17:42:12 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Upgraded mbcontainer with elements from 2.5.5 trunk version + additional hack to show hidden elements to offset()
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/js/mbContainer.js
Modified: XoopsModules/xim/trunk/modules/xim/js/mbContainer.js
===================================================================
--- XoopsModules/xim/trunk/modules/xim/js/mbContainer.js 2010-12-28 16:23:18 UTC (rev 5919)
+++ XoopsModules/xim/trunk/modules/xim/js/mbContainer.js 2010-12-28 17:42:12 UTC (rev 5920)
@@ -11,7 +11,7 @@
/*
* Name:jquery.mb.containerPlus
- * Version: 2.5.3
+ * Version: 2.5.5
* dependencies: UI.core.js, UI.draggable.js, UI.resizable.js
*/
@@ -51,15 +51,10 @@
}
});
- $(document).scroll(function(){
- $.doOnScroll(el);
- });
-
container.attr("inited","true");
container.attr("iconized","false");
container.attr("collapsed","false");
container.attr("closed","false");
-
container.attr("options",this.options);
if (!container.css("position")=="absolute")
@@ -70,37 +65,6 @@
$.each(container.metadata(), function(key, data){
container.attr(key,data)
});
-
- if (container.metadata().skin) container.attr("skin",container.metadata().skin);
- if (container.metadata().collapsed) container.attr("collapsed",container.metadata().collapsed);
- if (container.metadata().iconized) container.attr("iconized",container.metadata().iconized);
- if (container.metadata().icon) container.attr("icon",container.metadata().icon);
- if (container.metadata().buttons) container.attr("buttons",container.metadata().buttons);
- if (container.metadata().content) container.attr("content",container.metadata().content); //ajax
- if (container.metadata().data) container.attr("data",container.metadata().data); //ajax
- if (container.metadata().aspectRatio) container.attr("aspectRatio",container.metadata().aspectRatio); //ui.resize
- if (container.metadata().title) container.attr("title",container.metadata().title);
-
- if (container.metadata().grid) container.attr("grid",container.metadata().grid); //ui.grid DRAG
- if (container.metadata().gridx) container.attr("gridx",container.metadata().gridx); //ui.grid DRAG
- if (container.metadata().gridy) container.attr("gridy",container.metadata().gridy); //ui.grid DRAG
-
- if (container.metadata().resizeGrid) container.attr("resizeGrid",container.metadata().resizeGrid); //ui.grid RESIZE
- if (container.metadata().resizeGridx) container.attr("resizeGridx",container.metadata().resizeGridx); //ui.grid RESIZE
- if (container.metadata().resizeGridy) container.attr("resizeGridy",container.metadata().resizeGridy); //ui.grid RESIZE
-
- if (container.metadata().handles) container.attr("handles",container.metadata().handles); //ui.resize
- if (container.metadata().dock) container.attr("dock",container.metadata().dock);
- if (container.metadata().closed) container.attr("closed",container.metadata().closed);
- if (container.metadata().rememberMe) container.attr("rememberMe",container.metadata().rememberMe);
- if (container.metadata().isModal) container.attr("isModal",container.metadata().isModal)
- if (container.metadata().width) container.attr("width",container.metadata().width);
- if (container.metadata().height) container.attr("height",container.metadata().height);
- if (container.metadata().containment) container.attr("containment",container.metadata().containment);
- if (container.metadata().minWidth) container.attr("minWidth",container.metadata().minWidth);
- if (container.metadata().minHeight) container.attr("minHeight",container.metadata().minHeight);
-
-
if (container.attr("alwaysOnTop")) container.css("z-index",100000).addClass("alwaysOnTop");
}
@@ -184,6 +148,7 @@
}
}
});
+ if($.iPhone) container.find(".n:first").addTouch();
if (container.attr("grid") || (container.attr("gridx") && container.attr("gridy"))){
var grid= container.attr("grid")? [container.attr("grid"),container.attr("grid")]:[container.attr("gridx"),container.attr("gridy")];
container.draggable('option', 'grid', grid);
@@ -385,6 +350,7 @@
opt.effectDuration,function(){
container.find(".icon:first").show();
container.css({height:""});
+ container.setContainment();
});
}
if (container.hasClass("resizable")) container.resizable("enable");
@@ -410,17 +376,16 @@
container.attr("w",container.attr("width") && container.attr("width")>0 ? (!container.hasClass("resizable")? container.attr("width"):container.width()):!container.attr("handles")?"99.9%":container.width());
container.attr("t",container.css("top"));
container.attr("l",container.css("left"));
- container.resizable("disable");
- // Culex hack otherwise error in IE with footerbar and iconized chats
- var l=0;
- $('myelement').css({top: '', left: ''});
- $("#"+container.attr("dock")).offset.left = 0;
+ if(container.hasClass("resizable")) container.resizable("disable");
+ var l=container.css("left");
var t= container.css("top");
var dockPlace= container;
if (container.attr("dock")){
dockPlace = $("#"+container.attr("dock"));
var icns= dockPlace.find("img:visible").size();
- l=$("#"+container.attr("dock")).offset().left+(opt.dockedIconDim*icns);
+ //Culex hack preventing the jquery from making offset errors and break script with hiddent objects
+ $("#"+container.attr("dock")).show();
+ l=$("#"+container.attr("dock")).offset().left+(opt.dockedIconDim*icns);
t=$("#"+container.attr("dock")).offset().top+(opt.dockedIconDim/2);
}
/*
@@ -438,7 +403,6 @@
else
container.css({left:"auto",top:"auto"});
container.show();
-
if (!$.browser.msie) {
container.find(".no:first").fadeIn("fast");
if(container.attr("collapsed")=="false"){
@@ -453,6 +417,7 @@
container.mb_bringToFront(opt.zIndexContext);
}
container.css({height:""});
+ if(opt.onRestore) opt.onRestore(container);
});
}else
container.animate({height:"60px", width:container.attr("w"), left:container.attr("l"),top:container.attr("t")},opt.effectDuration);
@@ -465,13 +430,13 @@
}
else
container.css({height:"60px", width:container.attr("w"),left:container.attr("l"),top:container.attr("t")},opt.effectDuration);
+ if(opt.onRestore) opt.onRestore(container);
}
if (container.hasClass("resizable") && container.attr("collapsed")=="false") container.resizable("enable");
$(this).remove();
if(container.hasClass("draggable")) container.mb_bringToFront(opt.zIndexContext);
$(".iconLabel").remove();
container.attr("restored", true);
- if(opt.onRestore) opt.onRestore(container);
if (container.attr("rememberMe")){
container.mb_setCookie("restored",container.mb_getState("restored"));
container.mb_setCookie("closed", false);
@@ -697,11 +662,12 @@
var container=$(this);
var nww=$(window).width();
var nwh=$(window).height();
- var ow=container.outerWidth();
- var oh= container.outerHeight();
+ var ow=container.attr("w")?container.attr("w"):container.outerWidth();
+ var oh= container.attr("h")?container.attr("h"):container.outerHeight();
var l= (nww-ow)/2;
var t= ((nwh-oh)/2)>0?(nwh-oh)/2:10;
if (container.css("position")!="fixed"){
+ $(this).css("position","absolute");
l=l+$(window).scrollLeft();
t=t+$(window).scrollTop();
}
@@ -719,6 +685,8 @@
container.mb_setCookie("y",$(this).css("top"));
}
}
+ container.attr("t",t);
+ container.attr("l",l);
return container;
};
@@ -802,42 +770,6 @@
});
};
- //MANAGE WINDOWS POSITION ONSCROLL
- $.doOnScroll=function(el){
- clearTimeout(el.doRes);
- el.doRes=setTimeout(function(){
- $(el).cScroll();
- },400);
- };
-
- $.fn.cScroll= function(margin){
- var container=$(this);
- var opt=container.attr("options");
- if (!opt.mantainOnWindow) return;
- if(!margin) margin=25;
- var nww=$(window).width()+$(window).scrollLeft();
- var nwh=$(window).height()+$(window).scrollTop();
- this.each(function(){
- var left=container.offset().left, top=container.offset().top;
- if ((left+container.outerWidth())>nww || top+container.outerHeight()>nwh || left<0 || top<0){
- var l=(container.offset().left+container.outerWidth())>nww ? nww-container.outerWidth()-margin: container.offset().left<0? margin: container.offset().left;
- var t= (container.offset().top+container.outerHeight())>nwh ? nwh-container.outerHeight()-margin: container.offset().top<0 ?margin: container.offset().top;
- container.animate({left:l, top:t},550,function(){
- container.setContainment();
- });
- }
- if ((top+container.outerHeight())<$(document).scrollTop()){
- var l=(container.offset().left+container.outerWidth())>nww ? nww-container.outerWidth()-margin: container.offset().left<0? margin: container.offset().left;
- var t= (container.offset().top+container.outerHeight())<$(window).scrollTop() ? $(window).scrollTop(): container.offset().top<0 ?margin: container.offset().top;
- container.animate({left:l, top:t},550,function(){
- container.setContainment();
- });
- }
-
- container.setContainment();
- });
- };
-
//COOKIES
jQuery.fn.mb_setCookie = function(name,value,days) {
var id=$(this).attr("id");
@@ -866,4 +798,5 @@
$(this).mb_setCookie(name,"",-1);
};
-})(jQuery);
\ No newline at end of file
+})(jQuery);
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-28 16:23:24
|
Revision: 5919
http://xoops.svn.sourceforge.net/xoops/?rev=5919&view=rev
Author: djculex
Date: 2010-12-28 16:23:18 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Added dock to tinyfooterbar and ajusted icons to stay inside div
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/templates/xim_tiny_footerbar.html
Modified: XoopsModules/xim/trunk/modules/xim/templates/xim_tiny_footerbar.html
===================================================================
--- XoopsModules/xim/trunk/modules/xim/templates/xim_tiny_footerbar.html 2010-12-28 16:22:30 UTC (rev 5918)
+++ XoopsModules/xim/trunk/modules/xim/templates/xim_tiny_footerbar.html 2010-12-28 16:23:18 UTC (rev 5919)
@@ -2,7 +2,7 @@
<li id="chatpanel">
<a href="#" class="chat" title="<{$panel.lang_friends}>"><{$panel.lang_friends}> (<span id="total"></span>) </a>
<div style="height: 486px; display: none;" class="subpanel">
- <h3><span> – </span><{$panel.lang_friends_online}><img class="xim_img_info" src="<{xoAppUrl modules/xim/images/info.png}>" alt="Options" title="Options"/></h3>
+ <h3><span> – </span><{$panel.lang_friends_online}><img class="xim_img_info" style="left:-3px;" src="<{xoAppUrl modules/xim/images/info.png}>" alt="Options" title="Options"/></h3>
<div id="xim_configDiv">
<span class="xim_configDiv_body">
<form method="post" id="config" action=''><{$panel.config_sound}>
@@ -30,5 +30,6 @@
<ul id="userlist" style="height: 461px;">
</ul>
</div>
- </li>
+ </li>
+ <span id="dock"></span>
</ul>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-28 16:22:36
|
Revision: 5918
http://xoops.svn.sourceforge.net/xoops/?rev=5918&view=rev
Author: djculex
Date: 2010-12-28 16:22:30 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Changed malformed setTimeout() in updateUserList
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/js/chat.js
Modified: XoopsModules/xim/trunk/modules/xim/js/chat.js
===================================================================
--- XoopsModules/xim/trunk/modules/xim/js/chat.js 2010-12-28 13:35:18 UTC (rev 5917)
+++ XoopsModules/xim/trunk/modules/xim/js/chat.js 2010-12-28 16:22:30 UTC (rev 5918)
@@ -318,7 +318,7 @@
function startChatSession(){
if (showFooterBar==1) {
createFooterBar();
- setTimeout('updateUserList();',200);
+ setTimeout('updateUserList()',200);
}
xoops_im.ajax({
url: xim_url+"chat.php?action=startchatsession",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2010-12-28 13:35:24
|
Revision: 5917
http://xoops.svn.sourceforge.net/xoops/?rev=5917&view=rev
Author: andrey3761
Date: 2010-12-28 13:35:18 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Modified Paths:
--------------
XoopsLanguages/russian/core/2.5.0/htdocs/modules/system/language/russian/admin/users.php
Modified: XoopsLanguages/russian/core/2.5.0/htdocs/modules/system/language/russian/admin/users.php
===================================================================
--- XoopsLanguages/russian/core/2.5.0/htdocs/modules/system/language/russian/admin/users.php 2010-12-28 05:53:19 UTC (rev 5916)
+++ XoopsLanguages/russian/core/2.5.0/htdocs/modules/system/language/russian/admin/users.php 2010-12-28 13:35:18 UTC (rev 5917)
@@ -142,7 +142,7 @@
define("_AM_SYSTEM_USERS_ADD","Добавить участника");
define("_AM_SYSTEM_USERS_VIEW","Посмотреть информацию учатника");
define("_AM_SYSTEM_USERS_NO_FOUND","Пользователи не найдены");
-define("_AM_SYSTEM_USERS_NOT_CONNECT","Never connect");
+define("_AM_SYSTEM_USERS_NOT_CONNECT","Не посещал");
define("_AM_SYSTEM_USERS_FORM_SURE_DEL","Удалить пользователя: %s");
define("_AM_SYSTEM_USERS_FORM_SURE_DEL2","Удалить");
define("_AM_SYSTEM_USERS_NO_SUPP", "Пользователь не может быть удалён: %s <br />");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-28 05:53:26
|
Revision: 5916
http://xoops.svn.sourceforge.net/xoops/?rev=5916&view=rev
Author: djculex
Date: 2010-12-28 05:53:19 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Added dobounce functio to iterate through chatwindows and bounce if opened or shake if iconized. Also added security to keep iconized opened and chat windows open with correct username and not userID
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/js/chat.js
Modified: XoopsModules/xim/trunk/modules/xim/js/chat.js
===================================================================
--- XoopsModules/xim/trunk/modules/xim/js/chat.js 2010-12-27 18:45:19 UTC (rev 5915)
+++ XoopsModules/xim/trunk/modules/xim/js/chat.js 2010-12-28 05:53:19 UTC (rev 5916)
@@ -27,6 +27,7 @@
var chatHeartbeatTime = minChatHeartbeat;
var originalTitle;
var blinkOrder = 0;
+var un;
var chatboxFocus = new Array();
var newMessages = new Array();
@@ -70,7 +71,7 @@
return;
}
- var html = '<div id="MBchatbox_'+containerId+'" class="containerPlus draggable resizable {buttons:\'m,i,c\', icon:\'browser.png\', skin:\''+cws+'\',iconized:\'false\',dock:\'dock\', width:\'250\', height:\'300\',rememberMe:\'true\', minWidth:\'250\', minHeight:\'300\'}" style="position:fixed;top:100px;left:100px"></div>';
+ var html = '<div id="MBchatbox_'+containerId+'" class="containerPlus draggable resizable {buttons:\'m,i,c\', icon:\'browser.png\', skin:\''+cws+'\',iconized:\'false\',dock:\'dock\', width:\'250\', height:\'300\',rememberMe:\'true\', minWidth:\'250\', grid:\'5\', minHeight:\'300\'}" style="position:absolute;top:100px;left:100px"></div>';
if (containerId != '-1') {
var content ='<div class="no"><div class="ne"><div class="n">'+chatBoxName+'</div></div><div class="o"><div class="e"><div class="c"><div class="mbcontainercontent"></div><div class="chatboxtextarea"><textarea ></textarea></div></div></div></div><div class="so"><div class="se"><div class="s"></div></div></div>';
@@ -212,7 +213,13 @@
}
if (xoops_im("#MBchatbox_"+chatboxID).mb_getState('closed')) {
xoops_im("#MBchatbox_"+chatboxID).mb_open();
+ doBounce (chatboxID,1,un);
}
+ // if iconized do bounce in dock
+ if (xoops_im("#MBchatbox_"+chatboxID).mb_getState('iconized')) {
+ un = xoops_im(item.n).attr('title');
+ doBounce (chatboxID,0,un);
+ }
if (item.s == 1) {
item.f = username;
}
@@ -238,7 +245,8 @@
// Play item.q (ie sound selected in options)
soundManager.play(userSound, userSound);
}); // End soundmager call
-
+ // bounce chat window
+ doBounce (chatboxID,1,un);
}
xoops_im("#MBchatbox_"+chatboxID+" .mbcontainercontent").scrollTop(xoops_im("#MBchatbox_"+chatboxID+" .mbcontainercontent")[0].scrollHeight);
itemsfound += 1;
@@ -324,11 +332,9 @@
if (item) { // fix strange ie bug
chatboxID = item.f;
if (xoops_im("#MBchatbox_"+chatboxID).length <= 0) {
-
- // Strange Opera, IE error gives wrong title, FF ignores error
- if (item.s <= 0) {
+ if (item.s <= 0) {
createChatBox(chatboxID,item.n);
- }
+ }
}
if (item.s == 1) {
item.f = username;
@@ -507,3 +513,40 @@
xoops_im("#MBchatbox_"+id).css("position","fixed");
xoops_im("#MBchatbox_"+id+" "+divname2).scrollTop(xoops_im("#MBchatbox_"+id+" "+divname2)[0].scrollHeight);
}
+
+ // Function to bounce box or iconized when recieving new message
+ // Id = id of box
+ // state: 0=iconized or 1=opened
+ // name: name to check for in conttitle atribute for img
+ // culex dec 28-2010
+function doBounce (chatboxID,state,name) {
+ //If opened window
+ if (state==1) {
+ $(function() {
+ // shake window
+ xoops_im("#MBchatbox_"+chatboxID).fadeIn(100).animate({top:"-=20px"},100).animate({top:"+=20px"},100).animate({top:"-=20px"},100)
+ .animate({top:"+=20px"},100).animate({top:"-=20px"},100).animate({top:"+=20px"},100);
+ return;
+ });
+ }
+ // if iconized
+ if (state==0) {
+ $(function() {
+ xoops_im("img:[conttitle]").each(function() {
+ if(xoops_im(this).attr("conttitle") == un) {
+ // max loops is 1000. Click icon to stop before
+ var x = 0;
+ do {
+ xoops_im(this).animate({top: "0px"}, 2000 ).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200);
+ x++;
+ if (xoops_im(this).click(function(){
+ x = 1000;
+ xoops_im(this).stop().show();
+ return;
+ }));
+ } while (x <= 1000);
+ } else {return;}
+ });
+ });
+ }
+}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dj...@us...> - 2010-12-27 18:45:25
|
Revision: 5915
http://xoops.svn.sourceforge.net/xoops/?rev=5915&view=rev
Author: djculex
Date: 2010-12-27 18:45:19 +0000 (Mon, 27 Dec 2010)
Log Message:
-----------
Css missing value making mbcontainer bug out contaners iconized in IE. FF simply ignores without error
Modified Paths:
--------------
XoopsModules/xim/trunk/modules/xim/css/footer.css.php
Modified: XoopsModules/xim/trunk/modules/xim/css/footer.css.php
===================================================================
--- XoopsModules/xim/trunk/modules/xim/css/footer.css.php 2010-12-27 14:30:29 UTC (rev 5914)
+++ XoopsModules/xim/trunk/modules/xim/css/footer.css.php 2010-12-27 18:45:19 UTC (rev 5915)
@@ -111,7 +111,7 @@
}
a.alerts { background: url($xim_img_dir/newspaper.png) no-repeat center center; }
-#footpanel li#dock { margin-right: 10px; }
+#footpanel li#dock { margin-right: 10px; height:50px;}
#footpanel li#chatpanel, #footpanel li#alertpanel, #footpanel li#dock { float: right; } /*--Right align the chat and alert panels--*/
#footpanel a small { /*--panel tool tip styles--*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|