-
Currently, AND conditions for a filter expression are separated by commas:
filter=core.topic:ne:3,core.topic:ne:4
To apply a filter to the home page, the whole filter line is places as "Arguments to start function" on the Settings panel. However, this field will split arguments on commas on it's own.
To get around this I have modified Pagesetter to allow commas or semicolons to be used...
2007-04-04 15:51:01 UTC in Elfisk
-
File Added: PN-News-list-header.html.
2007-02-04 00:35:51 UTC in Elfisk
-
This patch adds the topic data to the header core information, if a publist is filtered by topic. This allows you to display the topic name in the header, to emulate core News functionality.
No SQL hits are done if the list is not filtered by topic.
2007-02-04 00:34:58 UTC in Elfisk
-
Here is a patch that enables you to display an empty
publist by specifying a negative pubcnt value.
Why would you want to do this ? If your publist has a
search form in the header, you might want the initial
display to be empty and have just the search form. I
had a specific request for this on an addressbook
application.
Why negative ? Because the obvious choice of 0 already...
2006-11-10 01:24:11 UTC in Elfisk
-
Logged In: YES
user_id=116365
I would say this is Gmail's problem.
Gmail is initiating what are called call-backs. For every
incoming e-mail, they attempt to send a fake e-mail back to
the sender to verify that the sending address actually exists.
The theory is that since spammers forge many names, it will
reject spams that have made up names forged into them.
The end result...
2006-10-04 15:50:47 UTC in SourceForge.net
-
I've done some modifiations locally to pgcalendar that
I would like to submit back. What I needed to have was
a pgcalendar block that looked more like a PostCalendar
block. This patch:
1) Gives default templates for a block style of
calendar and upcomming lists. The existing templates
did not display well in a side block.
2) Adds a block type of combined, to display a combined...
2006-09-13 22:22:42 UTC in Elfisk
-
I just ran into an issue where clicking the "Edit this"
link on a specific document brought up the previous
revision for editing, not the one you were looking at
when you clicked "Edit this".
Looking at there revision listing, the previous
revision was in a state where neither Online nor Depot
were checked. Eraseing that revision cleared the
problem. (I wanted to send it to the depot...
2006-08-16 18:03:22 UTC in Elfisk
-
If I attempt to edit other fields on a document that
has an uploaded file, it appears that leaving the
upload field blank should re-use the existing file.
However, if the upload field is makred mandatory the
pointer to the existing file is apparently corrupt, I
get an error after submit that the field shouldn't be
blank and the file now displays with both name and size
as the first...
2006-08-16 18:00:42 UTC in Elfisk