summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* removed events.jsAndreas Gohr2011-08-18
|
* don't remove msg() errors on clickAndreas Gohr2011-08-14
| | | | this interferred with copy'n'pasting error messages
* Hide hidden and deleted pages from the backlinksMichael Hamann2011-08-10
| | | | | | | | Sometimes pages aren't deleted from the index (that should be fixed, too) and appear in the backlinks although they don't exist anymore. This change hides them and hidden pages that shouldn't appear at all as the backlinks view is an automatic listing. Hidden pages had been hidden before the transition to the metadata index, too.
* fixed empty target in license linkAnika Henke2011-08-01
|
* Transliteration for Sanskrit diacritics FS#2246Eivind Morland2011-08-01
|
* fixed media insertion FS#2298Andreas Gohr2011-08-01
|
* added apple-touch-icon (aka 'mobile favicon')Anika Henke2011-07-31
|
* French language updateChristophe Martin2011-07-30
|
* Portuguese language updateAndré Neves2011-07-30
|
* added solidus to character picker and moved multiplication sign to other ↵Anika Henke2011-07-30
| | | | mathmatical symbols
* Merge pull request #52 from gturri/masterAndreas Gohr2011-07-30
|\ | | | | tiny modification of striplangs.php's help
| * Adding a \n to striplangs' helpGuillaume Turri2011-07-30
| | | | | | | | Making it more aesthetic, and consistent with the others bin/*php scripts
* | made TOC toggle faster to avoid clunky text flow around itAnika Henke2011-07-30
|/
* Croatian language updateDejan Igrec2011-07-25
|
* Finish language updateSami Olmari2011-07-25
|
* Make getElementsByClass() work without given tagMichael Hamann2011-07-19
| | | | | This fixes the hiding of the highlighting of the current section when the mouse leaves the edit section button.
* 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
| * 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
| |/
* / Skipping plural form in plugin installed message (commit forgotten file)Guy Brand2011-07-12
|/
* 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
|
* 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.
* | another fix for the jQuery-UI themeAndreas Gohr2011-07-05
| |
* | fixed loading of the jQuery-UI style sheetAndreas Gohr2011-07-05
| |
* | Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14Andreas Gohr2011-07-04
| |
* | deprecated getElementsByClassAndreas Gohr2011-07-04
| |
* | deprecated findPosX and findPosYAndreas Gohr2011-07-04
| |
* | deprecated drag.jsAndreas Gohr2011-07-04
| |
* | 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
| |
* | prefixed jQuery var with $Andreas Gohr2011-06-27
| |