[magnolia-dev] Re: Mailing list and forum migration

2017-12-19 Thread Pete Ryland (via Magnolia Forums)
Hi all,

The forum/mailing list migration is complete and the old forum and mailing 
lists will be shut down after this message.

Please subscribe to the new lists at the following locations:

https://groups.google.com/a/magnolia-cms.com/forum/#!forum/announce-list
https://groups.google.com/a/magnolia-cms.com/forum/#!forum/user-list
https://groups.google.com/a/magnolia-cms.com/forum/#!forum/dev-list

Thanks and regards,
-- 
Pete Ryland
System Administrator / DevOps Team Lead
Magnolia International

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0e30b294-e870-4b58-b949-d4d5fed34cbc



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Mailing list and forum migration

2017-12-13 Thread Pete Ryland (via Magnolia Forums)
What: Migration of Magnolia forum and mailing lists to Google Groups
When: Monday 18 December 2017
Note: Messages will be migrated, but users will not be automatically migrated.

Hi everyone,

The forum and mailing lists are fundamental parts the Magnolia community.  Your
questions and answers help thousands of Magnolia users every day.  To keep this
vital communication board active we are updating the platform.  We will be
migrating to Google Groups next Monday 18 December 2017.  In the early hours of
that morning, we will be creating three new Google Groups to replace the main
three forum sections -- Help (user-list), Development (dev-list) and
Announcements -- then carefully copying over every message ever posted on the
forum to the newly-created groups.

Please note that if you wish to continue to receive posts to the new groups,
you will need to join these new Google Groups.  We will not be migrating users
automatically.

Thanks and best regards,
--
Pete Ryland
System Administrator / DevOps
Magnolia International

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0e30b294-e870-4b58-b949-d4d5fed34cbc



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Custom Widgetset for Mgnl 5.5

2017-12-05 Thread Christian Sprecher (via Magnolia Forums)
AFAIK Magnolia 5.5 still relies on Vaadin 7.7, which again depends on a GWT 
version that doesn't support Java 8 language level.

On the other hand it looks like even the widgetsets of Magnolia 5.5.x habe 
lambda expressions, e.g.

[code] 
addStateChangeHandler("hasCloseButton", stateChangeEvent -> {
if (getState().hasCloseButton) {
view.showCloseButton();
}
});
[/code]

This is out from magnolia-ui-vaadin-common-widgets-[b]5.5.6[/b].

This gives me errors like

[code]
  Tracing compile failure path for type 
'info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector'
[INFO]   [ERROR] Errors in 
'jar:file:/C:/Users/Christian/.m2/repository/info/magnolia/ui/magnolia-ui-vaadin-common-widgets/5.5.6/magnolia-ui-vaadin-common-widgets-5.5.6.jar!/info/magnolia/ui/vaadin/gwt/client/dialog/connector/BaseDialogConnector.java'
[INFO]  [ERROR] Line 67: Lambda expressions are allowed only at source 
level 1.8 or above

[/code]

when using [code] 1.7[/code] for the 
vaadin-maven-plugin

When setting [code] 1.8[/code] there are exceptions 
like this:

[code]
[ERROR] Source level must be one of [auto, 1.6, 1.7].
[ERROR] Google Web Toolkit 7.7.0
[ERROR] Compiler [-logLevel level] [-workDir dir] [-[no]compileReport] 
[-X[no]checkCasts] [-X[no]classMetadata] [-[no]draftCompile] 
[-[no]checkAssertions] [-X[no]closureCompiler] [-XfragmentCount numFragments] 
[-XfragmentMerge numFragments] [-gen dir] [-[no]incr
ementalCompileWarnings] [-XjsInteropMode [NONE, JS, CLOSURE]] [-missingDepsFile 
file] [-Xnamespace PACKAGE, NONE] [-optimize level] 
[-[no]overlappingSourceWarnings] [-[no]saveSource] [-style style] 
[-[no]failOnError] [-X[no]enforceStrictResources] [-[no]validate
Only] [-sourceLevel [auto, 1.6, 1.7]] [-localWorkers count] [-[no]incremental] 
[-war dir] [-deploy dir] [-extra dir] [-saveSourceOutput dir] 
[-XmethodNameDisplayMode NONE | ONLY_METHOD_NAME | ABBREVIATED | FULL] module[s]
[/code]

sourceLevel=auto doesn't do the trick either

How can I create custom widgetsets for Mgnl 5.5.x?

Thx

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=84b0c566-c5e6-48ed-b29c-8b15e194a7bd



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Multi step flow

2017-12-01 Thread Yassine Elghayabi (via Magnolia Forums)
Hi,

For account creation we have multistep screen to create and i'm wondering what 
s the best way to do it

it's better to create for each step a separate page template with their own 
components, and give the author to manage the link between pages? 
Or create one page template with the whole needed components and make the link 
between the steps inside our components

Thanks

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=93b368fc-1e6d-4c8c-b117-3b312616faed



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Need help

2017-11-30 Thread via Magnolia Forums
how i can have this structure in my bloossom project
[img]http://imageshack.com/a/img923/7218/kTflaZ.png[/img]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=1ce0fe86-6e16-4b85-aaf0-d700383b0c45



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Want to share some ideas and experience

2017-10-30 Thread Hasan Shah (via Magnolia Forums)
Hello, I am Hasan Shah a senior web developer and designer in WEBExperts a 
[url=https://www.webexperts.pk/]web designing company in Karachi[/url], I have 
been working since 2011 and faced many tough clients in my profession but some 
months ago a client from Bahrain a store owner want a web application online 
for his business but he cant explain what he wanted, then I had finished his 
work but unfortunately could not satisfied him then I got an idea and tell him 
that what he wants to see kindly take a paper and pen then draw it by hand and 
what ideas in his mind publish in the paper and guess what ideas works, :) and 
he written his demand in the paper and then sent me. I understood easily by 
seeing it and I have done all the things that he wants but something in the 
user interfaces what he wants was different and then I change it and then 
satisfied him.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=58426f79-986d-4899-9166-114c12b627fd



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] How augmented reality is reshaping today’s mobile platforms?

