summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* css class name fixKate Arzamastseva2011-08-01
|
* issue #40 image resized in all diff viewsKate Arzamastseva2011-08-01
|
* issue #32 mediamanager layout css fixKate Arzamastseva2011-08-01
|
* issue #32 calculation of the panels width is redone when browser window is ↵Kate Arzamastseva2011-07-31
| | | | resized
* issue #39 sort by date desc, saved in cookieKate Arzamastseva2011-07-30
|
* issue #38 links and icons in recent changesKate Arzamastseva2011-07-30
|
* mediamanager files view state persistedKate Arzamastseva2011-07-26
|
* 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
| * Merge branch 'master' of github.com:splitbrain/dokuwikiGuy Brand2011-07-12
| |\
| | * 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
| * | Skipping plural form in plugin installed message (commit forgotten file)Guy Brand2011-07-12
| | |
* | | mergingKate Arzamastseva2011-07-15
| | |
* | | media diff eventKate Arzamastseva2011-07-14
| | |
* | | mediamanager iconsKate Arzamastseva2011-07-14
| | |
* | | mediamanager tabs, upload form fixKate Arzamastseva2011-07-14
| | |
* | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-07-11
|\ \ \ | | |/ | |/| | | | media-revisions
| * | Merge pull request #50 from campino2k/masterMichael Hamann2011-07-11
| |\ \ | | |/ | |/| Fix the (media manager) JavaScript by adding a missing parentheses
| | * Fix If-StatementChris2011-07-10
| |/
| * Update french string (plugins installation)Guy Brand2011-07-10
| |
| * Skipping plural form in plugin installed messageGuy Brand2011-07-10
| |
| * make use of auth_isMember() in XMLRPC authentication check FS#2287Andreas Gohr2011-07-10
| |
* | mediamanager resizableKate Arzamastseva2011-07-10
| |
* | media.js fixesKate Arzamastseva2011-07-10
| |
* | mergingKate Arzamastseva2011-07-10
|\|
| * Add check for existing renderer classLucas2011-07-10
| |
| * Rewrite mediamanager JavaScriptAdrian Lang2011-07-10
| | | | | | | | | | Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
| * updated doc for tpl_indexerWebBug()Andreas Haerter2011-07-10
| |
| * deprecated prependChild()Andreas Gohr2011-07-08
| |
| * moved the TOC toggling to dw_behaviourAndreas Gohr2011-07-08
| |
| * jQueryized closePopups()Andreas Gohr2011-07-08
| |
| * moved some editor functions to a new dw_editor objectAndreas Gohr2011-07-08
| | | | | | | | There are probably more functions that should go in here
| * linkwiz: clear doesn't exist anymoreAndreas Gohr2011-07-08
| |
| * aliased some vars in linkwiz for brevityAndreas Gohr2011-07-08
| |
| * fixed linkwiz positionAndreas Gohr2011-07-08
| |
| * renamed linkwiz objectAndreas Gohr2011-07-08
| |
| * more robust deprecation messagesAndreas Gohr2011-07-08
| |
| * some initial refactoring of the linkwizardAndreas Gohr2011-07-08
| |
| * fixed delay in qsearchAndreas Gohr2011-07-07
| | | | | | | | | | The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing.
| * Merge branch 'datauris'Andreas Gohr2011-07-07
| |\ | | | | | | | | | | | | Conflicts: lib/exe/css.php
| | * Made the maximum embed size for datauris configurableAndreas Gohr2011-06-18
| | | | | | | | | | | | | | | The feature is now disabled by default. Metadata for config manager was added.
| | * Use data uris for small image files in CSSAndreas Gohr2011-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF images in the CSS to embedded, base64 encoded data uris. This reduces the number of needed HTTP requests and avoids the HTTP header overhead.