[magnolia-dev] [JIRA] Created: (MAGNOLIA-2278) Accssing the magnolia Repositroy

Accssing the magnolia Repositroy
--------------------------------

                 Key: MAGNOLIA-2278
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2278
             Project: Magnolia
          Issue Type: Task
    Affects Versions: 3.5.6
            Reporter: Krishna LVR
            Assignee: Boris Kraft

Hi
i am facing the problem to access the repository of magnoliawhile integrating the magnolia with other web
application the following is the code which i have written to acess the repository can please suggest the
right way to access the repositroy to other web application

String configFile = "/home/opt/java/apache-tomcat-5.5.26/webapps/magnolia/WEB-INF/config/repo-conf/jackrabbit-derby-search.xml";
//modified repHomeDir in repository.xml & magnolia.properties
String repHomeDir = "/home/msr/opt/repositories/magnolia";
//modified ProviderURL in repository.xml
env.put(Context.PROVIDER_URL, "http://localhost:8080/magnolia/jcr"); 
Context ctx = new InitialContext(env);
RegistryHelper.registerRepository(ctx, "magnolia",
	    			 configFile,
	    			 repHomeDir,
	    			 true);
Repository r = (Repository) ctx.lookup("magnolia");
SimpleCredentials credentials = new SimpleCredentials(
    		            "superuser", "superuser".toCharArray());
    		 Session session = r.login(credentials);
(Continue reading)

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2277) Add smtpAuth = false as node data to the default configuration magnolia is bootstrapped with

Add smtpAuth = false as node data to the default configuration magnolia is bootstrapped with
--------------------------------------------------------------------------------------------

                 Key: MAGNOLIA-2277
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2277
             Project: Magnolia
          Issue Type: Improvement
          Components: mail
    Affects Versions: 3.6 RC3
            Reporter: Will Scheidegger
            Assignee: Boris Kraft

To make life easier for magnolia users add the node data "smtpAuth" set to false to the configuration per
default. This way people will notice that one not only has to provide a username and a password for smtp
authentication but also must set this flag to true.

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2276) add debug option in magnolia_control scripts

add debug option in magnolia_control scripts
--------------------------------------------

                 Key: MAGNOLIA-2276
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2276
             Project: Magnolia
          Issue Type: Improvement
          Components: build
            Reporter: Gregory Joseph
            Assignee: Gregory Joseph
             Fix For: 3.6.1

just so i don't have to customize this script for my own use anymore :p

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

| 18 Jul 15:00

[magnolia-dev] ANN: Magnolia 3.6 Release Candidate is available !

============================================================

                   M A G N O L I A
         Simple Enterprise Content Management

                    Announcement
                     July 18, 2008

             http://www.magnolia.info/

============================================================

-----------------------------------------------
Magnolia 3.6 Release Candidate released
-----------------------------------------------

Magnolia proudly announces the immediate availability of
the a release candidate for Magnolia 3.6. This release
is feature complete. No further features are planned for the
final release. If this release passes acceptance tests,
it will constitute the first final release in the 3.6
series.

Magnolia 3.6 makes Magnolia faster and more robust. It
introduces considerable performance enhancements,
transactional activation, a new cache API and a new backup
tool that allows to migrate version information.

One of the most celebrated features is the significant
reduction of Magnolia's memory footprint. As reported on the
(Continue reading)

[magnolia-dev] [JIRA] Created: (MGNLDATA-36) Link to file in file control is inaccessible

Link to file in file control is inaccessible 
---------------------------------------------

                 Key: MGNLDATA-36
                 URL: http://jira.magnolia.info/browse/MGNLDATA-36
             Project: Magnolia Data Module
          Issue Type: Bug
    Affects Versions: 1.1.1
            Reporter: Olivier Marti
            Assignee: Philipp Bracher

The problem is a missing "/data" value in the link caused by: control.getPath().

