Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Explain functions in docstrings | Michael Große | 2015-03-12 |
| | |||
* | Clean up code, add phpdoc comments, some refactoring, etc. | Michael Große | 2015-03-12 |
| | |||
* | Disable the ``last`` button when filtering groups | Michael Große | 2015-03-12 |
| | | | | | | Since we cannot effectively filter for groups and have to work with incremental prefetching, the ``last`` button is mostly broken/buggy. Hence it is disabled in this usecase. | ||
* | When filtering for group implement prefetching | Michael Große | 2015-03-12 |
| | |||
* | Create and use ad search for user, name and email | Michael Große | 2015-03-12 |
| | |||
* | Get total number of users in ad, needed for paging | Michael Große | 2015-03-11 |
| | |||
* | Merge pull request #1057 from dokuwiki-translate/lang_update_6 | Andreas Gohr | 2015-02-25 |
|\ | | | | | Translation update (fr) | ||
| * | translation update | Schplurtz le Déboulonné | 2015-02-24 |
|/ | |||
* | check permissions in ACL plugin's RPC API component. #1056 | Andreas Gohr | 2015-02-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Fix Severity: Medium Type: Remote Priviledge Escalation Remote: yes Vulnerability Details: This fixes a security hole in the ACL plugins remote API component. The plugin failed to check for superuser permissions before executing ACL addition or deletion. This means everybody with permissions to call the XMLRPC API also had permissions to set up their own ACL rules and thus circumventing any existing rules. Risk Assessment: The XMLRPC API in DokuWiki is marked experimental and off by default. It also implements an additional safeguard by giving access to a configured circle of users and groups only. So only a minor number of DokuWiki installations will be affected at all. For affected installations the risk is high if users with access to the API are not to be trusted. Thus the overall severity of medium. Resolution: Installations applying this commit are safe. A hotfix is about to be released. Meanwhile users are advised to disable the XMLRPC API in the config manager. | ||
* | Merge pull request #1027 from splitbrain/issue-1011 | Andreas Gohr | 2015-02-24 |
|\ | | | | | avoid messages pushing down page tools. fixes #1011 | ||
| * | fixed the margin for the sidebar | Andreas Gohr | 2015-02-24 |
| | | |||
| * | avoid messages pushing down page tools. fixes #1011 | Andreas Gohr | 2015-02-09 |
| | | | | | | | | | | This moves the message area into content div. The pageid is now aligned by floating instead of absolute positioning. | ||
* | | add bottom margin to tables in print. fixes #1052 | Andreas Gohr | 2015-02-24 |
| | | |||
* | | Merge pull request #1048 from splitbrain/add-tbody | Andreas Gohr | 2015-02-23 |
|\ \ | | | | | | | Add missing tbody to renderer | ||
| * | | add missing tabletbody_open|close() to renderer | Anika Henke | 2015-02-19 |
| | | | |||
* | | | Merge pull request #1047 from dryoo/patch-1 | Andreas Gohr | 2015-02-23 |
|\ \ \ | | | | | | | | | Normalization is required to manage multibyte characters. | ||
| * | | | Added class-exitsts | SC Yoo | 2015-02-20 |
| | | | | |||
| * | | | Normalization is required to manage multibyte characters. | SC Yoo | 2015-02-17 |
| |/ / | | | | | | | | | | | | | | | | | | | The OSX uses Unicode-NFD so normalization is required to manage multibyte characters. ( http://unicode.org/reports/tr15/ ) If don't do that, DokuWiki can't find the file uploaded from OS X with multibyte filename like '도쿠위키.jpg' | ||
* | | | Merge pull request #1046 from hafron/html_showrev_output | Andreas Gohr | 2015-02-19 |
|\ \ \ | |/ / |/| | | New event: HTML_SHOWREV_OUTPUT | ||
| * | | passing rev and date_at to the event | ghi | 2015-02-18 |
| | | | |||
| * | | event HTML_SHOWREV_OUTPUT | ghi | 2015-02-17 |
| | | | |||
| * | | Merge https://github.com/splitbrain/dokuwiki into html_showrev_output | ghi | 2015-02-17 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #1043 from Dr-Yukon/patch-1 | Andreas Gohr | 2015-02-16 |
|\ \ \ | | | | | | | | | Update template.php | ||
| * | | | Update template.php | Rainbow Spike | 2015-02-16 |
|/ / / | | | | | | | Added placeholder in search textarea | ||
* | | | Merge pull request #1032 from chang-zhao/patch-1 | Andreas Gohr | 2015-02-16 |
|\ \ \ | | | | | | | | | Update wordblock.conf | ||
| * | | | Update wordblock.conf | chang-zhao | 2015-02-13 |
| | | | | | | | | | | | | moved those keywords to http & added penis | ||
| * | | | Update wordblock.conf | chang-zhao | 2015-02-12 |
| | | | | |||
| * | | | Update wordblock.conf | chang-zhao | 2015-02-12 |
| | | | | | | | | | | | | wordblock.conf too restrictive #1021 - removed fetish, bi...sex & gay...sex | ||
* | | | | Merge pull request #1035 from dokuwiki-translate/lang_update_2 | Andreas Gohr | 2015-02-13 |
|\ \ \ \ | | | | | | | | | | | Translation update (es) | ||
| * | | | | translation update | Álvaro Iradier | 2015-02-13 |
|/ / / / | |||
* | | | | Merge pull request #497 from mprins/semantic_you_are_here | Andreas Gohr | 2015-02-12 |
|\ \ \ \ | | | | | | | | | | | use nav+ul element for "you are here" as recommended by W3C spec | ||
| * | | | | use nav+ul element for "you are here" | Mark | 2014-12-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility. see: * http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#rel-up * http://lists.w3.org/Archives/Public/public-html/2013Nov/thread.html#msg6 * https://dl.dropboxusercontent.com/u/377471/breadcrumb.html for discussion and background. | ||
* | | | | | Merge pull request #1033 from Tim222/patch-1 | Andreas Gohr | 2015-02-12 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Update interwiki.conf | ||
| * | | | | Added icon for interwiki.conf | Tim222 | 2015-02-12 |
| | | | | | | | | | | | | | | | | | | | | Support for the URI scheme tel: #643 | ||
| * | | | | Update interwiki.conf | Tim222 | 2015-02-12 |
|/ / / / | | | | | | | | | Support for the URI scheme tel: #643 | ||
* | | | | Merge pull request #1031 from dokuwiki-translate/lang_update_1 | Andreas Gohr | 2015-02-12 |
|\ \ \ \ | | | | | | | | | | | Translation update (zh) | ||
| * | | | | translation update | lainme | 2015-02-12 |
|/ / / / | |||
* | | | | Merge pull request #872 from splitbrain/bug863 | Andreas Gohr | 2015-02-11 |
|\ \ \ \ | | | | | | | | | | | Send CRLF to Windows UAs for code blocks #863 | ||
| * | | | | Send CRLF to Windows UAs for code blocks #863 | Andreas Gohr | 2014-09-27 |
| | | | | | |||
* | | | | | Merge pull request #1028 from glensc/exit-1 | Andreas Gohr | 2015-02-11 |
|\ \ \ \ \ | | | | | | | | | | | | | consistency: failure exit with status code 1 | ||
| * | | | | | consistency: failure exit with status code 1 | Elan Ruusamäe | 2015-02-10 |
|/ / / / / | |||
* | | | | | Merge pull request #1013 from dokuwiki-translate/lang_update_168 | Andreas Gohr | 2015-02-09 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Translation update (ru) | ||
| * | | | | translation update | Aleksandr Selivanov | 2015-01-25 |
| | | | | | |||
* | | | | | fix username handling in dwpage CLI tool. closes #1019 | Andreas Gohr | 2015-02-09 |
| | | | | | |||
* | | | | | fix referral settings in AuthLDAP. closes #1023 | Andreas Gohr | 2015-02-09 |
| | | | | | |||
* | | | | | fixed method signature #1024 | Andreas Gohr | 2015-02-09 |
| | | | | | |||
* | | | | | Fix farm config cascade for extendable user style and scripts #954 | Michael Hamann | 2015-02-01 |
| | | | | | |||
* | | | | | Merge pull request #1015 from dokuwiki-translate/lang_update_176 | Andreas Gohr | 2015-01-28 |
|\ \ \ \ \ | |/ / / / |/| | | | | Translation update (hr) | ||
| * | | | | translation update | Davor Turkalj | 2015-01-28 |
|/ / / / | |||
* | | | | Merge pull request #1010 from maliktunga/master | Andreas Gohr | 2015-01-19 |
|\ \ \ \ | | | | | | | | | | | "Login" and "Logout" become "Log In" and "Log Out" |