| #
b42bcfe7 |
| 11-Mar-2009 |
daniel.lindgren <daniel.lindgren@tullverket.se> |
Search function update
Ignore-this: 4cd6bddacb795ef15f133559c223ac1f
* Adds the possibility to exclude namespace(s) from search, by preceding them with "^". * Changed handling of search parameters
Search function update
Ignore-this: 4cd6bddacb795ef15f133559c223ac1f
* Adds the possibility to exclude namespace(s) from search, by preceding them with "^". * Changed handling of search parameters to allow any order of words and namespaces.
darcs-hash:20090311160255-13810-c2e00cc7764d180967b4c6f22e17b1c0dafe36f4.gz
show more ...
|
| #
4af9f0d4 |
| 13-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed uniqueness check in html_msg FS#1606
Ignore-this: 6a22dba02d89c9c9745c8b2bab0188ab
darcs-hash:20090213094416-7ad00-e70fa1b82cb657539304c761075defb5b24aef8c.gz
|
| #
d5bd720d |
| 02-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
avoid double messages FS#1581
Ignore-this: d3596f87ee9c2bb78ab7b4c74789e665
darcs-hash:20090202175623-7ad00-af147192fbecf7b5573dc95aeb3eb5620c3782e7.gz
|
| #
658b1aa0 |
| 23-Jan-2009 |
Anika Henke <anika@selfthinker.org> |
better styling of new diff header
darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz
|
| #
e5e61eb0 |
| 21-Jan-2009 |
Anika Henke <anika@selfthinker.org> |
display summary + user in diff-view (FS#1424)
darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz
|
| #
87cb01b7 |
| 19-Jan-2009 |
Anika Henke <anika@selfthinker.org> |
fix for input accesskeys
darcs-hash:20090119170235-f7d6d-4c0c66781e23148f1ed583dc304979ec2d5471b2.gz
|
| #
9ae41cdc |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
minor source tweak in flash code
darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz
|
| #
d4c61e61 |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
Use html_flashobject for MultiUploader
darcs-hash:20090116182523-7ad00-3bf44603ff1f5193877e0a29400b25a8edc5365a.gz
|
| #
07bf32b2 |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
new html_flashobject() function for simple and XHTML valid flash embeds
darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz
|
| #
fa8adffe |
| 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed some illogical path setups
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
|
| #
fe9ec250 |
| 19-Nov-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links
$conf['useheading'] values are now: - 0 : off, use page name in link text - 'content' :
FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links
$conf['useheading'] values are now: - 0 : off, use page name in link text - 'content' : use first heading text for links in wiki page content - 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc. - 1 : use first heading text in all links (for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)
$conf['useheading'] value should now be checked using the useHeading($linktype) function, where linktype can be "content" or "navigation"
darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
show more ...
|
| #
433efb25 |
| 10-Nov-2008 |
Andreas Gohr <andi@splitbrain.org> |
always show IP addresses to managers
darcs-hash:20081110003321-7ad00-79f0d66e0a7094911067555e055d63f8dfbfd46d.gz
|
| #
f948eeab |
| 16-Oct-2008 |
Michael Klier <chi@chimeric.de> |
removed ALT+ from recent changes accesskeys
darcs-hash:20081016094201-23886-a6fef1f0970a20d4f67a620a47ea9bdba56377a7.gz
|
| #
18d107cb |
| 16-Oct-2008 |
Michael Klier <chi@chimeric.de> |
added missing CSS class to recent changes buttons
darcs-hash:20081016093508-23886-ff0123235448294adbad67bbd7a93d598ca96755.gz
|
| #
37a1dc12 |
| 12-Oct-2008 |
michael <michael@content-space.de> |
Changed html_revisions() to use Doku_Form, FS#1064
html_revisions() uses Doku_Form now like html_recent(), the new event HTML_REVISIONSFORM_OUTPUT can be used to create action-plugins to customize t
Changed html_revisions() to use Doku_Form, FS#1064
html_revisions() uses Doku_Form now like html_recent(), the new event HTML_REVISIONSFORM_OUTPUT can be used to create action-plugins to customize the revisions-ouput like e.g. suggested in FS#1064.
darcs-hash:20081012201122-074e0-c965ada0cc5ff572cc905d5fc7152a94c93b2741.gz
show more ...
|
| #
cddd152c |
| 12-Oct-2008 |
michael <michael@content-space.de> |
Accesskeys and correct escaping for html_recent()
Readded the accesskeys to the recent changes HTML and removed double escaping of & in the diff- and revisions-urls.
darcs-hash:20081012190108-074e0
Accesskeys and correct escaping for html_recent()
Readded the accesskeys to the recent changes HTML and removed double escaping of & in the diff- and revisions-urls.
darcs-hash:20081012190108-074e0-ff556fd216f202ad1d7ef843cd98de908b919ceb.gz
show more ...
|
| #
27eb9321 |
| 12-Oct-2008 |
Anika Henke <anika@selfthinker.org> |
show pagesource when locked (FS#443)
darcs-hash:20081012194206-f7d6d-e6372bf1e518650ff71a811b78b3231b1dab1219.gz
|
| #
07493d05 |
| 12-Oct-2008 |
Anika Henke <anika@selfthinker.org> |
removed 'ALT+' from all titles of elements with accesskeys (FS#1172)
darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz
|
| #
abdcc39f |
| 12-Oct-2008 |
michael <michael@content-space.de> |
Changed html_recent() to use Doku_Form, FS#135
html_recent() uses Doku_Form now, this makes it possible that action-plugins can customize the recent changes view as suggested in FS#135.
darcs-hash:
Changed html_recent() to use Doku_Form, FS#135
html_recent() uses Doku_Form now, this makes it possible that action-plugins can customize the recent changes view as suggested in FS#135.
darcs-hash:20081012162732-074e0-ed776be1229177c5a8bd31540002afb2da9b3d31.gz
show more ...
|
| #
17f89d7e |
| 12-Oct-2008 |
Michael Klier <chi@chimeric.de> |
FS#564 FS#1270 new option to disable the rememberme checkbox
darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz
|
| #
aab557e9 |
| 12-Oct-2008 |
Gina Haeussge <osd@foosel.net> |
Don't display HTTP login in login form (FS#1210)
darcs-hash:20081012131125-2b4f5-8270c19ba0e164de7b83188ad8955cc3a7ef6275.gz
|
| #
066fee30 |
| 12-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
Make license selectable from config FS#312
darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
|
| #
9e561443 |
| 11-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
text change for FS#607 - display the namespace in warning
darcs-hash:20081011123653-7ad00-8a659f942e0e24bb3239bab615d4498bb1efcad4.gz
|
| #
e83cef14 |
| 11-Oct-2008 |
Gina Haeussge <osd@foosel.net> |
Adjust behaviour of Recent Changes to mirror behaviour of Index
Like the index, recent changes are now displayed only for the current namespace. For convenience, a link to the recent changes of the
Adjust behaviour of Recent Changes to mirror behaviour of Index
Like the index, recent changes are now displayed only for the current namespace. For convenience, a link to the recent changes of the whole wiki is included in the listing.
darcs-hash:20081011121539-2b4f5-a98e96550bdc4f28b401139def051b5a6beb56a6.gz
show more ...
|
| #
dc58b6f4 |
| 01-Oct-2008 |
Andy Webber <dokuwiki@andywebber.com> |
editor_info_patch
At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under revisions/recent changes. In a corporate en
editor_info_patch
At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under revisions/recent changes. In a corporate environment, particularly when integrated with a Single Sign-On system, the login name may be somewhat unfriendly. This patch makes the "logged in as" the same as the value used elsewhere and also allows an admin to decide whether it should be the login name, username or e-mail address that is displayed. The e-mail address may also, optionally, be a mailto: link. E-mail addresses are obfuscated according to the 'mailguard' setting. The default behaviour is to show the login name which is no change from previous behaviour for the "last modified"/"locked by"/revisions/"recent changes", but is a change for the "logged in as".
darcs-hash:20081001152914-6ad63-9cd7174068ac55de381f1318a4401f8c51de5b0c.gz
show more ...
|