Search found 26 matches

by Barberousse
Thu Mar 22, 2018 1:55 pm
Forum: Bugs
Topic: No error when editing entry without category
Replies: 3
Views: 3960

Re: No error when editing entry without category

I created 3 PR to correct the problem:

https://github.com/s9y/Serendipity/pull/544
https://github.com/s9y/Serendipity/pull/545
https://github.com/s9y/additional_plugins/pull/72

Edit (23/03/2018): the PR are merged now on master branch.

Maybe this should be ported to version 2.1 as well
by Barberousse
Tue Mar 20, 2018 7:29 pm
Forum: Bugs
Topic: No error when editing entry without category
Replies: 3
Views: 3960

Re: No error in iframe when editing entry

Weird, it seems that serendipity.checkSave() is never called in templates/2k11/admin/serendipity_editor.js.tpl, except from serendipity_event_autosave And serendipity_event_autosave calls checkSave(), and not serendipity.checkSave()... If I add the call to serendipity.checkSave() on <input type=&quo...
by Barberousse
Mon Feb 12, 2018 3:25 pm
Forum: Bugs
Topic: No error when editing entry without category
Replies: 3
Views: 3960

No error when editing entry without category

Hello, On S9Y 2.1.1, I noticed that there is no error shown when the entry has no category or no title, even if the serendipity_event_entrycheck plugin is set up to forbid such entries. The next problem is that the entry is not saved, but I have a message saying that "Serendipity is saving the ...
by Barberousse
Mon Mar 05, 2012 4:33 pm
Forum: General discussions
Topic: Search inside archives listing
Replies: 3
Views: 3105

Re: Search inside archives listing

Ok, I will try that, Thank you.
by Barberousse
Mon Mar 05, 2012 2:53 pm
Forum: General discussions
Topic: Search inside archives listing
Replies: 3
Views: 3105

Search inside archives listing

Hello,

I'd like to have a search feature that lists results a bit like the archives summary page for instance (entries titles only, grouped by month). Is there any plugin or configuration / embedded code that would permit to search inside archives or achieve this result ?

Thank you.

Barberousse.
by Barberousse
Mon Jan 18, 2010 10:42 am
Forum: Plugins
Topic: SWFUpload for images resizing and upload
Replies: 2
Views: 2535

Re: SWFUpload for images resizing and upload

Hello,

Thank you for your answer.

I'd really like to have the time to include this feature, but based on you answer, I guess I won't have enough spare time :|

Barberousse
by Barberousse
Wed Jan 13, 2010 9:45 pm
Forum: Plugins
Topic: SWFUpload for images resizing and upload
Replies: 2
Views: 2535

SWFUpload for images resizing and upload

Hello, Does anyone that is experienced with plugin development know if there are hooks that permit to replace the document and image uploading functions? I would like to see if it is possible to use SWFUpload ( http://swfupload.org and http://code.google.com/p/swfupload ). It would be great because ...
by Barberousse
Wed Dec 16, 2009 10:50 pm
Forum: Bugs
Topic: Archives sidebar plugin and entryproperties 0.34
Replies: 4
Views: 2824

Re: Archives sidebar plugin and entryproperties 0.34

Instead of !empty($this->sort_order) it should've read !empty($eventData['orderby']) It works now. As for the other problem: Are you using french as the version for your backend? Maybe it cannot properly parse the entities. Would you maybe allow me to ftp-access your installation to try some debugg...
by Barberousse
Wed Dec 16, 2009 4:03 pm
Forum: Bugs
Topic: Archives sidebar plugin and entryproperties 0.34
Replies: 4
Views: 2824

Re: Archives sidebar plugin and entryproperties 0.34

I use S9Y 1.4.1 by the way, and I sometimes have the same error as http://board.s9y.org/viewtopic.php?f=3&t=16129

Barberousse.
by Barberousse
Wed Dec 16, 2009 4:01 pm
Forum: Bugs
Topic: Archives sidebar plugin and entryproperties 0.34
Replies: 4
Views: 2824

Archives sidebar plugin and entryproperties 0.34

Hello, With the update of the serendipity_event_category plugin from version, 0.32 to 0.34, I have this error when I want to show the serendipity_archives_plugin sidebar plugin : Query failed: <pre>SELECT count(DISTINCT e.id) AS orderkey FROM serendipity_entries AS e LEFT OUTER JOIN serendipity_entr...
by Barberousse
Wed Jul 09, 2008 10:00 am
Forum: Bugs
Topic: [Explained] Search for a word accentuated - again
Replies: 2
Views: 2198

Hello,

You're right, "Gaétan" with quotes give me 17 results (that's not that much...) but I can't configure anything (hosted environment, as you said). At least, I have a clear explanation for that weird behavior.

Thank you.

Barberousse.
by Barberousse
Tue Jul 08, 2008 4:56 pm
Forum: Bugs
Topic: [Explained] Search for a word accentuated - again
Replies: 2
Views: 2198

[Explained] Search for a word accentuated - again

Hello, I already had a similar problem (see http://board.s9y.org/viewtopic.php?t=12012 ) which is resolved but an issue is still remaining: if I search for "Frédéric" on my blog (Serendipity 1.3.1, PHP 5.1.3, MySQL 5.0.45), I have 2 results, but none for "Gaétan" (this word is pr...
by Barberousse
Fri Jun 27, 2008 10:19 am
Forum: Plugins
Topic: Lightbox update - Image Gallery
Replies: 17
Views: 11049

garvinhicking wrote:Barberousse, you changed some code that was in CVS regarding the regexp. Performancewise that's not the best way, so I changed it to the way it was before, bumping the version to 1.9.
You're right, I did it too quickly...

Barberousse.
by Barberousse
Wed Jun 25, 2008 3:09 pm
Forum: Plugins
Topic: Lightbox update - Image Gallery
Replies: 17
Views: 11049

Well,

I never tried to add something to Spartacus, so if you already have access rights, could you do it please?

Is there a documentation somewhere about Spartacus for plugin developpers?

Barberousse.
by Barberousse
Tue Jun 24, 2008 10:33 pm
Forum: Plugins
Topic: Lightbox update - Image Gallery
Replies: 17
Views: 11049

Done,

There is a configuration option now to choose between no gallery, gallery for the entry or gallery for the page.

Redownload from the same location and replace, this is now the version 1.18.

Barberousse.