2017-10-27 Thread Amanda Quinn (via Magnolia Forums)
Augmented reality has already set newer trends and benchmark for the entire 
community of experts who are strongly engaged with the domain of mobile 
applications developments. Either we look into the area of android app 
development or the iOS application development for iPads and iPhones, augmented 
reality has started revolutionizing the industry with one of kind app 
development ideas and concepts that have indeed captivated mobile users from 
all over the world. 
There are a number of famous brands that have swiftly moved onto implementing 
the concept of augmented reality within their apps. Mentioning the high-end 
augmented reality backed IKEA mobile app is worth mentioning in this regard. 
Customers are now able to virtualize any piece of furniture that interest them 
the most right at their home. A [url=https://www.apphaulic.com]mobile app 
development[/url] team of expert app developers added that the concept of 
augmented reality is expected to bring considerable changes to the field of 
mobile applications development in the near future.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0e9ac342-d7a9-4eed-baa9-027e1c5a1ec6



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Importance of UI for the website development

2017-10-27 Thread Evie Pratt (via Magnolia Forums)
Just pass my high school and now going towards the professional studies, I have 
some very serious questions in my mind. If I start asking all the questions 
here, this website will block me over this. That is why I will keep the thing 
as short as possible and concise too. The question that I would like to ask 
here is about the website development because I am interested in choosing the 
web development as my professional study so I can get a job in a company which 
provides [url=https://www.ingic.uk/website-development/]website development 
service in UK[/url]. 

Since this industry is one of the only industries in the world which is on the 
boom from past decade, I think that this is the right way of creating my 
career. The thing that I want to know about it is the importance of the UI. 
After doing some research on my own, I came across the term call UI or user 
interface. This term is more related to the interface of the websites I guess. 
I am not sure that is why I am asking about it on this platform.

The reason why I am asking it so that I can decide in which section of the 
website development is more suitable for me and how I can make a better career 
in it. I would like to know its importance in the process of website 
development so I can ensure that the education I am getting is important in the 
industry. Kindly do comment below and help me in choosing the right path for my 
future.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=87099d27-9f54-440a-a954-929684458ca9



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Problem with load time speed

2017-10-25 Thread David (via Magnolia Forums)
Hi guys,

This is David, i have some issues in my client 
[url=https://uiresponsive.com]web design houston company[/url], web load time 
increase by the time when client uploading new blog post due to website 
back-end cache or some css or images issues, i did recommend client to 
integrate cloud-flare & he is agree, now someone say to me that there is no 
impact in website from cloud-flare, anybody experienced from cloud-flare

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=380be31b-d7d1-4a42-9a9c-052723fb8636



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Avoid Plugins in web development

2017-10-25 Thread Irfan Ahmed (via Magnolia Forums)
I just would like to share my experience regarding my website performance, 
kindly keep away from too much plugins website development process specially 
when your cms is WordPress, plugins are causes of web speed issues & your web 
performance will slow due to this practice. my client 
[url=https://www.branex.ca/web-design-development/]Toronto web design 
company[/url] faced same issues due to these things.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=933434a2-e451-4e7d-8bd3-861ab6912112



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Avoid page reload while editing

2017-10-25 Thread maria denial (via Magnolia Forums)
nicely at back to high school night time he stated that it should not take more 
than 1.five hrs or much less, but with my son it is 2 hrs on an amazing day and 
that's with me there. His homework is done in the kitchen generally when i'm 
making dinner, so I recognize that he's honestly doing the paintings and now 
not screwing around. additionally none of this includes his analyzing time, 
that's at presupposed to be 200 mins in keeping with 
[url=http://www.assignmentninja.co.uk/buy-an-assignment-online]Buy assignment 
online[/url] school week. I guide the analyzing a part of it although...

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=7855537a-b196-4f70-b205-74f77a3368af



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Essay Help

2017-10-23 Thread nina willaims (via Magnolia Forums)
Essay assist provider Is At Your Disposal. Essay writing is an inevitable task 
for the duration of your college education. essay writers help you avoid 
pressure and frustration and permit you to attention on other assignments or 
tests. 

We are a leading regulation essay help presenting essay writing service the 
United Kingdom, our essay writers have solid revel in & our writing services 
help you get a pinnacle grade. want help with essay writing or English language 
help? submit your paintings to an English professional at Studios, and get 
remarks within 24 hours.Get assist with Essay via UK top Essay Writers, seize 
fine Essay Writing offerings help online, cheap Essays united the kingdom.

[b][i]- Info Source: EssayBird Co Uk | [url=https://www.essaybird.co.uk/]Essay 
Help[/url].[/i][/b]

[img]https://www.essaybird.co.uk/images/logo.png[/img]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ebad9d96-9b52-4688-aa5a-8814ed925009



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Essay Help

2017-10-23 Thread Joel Kevin (via Magnolia Forums)
We provide essay writing help for academic papers. pick out from a pool of 
proficient writes and watch as your essay is completed. a hundred% pleasure 
assured. follow for help to our writing service anytime you want. pick essay 
writers who match your expectations and budget and get authentic papers.

With our essay assist, you will be sure no person shall have a higher mark for 
the paintings than you. We recognize you have an extensive range of websites to 
choose, We provide expert essay writing help and assistance every time you want 
it, irrespective of what subject matter, situation or urgency - you will get a 
really perfect paper.

[b][i]- Info Source by Australian Essay Help | 
[url=https://www.australianessayhelp.com/]Essay Help[/url].[/i][/b]

[img]http://www.australianessayhelp.com/wp-content/themes/australian-essay-help/images/logo.png[/img]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e8e22559-13ba-4efd-9625-7e360babfddb



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: CE Module Jira Notifications

2017-10-17 Thread Charles Ainsley (via Magnolia Forums)
In the event that you'd get a kick out of the chance to keep getting warnings 
for your most loved Jira ventures, please request that the Project Lead add you 
to the "Intrigued" part for the 
undertakings.[url=https://www.courseworklounge.co.uk/]Coursework Help[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=53ed033c-22c5-44ce-9fa4-43f56dd52f9d



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Need IPhone App Development Consultation

2017-10-17 Thread steve waugh (via Magnolia Forums)
The application I need to create is very entangled, and I need it to be 
anything but difficult to utilize, and it ought to be among the best 
applications in the Itunes. Next, we need somebody to give meeting and 
customization of our current iOS photograph sharing application that may 
request over a month or two [url=http://www.courseworkgeek.co.uk/]Write my 
Coursework for me[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ead39ffb-eb15-49ea-ae69-881db0d83e71



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Avoid page reload while editing

2017-10-17 Thread micheal clark (via Magnolia Forums)
It might be worthwhile to take a gander at the page reload system that is set 
up for the page manager. As I would see it there is much to enhance One of the 
things that make it difficult to utilize the page altering interface of 
Magnolia CMS is the element that every altering activities causes a page reload 
[url=http://www.courseworkbuzz.co.uk/]Coursework Help[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=7855537a-b196-4f70-b205-74f77a3368af



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Custom title on product detail

2017-10-16 Thread GR (via Magnolia Forums)
Hello,

For reasons of SEO I need to custom the html title of page product detail. But 
the html title is render on htmlHeader.ftl and only get de page title. How can 
I access the title of the product in the header ftl?

Thanks!!

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=da8d7849-2665-45cf-96b7-8e26cfd52b23



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Avoid page reload while editing

2017-10-12 Thread Alice Brampton (via Magnolia Forums)
jquery seems to have pretty simple and short method for doing it: 
[url=http://www.assignmentdoer.co.uk]college assignment help[/url] ... it looks 
like with just a bit of jquery/JS to control how often it runs, 
location.reload() should reload the current page, whatever the current page is

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=7855537a-b196-4f70-b205-74f77a3368af



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Leading .NET Development Company In Dubai

2017-10-09 Thread Xicom Technologies (via Magnolia Forums)
ASP.NET improvement organization, Xicom offers custom .NET advancement and 
venture [url=http://www.xicom.ae/contact/]web application [/url]improvement 
benefits in Dubai, UAE

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=3e7ebe84-9e3e-41e7-b297-fb95db0990f5



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] What’s trending higher in the domain of android mobile platform for 4Q17?

2017-09-26 Thread Erik mccraw (via Magnolia Forums)
Android is considered to be a revolutionary mobile operating system that was 
launched back in 2008 to be used with every android compatible mobile device 
and since then it has progressed on a much faster pace where several newer 
mobile technologies and concepts continued to arrive till now. Android OS is 
now widely used in a number of high end devices other than mobiles where modern 
day Smart TVs, Digital Cameras, Gaming Consoles and many other electronic 
devices appears on top of the list. 
If we specifically look into the domain of latest android apps then the 
intensive use of cloud technology, big data, analytics, automation, artificial 
intelligence, IoT and virtual reality are some of the top most trending topics 
when it comes to discussing the android mobile platform. An 
[url=https://www.ingic.sg/android-app-development/]android app development 
company[/url] in Singapore published a blog post where experts have agreed that 
the android platform will continue to progress on a much faster pace and there 
is a lot of room for new technologies and concepts that will further 
revolutionize the use of mobile devices.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=f724d3cf-6170-4682-ab20-da7958163a14



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Need to Develop E-Commerce Website.Please Help

2017-09-21 Thread Hina Eni (via Magnolia Forums)
Hi, I am hina eni, and I lives in Dubai. I have just done my graduation in 
business administration and thinking to start my affairs.I have 2 to 3 ideas 
for business, and from that, i am thinking to open online shopping store in 
Dubai. And for that, i need to design and develop an e-commerce website 
urgently. I have no developer in my friend list, nor I have any idea of 
[url=https://www.webdesigning.ae]web development company Dubai[/url]. So anyone 
knows or have the contact number of best website development company in Dubai? 
I need urgent help.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=baf367c3-8848-4352-a06c-ce2376f8092a



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Importance of Agile Mobile App Development.

2017-09-14 Thread leelachandran (via Magnolia Forums)
The Agile methodology allows mobile app developers to build and update apps 
with customer involvement and planning.

Although traditional methodologies offer support for the development of desktop 
applications, the same can’t be said for mobile apps. Agile development 
methodology fits more naturally into mobile application development because it 
is driven by the inherent need for change and allows the team to quickly 
respond to technology changes. 
[url=http://www.besanttechnologies.com/training-courses/devops-training-in-bangalore]DevOps
 Training in Bangalore[/url]

Thus with the dynamic nature of app development, agile methodology holds the 
key. 
[url=http://www.besanttechnologies.com/training-courses/other-training-courses/devops-training-institute-in-chennai]DevOps
 Training in Chennai[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5265bc55-3dcd-486b-844b-882b7fdbbb5c



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Importance of Agile Mobile App Development.

2017-09-12 Thread Rosina De Palma (Nex Mobility) (via Magnolia Forums)
Quality remains one of the prime concerns of a project. Owing to the parallel 
testing model of the agile project management process, it becomes easy for the 
mobile app developers to scrutinize a project in real-time and make the 
required quality improvements instantly. With this, if there are any changes in 
the application requirements or the quality standards required, the app owner 
can readily ask the agile project manager to incorporate them.

The agile methodology employs a user-focused process with a scope of 
improvement throughout the development life cycle. Contrary to the routine 
[b][url=http://www.nexmobility.com/iphone-ipad-application-development.html]mobile
 application development[/url][/b] process, agile development life cycle 
displays high support for the introduction of innovative aspects of technology 
in a flexible manner.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5265bc55-3dcd-486b-844b-882b7fdbbb5c



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Things To Consider While Developing Your Iphone App

2017-09-11 Thread Milli Johny (via Magnolia Forums)
Building an iPhone application is in the meantime a requesting and compensating 
work. IPhone application achievement is not something ensured for each 
designer. This article gives tips that could be useful amid iPhone application 
improvement. 

Building an iPhone application is in the meantime a requesting and remunerating 
work. IPhone application achievement is not something ensured for each 
designer. There are a considerable measure of variables that goes behind each 
application's prosperity. The focuses recorded beneath could be helpful amid 
iPhone application improvement. 

[b]Practice Objective-C And Swift[/b]

A large portion of the local iPhone applications are composed in Objective-C. 
Quick is another programming dialect from Apple, which has increased tremendous 
fame as of late. Indeed, an ever increasing number of engineers are embracing 
Swift since its discharge, and numerous others are utilizing Swift mostly 
alongside Objective-C. Despite the fact that there is a rundown of other 
programming dialects, on which iOS application improvement is sensible; taking 
in these two dialects are imperative and will prove to be useful in transit. 

[b]Approving The Idea And Getting Feedback[/b]

Approving the application thought, considering different vital elements for its 
prosperity could spare the cash, time, and exertion spent on an awful 
application thought. The iPhone application advancement process is a very 
costly one. So applications ought to be checked whether they could be effective 
inside an aggressive market and make enough ROI. The most ideal approach to get 
fair-minded input is from counseling companions, families, and irregular 
individuals. Getting input ought to be done all through the iPhone application 
advancement process.

If you are an [url=https://www.ingic.uk/ios-app-development/]iPhone app 
development company[/url], make sure you consider these things before starting 
the project.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=aa54499f-99fd-4d3c-bce0-7d0f5bfad730



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Avoid page reload while editing

2017-09-11 Thread Niels Hardeman (via Magnolia Forums)
It may be worth while to look at the page reload mechanism that is in place for 
the page editor. In my opinion there is much to be improved.

One of the things that makes it hard to use the page editing interface of 
Magnolia CMS is the feature that each editing actions causes a page reload. 
Talking about:
- Adding components
- Deleting components
- Moving components
- Editing components
- Pasting components

Especially on pages with a lot of nested components, especially tabs and 
accordions, this turns the editing experience sour.

While editing the reload action should be limited to the component or the area. 
Full page reloads should be optional and configurable.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=7855537a-b196-4f70-b205-74f77a3368af



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Importance of Agile Mobile App Development.

2017-08-15 Thread Melinda Lamas (via Magnolia Forums)
Today, agile mobile application development is considered to be one of the most 
efficient ways for developing high end professional mobile apps. It breaks down 
the entire project into several development modules for greater performance and 
perfection. It enables developers to work in a more collaborated environment 
while progressing over the several sub sections of the entire process that 
brings value added goal accomplishment. Moreover, one of the best 
[url=https://www.ingic.com/california/mobile-app-development/]California mobile 
app developer[/url] stated that it allows a number of vital steps and huge room 
of correction and performance upgrades during the work is in process.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5265bc55-3dcd-486b-844b-882b7fdbbb5c



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] 3D Animation and video production

2017-08-11 Thread John smith (via Magnolia Forums)
A good way to predict the nature of things to come from a 3D Animation and 
[url=https://www.videomash.co.uk/]Explainer Video[/url] production company is 
the initial speed and quality of their responses. Quick replies usually mean 
they are in the habit of giving prompt service. Detailed, informative replies 
usually mean that they will not cut corners and will go that extra mile to make 
your project successful. It also means their internal processes are in place. 
This can't be called a foolproof method of prediction but is definitely a good 
indicator

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=a7ce2b16-3185-4d8d-9c08-2f00c0c377db



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Web Design

2017-08-10 Thread John smith (via Magnolia Forums)
[quote]On the off chance that your company's products or services are 
convoluted and would require a mind boggling or broad design, you should know 
previously that you may need to pay more than the typical design package. At 
first it may be costly, however once the design is concluded you will 
acknowledge how affordable web design really is. With an extraordinary, 
workable [url=https://www.webdesigngenie.co.uk/]Custom Website Design[/url] 
with, you won't need to spend significantly more cash as the design will have 
the capacity to work for a protracted timeframe and your arrival on venture 
will be amazing.[/quote]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c4043d07-a6a0-41cb-812d-b4dc35b49591



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Web Design

2017-08-10 Thread John smith (via Magnolia Forums)
On the off chance that your company's products or services are convoluted and 
would require a mind boggling or broad design, you should know previously that 
you may need to pay more than the typical design package. At first it may be 
costly, however once the design is concluded you will acknowledge how 
affordable web design really is. With an extraordinary, workable 
[url=https://www.webdesigngenie.co.uk/]Custom Website Design to begin[/url] 
with, you won't need to spend significantly more cash as the design will have 
the capacity to work for a protracted timeframe and your arrival on venture 
will be amazing.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c4043d07-a6a0-41cb-812d-b4dc35b49591



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] What is atomic design web development?

2017-08-04 Thread susan Lewis (via Magnolia Forums)
Introduced in 2013, Atomic Design is an efficient way of iterative development 
for developing extensive websites. Inspired from agile web development, atomic 
web development is based on modular, dynamic design systems which is composed 
of five layer atoms, molecules, organisms, templates and pages. This system 
includes labels, input fields and buttons. Designers use these building blocks 
to create pages. This is the technical and code focused development approach 
that emphasizes on user experience.
What does Atom include? 
Atom can also comprise abstract elements like palettes, fonts and tangibles 
parts of interface such as animations. Individual atoms are not useful due to 
their abstract nature. However they are extremely useful in the form of scheme 
library. 
What are molecules? 
Molecules are formed when atoms combined together. Molecule is the smallest 
basic unit of complex elements. Molecules are the backbone of web design 
system. 
Professional web developers and 
[url=https://www.ingic.com/virginia/web-development/]web development company in 
Virginia[/url] are using this working strategy to improve workflow of their 
design processes.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=9701ccf1-4c2f-4683-b945-18d5b87bf99b



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] What is the role of expert web development in swift business growth?

2017-07-17 Thread cruz petar (via Magnolia Forums)
In today’s revolutionized era of mobility and online consumerism it is not just 
a question that asks the role of web development for swift business development 
but has become an essentially important element for even the traditionally 
businesses. Now having a well designed and developed website has become an 
essential need for every brand around the world that offers products or 
services. Some experts from a 
[url=https://www.ingic.sg/website-development/]web development company in 
Singapore[/url] said that now the industry has moved a step further in web 
development where mobility is the origin. 

The majority of researchers have identified that now there are more individuals 
on mobile platform compared to desktops. On the other hand online consumerism 
has grown with a colossal rate where every next ecommerce website is focusing 
on to bring the best website experience for their users. From security and 
privacy up to the overall look and feel of a website, an intelligently built 
website brings value added benefits and enriched business development.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=b12d8fea-1562-4329-b679-d968ec59cc63



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Site module prototype templates fail to render

2017-07-12 Thread Arjen Schipmolder (via Magnolia Forums)
Sorry guys, wrong list so please ignore.

Arjen

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=11924ebb-7442-462b-8be4-ac30c2f6fbf0



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Site module prototype templates fail to render

2017-07-12 Thread Arjen Schipmolder (via Magnolia Forums)
Hi,

I've been given an existing project to add some new features to but I'm stuck 
getting the existing project to run smoothly to begin with and I was hoping 
someone has seen this issue before and can give me some pointers...

After troubleshooting I narrowed the cause of the issues down to the use of 
template prototypes that, for some reason, don't work but instead I get an 
exception when loading any page using these templates:

[code]RenderException: No template script defined for the template definition 
[info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition@444d333f[id=custom-templating-module:pages/category,name=category,renderType=site,description=,title=Category,templateScript=,autoGeneration=info.magnolia.rendering.template.configured.ConfiguredAutoGeneration@285f9021[content={},generatorClass=]]]
info.magnolia.rendering.engine.RenderException: No template script defined for 
the template definition 
[info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition@444d333f[id=custom-templating-module:pages/category,name=category,renderType=site,description=,title=Category,templateScript=,autoGeneration=info.magnolia.rendering.template.configured.ConfiguredAutoGeneration@285f9021[content={},generatorClass=]]]
at 
info.magnolia.rendering.renderer.AbstractRenderer.render(AbstractRenderer.java:148)
etc
etc
[/code]

When checking the JCR all pages have their renderType set to 'site' and they 
have no templateScript set.
I then checked for the prototype node in the JCR as per the user guide 
(https://documentation.magnolia-cms.com/display/DOCS/Template+prototype) and 
found it here:

[code]/modules/custom-templating-module/config//templates/prototype
[/code]

This has one templateScript parameter which is set to 
/custom-templating-module/templates/pages/main.ftl (and for the rest it's got 
definitions for the different areas)

I checked all paths and this template does exist and looks ok to me.

Eventually, as a test, I ended up changing the category page template and set 
it's renderType to freemarker with templateScript to the same main.ftl file and 
that works fine up to the first @cms.area include as that too fails, but at 
least i know rendering via freemarker alone does work.

Does anybody have any ideas why the site module wouldn't work or how to 
troubleshoot this further?

Thanks!
Arjen

Magnolia Community 5.4.5
(dependencies include magnolia-site and magnolia-site-app)
JRE 1.7
Tomcat 7

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=11924ebb-7442-462b-8be4-ac30c2f6fbf0



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Wrapper around each

2017-07-07 Thread Philipp Roland (via Magnolia Forums)
Solved! I got a Typo somewhere in my Template-Script, but the error Messages 
pointed me to a absolute different Position so I waste a cuple of time just to 
fix something that wasn't the Problem.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5a0e30f4-6ed9-4af7-9ca6-d48ccd9bf300



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to include javascript into magnolia dialog

2017-07-07 Thread leelachandran (via Magnolia Forums)
Useful information about magnolia... I learn something new from your post.. 
Keep sharing.. 

[url=http://www.trainingintambaram.in/software-testing-training-in-chennai.html]Software
 Testing Training in Chennai[/url] | 
[url=http://www.trainingintambaram.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] | 
[url=http://www.trainingintambaram.in/big-data-analytics-training-in-chennai.html]Big
 data Analytics Training in Chennai[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=73834049-0a81-4b2f-95ba-60d383d625a7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Wrapper around each

2017-07-06 Thread Philipp Roland (via Magnolia Forums)
I have the following Code within my Area-Template that works as expected:


[@cms.area name="content" /]


What I need now: I just want to "wrap" each Component within the "content"-Area 
with an additional "div"-Tag. So I've tried to do the following in the 
Area-Script:

[#list components as component]

[@cms.component content=component /]

[/#list]

But this gives me an Error "components" is null.

Any idea what I do wrong?

Thanks in advance.
Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5a0e30f4-6ed9-4af7-9ca6-d48ccd9bf300



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Failing to change the language on form responses

2017-06-28 Thread Nuno Cruz (via Magnolia Forums)
Yes, I did Jonas. We had to change the validators to send a custom a message.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=653345e4-6d70-4f8a-9d8e-1e50807f3bbc



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Need IPhone App Development Consultation

2017-06-20 Thread Robert Rex (via Magnolia Forums)
This is obviously an excellent opportunity for you that you are professionally 
associated with numerous [url=https://www.branex.com/app-solutions/]mobile app 
development solutions companies[/url] just for the acquiring the knowledge, 
skills and the successful completion of your app project named as iOS photo 
sharing app. For consultation & customization of this application, I prescribed 
you that you must contact with small to medium businesses owners around you, 
who are running their businesses via heir mobile apps they will definitely 
guide you the which one is best for your project.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ead39ffb-eb15-49ea-ae69-881db0d83e71



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] integrate pay.nl with magnolia

2017-06-14 Thread nirjon nirjon (via Magnolia Forums)
I want to integrate magnolia with pay.nl a dutch payment site. Is there any 
third party module for this? thanks.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=f0fcdadf-788c-4c1f-bc08-9f6d4fb770b7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] PUR module how to send an additional email when someone has registered

2017-06-13 Thread nirjon nirjon (via Magnolia Forums)
I have recently built an application using magnolia. People can register 
themselves and get confirmation of their registrations by email. I would like 
to send an extra email to a specific email address (saying that someone has 
just registered in the system) once  a new user has registered for my 
application. Is this possible through configuration? thanks.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=994f24a8-4fe8-4899-a11b-d10e10025407



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-13 Thread Aleksandr Pchelintcev (via Magnolia Forums)
@nirjon1001 what you are askings isn't entirely trivial but seems to be doable 
theoretically. I would approach it in a following fashion:

1. implement an http session listener 
([url=http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpSessionListener.html]http
 session listener[/url]). Collect the live http session into a map/collection 
which you would access from other places later. 
2. create a custom servlet filter which would kick in somewhere after the login 
filter. Upon that time you can be sure that you can try to get the security 
subject from the current session (can be accessed by the attr key 
"javax.security.auth.Subject" from the session itself or via 
MgnlContext#getSubject() iirc). Then you can iterate over the live sessions 
from the collection/map from step one and invalidate all the sessions whose 
Subject is the same as the current one, which will kick all the other browser 
sessions.

Re: same/different machine cases - I don't think it matters, as far as app 
server is concerned that should be treated the same way.

I hope this helps and good luck!

--
sasha

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread nirjon nirjon (via Magnolia Forums)
Thank you so much for your time. I think its related to magnolia. I want 
magnolia to prevent multiple login using the same username and password. if it 
happens on the same machine using different browsers, then I think we need to 
do something with users sessions. How can I implement this feature in magnolia. 
what would happen, if the same user login to the system from different machines.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread Christoph Meier (via Magnolia Forums)
Unfortunately you cannot edit your question.
But you can repeat it in a new posting.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread Christoph Meier (via Magnolia Forums)
>>  I want clients to access my website from only machine at a time <<
On the public context or on the author context?

Per default the session-ID is bound to a cookie. (default Java webapp session 
handling).

If you want / need to access more than one session from the same machine, you 
can must make sure that your distinct browser windows get distinct sessions.
This topic is not really related to Magnolia.
For instance you can access one with Firefox and access the other with chrome 
or safari.
And i'm sure there are other ways to achieve this goal.

I hope, but i am not sure whether this helps you.
Still not sure whether i got your issue / use case.
Also not sure where the Magnolia specific context is.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread nirjon nirjon (via Magnolia Forums)
is there any way to edit my question?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread nirjon nirjon (via Magnolia Forums)
sorry that you cant get my question. I want clients to access my website from 
only one machine at a time. For example, you cant have two live sessions 
running from two different browsers at the same time using the same 
credentials. Hope it helps.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread nirjon nirjon (via Magnolia Forums)
sorry that you cant get my question. I want clients to access my website from 
only machine at a time. For example, you cant have two live sessions running 
from two different browsers at the same time using the same credentials. Hope 
it helps.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread nirjon nirjon (via Magnolia Forums)
sorry that you cant get my question. I want clients to access my website from 
only machine at a time. For example, you cant have two live sessions from two 
different browsers on the same time using the same credentials. Hope it hepls

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread Christoph Meier (via Magnolia Forums)
Hello nirjon

To be honest, i do not really understand your question.

The website never will be run by a browser.
You can ACCESS the website WITH the browser.
But it is run by a server.

So ... what was your question?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: magnolia cms run from only one browser

2017-06-12 Thread nirjon nirjon (via Magnolia Forums)
I look forward to hearing hints from you soon!

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] magnolia cms run from only one browser

2017-06-11 Thread nirjon nirjon (via Magnolia Forums)
I want my magnolia website to be run only from one browser at a time so that 
client cant have multiple access  point from the same computer. Is this 
possible in magnolia? thanks

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8a6b965-0931-49b3-b132-9b65387b2560



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Customize login and registration

2017-06-07 Thread Chandan Agarwal (via Magnolia Forums)
Hi Will,
Would it be possible to provide the code/example of your Module/project.
I am not able to connect the dots.

thanks

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=72cb3c0e-df5d-47eb-aeae-2c2dcbec9c90



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Discount offer on Start Ups Website Design

2017-05-10 Thread Mak Elthon (via Magnolia Forums)
[b]Excellent Web Design Offer for Start Ups.[/b]

Having a great website design is necessary today for your startup business. 

Get a website for your startup business today in less than 48 hours and at an 
unbeatable price of $299. [b]LogoForWork[/b] is specialized in designing 
[url=http://www.logoforwork.com/website-design-packages.php]custom website 
designs[/url] that suit your business and represent your brand in a more 
professional way.  And all are at an affordable web design rate. $299

[b]What will you get from us?[/b]

•3 Web Pages
•2 STOCK IMAGES
•Free Domain & Hosting
•Complete Deployment
•Unlimited Revisions
•Money Back Guarantee
•Complete W3C Certified HTML

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0de653a0-0cb5-4cbf-87a7-728a69ac940b



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Needs an eCommerce Website Design?

2017-05-10 Thread Mak Elthon (via Magnolia Forums)
[b]Needs an eCommerce website design to sell online?[/b] Congratulations, as 
you are at the right place. We do have extensive experience and skills in 
making that happen for you. Visit our website to check out our excellent 
[url=http://www.logoforwork.com/website-design-packages.php]eCommerce website 
design packages[/url].

[b]What will you get from us?[/b]

•Custom Ecommerce Design
•OpenCart ecommerce platform integration
•Content Management System (CMS)
•Free Domain & Hosting
•Payment Gateway Integration
•Complete Deployment
•Unlimited Revisions
•Money Back Guarantee
•Complete W3C Certified HTML

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e21bd38e-4345-4523-a453-4ca0ca24d9c7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Using Inheritance for TWO Templates

2017-05-08 Thread Christoph Meier (via Magnolia Forums)
Hello Giancarlo

What is a "TWO template"?

Note that you also can use a prototype with the community edition (CE).
On CE you have only one site - but on this site, you can define a prototype.
Depending on the bundle or webapp you are using, the site on a CE bundle maybe 
optimized for travel demo. But you can configure it for your own requirements.


Your last sentence ...
>> I also can't use the "Site" app, since the module is a companion to a normal 
>> Web site, which most likely will use that allowed one Site spot. <<
... i do not understand.

Btw. I recommend to use the latest version - atm this would be Magnolia 5.5.4

Further reading:

- https://documentation.magnolia-cms.com/display/DOCS/Site+definition
- https://documentation.magnolia-cms.com/display/DOCS/Releases
- 
https://documentation.magnolia-cms.com/display/DOCS/Bundles+and+webapps#Bundlesandwebapps-ListofpreconfiguredMagnoliabundles

i hope this helps,
kind regards,
 Christoph

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5ed8f53f-9a0f-41e0-9d6c-bb91e7b511c9



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Using Inheritance for TWO Templates

2017-05-08 Thread Giancarlo (via Magnolia Forums)
I am testing Magnolie 5.5.1 CE and am stuck with the inheritance feature. If I 
create child pages with the same template, all is fine.
Is it possible, in [b]Mg CE[/b], to share inheritance among TWO templates? In 
an EE version I would use "prototype". I also can't use the "Site" app, since 
the module is a companion to a normal Web site, which most likely will use that 
allowed one Site spot.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5ed8f53f-9a0f-41e0-9d6c-bb91e7b511c9



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Disappear RichTextField in MultiValueField

2017-05-04 Thread David Caviedes Marquez (via Magnolia Forums)
Hi all,

me too!!

Someone can help us?

Thanks

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=425dd184-f461-4243-a2bd-2e45cc4c00d2



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Using RichText in MultiValueField Issue

2017-05-04 Thread David Caviedes Marquez (via Magnolia Forums)
Hi all,

I have the same issue, @jennylyn how did you solve it?

@srood I am using NoOpCompositeTransformer in composite field but the error 
continues. Here is my dialog component properties file:

form:
  tabs:
- name: tabMain
  fields:
- name: title
  class: info.magnolia.ui.form.field.definition.TextFieldDefinition
  i18n: true
  required: true  
- name: background
  required: true
  class: info.magnolia.ui.form.field.definition.LinkFieldDefinition
  targetWorkspace: dam
  appName: assets
  identifierToPathConverter:
class: 
info.magnolia.ui.form.field.converter.BaseIdentifierToPathConverter
  contentPreviewDefinition:
contentPreviewClass: 
info.magnolia.dam.app.ui.field.DamFilePreviewComponent
   
- name: elements
  class: 
info.magnolia.ui.form.field.definition.MultiValueFieldDefinition
  transformerClass: 
info.magnolia.ui.form.field.transformer.multi.MultiValueSubChildrenNodePropertiesTransformer
  required: true
  field:
name: compositeField
class: 
info.magnolia.ui.form.field.definition.CompositeFieldDefinition
transformerClass: 
info.magnolia.ui.form.field.transformer.composite.NoOpCompositeTransformer
layout: vertical
fields:
  - name: question
class: 
info.magnolia.ui.form.field.definition.RichTextFieldDefinition
i18n: true
  - name: answer
class: 
info.magnolia.ui.form.field.definition.RichTextFieldDefinition
i18n: true
- name: separator
  class: info.magnolia.ui.form.field.definition.StaticFieldDefinition 
- name: anchor
  class: info.magnolia.ui.form.field.definition.TextFieldDefinition
  i18n: true
  defaultValue: faqs
actions:
  commit:
class: 
info.magnolia.ui.admincentral.dialog.action.SaveDialogActionDefinition
  cancel:
class: 
info.magnolia.ui.admincentral.dialog.action.CancelDialogActionDefinition

Cheers

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=6fb715f0-d6ee-4896-b2d3-acc97e6feeb3



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Best Selenium Training Institute Chennai

2017-04-12 Thread Sujitkumar (via Magnolia Forums)
Which is the Best Selenium Training Institute in Chennai? Can any one help me

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5e13ad3f-34d4-4e8d-8424-55c997b50577



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Different Image-Variation for Retina-Displays

2017-04-10 Thread Philipp Roland (via Magnolia Forums)
Hi Jordie

Thanks (and sorry for my late answer). Will give it a try.

Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4881b7c4-b70e-4b10-baf5-4a9b3d23c11c



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Need IPhone App Development Consultation

2017-04-01 Thread Calix steve (via Magnolia Forums)
I want to embark upon my app project with 
[url=https://www.ingic.ae/ios-app-development/]iPhone app development companies 
in Dubai[/url] that can help me achieve my dream success. This can be a long 
term relationship if you have the right skills. The app I want to develop is 
quite complicated, and I want it to be easy to use, and it should be among the 
best apps in the Itunes. Next, we want someone to provide consultation & 
customization of our existing iOS photo sharing app that might demand more than 
a month or two. Do let me know if there is any such company out there.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ead39ffb-eb15-49ea-ae69-881db0d83e71



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Authorization error in Magnolia 5.3 rest api

2017-03-25 Thread Christopher Zimmermann (via Magnolia Forums)
Late to the game - but for the future seekers - this module enables CORS in 
Magnolia:
https://wiki.magnolia-cms.com/display/WIKI/CORS+filter+documentation

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4ad95728-9c0c-4b27-b544-58be8a042158



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Different Image-Variation for Retina-Displays

2017-03-24 Thread Jordie Diepeveen (via Magnolia Forums)
Hi Roland,

A solution will be to get the 2 different image variations in the freemarker 
template and let your front-end code render the correctly image.
You can e.g. set the retina image on a data attribute in the freemarker 
template:

[code][#assign image = damfn.getAssetLink(content.image, "image")]
[#assign retinaImage = damfn.getAssetLink(content.image, "image-with-retina")]
 [/code]

There are lots of retina Javascript plugins/frameworks out there which can, 
bases on the client, render the correct image.
e.g.: 
[url]http://foundation.zurb.com/sites/docs/v/5.5.3/components/interchange.html[/url]
[url]http://bootbites.com/tutorials/how-make-your-bootstrap-site-retina-ready[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4881b7c4-b70e-4b10-baf5-4a9b3d23c11c



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Different Image-Variation for Retina-Displays

2017-03-21 Thread Philipp Roland (via Magnolia Forums)
Hi all

I'd like to deal with different Image-Variation in our Text-Image-Component, if 
the Client is a "High-Density"-Screen (for example Retina-Display).

With the following JavaScript-Code I can detect, if the Device uses a 
High-Density-Screen:

function isHighDensity(){
return ((window.matchMedia && (window.matchMedia('only screen and 
(min-resolution: 124dpi), only screen and (min-resolution: 1.3dppx), only 
screen and (min-resolution: 48.8dpcm)').matches || window.matchMedia('only 
screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and 
(-o-min-device-pixel-ratio: 2.6/2), only screen and 
(min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 
1.3)').matches)) || (window.devicePixelRatio && window.devicePixelRatio > 1.3));
}

What I'd like to do now is something like in the following Pseudo-Code: 
...
if(isHighDensity())
   imageRendition = damfn.getRendition(image, "image-with-retina")
else
   imageRendition = damfn.getRendition(image, "image")
...


But clearly I have a Problem, that I couldn't use the JavaScript in the FTL.

But is there a way to handle Images differently depending on the 
Screen-Resolution?

Thanks for any suggestions.

Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4881b7c4-b70e-4b10-baf5-4a9b3d23c11c



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Change Oracle DB Server name (cModule calls still trying to connect to old DB server)

2017-03-16 Thread Steve (via Magnolia Forums)
Figured this out from this article 
(https://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html#JDBC_Data_Sources)

So there are the jackrabbit files which deploy through the war files to the 
webapps directory in Tomcat.  There are the xml files in the local workspace.  
And the kicker (which why only the cModule items didn't work), there are xml 
files under the Tomcat directory separate from the war deployment.
\Tomcat\conf\server.xml (two references for Public and Author)

Wanted to post this so others could see and leverage.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=8b09c62a-5663-414e-8b33-71acdc6c0dd6



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Change Oracle DB Server name (cModule calls still trying to connect to old DB server)

2017-03-15 Thread Steve (via Magnolia Forums)
Hi,
We upgraded our Oracle database instance. In doing this, we restored a full 
backup to the new server and then updated the jackrabbit files with the new 
server name (along with the workspace files on our main server). After doing 
this, the magnolia environment loads everything except the custom components 
that we built to point at custom tables within the magnolia schema. They were 
throwing SID errors for those components to render. We have searched our entire 
code base that we build along with the entire workspace for the magnolia home 
and the old server name doesn't exist anywhere. So we are lost as to what could 
still have a reference to the old server causing some of the functionality to 
not be pointed over to the new DB location.
I wasn't able to find any documentation around this process of migrating to a 
new DB server and after a couple of days of trying different things, we aren't 
sure what to do next. Any help on where else the DB server name could reside 
(in DB blob files, in cached locations, etc) would be greatly appreciated

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=8b09c62a-5663-414e-8b33-71acdc6c0dd6



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Send E-Mail from within Contacts

2017-03-14 Thread Philipp Roland (via Magnolia Forums)
Hi

Is there a simple way of sending E-Mails directly out of for example the 
Contacts-App?

Probably defining a Action that calls the "sendMail"-Command with the 
E-Mail-Address of the currently selected user or calling the Forms-Module with 
the E-Mail-Address of the currently selected-user?

What I've tried so far is, defining an Action on the App that calls the 
"sendMail"-Command. But that doesn't work.

Any help would be appreciate.
Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=bb82549b-f978-442c-a405-7b3334efd755



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Live Chat Software Supporting Benefits

2017-03-06 Thread Allicewatson (via Magnolia Forums)
We all know that online e-business are growing day after day and almost 
everybody want to setup their online e-business to earn. Live chat software 
give you the boost of traffic and sales to engage your organic visitors. People 
are hiring [url=https://www.chatoutsource.com/]outsource business chat[/url] 
agents to boost their sales and traffic because they give 24/7 services to 
convert your visitors into the buyers. Now a days this online e-business are 
growing very much.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=3de4fbe6-e98c-4435-8793-8bab026d9a1a



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to include javascript into magnolia dialog

2017-03-04 Thread Anndrea joseph (via Magnolia Forums)
The Microsoft® SharePoint® 2010 user interface makes extensive use of modal 
dialog boxes, which helps to improve the user experience by reducing the number 
of postbacks. You can use this functionality in your own applications through 
the use of the SharePoint client object model. This how-to topic describes how 
to use the SharePoint ECMAScript object model to launch a page as a modal 
dialog box.  Besant Technologies Offers best android Training in Chennai with 
best placement support. The training sessions are handled by working 
professionals who are experts in teaching android according to needs of IT 
companies. 
 
[url=http://www.androidtraininginchennai.in/android-training-in-chennai.html]Android
 Training in Chennai[/url] | 
[url=http://www.traininginannanagar.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] | 
[url=http://www.traininginvelachery.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] | 
[url=http://www.besanttechnologies.com/training-courses/android-training-institute-in-chennai]Android
 Training in Chennai[/url] |

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=73834049-0a81-4b2f-95ba-60d383d625a7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Extends DefaultUserRegistrar

2017-02-24 Thread Stefan Nemeth (via Magnolia Forums)
Hi,

It took me several days to find a solution for this.

The public user registration module uses a property in it's module definition.
You can just create your own magnolia module, depending on the public user 
registration module and overwrite this property.

Here is everything you need to know about how to create a module:
https://documentation.magnolia-cms.com/display/DOCS/Modules

Than write something like this in your own module description:

[code]

...



  
info.magnolia.module.publicuserregistration.UserRegistrar
  com.example.MyDefaultUserRegistrar

  



core
5.4.9/*


  public-user-registration
  2.5.2



[/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=8b855873-a9ba-4c97-9dfc-a4395baf4332



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Disappear RichTextField in MultiValueField

2017-02-20 Thread Matt Dev (via Magnolia Forums)
I have the same problem as in this topic:
[url]https://forums.magnolia-cms.com/forum/thread.html?threadId=6fb715f0-d6ee-4896-b2d3-acc97e6feeb3=1[/url]

When I click to change order or click delete button other richtextfield 
disappears. It only happens to RichTextField... I use NoComposite 
Transformer... 

I give you my simple configuration: 

[code]
name: simpleContent
class: info.magnolia.ui.form.field.definition.MultiValueFieldDefinition
transformerClass: 
info.magnolia.ui.form.field.transformer.multi.MultiValueSubChildrenNodePropertiesTransformer
label: Simple composite
field:
  name: compositeField
  class: info.magnolia.ui.form.field.definition.NoOpCompositeTransformer
  layout: vertical
  fields:
- name:
  class: info.magnolia.ui.form.field.definition.TextFieldDefinition
  label: Title
- content:
  class: info.magnolia.ui.form.field.definition.RichTextFieldDefinition
  label: Article
[/code]

Any ideas? ;c

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=425dd184-f461-4243-a2bd-2e45cc4c00d2



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] how does a portfolio website development cost in the USA.

2017-02-11 Thread Robert Richard (via Magnolia Forums)
Hello,  It's Robert I am learning graphic design and wants to develop CMS based 
WordPress portfolio website and I did specific research on CMS development, 
installation prices in the USA. How much does 
[url=https://www.logoglaze.com/website-development/]web development 
company[/url] can cost to develop it or I should find any freelancer who will 
develop it for me. please help

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c3566f95-fcfa-4304-a787-986a691d5cee



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Configuring custom SearchContentToolPresenter

2017-02-03 Thread Sebastian Tauch (via Magnolia Forums)
Hello,

the magnolia implementation of SearchContentToolPresenter switches into the 
ListView if the search field is empty, regardless of the view the user was in 
before starting a search.

I want to change this behaviour to always switch into the TreeView instead, 
because otherwise our users run into timeouts when searching in the DAM App due 
to our huge amount of assets.

What is the best way to achieve this?

 * I tried registering my custom SearchContentToolPresenter implementation via 
the project.xml, but I get google inject compile errors for missing magnolia 
class implementations. If I add them as well, there are now even more magnolia 
classes implementations missing. This doesn't seem to be the way.
* I tried writing and registering a custom WorkbenchPresenter implentation via 
the project.xml, but I run into the same problems as above
* I tried to add my custom SearchContentToolPresenter through the config app's 
workbench configuration but I can't find any example or documentation on how to 
achieve this correctly

Some pointers would be very appreciated!
Sebastian Tauch

Sebastian Tauch

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=a3e70426-4a34-4ae9-8533-5dc2e93e7cf3



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] When would anyone use a single thread with the CMS Garbage Collector on a multi-core machine?

2017-01-25 Thread make shaun (via Magnolia Forums)
I am running an Apache Storm topology on a server using a Java 7 JVM. I've been 
considering some JVM tuning and noticed it is currently using a Concurrent Mark 
and Sweep ([url=https://www.lightcms.com/]CMS[/url]) garbage collector. This 
makes sense, as the server has 32 cores and while it is running multiple JVMs 
with this setting, it is only running 4 such JVMs which is less than 32 cores.

However, I noticed we're running the garbage collector with the setting 
CMSConcurrentMTEnabled turned off. The default is for that setting to be turned 
on, which makes me wonder why anyone would choose to use a single thread for 
concurrent garbage collection when other threads are available. Under what 
conditions does using that setting make sense, supposing other threads are 
available?

(Editing for more detail on my current situation, with hopes that it will lead 
to an answer) :

The JVMs seem to be running out of memory, performing minor GCs repeatedly that 
are taking ~9 seconds each, and eventually crashing. No OutOfMemoryError has 
been thrown, which baffles me. The minor GCs are cleaning up a few kB each time 
and the overall usage hovers around 100% for quite a while. The heap size is 4 
GB so those conditions should trigger an OutOfMemoryError. However, this is 
getting into a very localized situation for an SO question, I fear.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=42d4b8a9-4375-468d-aece-c999a02376f5



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Editable Content in Subpage

2017-01-21 Thread aliisa joseph (via Magnolia Forums)
Hi everyone! 
I'm creating a page with content editable elements and I was wondering If any 
could give my a hint on how to create a button that generates a link to a page 
with the current edited content.  Our training programmes are flexible and 
customized to make sure that every individual gains the maximum out of the 
training.  [url= 
http://www.androidtraininginchennai.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] | 
[url=http://www.traininginannanagar.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] | 
[url=http://www.traininginvelachery.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] |

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=bacf4554-81d5-4c8e-b09d-5babefbb3dd1



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How Much Does a CMS Website Development Cost?

2017-01-10 Thread Royalty SEO (via Magnolia Forums)
The approximate cost for developing CMS 
[url=https://plus.google.com/115219331803753107384]WordPress Website[/url] is 
about Rs. 25000 .

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=b63adf3b-d82b-45ca-9981-72c95eee7bfa



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] packers and movers in pune

2017-01-06 Thread quicksoluction com (via Magnolia Forums)
packers and movers in india@
https://quicksoluction.com
packers and movers in delhi@
http://quicksoluction.com/packers-and-movers-in-delhi.html
packers and movers in mumbai@
http://quicksoluction.com/packers-and-movers-in-mumbai.html
packers and movers in pune@
http://quicksoluction.com/packers-and-movers-in-pune.html
packers and movers in gurgaon@
http://quicksoluction.com/packers-and-movers-in-gurgaon.html

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e52184de-dc68-4ffc-87c5-bcf399e6554a



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Microsoft Dynamics Integration with Magnolia

2017-01-06 Thread Mayank Parashar (via Magnolia Forums)
Apologies, We need Magnolia integration with Microsoft Dynamics(CRM).

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=46a44b86-496e-4798-a8b2-b803c681ecb0



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to stop uploading infected/virus images in magnolia cms?

2017-01-06 Thread aliisa joseph (via Magnolia Forums)
I have a small website on which users can upload several types of files: 
images, zip files ... (except .exe files). Suppose a user uploads via the front 
end interface of my website a picture which is infected: will this picture be 
hosted without a problem on mywebsite or are they antiviruses/scanners hosted 
on the server on which i host mywebsite that check this ?   We are guide to u . 
 

[url=http://www.traininginannanagar.in/android-training-in-chennai.html]Android 
Training in Chennai[/url] | 
[url=http://www.traininginannanagar.in/web-designing-training-in-chennai.html]Web
 Designing Training in Chennai[/url]
[url=http://www.traininginannanagar.in/python-training-in-chennai.html]Python 
Training in Chennai[/url]  | 
[url=http://www.traininginannanagar.in/hadoop-training-in-chennai.html]Hadoop 
Training in Chennai[/url] | 
[url=http://www.traininginannanagar.in/r-programming-training-in-chennai.html]R 
Programming Training in Chennai[/url] |

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=9cf5d1c8-2436-48b7-ba55-bb449fa6601d



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Microsoft Dynamics Integration with Magnolia

2017-01-06 Thread Mayank Parashar (via Magnolia Forums)
Hello team,

We need Magnolia 5.5 integration with Magnolia 5.5 but as per the following 
magnolia documentation the integration is not available out of the box with 
Magnolia.  
[url]https://documentation.magnolia-cms.com/display/DOCS/Integration#Integration-MarketingandCRM[/url].

How can we build that functionality in Magnolia, please advice.

Thanks in advance..

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=46a44b86-496e-4798-a8b2-b803c681ecb0



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Magnolia to MS SQL 2014 connection

2016-12-26 Thread Mayank Parashar (via Magnolia Forums)
Hi Team,
I am new to magnolia and I am trying to integrate MS SQL 2014 server with 
magnolia 5.4 version, I have created Persistance Manager by reffering the 
documentation present at 
[url]https://wiki.magnolia-cms.com/display/WIKI/Setting+up+a+Jackrabbit+persistence+manager[/url]
 and it's working fine but still most of the content were stored in my local 
file system.
I want all my content to be stored in SQL server 2014, I followed all the steps 
mentioned at 
[url]https://wiki.magnolia-cms.com/display/WIKI/Database-Only+Repositories+with+JNDI+Datasources[/url]
 but I am getting the following error:
--
INFO   info.magnolia.init.MagnoliaServletContextListener 26.12.2016 17:28:29 -- 
Property sources loaded: [DefaultMagnoliaConfigurationProperties with sources: 
[SystemPropertySource][ServletContextPropertySource from 
WEB-INF/config/magnoliaAuthor/magnolia.properties][ServletContextPropertySource 
from 
WEB-INF/config/magnoliaAuthor/magnolia.properties][ServletContextPropertySource 
from WEB-INF/config/default/magnolia.properties][ModulePropertiesSource from 
modules [core, dam, freemarker-support, lang-el, activation, 
categorization-support, ce-product-descriptor, imaging-support, 
resource-loader, rest-client, rest-integration, cache, config, i18n, 
rest-services, dam-jcr, ehcache, rendering, ui-framework, appswitcher, imaging, 
resteasy-client, scheduler, templating, ui-mediaeditor, resources, 
task-management, templating-jsp, ui-admincentral, about-app, cache-app, groovy, 
inplace-templating, log-tools, mail, messages-app, pages, resources-app, 
sample-app, security-app, site, ui-contentapp, cache-browser-app, contacts, 
dam-app, dam-imaging, dam-templating, definitions-app, form, google-sitemap, 
jcr-browser-app, jcr-tools, mte-imaging, site-app, mte, 
public-user-registration, forum, mtk, rssaggregator, categorization, 
commenting, lang-da, lang-ar, lang-cs, lang-de, lang-es, lang-fi, lang-fr, 
lang-he, lang-hr, lang-hu, lang-id, lang-it, lang-ja, lang-nl, lang-no, 
lang-pl, lang-pt, lang-pt_BR, lang-ru, lang-sk, lang-sq, lang-sv, lang-tr, 
lang-zh_CN, lang-zh_TW, travel-demo, tours, lang-ko, 
webapp]][InitPathsPropertySource]]
INFO   info.magnolia.cms.beans.config.ConfigLoader 26.12.2016 17:28:29 -- 
Initializing content repositories
INFO   info.magnolia.repository.DefaultRepositoryManager 26.12.2016 17:28:29 -- 
Loading JCR
INFO   info.magnolia.repository.DefaultRepositoryManager 26.12.2016 17:28:29 -- 
Loading JCR magnolia
INFO   info.magnolia.jackrabbit.ProviderImpl 26.12.2016 17:28:29 -- Loading 
repository at C:\Users\665564\MagnoliaRepositories\author\repositories\magnolia 
(config file: 
C:\Users\665564\magnolia-5.5\apache-tomcat-8.5.5\webapps\magnoliaAuthor\WEB-INF\config\repo-conf\jackrabbit-bundle-mssql-search-pm.xml)
 - cluster id: ""
DEBUG  info.magnolia.jackrabbit.ProviderImpl 26.12.2016 17:28:29 -- No JNDI 
bound Repository found with name magnoliaAuthor, trying to initialize a new 
Repository
ERROR  org.apache.jackrabbit.core.util.db.ConnectionHelper 26.12.2016 17:28:31 
-- Failed to execute SQL (stacktrace on DEBUG log level): 
com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '$'.
ERROR  org.apache.jackrabbit.core.util.db.ConnectionHelper 26.12.2016 17:28:31 
-- Failed to execute SQL (stacktrace on DEBUG log level): 
com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '$'.
ERROR  org.apache.jackrabbit.core.fs.db.DatabaseFileSystem 26.12.2016 17:28:31 
-- failed to initialize file system
com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '$'.
at 
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:217)
at 
com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1655)
at 
com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:885)
at 
com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:778)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7505)
at 
com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2444)
at 
com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:191)
at 
com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:166)
at 
com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:751)
at 
org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at 
org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at 
org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at 
org.apache.jackrabbit.core.util.db.ConnectionHelper.reallyExec(ConnectionHelper.java:307)
 ...
--
Please 

[magnolia-dev] Editable Content in Subpage

2016-12-06 Thread Philipp Roland (via Magnolia Forums)
Hi everybody

I have the following issue:

I use a stage-area and I have a Master-Page, where the Author can define for 
example a Section-Title. I have defined that the stage-area is inherit to the 
subpages. This work well.

Now, is there a way to give the Author the possibility to overwrite the Title 
in the Subpage if this is necessary?


Thanks in advance for your suggestions

Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=bacf4554-81d5-4c8e-b09d-5babefbb3dd1



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Get E-Mail of currentUser

2016-12-06 Thread Philipp Roland (via Magnolia Forums)
Hi Jan

Sorry for my late answer. I saw the answer just now.

Thanks a lot for your reply. This should do the trick.

Cheers
Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0d490c44-cfb2-4381-9d90-40866edc212a



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Angular 2

2016-12-05 Thread Christoph Meier (via Magnolia Forums)
Typically, 
on the one hand you use magnolia as a JSON "provider" (with REST endpoint(s), 
with jsonfn or prbly. even with pure freemarker)
and on the other hand use angular (or something similar) e.g. to render data.
The code for the latter you also can add to a template or to a file loaded by 
magnolia resources module to avoid violating the same origin policy.

Both tasks ar mostly orthogonal. 

I'm not aware of a fully fledged complete example using angular 2 - however, if 
you have something which is already working with angular 1.x or another js 
framework, it should not be rocket science to port your code to angular 2.

Here are some links which may inspire you, but which do NOT contain angular 2 
examples.
(However, this is not an agular forum :-))

- 
https://documentation.magnolia-cms.com/display/DOCS/Accessing+content+on+the+client+side
- https://documentation.magnolia-cms.com/display/DOCS/REST+API
- https://documentation.magnolia-cms.com/display/DOCS/My+first+REST+request
- https://wiki.magnolia-cms.com/display/WIKI/Camera+Collection+module

I hope this helps you at least a little bit,
cheers
 Christoph

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4a9774d5-228f-41fc-aac7-336b1161c109



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Angular 2

2016-12-05 Thread Andre (via Magnolia Forums)
Hi, Has anyone tried developing with Angular 2 and Magnolia. What was your 
experience? I'm trying to get started but I'm not sure how to start. I've seen 
the Angular JS documentation but its far different from Angular 2.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4a9774d5-228f-41fc-aac7-336b1161c109



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Imaging module handling tousands of images

2016-11-22 Thread Gediminas Zalys (via Magnolia Forums)
Hello Community!

I have couple of questions in regards to Imaging Module.
Currently our system is growing and we expect to hold around 100,000 high res 
images. We have 35 image generators that resize and reshape these images. 

So imaging module will create roughly 3,500,000 images after its done. 

I am not worried about the size these images will take on the hard drive. 
However i am worried whether imaging module has been designed to cope with that 
many images. 

Another point to note, all the high resolution images are stored in the DAM and 
managed using assets app. 

Let me know your thoughts and concerns.

Best,
Ged

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=d4c1ebd9-9c63-4dab-b648-953d17015977



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Imaging module handling tousands of images

2016-11-22 Thread Gediminas Zalys (via Magnolia Forums)
Hello Community!

I have couple of questions in regards to Imaging Module.
Currently our system is growing and we expect to hold around 100,000 high res 
images. We have 35 image generators that resize and reshape these images. 

So imaging module will create roughly 3,500,000 images after its done. 

I am not worried about the size these images will take on the hard drive. 
However i am worried whether imaging module has been designed to cope with that 
many images. 

Another point to note, all the high resolution images are stored in the DAM and 
managed using assets app. 

Let me know your thoughts and concerns.

Best,
Ged

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=7b3341f1-104b-4dbd-afdd-9f3c4bdc6708



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] How to retrieve the user group information from LDAP in Magnolia CMS

2016-11-16 Thread Mayank Parashar (via Magnolia Forums)
Hi Team,
I have followed the magnolia documentation for LDAP module, I am using magnolia 
enterprise edition 5.4.9,I am able to Authenticate user from LDAP but I am 
unable to retrieve the Group details present for the users in LDAP, and hence I 
am unable to authorize the user in Magnolia.

Here are the config files which I have used:
---
JASS.CONFIG
magnolia {
 info.magnolia.jaas.sp.jcr.JCRAuthenticationModule optional;
 info.magnolia.jaas.sp.ldap.LDAPAuthenticationModule requisite
 skip_on_previous_success=true;
 info.magnolia.jaas.sp.jcr.JCRAuthorizationModule required;
 };
---
LDAP.Properties:
#Initial factory class
java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory

# LDAP url
java.naming.provider.url=ldap://localhost:1389/

java.naming.security.principal=uid=admin,ou=system
java.naming.security.credentials=xx

java.naming.security.authentication=simple

initialSearchAttributes=dc=xyz,dc=co,dc=uk
Organization=o
OrganizationUnit=ou
CommonName=cn
Surname=sn
GivenName=givenname
uid=uid
dn=dn
mail=mail
Password=userPassword
Language=language

roleResolverClass=info.magnolia.jaas.sp.ldap.resolver.MagnoliaRoleResolver

groupResolverClass=info.magnolia.jaas.sp.ldap.resolver.OpenLDAPGroupResolver
groupSearchContext=ou=groups,o=xyz,dc=xyz,dc=co,dc=uk
groupSearchFilter=(&(objectClass=groupOfNames)(member=member))
groupMembershipAttributeValue=dn
GroupId=cn
---
Debug logs for magnolia:

DEBUG  info.magnolia.cms.security.auth.login.FormLogin 16.11.2016 13:57:26 -- 
handle login for pagrawa
DEBUG  info.magnolia.jaas.sp.jcr.JCRAuthenticationModule 16.11.2016 13:57:26 -- 
initializing user pagrawa
DEBUG  info.magnolia.jaas.sp.jcr.JCRAuthenticationModule 16.11.2016 13:57:26 -- 
getting user manager for realm all
DEBUG  info.magnolia.context.AbstractRepositoryStrategy 16.11.2016 13:57:26 -- 
creating jcr session users by thread http-bio-8080-exec-3
DEBUG  info.magnolia.cms.core.MagnoliaAccessProvider 16.11.2016 13:57:26 -- 
getEditor(session-admin-452)
DEBUG  info.magnolia.cms.core.MagnoliaAccessProvider 16.11.2016 13:57:26 -- 
compile permissions for 
admin[info.magnolia.jaas.sp.jcr.MagnoliaJRAdminPrincipal] at users
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Executing query "select * from [mgnl:user] where name() = 'pagrawa' 
and isdescendantnode(['/system'])".
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Retrieving node took 1ms (isInstallationPhase: false): path = 
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Could not find principal node 'pagrawa' of primary type 'mgnl:user' 
under startnode '/system' in workspace 'users'.
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Executing query "select * from [mgnl:user] where name() = 'pagrawa' 
and isdescendantnode(['/admin'])".
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Retrieving node took 1ms (isInstallationPhase: false): path = 
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Could not find principal node 'pagrawa' of primary type 'mgnl:user' 
under startnode '/admin' in workspace 'users'.
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Executing query "select * from [mgnl:user] where name() = 'pagrawa' 
and isdescendantnode(['/public'])".
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Retrieving node took 2ms (isInstallationPhase: false): path = 
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Could not find principal node 'pagrawa' of primary type 'mgnl:user' 
under startnode '/public' in workspace 'users'.
DEBUG  info.magnolia.jaas.sp.ldap.LDAPUtils 16.11.2016 13:57:26 -- JNDI config 
file [WEB-INF/config/ldap.properties] defined under key [jndi.ldap.config.ldap] 
will be used.
DEBUG  info.magnolia.jaas.sp.ldap.ConnectionFactory 16.11.2016 13:57:26 -- 
Trying to log in as uid=admin,ou=system with a password.
DEBUG  info.magnolia.jaas.sp.ldap.ConnectionFactory 16.11.2016 13:57:26 -- 
Successful initialization dirContext.
DEBUG  info.magnolia.jaas.sp.ldap.resolver.OpenLDAPGroupResolver 16.11.2016 
13:57:26 -- Searching groups for pagrawa with: 
(&(objectClass=groupOfNames)(member=member))
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Executing query "select * from [mgnl:user] where name() = 'pagrawa' 
and isdescendantnode(['/admin'])".
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Retrieving node took 1ms (isInstallationPhase: false): path = 
DEBUG  info.magnolia.cms.security.RepositoryBackedSecurityManager 16.11.2016 
13:57:26 -- Could not find principal node 'pagrawa' of primary 

[magnolia-dev] Re: fileupload into magnolia-tmp-dir

2016-11-15 Thread Benjamin Brupbacher (via Magnolia Forums)
sorry... it has side effects:
moving the multiPart filter under the uriSecurity filter breaks the 
activation...

deactivating the whole filter does also breaks the activation, so there seems 
no perfect solution at the time.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0c7666f1-0a4b-439b-8efb-dbe287fecd0d



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: fileupload into magnolia-tmp-dir

2016-11-10 Thread Benjamin Brupbacher (via Magnolia Forums)
hey guy… thx 4 the help…

today i also fixed the filter config on my servers... i checked the 
configuration on demo.magnolia-cms.com and i think some stuff has to be 
corrected in the filter config (please correct me when im wrong):
1. there is a "not = true" property missing under 
config:/server/filters/multipartRequest/bypasses
2. the filter config:/server/filters/multipartRequest should be placed under 
the config:/server/filters/uriSecurity filter node, without that its still 
possible to upload unauthenticated (i hope this has no side effects)

PS: i cant access https://jira.magnolia-cms.com/browse/MAGNOLIA-6830, are some 
issues confidential?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0c7666f1-0a4b-439b-8efb-dbe287fecd0d



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Options for "Show all"-Tab in Standard Dialog

2016-11-09 Thread Philipp Roland (via Magnolia Forums)
Hi

Is there an easy way (by configuration), that you can remove the "Show all"-Tab 
in the Standard-Content-Dialog. Or move this Tab to left (at the beginning), so 
it is the first tab that is shown?

Thanks in advance for your answers.

Cheers
Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=433f647c-eddb-40b8-9b40-59a154c84c62



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Magnolia CMS to Active Directory Connection via LDAP

2016-11-09 Thread Mayank Parashar (via Magnolia Forums)
Hello Community,

I am using Magnolia enterprise edition-5.4.9.
I am new to magnolia and trying to login to magnolia with a user present in my 
local Active directory (ApacheDS).
I followed all the steps as per the LDAP module documentation present at
"https://documentation.magnolia-cms.com/display/DOCS/LDAP+Connector+module; 
location and also verified the active directory connection with 
magnolia-ldap-tester jar and it's working fine, but
when I tried to login with the same user credentials in magnolia, I am getting 
the following error:
-
ERROR  info.magnolia.jaas.sp.ldap.LDAPUserManager 09.11.2016 11:42:05 -- Failed 
to resolve roles assigned
java.lang.NullPointerException
at 
info.magnolia.jaas.sp.ldap.resolver.MagnoliaRoleResolver.getNames(MagnoliaRoleResolver.java:40)
at 
info.magnolia.jaas.sp.ldap.LDAPUserManager.populateRoleListByRoleResolver(LDAPUserManager.java:271)
at 
info.magnolia.jaas.sp.ldap.LDAPUserManager.getUser(LDAPUserManager.java:203)
at 
info.magnolia.jaas.sp.ldap.LDAPUserManager.getUser(LDAPUserManager.java:89)
at 
info.magnolia.cms.security.DelegatingUserManager$5.delegate(DelegatingUserManager.java:112)
at 
info.magnolia.cms.security.DelegatingUserManager$5.delegate(DelegatingUserManager.java:109)
at 
info.magnolia.cms.security.DelegatingUserManager.delegateUntilSupportedAndNotNull(DelegatingUserManager.java:186)
at 
info.magnolia.cms.security.DelegatingUserManager.getUser(DelegatingUserManager.java:109)
at 
info.magnolia.jaas.sp.jcr.JCRAuthenticationModule.initUser(JCRAuthenticationModule.java:136)
at 
info.magnolia.jaas.sp.jcr.JCRAuthenticationModule.validateUser(JCRAuthenticationModule.java:108)
at 
info.magnolia.jaas.sp.AbstractLoginModule.login(AbstractLoginModule.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)
at 
javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)
at java.security.AccessController.doPrivileged(Native Method)
at 
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)
at javax.security.auth.login.LoginContext.login(LoginContext.java:595)
at 
info.magnolia.cms.security.SecuritySupportBase.authenticate(SecuritySupportBase.java:61)
at 
info.magnolia.cms.security.SecuritySupport$$EnhancerByCGLIB$$b1ff0569.authenticate()
at 
info.magnolia.cms.security.auth.login.LoginHandlerBase.authenticate(LoginHandlerBase.java:46)
at 
info.magnolia.cms.security.auth.login.FormLogin.handle(FormLogin.java:85)
at 
info.magnolia.cms.security.auth.login.LoginFilter.doFilter(LoginFilter.java:71)
at 
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85)
at 
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79)
at 
info.magnolia.enterprise.registration.RegistrationFilter.doFilter(RegistrationFilter.java:64)
at 
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85)
at 
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79)
at 
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:81)
at 
info.magnolia.cms.filters.CosMultipartRequestFilter.doFilter(CosMultipartRequestFilter.java:87)
at 
info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:59)
at 
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79)
at 
info.magnolia.personalization.preview.filter.PreviewFilter.doFilter(PreviewFilter.java:92)
at 
info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:59)
at 
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79)
at 
info.magnolia.personalization.trait.AbstractTraitDetectorFilter.doFilter(AbstractTraitDetectorFilter.java:74)
at 
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85)
at 
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:79)
at 
info.magnolia.personalization.trait.AbstractTraitDetectorFilter.doFilter(AbstractTraitDetectorFilter.java:74)
at 
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85)
 

[magnolia-dev] Re: Could not retrieve user with name Exception

2016-11-09 Thread Tom Wespi (via Magnolia Forums)
Hi

no solution for this problem, but I can confirm that this error occurs in my 
projects as well.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=fa044877-1ff9-4bc6-af4b-43e1a8c43617



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to include javascript into magnolia dialog

2016-11-08 Thread Gopi Perumal (via Magnolia Forums)
Informative psot on mangolai
[url=http://www.traininginchrompet.com/java-training-in-chennai.aspx]Java 
Training in Chennai[/url] | 
[url=http://www.traininginchrompet.com/hardware-networking-training-in-chennai.aspx]Networking
 Training[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=73834049-0a81-4b2f-95ba-60d383d625a7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to include javascript into magnolia dialog

2016-11-08 Thread Gopi Perumal (via Magnolia Forums)
[quote]Fusing Javascript Libraries into Magnolia 

1. (Really, JUST ANGULARJS) WILLIAM PAOLI • WEB DEV TEAM LEAD • ATLASSIAN • 
@willyp Incorporating JS Libraries into Magnolia 

2. Incorporating TO MAGNOLIA HOW TO CODE IN ANGULARJS WHY WE LIKE ANGULARJS 
WHAT WE DO NOW Table of Contents 

3. Intelligent Marketing Team 

4. Atlassian University 

5. Atlassian University is a preparation apparatus that instructs your 
organization how to utilize Atlassian's items through recordings and well 
ordered intelligent instructional exercises. It's the speediest way to turning 
into an ace of Atlassian instruments. - ATLASSIAN'S WEBSITE " 

6. Atlassian University 

7. Atlassian University 

8. Atlassian University 

9. Atlassian University 

10. What is a JS Framework? 

11. A JavaScript system is a library of pre-composed JavaScript which takes 
into consideration less demanding advancement of JavaScript-based applications, 
particularly for AJAX and other web-driven advances. - WIKIPEDIA " 

12. A JavaScript system is a library of pre-composed JavaScript which takes 
into consideration less demanding advancement of JavaScript-based applications, 
particularly for AJAX and other web-driven advances. - WIKIPEDIA " 

13. The Atlassian arrange frame upgrade 

14. We understood we required a JS Framework 

15. - HIPSTER DEV " Have you attempted Angular JS? 

16. Only content independent from anyone else, for effect. 

17. Two way information official 

18. Information official in Angular web applications is the programmed 
synchronization of information between the model and view segments. The view is 
a projection of the model at all times. At the point when the model changes, 
the view mirrors the change, and the other way around. - ANGULARJS DOCS - 
http://docs.angularjs.org/manage/databinding " 

19. Two-Way Data Binding 

20. favPeople=['Boris', 'Charge', 'Monica', 'Samuel']; Two-Way Data Binding 

21. Two way information restricting favPeople=['Boris', 'Charge', 'Monica', 
'Samuel']; ul liBoris/li liBill/li 
liMonica/li liSamuel/li /ul 

22. Two way information restricting favPeople=['Boris', 'Charge', 'Monica']; 
ul liBoris/li liBill/li 
liMonica/li /ul 

23. Two way information restricting favPeople=['Boris', 'Charge', 'Monica', 
'Samuel']; ul liBoris/li liBill/li 
liMonica/li liSamuel/li /ul 

24. What/Who is AngularJS? 

25. AngularJS is an open-source JavaScript structure, began in 2010, now kept 
up by Google. 

26. AngularJS with Magnolia is entertaining 

27. ...Magnolia ended up being an uncommonly adaptable CMS and in blend with 
its REST API making this verification of idea was surely greatly simple, quick 
and fun.. - FEDERICO GRILLI - SOFTWARE DEV @ MAGNOLIA, on his blog " 
http://igorstravinskij.blogspot.com/2014/01/magnolia-rest-and-angularjs-confirmation
 of.html 

28. Presently FOR SOME LIVE CODING! code found here: 
https://bitbucket.org/willyp/angularjs-magnolia-fundamentals/ 

29. The most effective method to get this into Magnolia 

30. • Change your .html file to a .ftl • Create passage and discourse definitions 
for: • A question • An answer • Create an altering table • Build your json 
structure in view of that template* • Insert test section as an alternative to 
your format Steps to Magnoliafy™ 

31. Make new freemarker format and characterize the passages 

32. Characterize section with new layout 

33. Characterize new exchanges for the inquiries/answers 

34. Make your substance altering zone 

35. Make your JSON information with freemarker 

36. Make your JSON information with freemarker 

37. Presently I add it to my format layout 

38. Gives up back to the program and supplicate this works! 

39. WILLIAM PAOLI • WEB DEV TEAM LEAD • ATLASSIAN

Hi kindly please check here: 
https://documentation.magnolia-cms.com/display/DOCS/Resources

[url=http://www.traininginchennai.co.in/sap-training-in-chennai/]SAP Training 
in Chennai[/url] | 
[url=http://www.traininginchrompet.com/ccna-training-in-chennai.aspx]CCNA 
Training in Chennai[/url]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=73834049-0a81-4b2f-95ba-60d383d625a7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to include javascript into magnolia dialog

2016-11-08 Thread Gopi Perumal (via Magnolia Forums)
Fusing Javascript Libraries into Magnolia 

1. (Really, JUST ANGULARJS) WILLIAM PAOLI • WEB DEV TEAM LEAD • ATLASSIAN • 
@willyp Incorporating JS Libraries into Magnolia 

2. Incorporating TO MAGNOLIA HOW TO CODE IN ANGULARJS WHY WE LIKE ANGULARJS 
WHAT WE DO NOW Table of Contents 

3. Intelligent Marketing Team 

4. Atlassian University 

5. Atlassian University is a preparation apparatus that instructs your 
organization how to utilize Atlassian's items through recordings and well 
ordered intelligent instructional exercises. It's the speediest way to turning 
into an ace of Atlassian instruments. - ATLASSIAN'S WEBSITE " 

6. Atlassian University 

7. Atlassian University 

8. Atlassian University 

9. Atlassian University 

10. What is a JS Framework? 

11. A JavaScript system is a library of pre-composed JavaScript which takes 
into consideration less demanding advancement of JavaScript-based applications, 
particularly for AJAX and other web-driven advances. - WIKIPEDIA " 

12. A JavaScript system is a library of pre-composed JavaScript which takes 
into consideration less demanding advancement of JavaScript-based applications, 
particularly for AJAX and other web-driven advances. - WIKIPEDIA " 

13. The Atlassian arrange frame upgrade 

14. We understood we required a JS Framework 

15. - HIPSTER DEV " Have you attempted Angular JS? 

16. Only content independent from anyone else, for effect. 

17. Two way information official 

18. Information official in Angular web applications is the programmed 
synchronization of information between the model and view segments. The view is 
a projection of the model at all times. At the point when the model changes, 
the view mirrors the change, and the other way around. - ANGULARJS DOCS - 
http://docs.angularjs.org/manage/databinding " 

19. Two-Way Data Binding 

20. favPeople=['Boris', 'Charge', 'Monica', 'Samuel']; Two-Way Data Binding 

21. Two way information restricting favPeople=['Boris', 'Charge', 'Monica', 
'Samuel'];  Boris Bill Monica Samuel 
 

22. Two way information restricting favPeople=['Boris', 'Charge', 'Monica']; 
 Boris Bill Monica  

23. Two way information restricting favPeople=['Boris', 'Charge', 'Monica', 
'Samuel'];  Boris Bill Monica Samuel 
 

24. What/Who is AngularJS? 

25. AngularJS is an open-source JavaScript structure, began in 2010, now kept 
up by Google. 

26. AngularJS with Magnolia is entertaining 

27. ...Magnolia ended up being an uncommonly adaptable CMS and in blend with 
its REST API making this verification of idea was surely greatly simple, quick 
and fun.. - FEDERICO GRILLI - SOFTWARE DEV @ MAGNOLIA, on his blog " 
http://igorstravinskij.blogspot.com/2014/01/magnolia-rest-and-angularjs-confirmation
 of.html 

28. Presently FOR SOME LIVE CODING! code found here: 
https://bitbucket.org/willyp/angularjs-magnolia-fundamentals/ 

29. The most effective method to get this into Magnolia 

30. • Change your .html file to a .ftl • Create passage and discourse definitions 
for: • A question • An answer • Create an altering table • Build your json 
structure in view of that template* • Insert test section as an alternative to 
your format Steps to Magnoliafy™ 

31. Make new freemarker format and characterize the passages 

32. Characterize section with new layout 

33. Characterize new exchanges for the inquiries/answers 

34. Make your substance altering zone 

35. Make your JSON information with freemarker 

36. Make your JSON information with freemarker 

37. Presently I add it to my format layout 

38. Gives up back to the program and supplicate this works! 

39. WILLIAM PAOLI • WEB DEV TEAM LEAD • ATLASSIAN

Hi kindly please check here: 
https://documentation.magnolia-cms.com/display/DOCS/Resources
http://www.traininginchrompet.com/ccna-training-in-chennai.aspx;>CCNA 
Training in Chennai | http://www.traininginchrompet.com/hardware-networking-training-in-chennai.aspx;>Networking
 Training in Chennai

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=73834049-0a81-4b2f-95ba-60d383d625a7



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] HTTp to HTTPS

2016-11-03 Thread Gediminas Zalys (via Magnolia Forums)
Hello Community!

I was wondering how to make all traffic run through SSL?
I saw some posts to use the filter, but this feels a little messy no? 
I would rather just change tomcat setup like shown 
[url]https://coolestguidesontheplanet.com/redirecting-http-https-tomcat/[/url] 
here. 
But that didn't seem to work 

Let me know your ideas or whether i should stick to the filter option mentioned 
here 
[url]https://wiki.magnolia-cms.com/display/WIKI/Filter+for+redirect+between+HTTP+and+HTTPS[/url]

Best,
Ged

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ba786695-4e68-418f-a9be-559b28cb04a9



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Could not retrieve user with name Exception

2016-11-03 Thread Gediminas Zalys (via Magnolia Forums)
Hello Community!

I keep on getting this intermittent exception on my system. 

This happens on all of my environments, the funny thing is that even though 
nobody is using the system i get this exception. (zero users on admin and cms 
pages)
Only thing that i noticed is that most commonly it pops up few minutes after 
system startup. But note that nobody has accessed the the system - the system 
only booted up and thats it!



[code]2016-11-04 10:54:27,852 ERROR info.magnolia.cms.security.MgnlUserManager  
  : Could not retrieve user with name: 
javax.jcr.query.InvalidQueryException: Illegal name: 
at 
org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory.getNodeNameQuery(LuceneQueryFactory.java:666)
at 
org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory.getComparisonQuery(LuceneQueryFactory.java:625)
at 
org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory.mapConstraintToQueryAndFilter(LuceneQueryFactory.java:400)
at 
org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory.mapConstraintToQueryAndFilter(LuceneQueryFactory.java:359)
at 
org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory.execute(LuceneQueryFactory.java:210)
at 
org.apache.jackrabbit.core.query.lucene.join.QueryEngine.execute(QueryEngine.java:465)
at 
org.apache.jackrabbit.core.query.lucene.join.QueryEngine.execute(QueryEngine.java:126)
at 
org.apache.jackrabbit.core.query.lucene.join.QueryEngine.execute(QueryEngine.java:115)
at 
org.apache.jackrabbit.core.query.QueryObjectModelImpl$2.perform(QueryObjectModelImpl.java:129)
at 
org.apache.jackrabbit.core.query.QueryObjectModelImpl$2.perform(QueryObjectModelImpl.java:124)
at 
org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
at 
org.apache.jackrabbit.core.query.QueryObjectModelImpl.execute(QueryObjectModelImpl.java:123)
at 
info.magnolia.cms.security.RepositoryBackedSecurityManager.findPrincipalNodeByQuery(RepositoryBackedSecurityManager.java:305)
at 
info.magnolia.cms.security.RepositoryBackedSecurityManager.findPrincipalNode(RepositoryBackedSecurityManager.java:280)
at 
info.magnolia.cms.security.MgnlUserManager.findPrincipalNode(MgnlUserManager.java:319)
at 
info.magnolia.cms.security.MgnlUserManager$3.exec(MgnlUserManager.java:238)
at 
info.magnolia.cms.security.MgnlUserManager$3.exec(MgnlUserManager.java:235)
at info.magnolia.cms.security.JCRSessionOp.exec(JCRSessionOp.java:68)
at 
info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:392)
at 
info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:377)
at 
info.magnolia.cms.security.MgnlUserManager.getUser(MgnlUserManager.java:235)
at 
info.magnolia.cms.security.DelegatingUserManager$5.delegate(DelegatingUserManager.java:112)
at 
info.magnolia.cms.security.DelegatingUserManager$5.delegate(DelegatingUserManager.java:109)
at 
info.magnolia.cms.security.DelegatingUserManager.delegateUntilSupportedAndNotNull(DelegatingUserManager.java:190)
at 
info.magnolia.cms.security.DelegatingUserManager.getUser(DelegatingUserManager.java:109)
at 
info.magnolia.jaas.sp.jcr.JCRAuthenticationModule.initUser(JCRAuthenticationModule.java:136)
at 
info.magnolia.jaas.sp.jcr.JCRAuthenticationModule.validateUser(JCRAuthenticationModule.java:108)
at 
info.magnolia.jaas.sp.AbstractLoginModule.login(AbstractLoginModule.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)
at 
javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)
at java.security.AccessController.doPrivileged(Native Method)
at 
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:587)
at 
info.magnolia.cms.security.SecuritySupportBase.authenticate(SecuritySupportBase.java:61)
at 
info.magnolia.cms.security.SecuritySupport$$EnhancerByCGLIB$$186e72c8.authenticate()
at 
info.magnolia.cms.security.auth.login.LoginHandlerBase.authenticate(LoginHandlerBase.java:46)
at 
info.magnolia.cms.security.auth.login.BasicLogin.handle(BasicLogin.java:58)
at 
info.magnolia.cms.security.auth.login.LoginFilter.doFilter(LoginFilter.java:71)
at 
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:85)
 

[magnolia-dev] Re: Deep Link to asset

2016-10-31 Thread Philipp Roland (via Magnolia Forums)
Hi 

I've solved it by creating a copy-servlet of the DamDownloadServlet. In this 
servlet I seek for the uuid of the asset in our custom-workspace. This works 
for us.

Thanks again to everybody for your appreciated suggestions.

Regards
Roland

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=19ada310-7e65-4f26-b0e9-0a507d23b21d



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: Get E-Mail of currentUser

2016-10-31 Thread Jan Haderka (via Magnolia Forums)
IIRC 
[code]MgnlContext.getUser().getProperty(MgnlUserManager.PROPERTY_EMAIL)[/code]

HTH,
Jan

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0d490c44-cfb2-4381-9d90-40866edc212a



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




  1   2   3   4   5   6   7   8   9   10   >