Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 3:00 am (All times are UTC )

 




Post new topic Reply to topic  [ 41 posts ]  Go to page 1, 2  Next
Author Message
Posted: Fri Oct 13, 2006 12:50 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Mar 08, 2006 2:06 pm
Posts: 12
Is there a document some place detailing What's New in joomla 1.5?


Top
  E-mail  
 
Posted: Fri Oct 13, 2006 1:21 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 9:48 pm
Posts: 1279
Location: St Cloud, MN
Some good info on the roadmap.

http://dev.joomla.org/content/view/23/61/

--Slixter

_________________
--Search the forums and you will find your answer


Top
  E-mail  
 
Posted: Fri Oct 13, 2006 2:32 pm 
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Fri Aug 12, 2005 7:19 am
Posts: 4471
Location: Leeds, UK
if you want to test joomla 1.5 beta in a risk free environment  on a windows pc why not download the live demo cd from http://www.joomlatraining.org.uk
its only 17mb


Top
  E-mail  
 
Posted: Fri Oct 13, 2006 3:13 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Mar 08, 2006 2:06 pm
Posts: 12
excellent, i will do that as the roadmap outline doesnt really outline whats new


Last edited by furthest on Fri Oct 13, 2006 3:39 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Fri Oct 13, 2006 4:52 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 12:06 pm
Posts: 707
Location: Netherlands
Sit back, and read all new stuff below  ;) Will try to make a blog entry of the text below asap.

1. Administrator

