On Mon, Feb 20, 2012 at 6:45 PM, Dmitry Bakbardin <[email protected]> wrote:
> Thank you, Marius,
>
> Done. http://jira.xwiki.org/browse/XWIKI-7562
Thanks.
>
> Another question: I understand, that question marks are not desired in page
> names. Ok, I can live with it. BUT WHY App.Within Minutes produses
> applications, that also delete it in page Title?
>
> Looks strange, when FAQ or HowTo applications contain questions, but no
> question marks in page titles allowed? Is it also a bug?
Bug.. I forgot to URL encode the entry name. Sorry about that. You can
fix it quickly by editing AppWithinMinutes.LiveTableViewSheet in
object mode and replacing
window.self.location = this.urlTemplate.replace('__entryName__',
this.input.value);
with
window.self.location = this.urlTemplate.replace('__entryName__',
encodeURIComponent(this.input.value));
You should report it on JIRA though. Thanks a lot for testing. I
promise I'll fix these bugs ASAP :) .
Thanks,
Marius
>
> Kind regards,
>
> Dmitry
>
>
> 20 февраля 2012, 14:15 от Marius Dumitru Florea
> <[email protected]>:
>> Hi Dmitry,
>>
>> On Sat, Feb 18, 2012 at 7:21 AM, Dmitry Bakbardin <[email protected]>
>> wrote:
>> > Hi, All
>> >
>> > Xwiki 3.4.
>> > I created simple application and now for each and every user regardless to
>> > access rights (I mean edit, admin on/off) can see following
>> >
>> > Actions
>> >
>> > Add new entry
>> > Edit class
>> >
>>
>> > So, any user can see "edit class" and press the link. Is it a bug or
>> > desired behaviour?
>>
>> A bug. Can you report it in JIRA?
>>
>> > I don't want simple user to see "Edit class" link. Is it possible?
>>
>> For now you'll have to add the proper rights checks in
>> AppWithinMinutes.LiveTableViewSheet .
>>
>> Hope this helps,
>> Marius
>>
>> >
>> > Kind regards,
>> >
>> > Dmitry
>> > _______________________________________________
>> > users mailing list
>> > [email protected]
>> > http://lists.xwiki.org/mailman/listinfo/users
>>
> Kind regards,
>
> Dmitry
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users