There is a fix (specific data control class) in method getFileURI, but this only affects in preview mode (showImage==true).

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2275) Workflow does not register the startActivationWorkflow dialog on update from 3.5.x

Workflow does not register the startActivationWorkflow dialog on update from 3.5.x
----------------------------------------------------------------------------------

                 Key: MAGNOLIA-2275
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2275
             Project: Magnolia
          Issue Type: Bug
          Components: workflow
            Reporter: Gregory Joseph
            Assignee: Gregory Joseph
            Priority: Critical
             Fix For: 3.6

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2274) CheckNodeTypesDefinition needs to work for "less-standard" setups (other repository providers, non-standard configuration, multiple repositories, ...)

CheckNodeTypesDefinition needs to work for "less-standard" setups (other repository providers,
non-standard configuration, multiple repositories, ...)
------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: MAGNOLIA-2274
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2274
             Project: Magnolia
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.6
            Reporter: Gregory Joseph
            Assignee: Philipp Bracher
             Fix For: 3.6.1

It currently assumes that we're using jackrabbit (usage of the custom_nodetypes.xml file, its structure
and its location), and that there is a single repository named "magnolia".

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

(Continue reading)

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2273) Make MessagesManager easier to extend/replace

Make MessagesManager easier to extend/replace
---------------------------------------------

                 Key: MAGNOLIA-2273
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2273
             Project: Magnolia
          Issue Type: Improvement
    Affects Versions: 3.6 RC1
            Reporter: Fabrizio Giustina
            Assignee: Fabrizio Giustina
             Fix For: 3.6

The current implementation ca't in any way be integrated/replaced in order to manage translations in a
different way (for example saving them into the magnolia repo)... we should add a bit of flexibility

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2272) Ability to choose a custom save handler per control/field

Ability to choose a custom save handler per control/field
---------------------------------------------------------

                 Key: MAGNOLIA-2272
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2272
             Project: Magnolia
          Issue Type: Improvement
    Affects Versions: 3.6 RC1
            Reporter: Fabrizio Giustina
            Assignee: Fabrizio Giustina
             Fix For: 3.6

We know that the current SaveHandlerImpl is a big limit in creating customized controls and behaviours
(for example it could be needed to create an image and save it into the repo from a configured text).

SaveHandlerImpl could easily be expanded in order to allow the configuration of custom save handles per
dialog fields (without breaking or requiring any api change). I'd like to commit this contribution
(already done) for 3.6

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------
(Continue reading)

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2271) Magnolia 3.6 update can crash due to unexpected repository location

Magnolia 3.6 update can crash due to unexpected repository location
-------------------------------------------------------------------

                 Key: MAGNOLIA-2271
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2271
             Project: Magnolia
          Issue Type: Bug
    Affects Versions: 3.6 RC1
            Reporter: Fabrizio Giustina
            Assignee: Fabrizio Giustina
             Fix For: 3.6

the update task setup/for3_6/CheckNodeTypesDefinition.java is looking for a custom-nodetypes.xml
file based on the repo home configuration property.
If the repositories.xml file has been customized and changed without using that property as the base path
magnolia will never startup due to a FileNotFound exception. We should at least ignore it, making startup
work as usual.

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

(Continue reading)

[magnolia-dev] [JIRA] Created: (MAGNOLIA-2270) Better logs and avoid NPEs when magnolia is started from an unexpanded war

Better logs and avoid NPEs when magnolia is started from an unexpanded war
--------------------------------------------------------------------------

                 Key: MAGNOLIA-2270
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2270
             Project: Magnolia
          Issue Type: Improvement
    Affects Versions: 3.6 RC1
            Reporter: Fabrizio Giustina
            Assignee: Fabrizio Giustina
             Fix For: 3.6

Magnolia doesn't work with if started from an unexpanded war, as we know, but we also should give a better output.
3.6-rc1 dies with an unhelpful NPE in MgnlServletContextListener

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------


Gmane