summaryrefslogtreecommitdiff
path: root/inc/common.php
Commit message (Collapse)AuthorAge
* 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
| * | amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
| | |
| * | suppress errors where list() may not fill all varsChristopher Smith2014-03-05
| | |
| * | use empty() where array values might not be setChristopher Smith2014-03-05
| | |
| * | Merge pull request #557 from splitbrain/cachetimeattrChristopher Smith2014-03-02
| |\ \ | | | | | | | | Add _time attribute to cache object and minor PHPDocs improvements
| | * | PHPDocs missing breaks, removed unused var in common.phpGerrit Uitslag2014-02-20
| | |/
* | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| | | | | | | | | | | | | | Conflicts: inc/html.php
| * | have most current revision always available in $INFOAndreas Gohr2014-02-23
| |/ | | | | | | fixes fix for FS#2853
* | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| |
* | update function calls to changelog functionsGerrit Uitslag2013-11-20
|/
* replace boolean conditional checks on possibly uninitialized vars with ↵Christopher Smith2013-10-16
| | | | \!empty/empty/isset as appropriate
* Use in cookie a correct path, added DOKU_COOKIEPATH to js constantsGerrit Uitslag2013-10-08
| | | | Fixes FS#2837
* Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
|\
| * Fix the useheading cache invalidation for hidden pages, add testsMichael Hamann2013-07-31
| | | | | | | | | | | | This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
* | remove hash for external images, but use token url parameter insteadKlap-in2013-08-01
|/
* Merge pull request #225 from splitbrain/fetchftpAndreas Gohr2013-06-16
|\ | | | | Add media_isexternal
| * apply media_isexternal in ml()Klap-in2013-06-09
| |
* | Merge pull request #180 from splitbrain/FS#2415Andreas Gohr2013-06-16
|\ \ | | | | | | FS#2415, add $INFO to mediamanager
| * \ Merge branch 'master' into FS#2415Christopher Smith2013-02-25
| |\ \
| * | | fix missing 'subscribed' keyChristopher Smith2013-02-17
| | | |
| * | | FS#2415 add to mediamanager (refactor pageinfo() and shift ↵Christopher Smith2013-02-16
| | | | | | | | | | | | | | | | MEDIAMANAGER_STARTED after mediainfo() sets up )
* | | | check for spam in summary as well, added common spam summaryAndreas Gohr2013-06-12
| |_|/ |/| |
* | | Merge pull request #223 from splitbrain/rootids_in_mlAndreas Gohr2013-06-08
|\ \ \ | | | | | | | | Clean internal ids in ml(), that it matches with fetch.php
| * | | Clean internal ids in ml(), that it matches with fetch.phpKlap-in2013-05-21
| | | | | | | | | | | | | | | | The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id