Managers

    * Extension manager
          o unified installer
          o ability to disable components (security)

    * Article manager
          o content items are now called articles
          o only uses one editor to save screen realestate
          o new image manager that allows u to insert images on the fly
          o simplified interface
          o on the fly-preview (u don't need to save first before u can preview your changes)
          o archive functionality has been moved into the article manager
          o improved pagebreak and readmore handling
    * Menu manager
          o set a default menu item
          o three-click process to add a new menu item
          o easily edit a menu item without the need to remove it
          o u can link to anything
          o vastely simplified interface
          o ...and lots more

    * Media manager
          o Improved user interface, thumbnail and detail views
          o Easily upload multiple files at once
          o Added configuration settings

    * Template manager
          o Improved template preview, show module positions and names
          o Support to edit multiple css files
          o PATTemplate.

2. Site
    * Full support for feeds (atom 1.0 and rss 2.0); In Joomla! 1.5 feeds are generated for all article categories and sections, weblinks and contacts.

    * Improved error handling; Joomla! 1.5 outputs correct 404, 403 and 500 error messages. These message can be customised by the template designer.

    * Improved lost password handling; Joomla! 1.5 makes it easier for users to retrieve their lost pasword based on username or email address.

B. Designer features

1. Introduction
Accessibility in Joomla! and Mambo has always been a much debated topic. It an area that covers lots of different issues and as a result it means different things to different people. The major issues that are discussed frequently on the forums are :
    * hardcoded tables in Joomla! code
    * unflexible SEF (search engine friendly URLs) solution
    * different issues with metadata (keywords, description and site titles)
    * compliance to different accessibility standards (508, WCAG, ....)

These issues have been adressed in the design and accessibilty workgroup and most, if not all, of these issues can be solved within the new 1.5 framework. In this paragraph we will shortly describe the features that have been built into the 1.5 framework.

2. Accessibility in 1.5
Accessibility is a topic that much depends on the client's demands, the goals of the website designer, the audience of the site etc... It seems there is no one solution-fits-all. This awareness made us shift strategy from 'putting it all in the core' to 'making sure designers can do it themselves'. This approach is exactly what we did when we developed the framework; for Joomla! 1.5 we have done the following :

  1. All html output has been moved into extension templates. These templates can be overridden in your own site template, allowing a designer to completely change the generated html markup to his liking. He can change css classes, remove tables, make the template compliant to accessibility standards etc...
  2. A designer can define his own module wrappers in his site template. In 1.0 there were only 3 hardcoded options, in 1.5 a designer can define his own option to wrap his modules.
  3. The menu module in 1.5 now renders as unordered lists by default, the old menutypes are still supported for backwards compatability reasons.
  4. The pagination output can be overriden in the site template by a designer.
  5. The whole SEF system has been revamped. The core SEF support has been improved and can easily be extended by plugins. No core hacking is needed.

What does this all mean? In 1.5, a designer can change every little bit of html the system generates, the standard output however is still the same as in 1.0 to retain backwards compatibility with 1.0 site templates. This allows the creation of accessible, standard compliant, tableless, whatever-the-designer-thinks-is-important, websites.

We are currently trying to create a semantic site template that will act as a proof of concept to demonstrate how people can use the new features in 1.5. The goal is also to make this template an offical package. Template designers can then use it as the basis for their own accessible and standard compliant templates. The template will be fine-tuned based on feedback gathered from the community and the idea is to move it into the core for 2.0.

C. Developer features

1. Internationalisation
A lot of effort has been put into internationalisation. The framework offers the following additional features:
    * Full UTF-8; It is able to represent any universal character in the Unicode standard, yet the initial encoding of byte codes and character assignments for UTF-8 is coincident with ASCII (requiring little or no change for software that handles ASCII but preserves other values). For these reasons, it is steadily becoming the preferred encoding for email, web pages, and other places where characters are stored or streamed.
    * RTL support; This option stands for Right To Left support, simple making it possible to reverse rendering order of content. This is option is valuable for languages where right to left is used, like Arabic.
    * Translation using INI files:
                + Translations of extensions is now fully supported within the core framework by INI files.
                + Very easy to add new languages because of INI structure.

2. Application framework

    * Libraries
          o FTP filesystem;
                + Allows admins/users to maintain their site without having an ftp server/client around, ease of use and maximum flexibilty
          o LDAP support;
                + with this you can connect Joomla! to an enterprise directory like Microsoft's Active Directory or Novell's e-directory
                + move credentials maintenance outside the Joomla! environment.
          o New PDF library;
                + more powerful
                + flexible
                + more performant
                + now fully OO based, fits perfectly into the framework
          o XML-RPC support;
                + this enables us to make the Joomla! CMS webservice aware
                + opening up all kind of new functionality that can be incorporated into Joomla! or 3rd party extensions.
    * Component framework
          o MVC pattern support;
                + A basic approach to develop full OO based extensions to Joomla!
                + All classes to support easy, quick and almost out-of-the-box extensions development are around.
                + Standard separation from logic and representation.
          o Pathway support;

          o Improved SEF
                + Now supported by plugin extension, no need to do core hacking.
                + Only limited by the needs of the end-user/developer.

    * Improved caching;
                + general improvement of caching mechanism, speeding up website performance
                + Implemented template caching.
                + Implemented extensions caching (component, module, plugin etc.)
                + Improved page caching.

    * Database drivers;
                + Foundation layer for independent database support.
                + Core framework does not need to be changed when new RDBMS will be added in future (maybe some refactoring of queries needs to be done then).

3. Extendibility
Extendibility was one of the major design goals of Joomla! 1.5. By no means it is needed to doa core hack when you want to add functionality. The framework holds a very powerful mechanism for the extendibilty; The New event-driven plugin framework.

    * User authentication;
                + If you want to replace the standard way Joomla! does user authentication, you can catch this event and implement it through the plugin system.
                + GMail and LDAP authentication is implemented this way.
                + Also very useful for bridging solutions.
    * User synchronisation
                + If you have a separate user source, you can synchronise user credentials in a very easy way.
                + Extending through the plugin logic.
                + Also very useful for bridging solutions.
    * XML-RPC integration;
                + Enabling web-services for the Joomla! framework.
                + J!Explorer is a nice example that enables the power of this extendibility option.

4. Simplicty

    * Simplified user interface;
                + Re-organisation of logical menu items.
                + Brand new admin template.
                + Ajax in the installer simplifying the installation process.
    * Unified installer;
                + Upload, select a directory or direct url to install extensions.
                + No need to select extension type, installer determines which type of extension is installed and does the job with a one-click install.
    * Reduced choices;
                + For instance, interface design of content editing is simplified dramatically.
                + Unified logic centered at one location, for example; all extensions information in one menu item.

5. Templates
In short the features can be described as follows:

    * Integration of patTemplate for the site templates;
                + Adding incredible flexibility in building form, pages etc. etc.
    * Complete separation of logic and output;
                + This option enables new features like a PDA alike output without adjusting functional logic.
    * Accessibility improvements
                + See section B.
    * Template parameters;
                + Offering full control to templete developers (and of course) users to overide any part of the web-page.


Most of the features added are described in section B, designer features.
6. Backwards compatibility

Info about migration can be found in this blog post : http://dev.joomla.org/component/option, ... ,33/p,107/

Joomla! 1.5 has been build to deliver a smooth migration path to the next generation Joomla! versions and for that it holds backwards compatibility for previous versions in the 1.0 release. We have been testing a lot of 3rd party extensions, most of them will work without pain in 1.5, but there are also some 3rd par ty components that need a fix. The backwards compatibilty requirements have led to a Joomla! version that will not hold certain functional logic that a lot of community users and 3rd party developers are asking, especially some of the features researched in the Joomla! Google Summer Of Code event will be included in the 2.0 release which has no development schedule set currently.

_________________
Personal blogs can be found on http://JFoobar.org
/www.moovum.com - The Bird is in the air! Get Mollom Anti-Spam on your Joomla! website with Moovur...
www.abillo.com - The dream expierence


Top
   
 
Posted: Fri Oct 13, 2006 4:57 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Mar 08, 2006 2:06 pm
Posts: 12
Now thats what I'm talking about! Very insightful. Thanks


Top
  E-mail  
 
Posted: Fri Oct 13, 2006 5:43 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Oct 12, 2006 7:53 pm
Posts: 39
Location: Huntington Beach, CA
Great post, thanks. Should be stickied here in the forums, me thinks.

_________________
http://www.JasonStockman.com


Top
   
 
Posted: Fri Oct 13, 2006 10:04 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Aug 21, 2005 11:41 pm
Posts: 131
Location: UK
WOW!
Nice informative and well written post willebil.
Thank you for taking the time.

- Vince

_________________
www.hostbaron.com - low price Joomla starter packages.

www.MySQLbackup.info - Automated MySQL Backup script.


Top
  E-mail  
 
Posted: Fri Oct 13, 2006 10:27 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 12:06 pm
Posts: 707
Location: Netherlands
Turned this into a blog entry, check http://dev.joomla.org/component/option, ... ,33/p,201/ for the complete details as posted in this thread.

_________________
Personal blogs can be found on http://JFoobar.org
/www.moovum.com - The Bird is in the air! Get Mollom Anti-Spam on your Joomla! website with Moovur...
www.abillo.com - The dream expierence


Top
   
 
Posted: Sat Oct 14, 2006 7:44 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 25, 2005 5:48 pm
Posts: 2801
Location: Geneva mostly
Wilco, this is a great ressource and will soon be available in French :)
Thanks loads

