summaryrefslogtreecommitdiff
path: root/inc/common.php
Commit message (Collapse)AuthorAge
* make it possible to remove entries from DOKU_PREFS cookieAnika Henke2015-05-03
|
* Remove IE6 workaround for redirects with hashesAndreas Gohr2015-01-07
| | | | | We no longer support IE6, so hashes in URLs no longer need to be protected when redirecting.
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* never exit during test runsAndreas Gohr2014-12-17
|
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * Merge remote-tracking branch master into revisionslisps2014-09-26
| |\
| * | add config date_at_formatlisps2014-03-19
| | | | | | | | | change translation message
| * | Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| |\ \
| * | | restore old version of pageinfo()lisps2013-11-22
| | | |
| * | | fix function name media_isexternal()lisps2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
| * | | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-22
| |\ \ \
| * | | | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | | | | | | | | | | | | | changed variable name $create_time to $modified_time
| * | | | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
| | | | |
* | | | | PHPDocs and some improvementsGerrit Uitslag2014-10-02
| | | | |
* | | | | more phpdocs and minor checkGerrit Uitslag2014-10-01
| | | | |
* | | | | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* | | | | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
| | | | |
* | | | | scrutinizer documentations issuesGerrit Uitslag2014-09-29
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'origin/auth_getUserData_improvements'Andreas Gohr2014-09-26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/auth_getUserData_improvements: KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolean values use $requireGroups constants in auth classes; comments; code improvements fix comment errors, sp. & grammar code styling - add missing braces Allow user info to be retrieved without groups Restore correct public interface of getUserData() for authldap plugin Conflicts: inc/common.php
| * | | | KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace ↵Christopher Smith2014-05-04
| | | | | | | | | | | | | | | | | | | | with boolean values
| * | | | use $requireGroups constants in auth classes; comments; code improvementsChristopher Smith2014-03-14
| | | | |
| * | | | Allow user info to be retrieved without groupsChristopher Smith2014-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information. This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
* | | | | fix userlink title when no authplugin is available or no user is foundGerrit Uitslag2014-09-01
| | | | |
* | | | | not encode semicolon in idfilter.Gerrit Uitslag2014-07-15
| | | | | | | | | | | | | | | | | | | | Restores vanished changes of #84
* | | | | PhpdocsGerrit Uitslag2014-05-20
| | | | |
* | | | | phpdocs, fallthrough, unused var in common.phpGerrit Uitslag2014-05-20
| | | | |
* | | | | add replacements to event data of COMMON_NOTIFY_ADDRESSLISTGerrit Uitslag2014-05-20
| | | | |
* | | | | PHPDocs for common.phpGerrit Uitslag2014-05-20
| | | | |
* | | | | doc updatesAndreas Gohr2014-05-19
| | | | |
* | | | | Merge pull request #720 from splitbrain/newcliAndreas Gohr2014-05-18
|\ \ \ \ \ | |_|_|_|/ |/| | | | Refactored the CLI stuff
| * | | | don't unlock based on empty sessionAndreas Gohr2014-05-16
| |/ / /
* | | | Merge pull request #616 from splitbrain/stripsourcemapsChristopher Smith2014-03-18
|\ \ \ \ | | | | | | | | | | strip sourcemaps in CSS and JS #601
| * | | | strip sourcemaps in CSS and JS #601Andreas Gohr2014-03-15
| |/ / / | | | | | | | | | | | | | | | | | | | | source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
* | | | Merge pull request #527 from splitbrain/userlinkGerrit Uitslag2014-03-16
|\ \ \ \ | | | | | | | | | | Linked and formatted user names
| * | | | use more consistent namesGerrit Uitslag2014-03-16
| | | | |
| * | | | Rename userinfo() to userlink()Gerrit Uitslag2014-03-16
| | | | |
| * | | | improve phpdocs editorinfo()Gerrit Uitslag2014-03-16
| | | | |
| * | | | enable editorinfo and userinfo to return plain text namesGerrit Uitslag2014-03-14
| | | | |
| * | | | declare more clear, before used as refGerrit Uitslag2014-03-11
| | | | |
| * | | | update usage in userlinkGerrit Uitslag2014-03-10
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into userlinkGerrit Uitslag2014-03-10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php
| * | | | change default userspace to :user:<username> and add interwiki classGerrit Uitslag2014-02-17
| | | | |
| * | | | interwiki : prefixed configurls handled as wikilinksGerrit Uitslag2014-02-15
| | | | |
| * | | | code reformattingGerrit Uitslag2014-02-15
| | | | |
| * | | | wikilink creating refactored to _resolveinterwiki().Gerrit Uitslag2014-02-15
| | | | | | | | | | | | | | | | | | | | Added DOKU_BASE for local target
| * | | | Extend showuseras config with username_linkGerrit Uitslag2014-02-15
| | | | | | | | | | | | | | | | | | | | uses the user interwiki link as profile link
| * | | | change default arg value of userinfo in null instead falseGerrit Uitslag2014-02-14
| | | | |
| * | | | update $username as well, when read from _SERVERGerrit Uitslag2014-02-04
| | | | |
| * | | | wrap userlink building with event.Gerrit Uitslag2014-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements an event which can modify the link below usernames, and the displayed user name. When no name supplied, the name of currently logged-in user is used.
* | | | | Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php