Loading...
 
Skip to main content

Category: Integrator

Integrator
Show subcategories objects

Name Type
Mail-List System Feature Enhancement - FeedBlitz newsletter RSS/ATOM
The use of an outside mail-list system is not unusual.

I'm using [http://feedblitz.com|FeedBlitz.com] to get newsletters to users.

It would be nice to have the FeedBlitz system integrated with the Tiki registration module.

Here is what their Knowledge base says about integrating this kind of requirement.
tracker item
Enhance Tiki Integrator
Could be great to enhance Tiki Integrator to handle:
*http basic auth
*cookies
*frames
tracker item
Flickr Photo Album for Tikiwiki
Same as the [http://tantannoodles.com/toolkit/photo-album/|Flickr Photo Album for Wordpress], but for tikiwiki.
tracker item
initialization of tiki_integrator_rules doesnt work
Default values in tiki-integrator don't work:

{CODE}
INSERT INTO tiki_integrator_rules VALUES ('1','1','1','.*<body[^>]*?>(.*?)</body.*','\1','y','n','i','y','Extract code between <body> and </body> tags');
{CODE}

The 'i' for regex options should be 'ism' to not only ignore case, but process multiline and let '.' match newlines. As is, it only works if the original page is all on one line.

Likewise the "\1" needs an extra \, and should be '\\1'. mysql is eating the first one and thinking that it is just unmagicking the '1', which didn't need it.

I would fix this, but editing the .sql files scares me. :)
tracker item
Interface with SVN (like Trac SVN browser)
If we had this, we'd use it on http://dev.tikiwiki.org

The Trac Repository Browser:
http://trac.edgewall.org/wiki/TracBrowser

Let's coordinate here: ((Repository Browser)) and ((Code Review))
tracker item
kerrnel22 Kerrnel
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
Login form integration?
Hi there,

I want to nkow if it is possible to integrate the tikiwiki login process with another page, I want to create another secure page using the tikiwiki login process, Do you guys have any hint for doing that?

My page will be in php also, I know that I will probably have to do some inclusion but don't which file to include in my code and which function.

Any help will be much apreciated.

Thanks
tracker item
tiki-integrator is not aware of character set: remote pages with iso-8859-1 are not properly shown
If you set a repository (with tiki-integrator feature) of a site encoding html with iso-8859-1, then the fetched pages with tiki-integrator shown strange characters at the latin characters (Accents, etc. )

It would be great to include the param of "__charset in repository__" (and at least enble chosing from utf-8 and iso-8859-1).

--By the way, "integrator" is missing in the category "feature" at this site (and thus, is missing as checkbox in section "feature" in this tracker!)-- fixed
tracker item
Show PHP error messages