_________________
Sometimes one pays most for the things one gets for nothing.
The important thing is not to stop questioning. Curiosity has its own reason for existing. AE
http://joomla15.blogspot.com for J! 1.5 screenshots
http://www.eyezberg.com


Last edited by eyezberg on Sat Oct 14, 2006 7:48 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Sat Oct 14, 2006 2:05 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 12:06 pm
Posts: 707
Location: Netherlands
When you have it, please share the url with me.

_________________
Personal blogs can be found on http://JFoobar.org
/www.moovum.com - The Bird is in the air! Get Mollom Anti-Spam on your Joomla! website with Moovur...
www.abillo.com - The dream expierence


Top
   
 
Posted: Sun Oct 15, 2006 12:00 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 25, 2005 5:48 pm
Posts: 2801
Location: Geneva mostly
Here you go: http://forum.joomlafacile.com/showthread.php?t=18350

_________________
Sometimes one pays most for the things one gets for nothing.
The important thing is not to stop questioning. Curiosity has its own reason for existing. AE
http://joomla15.blogspot.com for J! 1.5 screenshots
http://www.eyezberg.com


Top
  E-mail  
 
Posted: Sun Oct 15, 2006 1:24 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Jun 14, 2006 2:47 pm
Posts: 219
hey guys,

OMG, there is no SSL support by default ? this is the only thing I and 1000s need ?  :'(

