summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * prefixed jQuery var with $Andreas Gohr2011-06-27
| |
| * fixed two errors in media.js, still needs refactoringAndreas Gohr2011-06-27
| |
| * Merge pull request #49 from lupo49/masterAndreas Gohr2011-06-26
| |\ | | | | | | The mail() function shouldn't be executed when no recipients are given.
| | * 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...
| * improved generic .clearer for IE6Anika Henke2011-06-26
| |
| * fixed typo causing PHP warning (FS#2282)Anika Henke2011-06-26
| |
| * 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
| * Fix and refactor ajax.jsAdrian Lang2011-06-23
| | | | | | | | | | | | | | | | | | * Move file to qsearch.js * Rename object to dw_qsearch * Remove unnecessary usage of Delay * Use $ prefix for jQuery objects * Fix result list hiding on click * Fix namespace shorting
| * Kazakh translation addedNurgozha Kaliaskarov2011-06-21
| |
| * Cleanup behaviour.jsAdrian Lang2011-06-21
| | | | | | | | | | * Add var statement for dw_behaviour * Use live instead of click for smb share warnings
| * Rework subscription.jsAdrian Lang2011-06-21
| | | | | | | | | | | | | | * Remove jQuery to $ wrapper function * Add $ prefix for jQuery variables * Make some jQuery calls faster * Use slide animation
| * Fix index Javascript, introduce compatibility.jsAdrian Lang2011-06-21
| | | | | | | | | | | | | | | | | | | | | | | | * Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function) * Make index a global object again to allow overriding and enhancing * Use prefix dw_ for index object * Reintroduce index.treeattach * Support deprecated index.toggle calling convention * Add $ prefix for jQuery variables * Use slide animation for freshly loaded sublists as well * Fix various errors
| * Properly clean up the whole index in bin/indexer.phpMichael Hamann2011-06-19
| | | | | | | | | | | | There were some index files that haven't been cleaned up, now also the files of the metadata index are cleaned/removed when a clean is requested.
| * Image optimizations in default templateAndreas Gohr2011-06-17
| |
| * Optimized graphicsAndreas Gohr2011-06-17
| | | | | | | | | | | | This patch reduces the colorspace of GIF files and has optipng optimization run on PNGs. Changes shouldn't be visible except in filesizes.
| * Bulgarian language updateKiril Velikov2011-06-16
| |
| * config manager: always write back to the last fileAndreas Gohr2011-06-16
| | | | | | | | in the local config cascade tree
| * fix console check in Internet ExplorerAndreas Gohr2011-06-16
| |
| * release preparationsAndreas Gohr2011-06-14
| |
| * 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.
| * deprecated even functionsAndreas Gohr2011-06-13
| | | | | | | | These now simply wrap around jQuery
| * Moved behavioural functions into it's own object and fileAndreas Gohr2011-06-13
| | | | | | | | | | JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.
| * Use mailprefix for media upload emails too (see also FS#2021)Guy Brand2011-06-09
| |
| * finished jQuery port of ACL managerAndreas Gohr2011-06-09
| |
| * marked sack library as deprecatedAndreas Gohr2011-06-09
| |
| * started jQuery port of ACL managerAndreas Gohr2011-06-09
| |
| * Add missing return value to p_set_metadataMichael Hamann2011-06-08
| |
| * Use autoloading for plugin classesAdrian Lang2011-06-06
| |
| * Merge pull request #47 from kazmiya/2011_06_EmailSubjectEncodingFixMichael Hamann2011-06-06
| |\ | | | | | | Bug fix in email subject encoding
| | * fixed email subject encoding bug ($enc_subj typo)Kazutaka Miyasaka2011-06-06
| |/
| * fixed JavaScript compressor for certain regexesAndreas Gohr2011-06-05
| | | | | | | | | | This fixes a problem with running the minified jQuery through the compressor.
| * fixed typoAndreas Gohr2011-06-05
| |
| * Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcherAndreas Gohr2011-06-05
| | | | | | | | | | | | | | | | This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version. The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin and template styles - 3rd party authors can override the styles).
| * Add a newline when loading JavaScript filesAndreas Gohr2011-06-05
| | | | | | | | This avoids problems when the files are concatenated later.
| * Updated JQuery to version 1.6.1Andreas Gohr2011-06-05
| |
| * Estonian language updateRivo Zängov2011-06-05
| |
| * Merge pull request #46 from gturri/masterAnika Henke2011-06-04
| |\ | | | | | | Fix display in popularity plugin
| | * Fix display in popularity pluginGuillaume Turri2011-05-28
| | |
* | | media action buttonsKate Arzamastseva2011-06-24
| | |