History log of /dokuwiki/lib/exe/ajax.php (Results 51 – 75 of 84)
Revision Date Author Comments
# 339bd727 27-Jun-2010 Christopher Smith <chris@jalakai.co.uk>

Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs


# 40f3c0b5 27-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it
besides via Save or Preview button. This has been successfully tested in FF,
Chrome and IE6/7/8. Opera does not support onbef

FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it
besides via Save or Preview button. This has been successfully tested in FF,
Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft
is kept if the user navigates away from the editor.

Please test this.

show more ...


# 8d22f1e9 26-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Changes to the ft_pageLookup and related event FS#1978

This patch changes the ft_pageLookup function to always return the
title of pages with the result. This makes it easier to work with the
array,

Changes to the ft_pageLookup and related event FS#1978

This patch changes the ft_pageLookup function to always return the
title of pages with the result. This makes it easier to work with the
array, as it no longer changes between numeric and key indexes depending
on useheading.
This also means that action plugins subscribed to
SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new
data field called 'has_titles' which plugins can use to check for
backwards compatibility.

show more ...


# 80423ab6 16-Jun-2010 Adrian Lang <lang@cosmocode.de>

Perform quick search in title as well


# a958c48c 12-Mar-2010 Andreas Gohr <andi@splitbrain.org>

removed dead leftover code from media search


# d7879495 12-Mar-2010 Andreas Gohr <andi@splitbrain.org>

Merge branch 'requireall'

Conflicts:
inc/fulltext.php


# 9dde1138 28-Feb-2010 Andreas Gohr <andi@splitbrain.org>

honor sneaky_index config in link manager FS#1907


# 24b3cb1a 01-Feb-2010 Andreas Gohr <andi@splitbrain.org>

removed require's in lib/exe/*


# f2263577 07-Oct-2009 Andreas Gohr <gohr@cosmocode.de>

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template dev

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template developers and plugin authors should replace their strftime +
$conf['dformat'] calls with calls to the new dformat() function.

Example:

%Y/%m/%d %H:%M (%f) produces dates like this:

2009/09/16 10:36 (3 weeks ago)

darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz

show more ...


# bf1f3ac4 24-Aug-2009 sarnowski <sarnowski@cosmocode.de>

Search capabilities for the media manager added.

darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz


# c182313e 30-Aug-2009 Andreas Gohr <andi@splitbrain.org>

added MEDIAMANAGER_CONTENT_OUTPUT event

Ignore-this: 1742cf72bee0a1ac1898109ba5afc962

darcs-hash:20090830111438-7ad00-120e8fa9ce41e4317676dc2e9d5cf113a418ec44.gz


# 3e23cbfd 14-Aug-2009 Andreas Gohr <andi@splitbrain.org>

More Link wizard cleanup

Ignore-this: 100b66fbe26d82dfd6cffba751cf6992

darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz


# 56dfcc12 12-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Link Wizard added

Ignore-this: c15561aa909f921f7845576378851b93

This adds a new link wizard to the toolbar which helps users to find the page the want to link to.

Pages can be found by a simple pa

Link Wizard added

Ignore-this: c15561aa909f921f7845576378851b93

This adds a new link wizard to the toolbar which helps users to find the page the want to link to.

Pages can be found by a simple page name search or by browsing the
existing namespaces.

This is the first checkin. Some cleanup and MSIE compatibility checks
remain.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz

show more ...


# 850c2e7c 04-May-2009 Andreas Gohr <andi@splitbrain.org>

fixed GET support in lib/exe/ajax.php FS#1679

Ignore-this: e77d9d77e6a02bb18b0cf7043a7eb3cb

darcs-hash:20090504181055-7ad00-f8bf902e0c93f45eb6ca33fd5b32c9f8bb85512e.gz


# bd2f6c2f 14-Aug-2008 Andreas Gohr <andi@splitbrain.org>

display the (shortened) namespace for page quicksearch

When displaying pagename matches in the Ajax quick search or normal search,
the namespace of the page is shown behind the pagename. This makes

display the (shortened) namespace for page quicksearch