_________________
Cheers
Max
ChronoForms Component:
http://www.chronoengine.com/


Top
   
 
Posted: Sun Oct 15, 2006 4:30 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 12:06 pm
Posts: 707
Location: Netherlands
SSL support is included by default...maybe not in the list of goodies, but i never said i mentioned all  ;)

_________________
Personal blogs can be found on http://JFoobar.org
/www.moovum.com - The Bird is in the air! Get Mollom Anti-Spam on your Joomla! website with Moovur...
www.abillo.com - The dream expierence


Top
   
 
Posted: Sun Oct 15, 2006 4:33 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Jun 14, 2006 2:47 pm
Posts: 219
WOW, thank you very much, Sorry but I was going to try the 1.5 when I have read at some message that many bugs have been fixed and they will be out in the SVN, so whats is this SVN ? I think a new release ??? so when we have it so I can get something with latest fixes  :)

Thanks again

Max

_________________
Cheers
Max
ChronoForms Component:
http://www.chronoengine.com/


Top
   
 
Posted: Sun Oct 15, 2006 4:45 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 25, 2005 5:48 pm
Posts: 2801
Location: Geneva mostly
SVN = subversion = the code currently being worked on, see here for details:
http://dev.joomla.org/content/view/17/60/

Have added a document with images as PDF, Wilco

PS: a two-in-one menu parameters screenshot featuring SSL.. ;)


You do not have the required permissions to view the files attached to this post.

_________________
Sometimes one pays most for the things one gets for nothing.
The important thing is not to stop questioning. Curiosity has its own reason for existing. AE
http://joomla15.blogspot.com for J! 1.5 screenshots
http://www.eyezberg.com


Last edited by eyezberg on Sun Oct 15, 2006 4:53 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun Oct 15, 2006 6:23 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Jun 14, 2006 2:47 pm
Posts: 219
eyezberg wrote:
SVN = subversion = the code currently being worked on, see here for details:
http://dev.joomla.org/content/view/17/60/

Have added a document with images as PDF, Wilco

PS: a two-in-one menu parameters screenshot featuring SSL.. ;)



Thank you very much eyezberg, the screenshot made me dream by the day we will have the stable version, I will download the 1.5 and get it running ASAP and will try to help as much as possible :)

Thanks again and thanks all Joomla developers and members

_________________
Cheers
Max
ChronoForms Component:
http://www.chronoengine.com/


Top
   
 
Posted: Mon Oct 16, 2006 9:29 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sat Sep 02, 2006 8:23 am
Posts: 4
I installed the 1.5 beta version
So far this is a wonderfull system. Thanks guys.
Howerver I have to test it closer. I think there are still a lot of bugs, I don't know maybe I have to check it bether before going live  :D
How ever I am glad to see awhole new JOOMLA system  ;)
WONDERFULL


Top
  E-mail  
 
Posted: Mon Oct 16, 2006 10:56 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Oct 16, 2006 8:26 am
Posts: 7
Location: West Midlands, United Kingdom
Installed on a CentOS-Server running under VMWare, the only problem I had was of my own making in that FTP was/is not set up.

I've not had time to test it properly but everything seems to work OK. Awesome job I love the new Admin panel looks more professional IMO.

_________________
"At least Dick Turpin wore a mask!"


Top
  E-mail  
 
Posted: Mon Oct 16, 2006 1:00 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Jan 19, 2006 3:15 pm
Posts: 192
Location: Bussum, NL
skatoozian wrote:
I don't know maybe I have to check it bether before going live  :D

I do know, you have to, and the entire community has to. Don't use the beta for a live site, it isn't meant to be.


Top
  E-mail  
 
Posted: Mon Oct 16, 2006 3:43 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Wed Aug 17, 2005 10:30 pm
Posts: 798
Location: Vienna, VA US
So how does one actually do stuff like this?  Does anyone know?  What's the name of these extension template files?

