Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | replace boolean conditional checks on possibly uninitialized vars with ↵ | Christopher Smith | 2013-10-16 |
| | | | | \!empty/empty/isset as appropriate | ||
* | Use in cookie a correct path, added DOKU_COOKIEPATH to js constants | Gerrit Uitslag | 2013-10-08 |
| | | | | Fixes FS#2837 | ||
* | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
|\ | |||
| * | Fix the useheading cache invalidation for hidden pages, add tests | Michael Hamann | 2013-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 instead | Klap-in | 2013-08-01 |
|/ | |||
* | Merge pull request #225 from splitbrain/fetchftp | Andreas Gohr | 2013-06-16 |
|\ | | | | | Add media_isexternal | ||
| * | apply media_isexternal in ml() | Klap-in | 2013-06-09 |
| | | |||
* | | Merge pull request #180 from splitbrain/FS#2415 | Andreas Gohr | 2013-06-16 |
|\ \ | | | | | | | FS#2415, add $INFO to mediamanager | ||
| * \ | Merge branch 'master' into FS#2415 | Christopher Smith | 2013-02-25 |
| |\ \ | |||
| * | | | fix missing 'subscribed' key | Christopher Smith | 2013-02-17 |
| | | | | |||
| * | | | FS#2415 add to mediamanager (refactor pageinfo() and shift ↵ | Christopher Smith | 2013-02-16 |
| | | | | | | | | | | | | | | | | MEDIAMANAGER_STARTED after mediainfo() sets up ) | ||
* | | | | check for spam in summary as well, added common spam summary | Andreas Gohr | 2013-06-12 |
| |_|/ |/| | | |||
* | | | Merge pull request #223 from splitbrain/rootids_in_ml | Andreas Gohr | 2013-06-08 |
|\ \ \ | | | | | | | | | Clean internal ids in ml(), that it matches with fetch.php | ||
| * | | | Clean internal ids in ml(), that it matches with fetch.php | Klap-in | 2013-05-21 |
| | | | | | | | | | | | | | | | | The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id | ||
* | | | | use HMAC for CSRF security tokens FS#2794 | Andreas Gohr | 2013-05-31 |
| | | | | |||
* | | | | use hmac for external ressource hash FS#2794 | Andreas Gohr | 2013-05-31 |
|/ / / | |||
* | | | ensure security token is included in media url when resize parameter is ↵ | Christopher Smith | 2013-05-06 |
| | | | | | | | | | | | | passed in string form, e.g. 'w=80' | ||
* | | | make sure loaded text has the right encoding | Andreas Gohr | 2013-05-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | When pages contain non-UTF8 chars (eg. when posted through a script or when edited on the filesystem, parts of DokuWiki can break resulting in missing page content. This fixes these problems by forcing the content to UTF-8 on load. This will result in bad characters for input that is not latin1 but contents will at least be visible. | ||
* | | | add a token to fetch urls requiring image resize/crop to prevent external ↵ | Christopher Smith | 2013-03-22 |
| |/ |/| | | | | | DDOS via fetch | ||
* | | removed a bunch of functions which were deprecated in 2005/2006 | Anika Henke | 2013-02-18 |
|/ | |||
* | Merge pull request #164 from splitbrain/diff_recent_prefs | Christopher Smith | 2013-02-03 |
|\ | | | | | store choices for recent changes and diff views in cookie | ||
| * | ensure getter works with keys & values containing '#' | Christopher Smith | 2013-02-03 |
| | | |||
| * | update for encoded cookie value & using rawurlencode | Christopher Smith | 2013-02-03 |
| | | |||
| * | some urldecoding also needed in the cookie setter | Anika Henke | 2013-02-03 |
| | | |||
| * | check preferences in cookie against urldecoded key | Anika Henke | 2013-02-03 |
| | | |||
| * | urldecode DOKU_PREFS cookie values | Anika Henke | 2013-02-03 |
| | | |||
| * | Fix set_doku_pref cookie date and value | Michael Hamann | 2013-01-26 |
| | | |||
| * | fixed setting cookie not working | Anika Henke | 2013-01-26 |
| | | |||
| * | store choices for recent changes and diff views in cookie (FS#2438 and | Anika Henke | 2013-01-26 |
| | | | | | | | | | | | | | | FS#2700) Note: These changes don't work yet. The cookie is not set and deletes the old one. | ||
* | | added comment on use of whitelist vs blacklist | Andreas Gohr | 2013-02-03 |
| | | |||
* | | Updated idfilter() function for IIS | borekb | 2013-02-03 |
|/ | | | There is a condition inside idfilter() function that helps Apache on Windows to properly handle colon as a namespace separator by replacing it with semicolon. However, this is not necessary on Microsoft IIS server so the condition was improved. | ||
* | removed unused vars | Andreas Gohr | 2013-01-18 |
| | |||
* | moved registration notification to subscription class | Andreas Gohr | 2012-11-30 |
| | |||
* | consolidate more notification code in subscription class | Andreas Gohr | 2012-09-21 |
| | | | | This is untested and probably broken currently | ||
* | correctly check if subscriptions are enabled | Andreas Gohr | 2012-08-12 |
| | |||
* | subscription system should work now again | Andreas Gohr | 2012-08-12 |
| | | | | | This readds the last part of the subscription system: the normal "every" subscriptions. | ||
* | more subscription refactoring BROKEN | Andreas Gohr | 2012-08-12 |
| | | | | | | | now the actual sending of bulk messages (digest, list) is reimplemented and partially tested. Still not complete | ||
* | highlight queries from popular serch engines only FS#2448 | Andreas Gohr | 2012-07-28 |
| | |||
* | removed obsolete parameter from script() FS#2365 | Andreas Gohr | 2012-07-28 |
| | |||
* | more INPUT wrapper uses: cache purge, sectok, getID | Tom N Harris | 2012-06-27 |
| | |||
* | some code cleanup and php docs | Andreas Gohr | 2012-06-25 |
| | |||
* | empty ID in wl() will be treated as $conf['start'] | Dominik Eckelmann | 2012-05-14 |
| | |||
* | added option to disable reverse DNS lookups | Andreas Gohr | 2012-04-23 |
| | |||
* | Merge branch 'master' into htmlmail | Andreas Gohr | 2012-04-15 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ... Conflicts: inc/auth.php inc/load.php | ||
| * | coding style updates | Andreas Gohr | 2012-03-16 |
| | | |||
* | | add missing table tags for HTML diff mails | Andreas Gohr | 2012-03-14 |
| | | |||
* | | Add various headers to the mails FS#2247. pull request #83 closed | Andreas Gohr | 2012-03-09 |
| | | |||
* | | use inlinestyles for diffs in HTML mails | Andreas Gohr | 2012-03-09 |
| | | |||
* | | fixed missing replacement for HTML notify mails | Andreas Gohr | 2012-03-04 |
| | | |||
* | | allow non-txt extensions when accessing locales | Andreas Gohr | 2011-11-13 |
| | |