When displaying pagename matches in the Ajax quick search or normal search,
the namespace of the page is shown behind the pagename. This makes it easier
to distinguish the pages when the same namespace is used in different namespaces.

To avoid breaking the layout in deep nested namespace hierarchies, the namespace
is shortened in the middle when needed.

This patch also disables the effect of the useheadings option in the Ajax quick
search. After all the results should show what was found and since the search
works on pagenames not headings it should show pagenames as result.

darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz

show more ...


# e656dcd4 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for things like month names.

Because the format options for strftime differ from the ones used in date,
DokuWiki will rest the value of $conf['dformat'] if it contains an old
date format string (detected by missing % characters).

Plugins or templates using the $conf['dformat'] need to be updated.

darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz

show more ...


# d0a27cb0 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use fullpath() before initialized

darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# a06884ab 16-Jul-2007 Andreas Gohr <andi@splitbrain.org>

AJAX for the index view

This makes the index view much more responsive by loading sub namespaces through AJAX
if JavaScript is available.

The used throbber image probably looks bad on dark backgrou

AJAX for the index view

This makes the index view much more responsive by loading sub namespaces through AJAX
if JavaScript is available.

The used throbber image probably looks bad on dark backgrounds. If someone could provide
a better one it would be greatly appreciated.

darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz

show more ...


# da96af35 10-Nov-2006 Andreas Gohr <andi@splitbrain.org>

OpenSearch support

This adds support for the OpenSearch specification to autodetect
DokuWiki's search engine. The patch was submitted by Mike Frysinger
some time ago.
Some changes were made to the o

OpenSearch support

This adds support for the OpenSearch specification to autodetect
DokuWiki's search engine. The patch was submitted by Mike Frysinger
some time ago.
Some changes were made to the original patch. Only tested in FireFox 2.0

darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz

show more ...


# ee7b5a62 03-Nov-2006 Andreas Gohr <andi@splitbrain.org>

don't show .txt files as medianamespaces #963

darcs-hash:20061103150850-7ad00-9b6936efb8dd47eb366e5cd34a3149f4d81caa14.gz


# 3cb4b39f 09-Aug-2006 Ben Coburn <btcoburn@silicodon.net>

Add AJAX_CALL_UNKNOWN event

Allows action plugins to support custom ajax calls.
The event data is the call name from $_POST['call'].
When handling a custom ajax call, remember to use
$event->prevent

Add AJAX_CALL_UNKNOWN event

Allows action plugins to support custom ajax calls.
The event data is the call name from $_POST['call'].
When handling a custom ajax call, remember to use
$event->preventDefault();
to avoid having the
'AJAX call <call> unknown!'
message appended to the output.

darcs-hash:20060809194501-05dcb-0082e4f2a83fc8657fc7cdcf32d44aac8d1a6b99.gz

show more ...


# d98d4540 10-Jul-2006 Ben Coburn <btcoburn@silicodon.net>

fixing undefined variables

Fixing undefined variable notices and sometimes
the underlying error that produced them.

darcs-hash:20060710114655-05dcb-073948171847f1f43f153e96c8382abd421da36a.gz


# 9f420521 25-May-2006 Andreas Gohr <andi@splitbrain.org>

fixed an AJAX problem for the media manager

darcs-hash:20060525175501-7ad00-eebd033af344904eab32fe70ba5acfb77b94eada.gz


# 3df72098 19-May-2006 Andreas Gohr <andi@splitbrain.org>

new mediamanager

This patch adds a completely rewritten media popup. The following noteworthy
changes were made:

- media manager uses a collapsible namespace tree
- media manager uses AJAX if avail

new mediamanager

This patch adds a completely rewritten media popup. The following noteworthy
changes were made:

- media manager uses a collapsible namespace tree
- media manager uses AJAX if available
- media manager popup can be kept open when selecting a media file
- only one template is used for the media manager :!: Template
- Editable image metadata is configured in conf/mediameta.php now
- The JS cookie mechanism was enhanced to store key/value pairs
- Language strings can be exported to JS in js.php

darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz

show more ...


1234