summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added missing ";" in edit.jsMichael Hamann2010-06-27
|
* do not require special permissions to look at index FS#1720Andreas Gohr2010-06-27
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-06-27
|\
| * moved default config cascade to its own fileAndreas Gohr2010-06-27
| |
| * FS#1795: Restrict media manager to users with at least read accessGina Haeussge2010-06-27
| | | | | | | | on the supplied namespace.
| * Use config_cascade for ACLs and plain auth users FS#1677Andreas Gohr2010-06-27
| |
| * Merge branch 'master' of git@github.com:splitbrain/dokuwikiChristopher Smith2010-06-27
| |\
| * | FS#1949Christopher Smith2010-06-27
| | |
* | | moved update message from its own file (conf/msg) into doku.php (FS#1800)Anika Henke2010-06-27
| |/ |/|
* | Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-06-27
|\ \
| * | Add scope options to LDAP auth backend FS#1832Andreas Gohr2010-06-27
| | | | | | | | | | | | | | | | | | The scope for the LDAP searches for users and groups can now be set using the new options 'userscope' and 'groupscope'. Valid options are 'base', 'one' and 'sub'. Defaults to 'sub'.
| * | FS#1960: Don't use substr on $ACT array.Gina Haeussge2010-06-27
| | |
| * | FS#433: Editor now uses onbeforeunload event to capture ANY leaving of itGina Haeussge2010-06-27
| |/ | | | | | | | | | | | | | | 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.
* / added div around tables to make scrolling too wide ones in restrictive ↵Anika Henke2010-06-27
|/ | | | designs possible (FS#1980)
* Hungarian language updateSzabó Dávid2010-06-27
|
* added proxy exception regexp FS#1247Andreas Gohr2010-06-26
|
* Update and license of cliopts.php.Tanguy Ortolo2010-06-26
| | | | | | | * Updated the code to be closer to the latest upstream one. * Updated the license: it used to be under the problematic PHP License, and is now under the BSD License, thanks to the original author and contributor agreement.
* generate password if wanted on usermodify FS#1873Andreas Gohr2010-06-26
|
* use CRLF in quoted printable encoding FS#1755Andreas Gohr2010-06-26
| | | | | | | Needs testing from: a) Exchange users - is FS1755 fixed for you? b) everone else - all okay still?
* FS#1878: Hide Dokuwiki version information from metadata and only show it to ↵Gina Haeussge2010-06-26
| | | | admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht*
* FS#1901: prefill section name into summary when editing sectionsGina Haeussge2010-06-26
|
* new event and parameters for tpl_img() FS#1837 FS#1564Andreas Gohr2010-06-26
|
* Added license chooser to installer FS#1926Andreas Gohr2010-06-26
| | | | | | | | | 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).
* FS#1915: strip one leading and one trailing newline from code content if ↵Gina Haeussge2010-06-26
| | | | available
* check for user in act_subscription FS#1935Andreas Gohr2010-06-26
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-06-26
|\
| * Let config manager post to script FS#1942Andreas Gohr2010-06-26
| |
| * Workaround for IE& redirect to hash bug FS#1647Andreas Gohr2010-06-26
| | | | | | | | | | This needs testing. We need feedback from someone where this is reproducible broken before applying this patch.
* | fix for textarea bug in IE8 (FS#1910)Anika Henke2010-06-26
|/
* FS#1874: removed padding for interwiki links in print stylesheet, as the ↵Gina Haeussge2010-06-26
| | | | icons aren't displayed there
* Hotkey trigger is now CTRL-ALT FS#1958Andreas Gohr2010-06-26
| | | | Tests and feedbacks please!
* Changes to the ft_pageLookup and related event FS#1978Andreas Gohr2010-06-26
| | | | | | | | | | | 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.
* Merge branch 'master' of github.com:splitbrain/dokuwikiGina Haeussge2010-06-26
|\
| * create title.idx with the correct length FS#1978Andreas Gohr2010-06-26
| | | | | | | | | | | | | | | | | | The title.idx file needs to have exactly the same length as the page.idx. This patch creates the file with the correct length if it doesn't exist yet. If you upgrade in between you need to delete your data/index/title.idx file
| * fixed wildcard handling in ACL manager FS#1955Andreas Gohr2010-06-26
| | | | | | | | | | This patch also removes legacy support for @USER@. Only %USER% is valid now.
* | FS#1884: respect $conf['showuseras'] in feedsGina Haeussge2010-06-26
|/
* fixed handling of MSGDominik Eckelmann2010-06-24
| | | | | | | msg() now stores always the message to the MSG array until headers are sent. After this, a call of msg will print out all messages from the MSG array immediately through html_msgarea. This prevents double posting and losses of messages from the MSG array.
* Support namespace selection in quicksearchAdrian Lang2010-06-23
|
* basic_auth is loaded by inc/auth.phpAdrian Lang2010-06-23
|
* Do not parse URL params in internal links, just pass them throughAdrian Lang2010-06-23
|
* French language updateSamuel Dorsaz2010-06-22
|
* Dutch language updateMarijn Hofstra2010-06-22
|
* temporary disable hotkey JS for FS#1958Andreas Gohr2010-06-22
|
* new auth capability 'logout'Andreas Gohr2010-06-22
| | | | | | | | | | | | | | | | | | | | This patch implements what Adrian's patch "Hide logout button if auth backend cannot logout" intended to do. The 'logoff' capability was used to decide if a special method called $auth->logOff() should be called when the user logs out, not if the backend supports logouts at all. This was a superflous capability since an empty logOff() method is implemented in the base class anyway - it doesn't hurt to always call the method. The 'logoff' capability is now deprecated. Backends who want to do actions on logout simply need to overwrite logOff(). A new capability 'logout' was added which defaults to true. Backends that can't logoff the user (eg. because they use some automatic login/logoff mechanism) can set this to false. Probably makes sense to add a 'login' capability as well...
* Hide logout button if auth backend cannot logoutAdrian Lang2010-06-22
|
* License change for inc/JpegMeta.phpAndreas Gohr2010-06-22
| | | | | | | Original author Sebastian Delmont agreed to rerelease the code under BSD license to avoid license compatibility problems. Other authors (me and Hakan Sandell) agreed as well.
* Clariefied license (clean version)Andreas Gohr2010-06-21
|
* Revert "inc/utf8.php license clarified for Debian project"Andreas Gohr2010-06-21
| | | | | | | This was an edit through the github interface which changed more than intented. This reverts commit 1720a8e9a67df95c104eb02146c98a3d9da1f84b.
* inc/utf8.php license clarified for Debian projectCosmoCode GmbH2010-06-21
|
* Do not output trailing whitespace in conf/local.phpAdrian Lang2010-06-18
|