Nov 20, 2008, 05:36 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Search via SMF or Google: modx forums all of modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
News:Donate to MODx: Donations
Pages: [1] 2 3 ... 11   Go Down
  Print  
Author Topic: MODx 0.9.6 Issues  (Read 42237 times)
0 Members and 1 Guest are viewing this topic.
OpenGeek
MODx Co-Founder
Foundation
*
Posts: 5,007


looking a little more like my avatar again...


WWW
« on: May 25, 2007, 06:05 PM »

Use this thread to discuss potential issues you encounter with MODx 0.9.6.  I'll try and keep them organized in this first post periodically and get resulting bug fixes, feature requests and to-do's entered for them.
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
If you think of yourselves as helpless and ineffectual, it is certain that you will create a despotic government to be your master. The wise despot, therefore, maintains among his subjects a popular sense that they are helpless and ineffectual.
  — Frank Herbert
chucky
Full Member
***
Posts: 147



WWW
« Reply #1 on: May 26, 2007, 02:05 AM »

Hi !
i successfully upgraded modx 0.9.5 to 0.9.6, ( although i had to try twice because of an apache 500 internal server error )

there is a little bug i found, on the manager login page, the button is misplaced  :




( maybe this occurs only with the french version )
« Last Edit: May 26, 2007, 06:22 AM by chucky » Logged

i'm not a native english speaker, sorry if there are any mistakes ! Smiley

Pikkitux.com Website about Ubuntu Linux, Website Creation, and many other how-tos, tips and tricks ... ( French Language, and of course Modx Powered ! )
MotSmart
MODx RTL Guru.
Moderators
*
Posts: 848



WWW
« Reply #2 on: May 26, 2007, 09:23 AM »

it may be caused of capcha use... i had never used capcha for manager login page, since you have upgraded from previous version, seems to me that its a place for capcha!?  and you'v  used it before?
try to enable capcha verification on manager login and see what will happen?
Logged

