| 70c3cc9a | 23-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media action buttons |
| c949174a | 22-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix and refactor ajax.js
* 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 and refactor ajax.js
* 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
show more ...
|
| 88a71175 | 23-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media manager auth fix |
| 532850ed | 23-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media getting metadata fix |
| cf832786 | 22-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media version saving metadata |
| 6b467722 | 22-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
mediamanager fixes |
| 0748b4c7 | 21-Jun-2011 |
Nurgozha Kaliaskarov <astana08@gmail.com> |
Kazakh translation added |
| ea62f4ff | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Cleanup behaviour.js
* Add var statement for dw_behaviour * Use live instead of click for smb share warnings |
| 2e5fe8c3 | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Rework subscription.js
* Remove jQuery to $ wrapper function * Add $ prefix for jQuery variables * Make some jQuery calls faster * Use slide animation |
| cd06d16f | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix index Javascript, introduce compatibility.js
* 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)
Fix index Javascript, introduce compatibility.js
* 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
show more ...
|
| 030dd1d9 | 20-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
thumbnails and list view |
| 2e55802c | 20-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media history |
| b9eb2e61 | 20-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media manager button |
| 4b938509 | 18-Jun-2011 |
Michael Hamann <michael@content-space.de> |
Properly clean up the whole index in bin/indexer.php
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. |
| 28f4004c | 18-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Made the maximum embed size for datauris configurable
The feature is now disabled by default. Metadata for config manager was added. |
| 809d3ba5 | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Use data uris for small image files in CSS
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
Use data uris for small image files in CSS
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.
show more ...
|
| 571b9b92 | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Image optimizations in default template |
| 0803e291 | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Optimized graphics
This patch reduces the colorspace of GIF files and has optipng optimization run on PNGs. Changes shouldn't be visible except in filesizes. |
| 388f4f75 | 16-Jun-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update |
| 3eff65fe | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
config manager: always write back to the last file
in the local config cascade tree |
| d7ead009 | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix console check in Internet Explorer |
| 1eeeced2 | 15-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media manager fixes |
| 3f16fd84 | 14-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
release preparations |
| 7d939e4e | 14-Jun-2011 |
Michael Hamann <michael@content-space.de> |
Force search index update after fixing the lowercasing of words
This increases the indexer version in order to force a rebuild of the search index in order to "repair" the search index that might co
Force search index update after fixing the lowercasing of words
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
show more ...
|
| 5a2f326f | 14-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Revert "Only allow known protocols in RSS links"
This reverts commit 1ca2719c7488662ebd7964c0d026e0890f923ee9 as it is now superseeded by a6b82e436e3d68a42a6556165d6aaf9249db44cd |