| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This may fix https://bugzilla.mozilla.org/show_bug.cgi?id16033
darcs-hash:20070308224331-7ad00-e5ef018706062baf6bec2bd11dfb318e0fe4b1f6.gz
|
|
|
|
|
|
|
| |
This ports the fixes from the original python code to DokuWiki's js_compress
functions. The unit tests now pass.
darcs-hash:20070308223644-7ad00-56ea99689a62e9752f4814b5dc7ada02eae59089.gz
|
|
|
|
| |
darcs-hash:20070305165211-19e2d-02911c52123f382270f57a9a44cce514c89c667a.gz
|
|
|
|
| |
darcs-hash:20070305163850-19e2d-38f2e618020d45e85dad50082e5dc619ca1cfa9f.gz
|
|
|
|
| |
darcs-hash:20070305140920-19e2d-16876cdbd8c2887d642a8807a0ba8b99f6a2f161.gz
|
|
|
|
| |
darcs-hash:20070303192836-7ad00-fe821c42ba7541f58ab52b9d8d11b3241bc90b65.gz
|
|
|
|
| |
darcs-hash:20070227123123-20862-168124d05e49273adec628bf6bdf78792b366548.gz
|
|
|
|
| |
darcs-hash:20070225133620-e561a-41c149fd9e6440909799d6b24a2c81a4ac23dd0f.gz
|
|
|
|
| |
darcs-hash:20070226181011-7ad00-3ca27eb05538bb8d6e2f9a9da5a39730247f9813.gz
|
|
|
|
| |
darcs-hash:20070226175529-7ad00-4d3d984da1edbf2ded546cfbd7374f97f032d032.gz
|
|
|
|
|
|
| |
Missing danish translation strings and files
darcs-hash:20070224200424-ce218-2c9c7de3e74353a38dc31696fd7b785bd0933fce.gz
|
|
|
|
| |
darcs-hash:20070226112359-d2109-17491649797590739dab6f11e7723162544f79f3.gz
|
|
|
|
| |
darcs-hash:20070224144211-7ad00-fc0695dc9290bd5d4192eb9d76ba3cafa2125d8f.gz
|
|
|
|
| |
darcs-hash:20070224133512-7ad00-88ca8c2745f791885892170e7e99c62bcacb3672.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Following the problem with IE's mimetype handling described at
http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting
this patch adds a new option (on by default) to check the first 256
bytes of uploaded files against a list of a few HTML tags and denies
the upload of such a file. In rare occasions this may block harmless
and valid files, but that's price we have to pay for Microsoft's
stupidity.
Users who need HTML uploads should disable this check. (Don't do that on
open Wikis!)
darcs-hash:20070224124458-7ad00-0ced616d06f563515b36a0a6871b5ba50229c946.gz
|
|
|
|
| |
darcs-hash:20070219210653-7ad00-318cc9b6b0b219fc74377d8363f77f32ccf39ad7.gz
|
|
|
|
|
|
|
|
|
| |
This patch includes
- several helper functions - is* checks
- hasOwnProperty method emulator
- checks for .hasOwnProperty in all for..in loops
darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz
|
|
|
|
|
|
|
|
| |
This adds a dashed border for non-existing links to make it easier to
distinguish between existing and non existing links for users with
color-blindness.
darcs-hash:20070218142625-7ad00-a38c0c8470ab23d38ec156d222e670f9f74dd3fd.gz
|
|
|
|
| |
darcs-hash:20070218135700-7ad00-12c8c9d28cafa01d883f4dbffcbb04173420a6bb.gz
|
|
|
|
| |
darcs-hash:20070218134846-7ad00-1fb62b5d552810b0d771f73410ed3b047bbb0b64.gz
|
|
|
|
|
|
| |
Now uses the new toc_additem function in the Doku_Renderer_xhtml class.
darcs-hash:20070215015318-05dcb-f725b589b6ecf9b332f624f4bb9cafe7ed546172.gz
|
|
|
|
| |
darcs-hash:20070211024110-7f317-c094764db4d4c9b7e1cad01fc016f354d91aa39e.gz
|
|
|
|
| |
darcs-hash:20070212153312-23886-4280eeb83854600bd99f0e9e1176fc0ab4f47492.gz
|
|
|
|
| |
darcs-hash:20070210201116-7ad00-59b350dd2a4ad9461e78c9463dbcbd21306b124d.gz
|
|
|
|
|
|
|
|
|
| |
On certain platforms the ignore_user_abort function does not work as expected, resulting
in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can
enable this option to work around the problem (resulting in longer load times for the
webbug).
darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
|
|
|
|
| |
darcs-hash:20070208120717-e561a-d6307260ff7a8697bbb3b16b7c6df7688ce4e849.gz
|
|
|
|
| |
darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz
|
|
|
|
| |
darcs-hash:20070119233350-7ad00-a8ae733093693a55c2566f5ee698a7b4aa3a833a.gz
|
|
|
|
|
|
|
| |
Move the compression libs of the plugin manager toa mre common place to
make them available to plugin authors.
darcs-hash:20070115192414-7ad00-0d53e8faf26fa1eeb1026ffab8e0593f015147de.gz
|
|
|
|
|
|
|
| |
Name the TRUE/FALSE-constants consistently as lowercase everywhere.
This might also be an tiny optimization in some environments.
darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
|
|
|
|
| |
darcs-hash:20061224005004-9b6ab-48a230e5a7697b2c350ccdc80aeb929671c6a234.gz
|
|
|
|
| |
darcs-hash:20061207165258-5224c-8b65b6bd08d123fae7e141fd1b1ff497a0e3c1ce.gz
|
|
|
|
| |
darcs-hash:20061206231114-6942e-bdfa008fde5fac8b437b26abc2583f38f8254c38.gz
|
|
|
|
| |
darcs-hash:20061207075815-05dcb-81fad7f4e40142e01f9f1aaa56f47fa51f978186.gz
|
|
|
|
|
|
|
|
| |
Using more verbose constant names in the place of single character strings
should make the code much more readable. This does not change the behavior
of the changelog.
darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
|
|
|
|
|
|
|
| |
This patch adds support for a manager option as suggested in
http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html
darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
|
|
|
|
| |
darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
|
|
|
|
| |
darcs-hash:20061127223356-7ad00-6a5cd1653d6d60f534471f8eabdb84ffb953d151.gz
|
|
|
|
|
|
|
|
| |
Add a configuration option to control whether or not the edit/revision summary is
displayed with the title of RSS feeds. The default is to show the summary, the same as
DokuWiki did prior to this addition.
darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
|
|
|
|
|
|
|
| |
Fix to DOMLib removal patch. All Mac browsers default to CTRL for tooltips
except Opera. This includes Mozilla, so test for OS not browser.
darcs-hash:20061126211257-05dcb-dcfec1ad0448b073c8b03b12f2628f2186ab3d57.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Key changes:
- metadata stored on disk in two arrays, 'current' & 'persistent'
- p_set_metadata has an additional parameter, $persistent, which defaults to true
- metadata set within the renderer defaults to non-persistent
- new event hook, PARSER_METADATA_RENDER, which wraps around metadata rendering process. For
full details of this event refer to the event list documentation at splitbrain.
The patch includes automatic conversion of metadata in current form to the new format
For more details also see http://www.freelists.org/archives/dokuwiki/11-2006/msg00221.html
and any follow-up messages.
darcs-hash:20061126152144-9b6ab-a4e40c221e0274b13da07dc2fc1d2100f5f3a50e.gz
|
|
|
|
|
|
|
|
|
|
|
| |
This adds experimental XMLRPC support to DokuWiki. A subset of the
Wiki XMLRPC API v2 [1] is implemented.
You need to remove the die() call in lib/exe/xmlrpc.php to use it.
[1] http://www.jspwiki.org/wiki/WikiRPCInterface2
darcs-hash:20061124232744-7ad00-fdaccc68787c3b0349b155a94a1a56003560c5d8.gz
|
|
|
|
|
|
|
| |
plugins can include styles with feed.css,
templates can use the media type feed in style.ini
darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
|
|
|
|
|
|
|
| |
The zip class was renamed to avoid name clashes with a certain PHP extension
the tar lib was renamed to make it match the zip naming ;-)
darcs-hash:20061118161242-7ad00-c50173d8b240d81455b48d2904c353c3e7e4a9a0.gz
|
|
|
|
| |
darcs-hash:20061118160114-7ad00-5239713397fa0a9caaeb27e9407508c8a63c9e01.gz
|
|
|
|
|
|
|
|
|
| |
Make Chinese and Japanese work better with the new indexer.
Some missing punctuation added to utf8_stripspecials.
Misc. other changes to make indexing faster. The indexes will expire on
backend upgrades, so you don't have to delete *.indexed
darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Google sitemap protocol was recently adopted by Yahoo and Microsoft and
made a common standard. This patch changes the XML namespace URL to the new
sitmaps.org site and ups the version to 0.9
Pinging of Yahoo and Microsoft was added to the existing Google ping. The
microsoft ping currently fails with a "Bad format" error for unknown reason.
This will hopefully change when either Microsoft fixes their URL or releases
some documentation.
darcs-hash:20061117150030-7ad00-0fac1cba07926c3ffe687a8cbaf465e8de3abcd7.gz
|
|
|
|
| |
darcs-hash:20061113122645-9b6ab-e5f5be2e88eea7eb00643e6a5210086f46191c30.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A modification to the indexer that sorts words based on length. This should make
searching a little bit more efficient. After the patch is applied, your old index
will be automatically converted to the new format (when you visit a page). The
new index format is:
1. Index files are stored in savedir/index
2. Word lists are stored as wlen.idx. This used to be word.idx.
3. Word indexes are stored as ilen.idx. This used to be index.idx.
4. The page list, page.idx, is simply copied to the new location.
Any plugins you have, such as the blog plugin, that read the index files need to
be updated.
darcs-hash:20061112194900-2b9f0-a975498ccf0a1d39c6df73b79bcd028d5e81c389.gz
|
|
|
|
| |
darcs-hash:20061112184102-7ad00-698188fd3915aa1937857a27245676f966815ee4.gz
|