I'd be happy to test this in the Beta if I had some bit of documnetation or whatever :)

1. All html output has been moved into extension templates. These templates can be overridden in your own site template, allowing a designer to completely change the generated html markup to his liking. He can change css classes, remove tables, make the template compliant to accessibility standards etc…

_________________
If you need a helping hand, use the one at the end of your own arm.
www.hrpr.com


Top
   
 
Posted: Mon Oct 16, 2006 5:06 pm 
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Fri Aug 12, 2005 7:19 am
Posts: 4471
Location: Leeds, UK
there is a very good post that explains the template overide capabilities and how to use them.


Top
  E-mail  
 
Posted: Mon Oct 16, 2006 8:02 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Wed Aug 17, 2005 10:30 pm
Posts: 798
Location: Vienna, VA US
Can you give me a clue as to what to search for to find this post?  I tried "template override", "extension template", "1.5 templates", and a number of other phrases to no avail.

thanks

_________________
If you need a helping hand, use the one at the end of your own arm.
www.hrpr.com


Top
   
 
Posted: Mon Oct 16, 2006 8:09 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 25, 2005 5:48 pm
Posts: 2801
Location: Geneva mostly
3rd one by louis here maybe?
http://forum.joomla.org/index.php/topic,100792.0.html

_________________
Sometimes one pays most for the things one gets for nothing.
The important thing is not to stop questioning. Curiosity has its own reason for existing. AE
http://joomla15.blogspot.com for J! 1.5 screenshots
http://www.eyezberg.com


Top
  E-mail  
 
Posted: Mon Oct 16, 2006 8:29 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Wed Aug 17, 2005 10:30 pm
Posts: 798
Location: Vienna, VA US
@Eyezberg...

That's what I've been looking for.  Thanks a bunch.

@Briian...

Thanks for the clue, I guess...and just to let you know...I'm not really a newbie or a slacker who always asks without searching first.

_________________
If you need a helping hand, use the one at the end of your own arm.
www.hrpr.com


Top
   
 
Posted: Mon Oct 16, 2006 9:33 pm 
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Fri Aug 12, 2005 7:19 am
Posts: 4471
Location: Leeds, UK
Sorry Harry I wasnt being mean. It was just that i was posting the message from my cell phone. (hence the little phone icon)


Top
  E-mail  
 
Posted: Tue Oct 17, 2006 1:23 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Feb 08, 2006 6:03 am
Posts: 2
I just test it and looks good, great work, thanks for all. Only one thing what I did't "find". I was remembering that 1.5 will have more flexible user manager system, perhaps own roles or something like that? Like:

- A can edit only Section ABC articles
- B can edit only Section ZXY articles
- C can edit both Sections

Have I understand / remember something wrong or is this kind features coming for final version?

Sincerely

Karri


Top
  E-mail  
 
Posted: Wed Oct 18, 2006 6:36 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Jan 19, 2006 3:15 pm
Posts: 192
Location: Bussum, NL
Unfortunately, you remembered wrongly, as apparently have others. See this thread: http://forum.joomla.org/index.php/topic,103624.0.html


Top
  E-mail  
 
Posted: Wed Oct 18, 2006 9:09 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Tue Aug 23, 2005 9:54 am
Posts: 219
Location: Oslo
willebil wrote:
    * Menu manager
          o set a default menu item


Thanks for a great summary! I want to know what happens to a menu item once you set it as default? I would think that if this menu item becomes the home page, you would only be able to set one item as default, right? We'll on my beta and on my SVN I can set lots of default menu items, just check the checkboxes for various items, then click default... so what does this do? What effect does it have on submenus?

_________________
Did you know there's a Joomla irc channel? Chat to Joomla people live 24/7 - Join #joomla on the Freenode network ( irc.freenode.net )


Top
  E-mail  
 
Posted: Thu Oct 19, 2006 3:01 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Oct 13, 2006 8:08 pm
Posts: 9
can we add sftp to the admin set up connection??


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 41 posts ]  Go to page 1, 2  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group