| Commit message (Collapse) | Author | Age |
... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
| |
Attention: $lang['register'] has been renamed to $lang['btn_register'],
anyone using that in any plugin or template should adjust it.
|
| |
|
|
|
|
|
|
| |
As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.
|
| |
|
| |
|
| |
|
|
|
|
| |
on the supplied namespace.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
This adds a license chooser to the installer. The installer defaults to
the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php
to keep backwards compatibility.
The license array was reordered and Non-Derivative licenses removed
(they don't make much sense for wiki content).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Ignore-this: e1b3b815b5ebb0da320bff997c4fed4b
darcs-hash:20091130130311-6e07b-03ccfc52abb3dcc0764eed5784d81f8416841328.gz
|
|
|
|
| |
darcs-hash:20091127133503-e4919-0c99ac85ceaf70a5292165fd2fbe2e3961fb56e3.gz
|
|
|
|
|
|
|
|
| |
Ignore-this: 9d6c368419814c7b8cb94f778377ede7
A few language strings were dropped, others updated or added
darcs-hash:20091123151813-6e07b-4d01fe03fa2c3bd5944bc05abdd05a24fb79c186.gz
|
| |
|
|
|
|
|
|
| |
Ignore-this: b60709ebd1a66d3262459d37abd29259
darcs-hash:20091008081238-6e07b-9d1a55fed634ca3139ae42f8adef6f4ef6c3dfc2.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Ignore-this: 6d0e4f4fce5911667467f92cefaabaef
This still needs to be made accessible within the dtformat config option.
darcs-hash:20091007122232-6e07b-bbb6f97ae84bc9aa079fe328665f8164ae119804.gz
|
|
|
|
|
|
| |
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
|
|
|
|
|
|
|
|
|
| |
Ignore-this: c04f76bbe3d6817e876e721e4fcf7252
Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de
darcs-hash:20090921095532-6e07b-bcf49154135c393a42352190dd929ddea3de3a29.gz
|
|
|
|
| |
darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz
|
|
|
|
|
|
|
|
|
| |
Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to revert to this revision with a
single click.
darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz
|
|
|
|
|
|
| |
Ignore-this: 8442785eb2ef884001e9f70e361b5415
darcs-hash:20090827115449-6e07b-5412512a75f2c742636f42a141d6caedaf717b27.gz
|
|
|
|
|
|
| |
Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
|
|
|
|
|
|
|
|
| |
Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307
Removed unused string, move another string to the [js] subarray.
darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ignore-this: 80398f84222bec1fce56eee8f107d37a
This patch enhances the code and file syntax with several new features.
1. code and file are now essentially the same and just differ in the class
name. This means you now can use the file syntax with syntax highlighting
as well. This also solves problems where the code to highlight already
contains a <code> tag (FS#1493)
2. a filename can be given as label for the code or file block. It is
specified as second parameter after the language:
<code html myfile.html>...</code>
If no highlighting is wanted, but a filename shall be given, you can use
a dash as language:
<code - somefile.foo>...</code>
3. when a filename was given (as shown above), the label links to a
download of the code given in the code/file block. This is made possible
by a new renderer in inc/parser/code.php. The basename of given filename
is suggested as filename when downloading.
darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz
|
|
|
|
|
|
|
|
|
|
|
| |
Ignore-this: a0d2db2839de9eacbd6a853c39ed592c
This patch reorders the admin screen to make the main tasks better accessible.
This was inspired by a similar plugin by Håkan Sandell [1]
[1] http://www.dokuwiki.org/plugin:adminhomepage
darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz
|
|
|
|
|
|
| |
Ignore-this: 9f05194de64b5e5d47fa45bb45814f8d
darcs-hash:20090604230010-7ad00-118e3b31589f882440eaa35509bf2126cf49d9a9.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ignore-this: f87882b727bcf6ea067945eea0f158b1
The toolbar now features three new buttons to insert a headline. Instead of
asking the user for the headline level it asks if she wants a higher, lower
or equally leveled section (relative to the current one).
This means the user no longer has to count in which section she currently is
and encourages users to use the proper order of headline levels.
To make room in the toolbar, the old buttons have been moved in a picker.
darcs-hash:20090528155327-7ad00-e384cd7e45cb192657e29c875f46e3676d47f367.gz
|
|
|
|
| |
darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz
|
|
|
|
|
|
| |
adjust your CSS
darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz
|
|
|
|
|
|
| |
Ignore-this: 9124b4b764eb1c6a1d0b2a623153866c
darcs-hash:20090205165149-7ad00-a168d0f1e3fac8bf29abd0300b5b1bbedaf29723.gz
|
|
|
|
| |
darcs-hash:20090121004040-f7d6d-81820f7ea4f1b475131145b00593e82b56de9273.gz
|
|
|
|
| |
darcs-hash:20090119190920-7ad00-5409285ea5c44379fec906d08f5ccb710eac5b6d.gz
|
|
|
|
| |
darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz
|
|
|
|
| |
darcs-hash:20090116135017-7ad00-5815811717b4b5eb86698e57277e9ae74c660883.gz
|
|
|
|
| |
darcs-hash:20081016181955-7ad00-5745635416542fd04dbdf67cbf043bf446e995bc.gz
|