exoops-bugfixes Mailing List for ScarPoX / Runcms / E-xoops
Brought to you by:
farsus
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Michelle A. <mal...@ec...> - 2002-07-09 10:24:37
|
I agree. The other problem with the links is the fact that there's no "approve all" option. So if you have 8 links submitted, you have to approve each one and then instead of the page redirecting you to the link request page, it redirects to the link admin menu which means you have to go through two or three unnecessary steps to approve each and every link. A simple 1 minute process ends up taking at 5 or 10 minutes. And welcome to the team Half. :) -----Original Message----- From: own...@so... [mailto:own...@so...] On Behalf Of Half-Dead Sent: Tuesday, July 09, 2002 5:44 AM To: xoo...@so... Subject: proposal Just saw a modified link and approved it on xoops, but what is missing is a option to edit the proposed text before actually approving it. Maybe feed the proposal into input boxes like on submission so you can actually edit them. Maybe add the number of sumbitted news on the main news page in the admin menu, like for links & downloads. Currently you have to click on post news to see if any are submitted if your in the admin section. Not sure if its been fixed in rc3, but on broken link/dl submissions, there's no option to edit the link, just delete/ignore. ... oh, and if i fix something... hows the codesharing go ?:) ------------------------ xoops-dev |
From: <Maj...@so...> - 2002-07-09 08:17:07
|
-- >>>> unsubscribe xoops-bugs **** unsubscribe: '"Half-Dead" <exo...@li...>' is not a member of list 'xoops-bugs'. **** contact "xoo...@so..." if you need help. >>>> |
From: Half-Dead <hal...@ga...> - 2002-07-04 01:11:10
|
/modules/mydownloads/brokenfile.php Fixed error on reporting a broken link: missing closing tag. Line 35: Change: $lid = intval($HTTP_POST_VARS['lid']; To: $lid = intval($HTTP_POST_VARS['lid']); |
From: <sm...@dr...> - 2002-06-24 20:10:16
|
Ok let me update what I mean. I can get to my user account. When I click on the button for "upload avatar" I get the following error: Parse error: parse error, unexpected $ in /home/gametb/www/public/edituser.php on line 304 When I got to edit profile I get the same warning. I don't even get a chance to upload my avatar or update my info on the page. I've refreshed countless times. I hope this helps. Also you can see that I am using I.E. 6.0 Cheers, Ed P.S. I made a mistake. I meant the phpRPC. What is this and what can I use it for? ----- Original Message ----- Avatars are limited to 70*100 and 3Ko in size. Dunno bout the update stuff, maybe your browser just bugged out? Cause everyone else was able edit their stuff and i uploaded my avatar with IE. Lemme know if ya get it sorted out :o) Cheers, Half ----- Original Message ----- From: "E-Xoops" To: Sent: Monday, June 24, 2002 19:01 Subject: E-Xoops - Contact Us Form > smib submitted the following Information: > Email sm...@dr... > URL http://www.drunksquids.com > ICQ 49521942 > Comments > > Just to let you know, that I cannot update my user info or upload my avatar. Currently there is no one working on the website except me. > > Cheers > > P.S. What is this Blogs module? and what does it do? > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) > |
From: Half-Dead <hal...@ga...> - 2002-06-16 10:24:12
|
Typo in bugfix mail, correct text: Missing inclusion of form when loading IP/Bad word filter /modules/system/admin/filter/filter.php Line 31: Change: include("filterform.php"); To: include(XOOPS_ROOT_PATH."/modules/system/admin/filter/filterform.php"); |
From: Half-Dead <hal...@ga...> - 2002-06-16 10:19:49
|
/edituser.php Line 190: Change: if (isset($url) && $url != "") { $edituser->setVar("url", formatURL($url)); } To: $edituser->setVar("url", formatURL($url)); |
From: Half-Dead <hal...@ga...> - 2002-06-16 10:11:27
|
/modules/newbb/config.php Line 48: Change: $bbCookie['domain'] = ""; To: $bbCookie['domain'] = substr(XOOPS_URL,7); |
From: Half-Dead <hal...@ga...> - 2002-06-16 09:55:39
|
/modules/system/filter/filter.php Line 31: Changed: include("filterform.php"); To: include(XOOPS_ROOT_PATH."/modules/system/adminfilter/filterform.php"); |
From: Half-Dead <hal...@ga...> - 2002-06-15 21:35:11
|
/modules/sections/index.php Functions: listarticles() listsections() viewarticle() Make sure all these functions have $xoopsTheme in the GLOBAL declaration. Some other modules might also be affected with this. So if you see broken theme images in a module, check for this. |
From: Half-Dead <hal...@ga...> - 2002-06-15 19:54:30
|
Some forum posts where missing the appropriate RE after editing a post. modules/newbb/class/class.forumposts.php line 460: in function is_topic() near line 453: change: $this->db->query($sql); to: $r = $this->db->query($sql); |
From: Half-Dead <hal...@ga...> - 2002-06-15 10:51:24
|
Only for the first poll... a refresh or adding of a new poll willl fix this too. /modules/xoopspoll/cache/pollsblock.inc.php Fixed wrong path (polls) in default poll: Changed: /modules/polls/* To: /modules/xoopspoll/* |
From: Half-Dead <hal...@ga...> - 2002-06-15 10:49:32
|
/modules/system/admin/users/users.php Near line 85: changed: $timezone_value = $user->getVar("timezone"); to: $timezone_value = $user->getVar("timezone_offset"); |
From: Half-Dead <hal...@ga...> - 2002-06-15 10:45:30
|
Error when deleting groups: /class/xoopsgroup.php near line 126: remove: $result = $this->db->query("DELETE FROM ".$this->db->prefix("groups_cats_link")." WHERE groupid=".$this->getVar("groupid").""); near line 137: remove: } elseif ( $which == "category" ) { $table = "groups_cats_link"; $column = "category_id"; groups_cats_link doesn't exist in rc3 anymore. |
From: Half-Dead <hal...@ga...> - 2002-06-12 00:57:52
|
When you post a comment the FROM field doesn't show up for the country part. /class/xoopscomments.php Near line: 243 Change: $user_from = $poster->getVar("user_from"); To: $user_from .= $poster->getVar("user_from"); |