Topic: MODx 0.9.6 Issues  (Read 66612 times)

Pages: [1] 2 3 ... 9   Go Down

#1: 25-May-2007, 06:05 PM

Foundation

OpenGeek
MODx Co-Founder
Posts: 6,985

damn accurate caricatures...

WWW
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.
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa

#2: 26-May-2007, 02:05 AM


chucky
Posts: 147

WWW
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: 26-May-2007, 06:22 AM by chucky »
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 ! )

#3: 26-May-2007, 09:23 AM

Moderators

MotSmart
MODx RTL Guru.
Posts: 923

WWW
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?
[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.Creation of Earth and Sky and the birth of Adam
BBC, CNN, FOX, MSNBC: Israeli officials: We don't want to kill (AKA Genocide) innocent people of Gaza. ~ Stupid Me, Myself: So why don't you stop doing so?!

#4: 26-May-2007, 10:56 AM


chucky
Posts: 147

WWW
i used to have captcha enabled, but even if i re-enable it, the connection button is misplaced
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 ! )

#5: 26-May-2007, 11:02 AM

Foundation

OpenGeek
MODx Co-Founder
Posts: 6,985

damn accurate caricatures...

WWW
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.
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa

#6: 26-May-2007, 11:21 AM

Testers

ZAP
Posts: 1,619

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.
"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  | bugs & requests  | info you should include with your post | commercial support options

#7: 26-May-2007, 11:42 AM

Moderators

MotSmart
MODx RTL Guru.
Posts: 923

WWW
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.
[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.Creation of Earth and Sky and the birth of Adam
BBC, CNN, FOX, MSNBC: Israeli officials: We don't want to kill (AKA Genocide) innocent people of Gaza. ~ Stupid Me, Myself: So why don't you stop doing so?!

#8: 26-May-2007, 01:16 PM

Testers

ganeshXL
Posts: 2,015

true is true

WWW
Is there a list somewhere with differences between 0.9.5 and 0.9.6 (changes, new features, etc.) ?

#9: 26-May-2007, 02:29 PM

Foundation

rthrash
Posts: 11,353

WWW
Look in the changelog.txt file in the installer folder. That hits most of the high points.
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#10: 26-May-2007, 03:48 PM

Testers

ZAP
Posts: 1,619

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...
"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  | bugs & requests  | info you should include with your post | commercial support options

#11: 26-May-2007, 05:24 PM

Moderators

MotSmart
MODx RTL Guru.
Posts: 923

WWW
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!
[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.Creation of Earth and Sky and the birth of Adam
BBC, CNN, FOX, MSNBC: Israeli officials: We don't want to kill (AKA Genocide) innocent people of Gaza. ~ Stupid Me, Myself: So why don't you stop doing so?!

#12: 26-May-2007, 05:26 PM

Testers

ZAP
Posts: 1,619

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.
"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  | bugs & requests  | info you should include with your post | commercial support options

#13: 26-May-2007, 05:36 PM

Moderators

MotSmart
MODx RTL Guru.
Posts: 923

WWW
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
[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.Creation of Earth and Sky and the birth of Adam
BBC, CNN, FOX, MSNBC: Israeli officials: We don't want to kill (AKA Genocide) innocent people of Gaza. ~ Stupid Me, Myself: So why don't you stop doing so?!

#14: 26-May-2007, 06:03 PM

Guest
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: 26-May-2007, 06:07 PM by akadama »

#15: 26-May-2007, 08:08 PM

Moderators

MotSmart
MODx RTL Guru.
Posts: 923

WWW
version typo @ AjaxSearch description is 1.5 but the code is 1.6  Wink
[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.Creation of Earth and Sky and the birth of Adam
BBC, CNN, FOX, MSNBC: Israeli officials: We don't want to kill (AKA Genocide) innocent people of Gaza. ~ Stupid Me, Myself: So why don't you stop doing so?!

#16: 27-May-2007, 03:41 AM


bunk58
Posts: 1,804

David Bunker

WWW
I have an issue in the manager when using edit on any docs.
I'm getting a JS error in Firebug...
Code:
el.removeEvents is not a function
[Break on this error] eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a...
I can step over it and the editing works, although I can't change the value of any TV's!?
I've reinstalled /manager/media/script/mootools/  to no avail.
Setup is 0.9.6 RC3 upgraded from RC2 running on IIS.
Anybody else having the JS errors?
David

#17: 27-May-2007, 05:52 AM

Guest
MODx 0.9.6 Issues with Mootools ?
Style List (show/hide) in <your_site>/index.php?id=32 return js error's too.
//edit: Like said for the RC3.
//edit2:
el.removeEvents is not a function
http://<site>/manager/media/script/mootools/mootools.js
Line 2

Element.getStyle is not a function
http://<site>/manager/media/script/scriptaculous/prototype.js
Line 1192
« Last Edit: 27-May-2007, 10:17 AM by akadama »

#18: 27-May-2007, 11:05 AM

Foundation

OpenGeek
MODx Co-Founder
Posts: 6,985

damn accurate caricatures...

WWW
Style List (show/hide) in <your_site>/index.php?id=32 return js error's too.
Yes, that is broken.  But, consider it a challenge to figure out how to fix it.  Might learn an important skill or something converting that show/hide from scriptaculous to mootools...

I have an issue in the manager when using edit on any docs.
I'm getting a JS error in Firebug...
Code:
el.removeEvents is not a function
[Break on this error] eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a...
I can step over it and the editing works, although I can't change the value of any TV's!?
I've reinstalled /manager/media/script/mootools/  to no avail.
Setup is 0.9.6 RC3 upgraded from RC2 running on IIS.
Anybody else having the JS errors?
David
This thread is for 0.9.6 final only.  Please upgrade to final and report again if the problem still persists.
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa

#19: 27-May-2007, 02:40 PM

Foundation

rthrash
Posts: 11,353

WWW
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.

Thanks for the feedback on the installer with scaled font sizes. We'll definitely address this in the future. So the request doesn't get lost, please file a bug report (if you've not already done so) in the bug tracker: http://modxcms.com/bugs/

Quote
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.
I'm not certain I follow that... Sorry!
« Last Edit: 27-May-2007, 02:58 PM by rthrash »
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#20: 27-May-2007, 05:30 PM

gspark
Posts: 90

Document's alias is not sticking, keeps going blank after you save
Pages: [1] 2 3 ... 9   Go Up
0 Members and 1 Guest are viewing this topic.