[Search] [Add-ons] | [MODx Lovers Don't miss this link!]
[Documentation] [Wiki]
[Persian support forum]
[RoadMap] [SVN] [RTL SVN Branch] [Development] [Trac] [FishEye+Crucible] [Confluence] | [My Google Code]
[برای دسترسی به راهنمای فارسی به  » وبگاه مادایکس فارسی « و یا به » انجمنهای پشتیبانی فارسی مادایکس « مراجعه کنید]
A Person is Either your Brother in Faith or Your Equal in Humanity. - Imam Ali.  # Discover Islam. | # Discover Middle East @ PressTV.
chucky
Full Member
***
Posts: 147



WWW
« Reply #3 on: May 26, 2007, 10:56 AM »

i used to have captcha enabled, but even if i re-enable it, the connection button is misplaced
Logged

i'm not a native english speaker, sorry if there are any mistakes ! Smiley

Pikkitux.com Website about Ubuntu Linux, Website Creation, and many other how-tos, tips and tricks ... ( French Language, and of course Modx Powered ! )
OpenGeek
MODx Co-Founder
Foundation
*
Posts: 5,007


looking a little more like my avatar again...


WWW
« Reply #4 on: May 26, 2007, 11:02 AM »

i used to have captcha enabled, but even if i re-enable it, the connection button is misplaced
Chucky, this is simply an html file in the manager theme.  Feel free to edit it and submit the corrected HTML or CSS.  BTW, I don't see this placement when I view it.
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
If you think of yourselves as helpless and ineffectual, it is certain that you will create a despotic government to be your master. The wise despot, therefore, maintains among his subjects a popular sense that they are helpless and ineffectual.
  — Frank Herbert
ZAP
Testers
*
Posts: 1,374



« Reply #5 on: May 26, 2007, 11:21 AM »

I noticed similar style issues when I translated the Spanish installer recently (although I just adjusted the text in the language file so that they wouldn't occur in the final version). Basically it seems as if some elements are floats and tile properly with the English text, but when the text is significantly longer (or shorter, I imagine), they can stack up funny. It would be worth soliciting reports on where this occurs in the manager and installer and adding some clears or min-heights or whatever seems like it'd be the easiest way to make the styles a little bit more flexible/scalable.

It's really just a minor aesthetic issue, and it'd be awesome if that's all that people report over the next few days.
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
MotSmart
MODx RTL Guru.
Moderators
*
Posts: 848



WWW
« Reply #6 on: May 26, 2007, 11:42 AM »

it could be solved with css adjustment @ manager/media/style/modxlight/login.html
try one of these:

on line 85 add:
Code:
padding: 10px 20px 10px 20px;

or

on line 56 add:
Code:
p.caption, p.comment { font-size: 86%; color: #888; bottom: 3px; }

or

on line 89:
Code:
   #mx_loginbox {
        width: 460px;
        margin: 70px auto 0;
        clear: both;
        }

i didn't face the problem by myslef but if i have some live demo i can help you cover this.
Logged

[Search] [Add-ons] | [MODx Lovers Don't miss this link!]
[Documentation] [Wiki]
[Persian support forum]
[RoadMap] [SVN] [RTL SVN Branch] [Development] [Trac] [FishEye+Crucible] [Confluence] | [My Google Code]
[برای دسترسی به راهنمای فارسی به  » وبگاه مادایکس فارسی « و یا به » انجمنهای پشتیبانی فارسی مادایکس « مراجعه کنید]
A Person is Either your Brother in Faith or Your Equal in Humanity. - Imam Ali.  # Discover Islam. | # Discover Middle East @ PressTV.
ganeshXL
Testers
*
Posts: 1,497



WWW
« Reply #7 on: May 26, 2007, 01:16 PM »

Is there a list somewhere with differences between 0.9.5 and 0.9.6 (changes, new features, etc.) ?
Logged
rthrash
Foundation
*
Posts: 9,510



WWW
« Reply #8 on: May 26, 2007, 02:29 PM »

Look in the changelog.txt file in the installer folder. That hits most of the high points.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
ZAP
Testers
*
Posts: 1,374



« Reply #9 on: May 26, 2007, 03:48 PM »

it could be solved with css adjustment @ manager/media/style/modxlight/login.html
Yep. I actually see the problem in my English installation as well. I wonder what changed that made this box too small for its contents.

Anyway I fixed it by changing line 85 to:
Code:
padding: 10px 20px 40px 20px;

Basically adding a bit more padding to the bottom of the sectionBody class so that the box background extends below the Login button...
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
MotSmart
MODx RTL Guru.
Moderators
*
Posts: 848



WWW
« Reply #10 on: May 26, 2007, 05:24 PM »

happy to see it worked Cheesy but the truth is this css files used at this manager template is very fuzzy in their very own manner, but for the code clearance i prefer to use "clear;" statement rather than placing a solid adjustment to each value or selector!
Logged

[Search] [Add-ons] | [MODx Lovers Don't miss this link!]
[Documentation] [Wiki]
[Persian support forum]
[RoadMap] [SVN] [RTL SVN Branch] [Development] [Trac] [FishEye+Crucible] [Confluence] | [My Google Code]
[برای دسترسی به راهنمای فارسی به  » وبگاه مادایکس فارسی « و یا به » انجمنهای پشتیبانی فارسی مادایکس « مراجعه کنید]
A Person is Either your Brother in Faith or Your Equal in Humanity. - Imam Ali.  # Discover Islam. | # Discover Middle East @ PressTV.
ZAP
Testers
*
Posts: 1,374



« Reply #11 on: May 26, 2007, 05:26 PM »

True. I played around with that first and it wasn't working as I expected. This was the best way that I could fix it without restructuring things very much.
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
MotSmart
MODx RTL Guru.
Moderators
*
Posts: 848



WWW
« Reply #12 on: May 26, 2007, 05:36 PM »

maybe we could make a new manager template with the clear code after i finish the O'really's definitive guide to css after 10 years  Grin
Logged

[Search] [Add-ons] | [MODx Lovers Don't miss this link!]
[Documentation] [Wiki]
[Persian support forum]
[RoadMap] [SVN] [RTL SVN Branch] [Development] [Trac] [FishEye+Crucible] [Confluence] | [My Google Code]
[برای دسترسی به راهنمای فارسی به  » وبگاه مادایکس فارسی « و یا به » انجمنهای پشتیبانی فارسی مادایکس « مراجعه کنید]
A Person is Either your Brother in Faith or Your Equal in Humanity. - Imam Ali.  # Discover Islam. | # Discover Middle East @ PressTV.
akadama
Guest
« Reply #13 on: May 26, 2007, 06:03 PM »

Cause I have a big screen I have decide to take the control from my browsers and not to endure the too little fonts. On Firefox/Opera/Konqueror in 14* points minimum. A lot of area are disturbed in the install procedure. Sometimes it's very difficult to understand the requests although they are in french: english language seems take less words or characters.

I haven't look the code but I suppose inline tags and float elements are better to a flexible design. Sure the install process is not essential for a daily use Smiley

//* edit : 16 for Modx. Quick I remove the original design. Menus are affect too.
« Last Edit: May 26, 2007, 06:07 PM by akadama » Logged
MotSmart
MODx RTL Guru.
Moderators
*
Posts: 848



WWW
« Reply #14 on: May 26, 2007, 08:08 PM »

version typo @ AjaxSearch description is 1.5 but the code is 1.6  Wink
Logged

[Search] [Add-ons] | [MODx Lovers Don't miss this link!]
[Documentation] [Wiki]
[Persian support forum]
[RoadMap] [SVN] [RTL SVN Branch] [Development] [Trac] [FishEye+Crucible] [Confluence] | [My Google Code]
[برای دسترسی به راهنمای فارسی به  » وبگاه مادایکس فارسی « و یا به » انجمنهای پشتیبانی فارسی مادایکس « مراجعه کنید]
A Person is Either your Brother in Faith or Your Equal in Humanity. - Imam Ali.  # Discover Islam. | # Discover Middle East @ PressTV.
Pages: [1] 2 3 ... 11   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!