summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* issue #10 media revisions/changes in RSS feedKate Arzamastseva2011-08-02
|
* css class name fixKate Arzamastseva2011-08-01
|
* issue #40 image resized in all diff viewsKate Arzamastseva2011-08-01
|
* issue #39 sort by date desc, saved in cookieKate Arzamastseva2011-07-30
|
* issue #38 links and icons in recent changesKate Arzamastseva2011-07-30
|
* image diffs fixesKate Arzamastseva2011-07-26
|
* mediamanager sort buttonKate Arzamastseva2011-07-25
|
* Recent Changes integration of media changesKate Arzamastseva2011-07-25
|
* mediamanager revisions formKate Arzamastseva2011-07-19
|
* mediamanager list view thumbnailsKate Arzamastseva2011-07-19
|
* mediamanager resizeKate Arzamastseva2011-07-18
|
* notification mailsKate Arzamastseva2011-07-18
|
* mediamanager html, css reworkingKate Arzamastseva2011-07-17
|
* mediamanager image diffKate Arzamastseva2011-07-16
|
* Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-07-15
|\ | | | | | | media-revisions
| * Fix some bugs and glitches in (mediamanager) treeAdrian Lang2011-07-11
| | | | | | | | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
* | mergingKate Arzamastseva2011-07-15
| |
* | media diff eventKate Arzamastseva2011-07-14
| |
* | mediamanager iconsKate Arzamastseva2011-07-14
| |
* | mediamanager tabs, upload form fixKate Arzamastseva2011-07-14
| |
* | mergingKate Arzamastseva2011-07-10
|\|
| * Add check for existing renderer classLucas2011-07-10
| |
| * updated doc for tpl_indexerWebBug()Andreas Haerter2011-07-10
| |
| * Refactor CSS and JS cachingAdrian Lang2011-07-02
| | | | | | | | | | | | | | * Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
| * Swedish language updateMikael Mallander2011-07-02
| |
* | media-manager fixesKate Arzamastseva2011-07-09
| |
* | mediamanager without cacheKate Arzamastseva2011-07-09
| |
* | mediamanager fixKate Arzamastseva2011-07-08
| |
* | mediamanager ajax formsKate Arzamastseva2011-07-04
| |
* | ajax mediamanager fixKate Arzamastseva2011-07-03
| |
* | ajax mediamanagerKate Arzamastseva2011-07-03
| |
* | restoring old media revisionsKate Arzamastseva2011-06-30
| |
* | media upload fixKate Arzamastseva2011-06-29
| |
* | media getting metadata fixKate Arzamastseva2011-06-29
| |
* | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-06-28
|\| | | | | | | media-revisions
| * The mail() function shouldn't be executed when no recipients are given.Matthias Schulte2011-06-26
| | | | | | | | | | Empty to, cc or bcc fields could lead to an Internal Server Error: malformed header from script. Bad header=No recipient addresses found...
| * Ignore warnings in the constructor of SimplePie_FileMichael Hamann2011-06-26
| | | | | | | | | | This ignores warnings because of the (intentionally) missing url parameter for the constructor of SimplePie_File.
* | css fixKate Arzamastseva2011-06-28
| |
* | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-06-24
|\| | | | | | | media-revisions
| * Kazakh translation addedNurgozha Kaliaskarov2011-06-21
| |
| * Bulgarian language updateKiril Velikov2011-06-16
| |
| * Force search index update after fixing the lowercasing of wordsMichael Hamann2011-06-14
| | | | | | | | | | | | This increases the indexer version in order to force a rebuild of the search index in order to "repair" the search index that might contain uppercase words
| * Revert "Only allow known protocols in RSS links"Andreas Gohr2011-06-14
| | | | | | | | | | This reverts commit 1ca2719c7488662ebd7964c0d026e0890f923ee9 as it is now superseeded by a6b82e436e3d68a42a6556165d6aaf9249db44cd
| * only allow configured URL schemes in external linksAndreas Gohr2011-06-14
| | | | | | | | | | | | | | | | | | | | | | This fixes a problem where JavaScript could be introduced through specially crafted RSS feeds on a lower level than the commit from yesterday (1ca2719c7488662ebd7964c0d026e0890f923ee9) This also fixes a problem where JavaScript links could be introduced by specifying it as an RSS URL: the resulting error message displays a link to the broken feed URL. This patch makes sure there's no working link for unknown protocols.
| * Fix lowercasing of words in the indexer FS#2270Michael Hamann2011-06-14
| | | | | | | | | | | | On certain PHP installations (it has been reproduced with PHP version 5.2.0-8+etch11) the indexer failed to lowercase words in the indexer so the fulltext search was partially broken.
| * Only allow known protocols in RSS linksAndreas Gohr2011-06-13
| | | | | | | | | | This fixes a security vulnerability where an attacker could introduce JavaScript links into wiki pages by including a prepared RSS feed.
| * Use mailprefix for media upload emails too (see also FS#2021)Guy Brand2011-06-09
| |
| * Add missing return value to p_set_metadataMichael Hamann2011-06-08
| |
| * Use autoloading for plugin classesAdrian Lang2011-06-06
| |
| * fixed email subject encoding bug ($enc_subj typo)Kazutaka Miyasaka2011-06-06
| |