You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
(248) |
Jun
(151) |
Jul
(59) |
Aug
(67) |
Sep
(49) |
Oct
(151) |
Nov
(58) |
Dec
(112) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(78) |
Feb
(77) |
Mar
(120) |
Apr
(172) |
May
(208) |
Jun
(88) |
Jul
(86) |
Aug
(171) |
Sep
(129) |
Oct
(40) |
Nov
(60) |
Dec
(17) |
2006 |
Jan
(82) |
Feb
(47) |
Mar
(21) |
Apr
(29) |
May
(177) |
Jun
(90) |
Jul
(56) |
Aug
(75) |
Sep
(137) |
Oct
(302) |
Nov
(322) |
Dec
(24) |
2007 |
Jan
(15) |
Feb
(142) |
Mar
(310) |
Apr
(475) |
May
(54) |
Jun
(57) |
Jul
(61) |
Aug
(159) |
Sep
(75) |
Oct
(97) |
Nov
(63) |
Dec
(97) |
2008 |
Jan
(72) |
Feb
(98) |
Mar
(61) |
Apr
(24) |
May
(26) |
Jun
(54) |
Jul
(143) |
Aug
(120) |
Sep
(147) |
Oct
(172) |
Nov
(108) |
Dec
(27) |
2009 |
Jan
(55) |
Feb
(80) |
Mar
(84) |
Apr
(99) |
May
(5) |
Jun
(22) |
Jul
(37) |
Aug
(75) |
Sep
(21) |
Oct
(13) |
Nov
(18) |
Dec
(61) |
2010 |
Jan
(29) |
Feb
(20) |
Mar
(1) |
Apr
(3) |
May
(7) |
Jun
(30) |
Jul
(17) |
Aug
(13) |
Sep
(63) |
Oct
(62) |
Nov
(14) |
Dec
(4) |
2011 |
Jan
(5) |
Feb
(2) |
Mar
(53) |
Apr
(9) |
May
(2) |
Jun
(1) |
Jul
(3) |
Aug
(29) |
Sep
(188) |
Oct
(47) |
Nov
(56) |
Dec
(12) |
2012 |
Jan
(5) |
Feb
(20) |
Mar
(36) |
Apr
(42) |
May
(2) |
Jun
(21) |
Jul
(23) |
Aug
(33) |
Sep
(22) |
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2012-08-09 05:08:47
|
Feature Requests item #3555533, was opened at 2012-08-08 22:08 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555533&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: localization: xoops numeral system - catpcha usage Initial Comment: Latin based character territories ( and all of current core developers are coming from these countries) are not familiar with "non-positional numeral systems" in the world but maybe you could understand if you read this wiki: http://en.wikipedia.org/wiki/List_of_numeral_systems eg: roman numeral system: http://en.wikipedia.org/wiki/Roman_numerals currently we have a function called number_format in php and it is enhanced by xoops previous developers. so developers (core and module) can use it like this: xoops_load('XoopsLocal'); ..... XoopsLocal::number_format($VAL) I dont know if you are agreed with the above or you think this number_format is php command and xoops should have a separate function/class for this local number system. Anyway the priority of this is low because it just is a cosmetic and nice looking feature and all persian people are familira with 0 1 2 3 4 5 6 7 8 9 numbers. Just as a technical use we can use it to define local math captcha like this: 1 + 2 = 3 is easy for robots to find. but IMO I + II = III (roman numbers) is hard to find for robots. please response. read more here: http://xoops.org/modules/newbb/viewtopic.php?post_id=347672#forumpost347672 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555533&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-08-09 04:43:17
|
Feature Requests item #3537303, was opened at 2012-06-22 22:26 Message generated for change (Comment added) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3537303&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None >Priority: 7 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: localization: add "strtotime" function to xoopslocal class Initial Comment: Now local parties that uses non Gregorian calendars like hegira calendar must HACK all core/modules that uses this php function like newbb/polls.php xoopspoll and ... Please add this function to class/xoopslocal.php like below: [code] class XoopsLocalAbstract { /** function strtotime($datestr) { /* here return the datestr to datenum */ } [/code] ---------------------------------------------------------------------- >Comment By: irmtfan (irmtfan) Date: 2012-08-08 21:43 Message: please read more and discuss here: http://xoops.org/modules/newbb/viewtopic.php?post_id=347672#forumpost347672 i changed the priority to a higher number. ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-06-23 00:09 Message: I just find this code in joomla: function date_strtotime($date) { $strtotime = strtotime($date); if ($strtotime === -1 || $strtotime === false) { return false; } else { return $strtotime; } } Im not a coder. what is your idea as a developer? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3537303&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-08-09 04:40:25
|
Feature Requests item #3555526, was opened at 2012-08-08 21:38 Message generated for change (Comment added) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555526&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None >Priority: 9 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: Translations: Gettext (PO - MO) or INI Initial Comment: You know that the current php definitions are outdated and have many limitations. through some discussions in forum we reach to this that the first priority for internationalization is removing these php definitions and select between Gettext and INI files. Also there are more possibility like XLIFF. Anyway just select one between XLIFF, gettext, INI and move on. then we can send some features like: - having a language translation tool/editor in xoops as an extension - having auto diff for definitions. - .... please read more and discuss here: http://xoops.org/modules/newbb/viewtopic.php?post_id=348513#forumpost348513 ---------------------------------------------------------------------- >Comment By: irmtfan (irmtfan) Date: 2012-08-08 21:40 Message: i changed the priority to the maximum level. IMO everybody have the same idea. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555526&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-08-09 04:38:19
|
Feature Requests item #3555526, was opened at 2012-08-08 21:38 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555526&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: Translations: Gettext (PO - MO) or INI Initial Comment: You know that the current php definitions are outdated and have many limitations. through some discussions in forum we reach to this that the first priority for internationalization is removing these php definitions and select between Gettext and INI files. Also there are more possibility like XLIFF. Anyway just select one between XLIFF, gettext, INI and move on. then we can send some features like: - having a language translation tool/editor in xoops as an extension - having auto diff for definitions. - .... please read more and discuss here: http://xoops.org/modules/newbb/viewtopic.php?post_id=348513#forumpost348513 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555526&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-08-09 04:19:06
|
Feature Requests item #3555522, was opened at 2012-08-08 21:19 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555522&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: add _RTL definition to global.php Initial Comment: Nowadays many systems start having the RTL definition because of local parties. It can be used through some important parts like creating pdf files. language/english/global.php: define('_RTL', false); language/persian/global.php: define('_RTL', true); more here: http://xoops.org/modules/newbb/viewtopic.php?post_id=348536#forumpost348536 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555522&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-22 08:07:48
|
Feature Requests item #3547177, was opened at 2012-07-22 01:07 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3547177&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: smarty variables: block.mid and block.id Initial Comment: Sometimes we need to have the current block id and its module id. You know we can clone blocks as many as we wish but all blocks will use [b]the same[/b] template. To pass this obstacle we can use block Ids to recognize between different blocks in the same template. eg: <{if $block.id == 40}> style="display: none;" <{else}> style="display:block;" <{/if}> please read this topic and posts no.2 and no.8: https://jouyamanzali.info/b/http://xoops.org/modules/newbb/viewtopic.php?post_id=347814#forumpost347814 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3547177&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-19 06:24:54
|
Feature Requests item #3545768, was opened at 2012-07-18 23:24 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3545768&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: customization&localization: image creator class Initial Comment: In publisher module when you create a clone it create a new PNG logo with the new name. It uses some php functions like: "imagecreatefrompng", "imagecolorallocate", ... customization: If you add it english users can customize their module images contain characters. localization: Also non english users can create their own images just by a single click . Please read more here and praticipate: http://xoops.org/modules/newbb/viewtopic.php?post_id=347875#forumpost347875 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3545768&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-19 06:15:34
|
Feature Requests item #3545765, was opened at 2012-07-18 23:15 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3545765&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: customization&localization:module/core images in theme Initial Comment: modules and core images/icons can be fully customized and localized if it would be read from "themes" folder prior to "modules/MOD/imgaes" Please read this post: http://xoops.org/modules/newbb/viewtopic.php?post_id=347900#forumpost347900 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3545765&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-19 05:09:21
|
Feature Requests item #3494773, was opened at 2012-02-26 08:52 Message generated for change (Comment added) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3494773&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 9 Private: No Submitted By: voltan (voltan1) Assigned to: Nobody/Anonymous (nobody) Summary: Improve comment system Initial Comment: We need two important option in comment system for xoops 2.6 1- Anonymous users can set name and email ( and avator ) 2- Set comment submit from in cantent pages ( news / gallery / download ... page ) under page content LIKE WORDPRESS ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-07-18 22:09 Message: Core team: I know you want to add a new extension for comments. Please make it very professional with the many features. Some ideas are arise here: http://xoops.org/modules/newbb/viewtopic.php?post_id=347897#forumpost347897 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3494773&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-18 05:37:25
|
Feature Requests item #3545262, was opened at 2012-07-17 22:37 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3545262&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: Cacheable Multi-Language Initial Comment: I know that there are tons of requests about implementing a good multi_language feature. what i dont know is why it is not implemented until now. IMO the GIJ hack is the best one until now. http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=50&cid=2 Why not add it or add some enhancements to it and add that to xoops 2.6 as a new module. I can find a more enhanced module in xoopscude here: http://www.nobunobu.com/documents/?XOOPSCube2_1%2FPreloadSample%2FCubeUtils&ml_lang=en XC21Module-cubeUtils_0.7.zip ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3545262&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-18 05:16:35
|
Feature Requests item #3538328, was opened at 2012-06-27 01:21 Message generated for change (Comment added) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3538328&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: MusS (forxoops) Summary: Xoops History/Log system Initial Comment: Xoops does not have any log/history system but it is a very useful function especially for webmasters. For example you want to log all admins actions in the website. i used this log in my own website: [code] <?php if ( $xoopsUserIsAdmin ) { $ip_to_log = $_SERVER['REMOTE_ADDR']; $url_to_log = $_SERVER['REQUEST_URI']; $uid_to_log = $xoopsUser->getVar('uid'); $uname_to_log = $xoopsUser->getVar('uname'); $content_to_log = date('Ymd-H:i:s')." ".$ip_to_log." ".$uid_to_log." ".$uname_to_log." ".$url_to_log."\n"; $log_file_name = XOOPS_TRUST_PATH.'/logusernav.log'; if (!$log_file_handle = fopen($log_file_name, 'a')) { echo "<!-- Cannot open file ($log_file_name) -->"; } else { if (fwrite($log_file_handle, $content_to_log) === FALSE) { echo "<!-- Cannot write to file ($log_file_name) -->"; } @fclose($log_file_handle); } } ?> [/code] So i can see all of actions. i think it can be implement in the core. basic features: - login history for all users: now it is just the last login but we need to have a history of logins. - log system : the degree of logs can be selectable. for example for webmaster groups it can log all actions (click on every links, all database queries ,IPs , ...) but for normal users just the modules review. I think it needs a plugin in system module. ---------------------------------------------------------------------- >Comment By: irmtfan (irmtfan) Date: 2012-07-17 22:16 Message: update on 2012/07/18: more information in xoops.org forums: http://xoops.org/modules/newbb/viewtopic.php?post_id=347871#forumpost347871 ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-06-27 01:24 Message: I found these 2 similar request: 1- by phppp at 2004 : https://sourceforge.net/tracker/?func=detail&aid=1020367&group_id=41586&atid=430843 2- by banned at 2005: https://sourceforge.net/tracker/?func=detail&aid=1112604&group_id=41586&atid=430843 still is not implemented after 8 years!!!!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3538328&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-16 02:17:20
|
Bugs item #3515996, was opened at 2012-04-08 21:59 Message generated for change (Settings changed) made by cesag You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3515996&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x >Status: Closed Resolution: Postponed Priority: 5 Private: No Submitted By: Cesag (cesag) Assigned to: Nobody/Anonymous (nobody) Summary: mail_template Initial Comment: Replace {SITENAME} - ({SITEURL}) webmaster {ADMINMAIL} with {X_SITENAME} ({X_SITEURL}) webmaster {X_ADMINMAIL} in these other files : htdocs\language\english\mail_template\lostpass1.tpl htdocs\language\english\mail_template\lostpass2.tpl htdocs\language\english\mail_template\register.tpl htdocs\language\english\mail_template\tellfriend.tpl htdocs\modules\profile\language\english\mail_template\emailchanged.tpl see here for more details : http://xoops.org/modules/newbb/viewtopic.php?post_id=345563#forumpost345563 ---------------------------------------------------------------------- Comment By: Michael Beck (beckmi) Date: 2012-04-15 17:00 Message: We'll focus on name consistency and code clean-up in XOOPS 2.6.0. In XOOPS 2.5.5 we want to focus mainly on bugs. ---------------------------------------------------------------------- Comment By: Cesag (cesag) Date: 2012-04-15 16:57 Message: ok I'll test again and I tell you later ---------------------------------------------------------------------- Comment By: Michael Beck (beckmi) Date: 2012-04-15 16:54 Message: Is this a bug, or is it working, but has a different definition? For example, SITENAME in lostpassword.php: It is defined in lostpassword.php: $xoopsMailer->assign("SITENAME", $xoopsConfig['sitename']); and then used in the template: {SITENAME} ({SITEURL}) So it is working. It's not consistent, but if it is working, it is not a bug, correct? ---------------------------------------------------------------------- Comment By: Cesag (cesag) Date: 2012-04-15 16:49 Message: This is not serious. I found the bugs, I provided the details and you prefer to wait Xoops 2.6?! see here : http://xoops.org/modules/newbb/viewtopic.php?post_id=345563#forumpost345563 ---------------------------------------------------------------------- Comment By: Michael Beck (beckmi) Date: 2012-04-15 16:20 Message: We'll address it in XOOPS 2.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3515996&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-16 02:14:47
|
Bugs item #3541175, was opened at 2012-07-07 10:46 Message generated for change (Settings changed) made by cesag You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541175&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules - PM Group: None >Status: Closed >Resolution: Postponed Priority: 5 Private: No Submitted By: Cesag (cesag) Assigned to: Nobody/Anonymous (nobody) Summary: PM 1.08 Incorrect display of text Initial Comment: => modules/pm/readpmsg.php Incorrect display of text in the PM module : Please see the screenshot : http://anuchesugo.123.fr/img/readpmsg.jpg Reported here : http://xoops.org/modules/newbb/viewtopic.php?post_id=347488#forumpost347488 ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-07-15 00:32 Message: Hi CESAG This is not a bug. Pm module just show the plain text and xoops bb codes. PM module dont allow html codes. this should be moved to feature request. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541175&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-15 07:32:54
|
Bugs item #3541175, was opened at 2012-07-07 10:46 Message generated for change (Comment added) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541175&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules - PM Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cesag (cesag) Assigned to: Nobody/Anonymous (nobody) Summary: PM 1.08 Incorrect display of text Initial Comment: => modules/pm/readpmsg.php Incorrect display of text in the PM module : Please see the screenshot : http://anuchesugo.123.fr/img/readpmsg.jpg Reported here : http://xoops.org/modules/newbb/viewtopic.php?post_id=347488#forumpost347488 ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-07-15 00:32 Message: Hi CESAG This is not a bug. Pm module just show the plain text and xoops bb codes. PM module dont allow html codes. this should be moved to feature request. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541175&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-14 10:04:55
|
Feature Requests item #3543966, was opened at 2012-07-14 03:04 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3543966&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: Font manager plugin in system module Initial Comment: Font manager is also needed. Many xoops modules and function could use this font plugin. eg: captcha, xoops editors, external editors, image watermark, ,,, Recently there are some new conversations about adding "tcpdf" to the next xoops 2.6 as a new library. see: http://xoops.org/modules/newbb/viewtopic.php?post_id=347757 It should had the ability for adding different fonts for "Local" support. I suggest to use a local folder for local fonts: eg: language/LANG/fonts ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3543966&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-14 09:55:27
|
Feature Requests item #3543964, was opened at 2012-07-14 02:55 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3543964&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: Mimetype plugin in system module Initial Comment: currently there are many modules in xoops using their own defined Mimetype. eg: system/images, news, publisher, xhelp, extgallery, xcgal, newbb, article, smartcontent, ... now it is hardcoded in include\mimetypes.inc.php Core team can define a mimetype plugin in system module and create a new table like this: 'mime_id' 'mime_name' 'mime_ext' 'mime_admin' 'mime_user' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3543964&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-12 13:03:30
|
Bugs item #3534855, was opened at 2012-06-13 05:26 Message generated for change (Settings changed) made by tatane72 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534855&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: tatane tatane (tatane72) Assigned to: MusS (forxoops) Summary: Beug modules/system/admin.php?fct=groups Initial Comment: the number of registered users does not match reality. On my site I have exactly 7123 members and find xoops in 9297 with the result that contain no members ---------------------------------------------------------------------- Comment By: tatane tatane (tatane72) Date: 2012-06-13 05:35 Message: Look attachment ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534855&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-12 13:02:55
|
Bugs item #3534850, was opened at 2012-06-13 05:06 Message generated for change (Settings changed) made by tatane72 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534850&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: tatane tatane (tatane72) Assigned to: MusS (forxoops) Summary: User Query takes too long Initial Comment: the requette SELECT DISTINCT COUNT(u.uid) FROM users AS u LEFT JOIN groups_users_link AS m ON m.uid = u.uid WHERE ((level >= '0')) causes on erreur Numéro d'erreur: 1317 Message d'erreur: exécution de la requête a été interrompue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534850&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-12 12:27:40
|
Bugs item #3534855, was opened at 2012-06-13 05:26 Message generated for change (Settings changed) made by tatane72 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534855&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: tatane tatane (tatane72) Assigned to: MusS (forxoops) Summary: Beug modules/system/admin.php?fct=groups Initial Comment: the number of registered users does not match reality. On my site I have exactly 7123 members and find xoops in 9297 with the result that contain no members ---------------------------------------------------------------------- Comment By: tatane tatane (tatane72) Date: 2012-06-13 05:35 Message: Look attachment ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534855&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-12 12:27:16
|
Bugs item #3534850, was opened at 2012-06-13 05:06 Message generated for change (Settings changed) made by tatane72 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534850&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: tatane tatane (tatane72) Assigned to: MusS (forxoops) Summary: User Query takes too long Initial Comment: the requette SELECT DISTINCT COUNT(u.uid) FROM users AS u LEFT JOIN groups_users_link AS m ON m.uid = u.uid WHERE ((level >= '0')) causes on erreur Numéro d'erreur: 1317 Message d'erreur: exécution de la requête a été interrompue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534850&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-12 09:27:38
|
Bugs item #3431093, was opened at 2011-10-31 02:50 Message generated for change (Settings changed) made by cesag You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3431093&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules - Modules Group: XOOPS 2.5.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Cesag (cesag) Assigned to: voltan (voltan1) Summary: fmcontent 1.1 and Xoops 2.5.4 Initial Comment: Hi, I've found these errors with last version of fmcontent and Xoops 2.5.4 : Undefined variable: reservedTables in file xoops_lib/modules/fmcontent/admin/action.module.php - ligne 83 in_array() expects parameter 2 to be array, null given in file xoops_lib/modules/fmcontent/admin/action.module.php - ligne 83 Constant _FMCONTENT_HOME already defined in file /modules/fmcontent/language/english/modinfo.php - ligne 26 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3431093&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-12 09:07:23
|
Bugs item #3522784, was opened at 2012-05-01 07:26 Message generated for change (Settings changed) made by cesag You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3522784&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules - News Group: XOOPS 2.5.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Cesag (cesag) >Assigned to: Michael Beck (beckmi) Summary: News 1.67 RC2 and Xoops 2.5.5 Initial Comment: Please see here : http://xoops.org/modules/newbb/viewtopic.php?post_id=346129#forumpost346129 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3522784&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-11 20:45:56
|
Bugs item #3541167, was opened at 2012-07-07 10:20 Message generated for change (Comment added) made by cesag You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541167&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules - Modules Group: XOOPS 2.5.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Cesag (cesag) >Assigned to: Michael Beck (beckmi) Summary: Extcal 2.37 beta3 Couldnt find constant Initial Comment: When I go to Extcal "Preferences" modules/system/admin.php?fct=preferences&op=showmod&mod=8 Warning: constant(): Couldnt find constant in file /modules/system/admin/preferences/main.php line 284 Reported here : http://xoops.org/modules/newbb/viewtopic.php?post_id=347590#forumpost347590 ---------------------------------------------------------------------- >Comment By: Cesag (cesag) Date: 2012-07-11 13:45 Message: Fixed by beckmi (mamba). ---------------------------------------------------------------------- Comment By: Cesag (cesag) Date: 2012-07-11 13:45 Message: Fixed in SVN and waiting for review ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541167&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-11 09:42:08
|
Feature Requests item #3542491, was opened at 2012-07-11 02:42 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3542491&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: protector should exclude webmasters Initial Comment: Currently protector will ban even webmasters if they do something wrong. eg: if webmasters open too many pages protector block them as bad crawlers. I think they should be an option to exclude all webmasters actions like below: exclude these groups for any actions: webmasters , registered users, ... please read this topic for more info: http://xoops.org/modules/newbb/viewtopic.php?post_id=347682 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3542491&group_id=41586 |
From: SourceForge.net <no...@so...> - 2012-07-07 21:01:04
|
Bugs item #3541247, was opened at 2012-07-07 14:01 Message generated for change (Tracker Item Submitted) made by cesag You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541247&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cesag (cesag) Assigned to: Nobody/Anonymous (nobody) Summary: dhtmltextarea editor accent not displayed Initial Comment: With "DHTML Form with xCode" when I write a letter with accent and I click on "Preview", the text is not displayed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3541247&group_id=41586 |